Introduction
This integration allows users to retrieve Yelp reviews for a specific business using its unique ID obtained from a previous Find Businesses search. By leveraging Yelp's Business Reviews API, the action fetches detailed review information, including ratings, text content, and user details. This functionality enables access to valuable customer feedback within the Clay platform.
Provider: https://yelp.com
โAPI Documentation: https://docs.developer.yelp.com/reference/v3_business_reviews
Input
Name | Is Optional | Description | Type |
Place ID | The Place ID of the business on Yelp. This ID must be taken from a Find Businesses result | text | |
Search Query | true | Search for text in a review. e.g. "service was terrible" | text |
Review Language | true | Optionally filter for reviews in a specific language | text |
Yelp Domain | true | The Yelp domain you want to use. Defaults to yelp.com | text |
Sort Reviews By | true | How the reviews are sorted. Defaults to Relevance. | text |
Limit | true | The number of reviews you want to be returned (Max: 10). Defaults to 5. | number |
Output
Name | Type |
Business Name | text |
Total Number Of Reviews On Yelp | number |
Yelp Reviews Url | url |
Reviews | array |