{
  "x402Version": 2,
  "id": 14957,
  "slug": "14957",
  "resource": "https://x402.openwebninja.com/yelp-business-data/business-search",
  "description": "",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x3e7c9cA818f713F19e126E3B7B37B47dC1411570",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "type": "http"
        },
        "output": {
          "example": {},
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "location": {
                    "type": "string"
                  },
                  "price_range": {
                    "type": "string"
                  },
                  "query": {
                    "type": "string"
                  },
                  "sort_by": {
                    "default": "RECOMMENDED",
                    "enum": [
                      "RECOMMENDED",
                      "HIGHEST_RATED",
                      "REVIEW_COUNT"
                    ],
                    "type": "string"
                  },
                  "start": {
                    "default": 0,
                    "type": "integer"
                  },
                  "yelp_domain": {
                    "default": "yelp.com",
                    "enum": [
                      "yelp.com",
                      "yelp.com.au",
                      "yelp.co.nz",
                      "ms.yelp.my",
                      "yelp.cz",
                      "yelp.dk",
                      "yelp.de",
                      "yelp.at",
                      "de.yelp.ch",
                      "en.yelp.be",
                      "yelp.ca",
                      "en.yelp.com.hk",
                      "en.yelp.my",
                      "en.yelp.com.ph",
                      "yelp.ie",
                      "yelp.com.sg",
                      "en.yelp.ch",
                      "yelp.co.uk",
                      "yelp.com.ar",
                      "yelp.cl",
                      "yelp.es",
                      "yelp.com.mx",
                      "fil.yelp.com.ph",
                      "yelp.fr",
                      "fr.yelp.ca",
                      "fr.yelp.ch",
                      "fr.yelp.be",
                      "yelp.no",
                      "yelp.pl",
                      "yelp.pot",
                      "yelp.com.br",
                      "fi.yelp.fi",
                      "sv.yelp.fi",
                      "yelp.se",
                      "yelp.com.tr",
                      "yelp.co.jp",
                      "zh.yelp.com.hk",
                      "yelp.com.tw"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "query",
                  "location"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "description": "The Yelp businesses matching the query.",
                    "items": {
                      "properties": {
                        "alias": {
                          "description": "Human-readable Yelp business alias (used in URLs).",
                          "type": "string"
                        },
                        "business_highlights": {
                          "description": "Highlight tags Yelp surfaces for the business.",
                          "items": {
                            "description": "A single business highlight label.",
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "business_page_link": {
                          "description": "Canonical URL of the business page on Yelp.",
                          "type": "string"
                        },
                        "categories": {
                          "description": "Yelp categories the business belongs to.",
                          "items": {
                            "properties": {
                              "title": {
                                "description": "Category label.",
                                "type": "string"
                              },
                              "url": {
                                "description": "URL of the Yelp category search results page.",
                                "nullable": true,
                                "type": "string"
                              }
                            },
                            "required": [
                              "title"
                            ],
                            "type": "object"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "country": {
                          "description": "ISO 3166-1 alpha-2 country code of the business.",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "Unique Yelp business ID.",
                          "type": "string"
                        },
                        "latitude": {
                          "description": "Business latitude coordinate.",
                          "nullable": true,
                          "type": "number"
                        },
                        "longitude": {
                          "description": "Business longitude coordinate.",
                          "nullable": true,
                          "type": "number"
                        },
                        "name": {
                          "description": "Business name.",
                          "type": "string"
                        },
                        "neighborhoods": {
                          "description": "Neighborhood labels Yelp associates with the business.",
                          "items": {
                            "description": "A neighborhood label.",
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "phone": {
                          "description": "Business phone number in E.164 format.",
                          "nullable": true,
                          "type": "string"
                        },
                        "photo": {
                          "description": "URL of the business's lead photo.",
                          "nullable": true,
                          "type": "string"
                        },
                        "photos_page_link": {
                          "description": "URL of the business's Yelp photos page.",
                          "nullable": true,
                          "type": "string"
                        },
                        "price_range": {
                          "description": "Yelp price range indicator. Values: $, $$, $$$, $$$$.",
                          "nullable": true,
                          "type": "string"
                        },
                        "rating": {
                          "description": "Average Yelp rating of the business (0-5).",
                          "nullable": true,
                          "type": "number"
                        },
                        "review_count": {
                          "description": "Total number of Yelp reviews for the business.",
                          "nullable": true,
                          "type": "integer"
                        },
                        "tags": {
                          "description": "Additional Yelp tags for the business (e.g. waitlist info).",
                          "items": {
                            "description": "A single Yelp tag.",
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "website": {
                          "description": "Business website URL.",
                          "nullable": true,
                          "type": "string"
                        },
                        "yelp_guaranteed": {
                          "description": "Whether the business participates in Yelp Guaranteed.",
                          "nullable": true,
                          "type": "boolean"
                        }
                      },
                      "required": [
                        "id",
                        "alias",
                        "name",
                        "business_page_link"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "request_id": {
                    "description": "A unique identifier for the request",
                    "type": "string"
                  },
                  "status": {
                    "description": "The status of the response",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.openwebninja.com",
  "lastUpdated": "2026-08-23T23:40:35.049Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-23T23:41:23.736Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.openwebninja.com",
    "manifest_name": "x402.openwebninja.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}