/yelp/businesses/reviews

POST /api/yelp/businesses/reviews

Price: 20 credits

Get Yelp reviews for a business by alias, business id or business page URL, ordered by relevance, date or rating and optionally narrowed to given star ratings or a text query. Returns review text, rating, timestamp, reviewer profile, attached photos, reaction counts and the business owner reply.

How to use it

Fetch reviews of one Yelp business. business accepts an alias, a business id or a https://www.yelp.com/biz/... URL. sort_by: relevance, newest, oldest, highest_rated, lowest_rated, elites. ratings narrows to given star values (e.g. [1, 2] for negative reviews), query keeps only reviews mentioning a phrase, language selects the language the reviews were written in (English by default; businesses outside English-speaking markets often hold most of their reviews in the local language). Each review has id, text, language, rating, created_at (unix seconds), author (name, location, image, review_count, friend_count, photo_count, elite_year), photos, helpful_count/thanks_count/love_count/oh_no_count, check_in_count, is_first_review, expert_recognition and reply (owner response).

Parameters

Request body

Response

Errors

Response headers