POST/v1/tasks

Add Tasks

Add Facebook page URLs to extract detailed page information

Add Facebook page URLs to extract detailed information including contact details, ratings, reviews, and social links.

The Facebook Page Details Export scraper works with direct page URLs rather than search URLs. You can provide URLs to individual Facebook pages to extract their complete profile information.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

Request Body

squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the Facebook Page Details 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:
Facebook page URL to scrape (e.g., `https://www.facebook.com/pages/business-name/123456/`)
Pro Tip

Pro Tip

You can add both `/pages/` URLs and direct page URLs (e.g., `facebook.com/business-name`).
Note

Note

This scraper extracts data from individual pages. Use Facebook Pages Search Export for search results.