Yelp

With Web Scraper API, you can scrape and parse various types of Yelp pages; below is an overview of all supported scrapers and their respective source values.

Source
Description
Dedicated parser

yelp

scrape results from the Yelp search page

Yes.

Request sample

curl -X GET "https://serpapi.abcproxy.com/search" \
  -d "engine=yelp" \
  -d "q=coffee" \
  -d "no_cache=false" \
  -d "api_key=YOUR_API_KEY"