https://x402.openwebninja.com/yelp-business-data/business-search
No description provided.
3000 (raw units)
price
6
calls / 30d
1
unique payers
2026-08-23
updated
Provider
x402.openwebninja.com · discovered, not yet claimed by its owner
Payment (x402 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
}
]Output schema
{
"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"
}
}
}Use it
curl
curl "https://x402.openwebninja.com/yelp-business-data/business-search" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.openwebninja.com/yelp-business-data/business-search");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.openwebninja.com/yelp-business-data/business-search")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14957.json, and this resource appears in /discovery/resources and /discovery/search.