All sites
Data API
Facebook Data API
Public pages, posts and profile data from Facebook.
17endpointslogin_wall · Rate Limit handled for you
Example (captured live)
facebook.com
ExampleJSON responseclick the page to trace a field
{
"query": "coffee",
"results": [
{
"text": "Blue Bottle Coffee",
"url": "https://www.facebook.com/bluebottlecoffee",
"scraped_at": "2026-08-10T21:05:22.110300+00:00"
},
{
"text": "Coffee Lovers Group",
"url": "https://www.facebook.com/groups/coffeelovers",
"scraped_at": "2026-08-10T21:05:22.110410+00:00"
},
{
"text": "Stumptown Coffee Roasters",
"url": "https://www.facebook.com/stumptowncoffee",
"scraped_at": "2026-08-10T21:05:22.110520+00:00"
}
]
}
GET
/v1/data/facebook/search1 credit / run VerifiedGlobal Search
Search across all tabs globally.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query. |
| Advanced filters | |||
| tab | string | no | Restrict to one result tab. |
| cursor | string | no | Pagination cursor from a previous response. |