Add Facebook Pages search URLs to scrape
Add Facebook Pages search URLs to scrape business pages. The scraper extracts page information including contact details, follower counts, and social links.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/json| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the Facebook Pages Search Export crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Facebook Pages search URL (e.g., https://www.facebook.com/search/pages?q=coffee%20shop) |
https://www.facebook.com/search/pages?q=YOUR_SEARCH_QUERY where the query should be URL-encoded.