Crawlzodocs
API referenceFacebook

Facebook profile posts

A page's timeline posts, paged with a cursor.

Pages through a profile's own timeline. Each page returns posts in the standardised shape along with a cursor for the next one.

Timeline reading is heavier than reading the profile header, so if you only need follower counts use facebook-profile instead.

No example response is shown for this endpoint.

POST
/v1/scrapers/facebook-profile-posts

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/facebook-profile-posts" \  -H "Content-Type: application/json" \  -d '{    "username": "natgeo",    "count": 5  }'
{}