Yelp Reviews
yelp_reviewsFetch Yelp reviews for business URLs, with configurable sorting, review limits, and pagination.
Instructions
Fetch Yelp reviews with the documented /yelp-reviews endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Yelp sort parameter. | |
| async | No | Deprecated compatibility flag. Prefer execution_mode. | |
| query | Yes | One or more Yelp business URLs. | |
| cursor | No | Pagination cursor. | |
| cutoff | No | Cutoff value accepted by Outscraper. | |
| fields | No | Specific fields to return. | |
| webhook | No | Optional webhook URL for async completion. | |
| reviews_limit | No | Maximum reviews per query. | |
| execution_mode | No | Execution strategy. Use auto to let the MCP server choose between sync and async. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| async | No |