POST
/v1/tasksAdd Tasks
Add Facebook page URLs to extract detailed page informationAdd 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
| 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 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
You can add both `/pages/` URLs and direct page URLs (e.g., `facebook.com/business-name`).
Note
This scraper extracts data from individual pages. Use Facebook Pages Search Export for search results.