Reviews
reviewsRetrieve Yelp customer feedback by business URL or ID, with sorting, rating filters, and cursor-based pagination.
Instructions
Get business reviews by url or id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Example value: | |
| end_cursor | No | For first page: Default is set to None For next pages, if hasNextPage = true : Input the end_cursor value found from the response of the previous page to get reviews of the next page. Ex. end_cursor = eyJ2ZXJzaW9uIjoxLCJ0eXBlIjoib2Zmc2V0Iiwib2Zmc2V0Ijo0NH0 | |
| business_id | No | Enter any business ID found from /search endpoint | |
| business_url | No | Enter any business url from yelp.com (any subdomain) | |
| rating_filter | No | Example value: | |
| reviews_per_page | No | Max value could be: 45 | 20 |