Yelp Scraper
Scrapes public data from Yelp business profiles or review listings. Crawlbyte handles fingerprinting, anti-bot protections, and pagination — so you can collect structured data from Yelp effortlessly.
Endpoint
POST https://api.crawlbyte.ai/api/tasksBasic Configuration (Required)
Business Profile
{
"type": "yelp",
"input": [
"https://www.yelp.com/biz/some-restaurant"
],
"dataType": "profiles",
"multithread": false
}Reviews
{
"type": "yelp",
"input": [
"https://www.yelp.com/biz/some-restaurant"
],
"dataType": "reviews",
"sortBy": "NEWEST_FIRST",
"multithread": false
}
Parameters
Field
Type
Description
Advanced Configuration (Optional)
Optional Parameters
Field
Type
Description
Pricing
Response
Status Types
Status
Meaning
Polling
SDK Usage
Notes
Last updated