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
{
"tab": "pages",
"query": "coffee",
"results": [
{
"text": "Blue Bottle Coffee",
"url": "https://www.facebook.com/bluebottlecoffee",
"scraped_at": "2026-08-11T01:36:48.100100+00:00"
},
{
"text": "Stumptown Coffee Roasters",
"url": "https://www.facebook.com/stumptowncoffee",
"scraped_at": "2026-08-11T01:36:48.100210+00:00"
}
]
}
GET
/v1/data/facebook/search/{tab}1 credit / run VerifiedSearch Tab
Search a specific tab (pages/people/groups/posts/places/events).
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| tab | string | yes | One of: pages, people, groups, posts, places, events |
| query | string | yes | Search query. |
| Advanced filters | |||
| after | string | no | Pagination cursor. |