POST/v1/tasks

Add Tasks

Add Google Maps place URLs to scrape reviews from

Add Google Maps place URLs as tasks to your squid. The scraper will extract reviews from each place you provide.

You can use either the short CID format or the full Google Maps URL.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

Request Body

squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the google-maps-reviews-scraper crawler
tasks
Type:
array
Required:
Yes
Description:
Array of task objects, each containing a `url` field
Pro Tip

Pro Tip

You can add up to 1000 tasks in a single request for bulk operations.
Pro Tip

Pro Tip

The CID (Customer ID) can be found in the Google Maps URL after `cid=` or extracted from the place's share link.
Note

Note

Duplicate URLs are automatically detected and won't be added twice.