POST/v1/tasks

Add Tasks

Add Yelp search URLs to scrape business listings

Add Yelp search URLs to scrape business listings. The scraper extracts business details including contact information, ratings, reviews, categories, and location data.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

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

Pro Tip

Perform your search on Yelp first, apply filters (category, location, price range), then copy the URL to preserve all parameters.
Note

Note

Yelp search URLs use `find_desc` for the search term and `find_loc` for the location.