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
{
"identifier": "nasa",
"results": [
{
"scraped_at": "2026-08-10T21:06:01.100200+00:00",
"author": "NASA",
"author_url": "https://www.facebook.com/NASA",
"text": "Our Perseverance rover just captured a stunning new panorama of Jezero Crater. Swipe to explore the ancient river delta where the rover is hunting for signs of past microbial life.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/jezero_panorama.jpg",
"reactions": 48213,
"comments": 1204,
"shares": 3810,
"url": "https://www.facebook.com/NASA/posts/pfbid02aBcDeFgH"
},
{
"scraped_at": "2026-08-10T21:06:01.100310+00:00",
"author": "NASA",
"author_url": "https://www.facebook.com/NASA",
"text": "Tune in live tomorrow at 2pm ET as we roll out the Artemis II crew capsule. Four astronauts will soon journey around the Moon for the first time in over 50 years.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/artemis_rollout.jpg",
"reactions": 22190,
"comments": 640,
"shares": 1502,
"url": "https://www.facebook.com/NASA/posts/pfbid09zYxWvUtS"
},
{
"scraped_at": "2026-08-10T21:06:01.100420+00:00",
"author": "NASA",
"author_url": "https://www.facebook.com/NASA",
"text": "The James Webb Space Telescope just returned its deepest infrared image of a galaxy cluster yet. Every point of light is an entire galaxy.",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/webb_deep_field.jpg",
"reactions": 91002,
"comments": 2810,
"shares": 8404,
"url": "https://www.facebook.com/NASA/posts/pfbid07webbdeepfield"
}
]
}
GET
/v1/data/facebook/pages/{identifier}/posts1 credit / run VerifiedPage Posts
Retrieve a page timeline.
Handled for you:login_wallRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| identifier | string | yes | Page id or username. |
| Advanced filters | |||
| amount | integer | no | Maximum posts to return. (default: 20) |
| cursor | string | no | Pagination cursor from a previous response. |
| after | string | no | Alias of cursor (mbasic 'See more' token). |