Yelp Scraper API

The Yelp Scraper API allows developers to Yelp Search Results in real-time. It can be easily accessed by requesting at the following endpoint: api.scrapingdog.com/yelp.

ParametersDescription

api_key required

This is your API key.

find_desc

Type: String The query you want to search.

find_loc required

Type: String The location you want to target to scrape the search results. For example:

- San Francisco, CA - New York, NY, United States

l

Type: String

The distance or map radius you want to get search results from.

yelp_domain

Type: String

The domain you want to use to scrape the search results.

cflt

Type: String

It is used to define the category of search results you want.

sortby

Type: String

It is used for sorting the result. recommended - Recommended(default) rating - Highest rated review_count - Most reviewed

attrs

Type: String

It is used for refining the search results according to the value you pass in attrs parameter.

start

Type: Number(Integer) [0,10,20....]

Default: 0

(Enter 10 for 2nd-page results, 20 for 3rd, etc .) The page number to get targeted search results.

Note: Each Yelp API call would cost you 4 request credits.

cURL "https://api.scrapingdog.com/yelp?api_key=APIKEY&find_desc=burger&find_loc=San+Francisco,CA"

Last updated