Orthogonal Openmart API

The Openmart API from Orthogonal — 4 operation(s) for openmart.

Operations 4

POST /openmart/api/v1/search/only_ids Lightweight search returning only business IDs. #
POST /openmart/api/v1/search Search local businesses by natural language query with 22+ filter categories. #
POST /openmart/api/v1/enrich_company Enrich a company by website URL or social media link. #
GET /openmart/api/v1/business_records/list/{id_type} Fetch full business records by openmart_id or google_place_id. Up to 100 IDs. #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/orthogonal-openmart-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

orthogonal-openmart-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Orthogonal API Marketplace Openmart API
  version: 1.0.0
  description: Discoverable APIs payable over MPP (Machine Payments Protocol / Tempo), x402, and np (Circle Gateway Nanopayments, x402 v2).
servers:
- url: https://mpp.orthogonal.com
  description: MPP (Tempo) rail
- url: https://x402.orthogonal.com
  description: x402 rail
- url: https://np.orthogonal.com
  description: np (Circle Gateway, x402 v2) rail
tags:
- name: Openmart
paths:
  /openmart/api/v1/search/only_ids:
    post:
      operationId: openmart_POST__api_v1_search_only_ids
      summary: Lightweight search returning only business IDs.
      tags:
      - Openmart
      responses:
        '200':
          description: Successful response
        '402':
          description: Payment Required (x402 / MPP / np)
      x-payment-info:
        price: 0.01
        offers:
        - method: mpp
          intent: charge
          rail: tempo
          currency: USDC.e
          url: https://mpp.orthogonal.com/openmart/api/v1/search/only_ids
        - method: x402
          intent: charge
          rail: base
          currency: USDC
          url: https://x402.orthogonal.com/openmart/api/v1/search/only_ids
        - method: np
          intent: charge
          rail: base
          currency: USDC
          settlement: circle-gateway
          version: x402-v2
          url: https://np.orthogonal.com/openmart/api/v1/search/only_ids
  /openmart/api/v1/search:
    post:
      operationId: openmart_POST__api_v1_search
      summary: Search local businesses by natural language query with 22+ filter categories.
      tags:
      - Openmart
      responses:
        '200':
          description: Successful response
        '402':
          description: Payment Required (x402 / MPP / np)
      x-payment-info:
        price: 0.01
        offers:
        - method: mpp
          intent: charge
          rail: tempo
          currency: USDC.e
          url: https://mpp.orthogonal.com/openmart/api/v1/search
        - method: x402
          intent: charge
          rail: base
          currency: USDC
          url: https://x402.orthogonal.com/openmart/api/v1/search
        - method: np
          intent: charge
          rail: base
          currency: USDC
          settlement: circle-gateway
          version: x402-v2
          url: https://np.orthogonal.com/openmart/api/v1/search
  /openmart/api/v1/enrich_company:
    post:
      operationId: openmart_POST__api_v1_enrich_company
      summary: Enrich a company by website URL or social media link.
      tags:
      - Openmart
      responses:
        '200':
          description: Successful response
        '402':
          description: Payment Required (x402 / MPP / np)
      x-payment-info:
        price: 0.01
        offers:
        - method: mpp
          intent: charge
          rail: tempo
          currency: USDC.e
          url: https://mpp.orthogonal.com/openmart/api/v1/enrich_company
        - method: x402
          intent: charge
          rail: base
          currency: USDC
          url: https://x402.orthogonal.com/openmart/api/v1/enrich_company
        - method: np
          intent: charge
          rail: base
          currency: USDC
          settlement: circle-gateway
          version: x402-v2
          url: https://np.orthogonal.com/openmart/api/v1/enrich_company
  /openmart/api/v1/business_records/list/{id_type}:
    get:
      operationId: openmart_GET__api_v1_business_records_list_id_type_
      summary: Fetch full business records by openmart_id or google_place_id. Up to 100 IDs.
      tags:
      - Openmart
      responses:
        '200':
          description: Successful response
        '402':
          description: Payment Required (x402 / MPP / np)
      x-payment-info:
        price: 0.01
        offers:
        - method: mpp
          intent: charge
          rail: tempo
          currency: USDC.e
          url: https://mpp.orthogonal.com/openmart/api/v1/business_records/list/{id_type}
        - method: x402
          intent: charge
          rail: base
          currency: USDC
          url: https://x402.orthogonal.com/openmart/api/v1/business_records/list/{id_type}
        - method: np
          intent: charge
          rail: base
          currency: USDC
          settlement: circle-gateway
          version: x402-v2
          url: https://np.orthogonal.com/openmart/api/v1/business_records/list/{id_type}
x-service-info:
  name: Orthogonal
  docs:
    llms: https://api.orthogonal.com/llms.txt
  protocols:
  - mpp
  - x402
  - np