The Yelp Place API allows users to retrieve detailed information about a specific place using its Yelp ID or Yelp Alias.

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

curl --request GET \
  --url 'https://api.hasdata.com/scrape/yelp/place?placeId=mcdonalds-new-york-386' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
placeIdmcdonalds-new-york-386YesThe Yelp ID or Yelp Alias of the place. For example, ‘jPIZ3FR5LNcwPuUHi2Fe4g’ or ‘mcdonalds-new-york-386’.
domain-NoYelp domain to use. Default is www.yelp.com.