POST
/v1/tasksAdd Tasks
Add Yelp search URLs to scrape business listingsAdd Yelp search URLs to scrape business listings. The scraper extracts business details including contact information, ratings, reviews, categories, and location data.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Request Body
squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the Yelp Search Export crawler
tasks
Type:
array
Required:
Yes
Description:
Array of task objects, each containing a `url` field
Task Object
url
Type:
string
Required:
Yes
Description:
Yelp search URL (e.g., `https://www.yelp.com/search?find_desc=Restaurants&find_loc=New+York`)
Pro Tip
Perform your search on Yelp first, apply filters (category, location, price range), then copy the URL to preserve all parameters.
Note
Yelp search URLs use `find_desc` for the search term and `find_loc` for the location.