Introduction
This integration enables users to retrieve detailed business information from Yelp using Clay. By providing a location and search query, the action leverages Yelp's Business API to fetch relevant data about a company, including its name, address, phone number, rating, and review count. This functionality streamlines the process of gathering accurate, up-to-date business intelligence directly from Yelp's extensive database.
Provider: https://yelp.com
โAPI Documentation: https://docs.developer.yelp.com/reference/v3_business_info
Input
Name | Is Optional | Description | Type |
Business Name | e.g. Eric's Coffee Roasters | text | |
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 | |
Yelp Domain | true | The Yelp domain you want to search. Defaults to yelp.com | url |
Output
Name | Type |
Place Ids | array |
Title | text |
Link | url |
Rating | number |
Reviews | number |
Highlights | array |
Snippet | text |
Response Time | text |
Service Requests | number |
Thumbnail | url |
First Review | object |
Last Review | object |