Skip to content
All sites
Data API

Yelp Data API

Structured JSON data, on demand, with anti-bot bypass built in.

3endpointsRate Limit handled for you
yelp.comGET/yelp/placeGET/yelp/reviewsGET/yelp/search{ } JSON
Example (captured live)
yelp.com
Example
JSON 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 Verified

Business 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
NameTypeReqDescription
business_idstringyesBusiness id — the slug in the URL, e.g. 'franklin-barbecue-austin'.
Advanced filters
sortstringnoReview order. (default: most_helpful)
ratingintegernoKeep only reviews with this exact star rating, 1 to 5.
pageintegernoPage number (10 reviews per page). (default: 1)