get_business_reviews
Need customer opinions on a Yelp business? Get ratings, comments, and reviewer info with pagination (up to 50 reviews per call).
Instructions
Retrieve user reviews for a specific Yelp business. Use when the user wants to read customer opinions: ratings, comments, and reviewer info. Returns up to 50 reviews per call. Use offset to paginate; total field shows how many reviews exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | Yes | Yelp business ID or alias. Obtain from search_businesses, find_business_by_phone, or match_business. | |
| locale | No | BCP 47 locale to filter by language, e.g. 'en_US'. | |
| sort_by | No | Sort: 'yelp_sort' (default), 'newest', 'oldest', 'highest_rated', 'lowest_rated'. | |
| limit | No | Reviews per page (1–50, default 20). | |
| offset | No | Zero-based offset for pagination. |