Platform
Facebook scraping API
Profiles, posts, reels, groups & comments — 10 endpoints, all returned as clean JSON. Pick an endpoint to see the request and an example.
10 endpointsREST · JSON responses1 credit per successful call
GET
Profile
Public page / profile information
/v1/facebook/profileGET
Profile posts
A profile's posts, paginated
/v1/facebook/profile/postsGET
Profile photos
A page's photos, paginated
/v1/facebook/profile/photosGET
Profile events
A page's upcoming events
/v1/facebook/profile/eventsGET
Profile reels
A page's reels, paginated
/v1/facebook/profile/reelsGET
Post & reel
A single post or reel by URL
/v1/facebook/postGET
Post comments
A post's (or reel's) comments
/v1/facebook/post/commentsGET
Comment replies
The replies to a single comment
/v1/facebook/post/comment/repliesGET
Group
Public group About information
/v1/facebook/groupGET
Group posts
A public group's posts
/v1/facebook/group/posts