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.
Parameters | Description |
---|---|
api_key required | This is your API key. |
find_desc | Type: |
find_loc required | Type: - San Francisco, CA - New York, NY, United States |
l | Type: The distance or map radius you want to get search results from. |
yelp_domain | Type: The domain you want to use to scrape the search results. |
cflt | Type: It is used to define the category of search results you want. |
sortby | Type: It is used for sorting the result. recommended - Recommended(default) rating - Highest rated review_count - Most reviewed |
attrs | Type:
It is used for refining the search results according to the value you pass in |
start | Type: Default: (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.
Last updated