All sites
Data API
Yelp Data API
Structured JSON data, on demand, with anti-bot bypass built in.
3endpointsRate Limit handled for you
Example (captured live)
yelp.com
ExampleJSON responseclick the page to trace a field
{
"search_information": {
"total_results": 0,
"business": "ironclad-coffee-roasters-and-baking-co-richmond-2"
},
"review_languages": null,
"reviews": [
],
"ratings": [
{
"stars": 5,
"count": 0
},
{
"stars": 4,
"count": 0
},
{
"stars": 3,
"count": 0
},
{
"stars": 2,
"count": 0
},
{
"stars": 1,
"count": 0
}
],
"rating": null,
"pagination": {
"current": 1,
"next": null
},
"business_id": "ironclad-coffee-roasters-and-baking-co-richmond-2"
}
GET
/v1/data/yelp/reviews1 credit / run VerifiedBusiness Reviews
Paginated business reviews with the star-rating histogram and individual customer reviews. Supports sort and an exact star-rating filter so every review is reachable.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| business_id | string | yes | Business id — the slug in the URL, e.g. 'franklin-barbecue-austin'. |
| Advanced filters | |||
| sort | string | no | Review order. (default: most_helpful) |
| rating | integer | no | Keep only reviews with this exact star rating, 1 to 5. |
| page | integer | no | Page number (10 reviews per page). (default: 1) |