Yelp
Yelp Search API
The Yelp Search API allows users to get results from the Yelp search page. This API enables searching for businesses by keyword and location.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key.
All requests must include your key in the x-api-key
header.
Make Your First Request
API Parameters
Parameter | Default Value | Required | Description |
---|---|---|---|
keyword | McDonald’s | Yes | The search term for which to get the search results. |
location | New York, NY | Yes | The location where to search for businesses with the given keyword. |
domain | - | No | Yelp domain to use. Default is www.yelp.com. |
start | - | No | Result offset for pagination (e.g., 0 for the first page, 10 for the 2nd page, etc.). |