Introduction
This integration enables users to search for businesses on Yelp directly through Clay. By leveraging Yelp's Business Search API, users can find establishments based on location and specific search queries. The integration provides access to Yelp's extensive database of businesses, including details such as ratings, reviews, and contact information, enhancing Clay's functionality with robust local business data.
Provider: https://yelp.com
โAPI Documentation: https://docs.developer.yelp.com/reference/v3_business_search
Input
Name | Is Optional | Description | Type |
Location | The location you want to search for. A variety of formats are accepted: "706 Mission St, San Francisco, CA", "San Francisco, CA", "San Francisco, CA 94103", "94103", "San Francisco", etc. | text | |
Search Query | true | e.g. Coffee Shop | text |
Yelp Domain | true | The Yelp domain you want to search. Defaults to yelp.com | url |
Sort Results By | true | How the results are sorted. Defaults to recommended. | text |
Limit | true | The number of results you want to be returned (Max: 10). Defaults to 5. | text |
Include Ad Results? | true | If switched on, Yelp Ad results will be included in the response. | boolean |
Output
Name | Type |
Businesses | array |
Yelp Search Link | url |