Scrape full Yelp business profiles from business URLs or place IDs - name, rating, reviews, price, categories, phone, address, website, hours, amenities, popular dishes, photos, and review highlights. Optional full menu extraction. Batch many businesses per run.
List the Yelp businesses to look up. Each entry can be a full Yelp business URL copied from your browser (e.g. 'https://www.yelp.com/biz/maman-new-york-22'), the encoded place ID (e.g. 'DE0ROwygh-86i4s-WLp8wQ'), or the human-readable alias (e.g. 'maman-new-york-22'). You can mix all three in one list. IDs and aliases appear in the place_ids array of every Yelp Search API result. One business profile is returned per entry.
Type:string[]
Min. items:1
Fetch Full Menu
full_menu
Optional
Set true to scrape the business full menu (sections, dishes, descriptions, prices) instead of the standard profile. If a business has no menu page, the standard profile is returned instead and flagged in the output. Defaults to false.
Type:boolean
Default:false
Menu Name
menu_name
Optional
Choose which menu to scrape when a business offers more than one (e.g. 'Dinner Menu'). Only used together with Fetch Full Menu. Optional.
Type:string
Include Business Alert
business_alert
Optional
Set true to include the business alert message when present (e.g. 'Yelpers report this location has closed.'). Defaults to false.
Type:boolean
Default:false
Yelp Domain
yelp_domain
Optional
Choose which regional Yelp domain to look the businesses up on. 41 domains are supported, e.g. 'www.yelp.com' (US), 'www.yelp.ca' (Canada), 'www.yelp.co.uk' (UK), 'www.yelp.fr' (France), 'www.yelp.de' (Germany), 'www.yelp.com.au' (Australia), 'www.yelp.co.jp' (Japan). Multilingual countries use a language prefix instead of 'www', e.g. 'fr.yelp.ca' for French Canada or 'zh.yelp.com.hk' for Hong Kong. A short form like 'yelp.co.uk' is accepted and expanded for you. Any entry you paste as a regional Yelp URL sets its own domain automatically and overrides this field, because a business alias only exists on its own regional domain. Optional - defaults to www.yelp.com. The full list is in the README.