Facebook Scraper API
## Overview Facebook API helps developers and product teams collect public Facebook profile, post, reel, photo, comment, group post, and transcript data through a single integration. It is designed for page enrichment, social monitoring, creator research, competitive analysis, moderation, and media indexing workflows. ## What You Can Do - Get public Facebook page details including category,…
Facebook Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/profile/reels /profile/reels |
Fetches up to 10 reels per request from a public Facebook page. Each reel includes id, url, view_count, description, creation_time, video_url, thumbnail, play_time_in_ms, and… |
| GET |
/group/posts /group/posts |
Fetches posts from a public Facebook group, limited to 3 posts per page due to API limitations. Each post includes id, text, url, reactionCount, commentCount, publishTime,… |
| GET |
/profile /profile |
Retrieves public Facebook page details including category, address, email, phone, website, services, priceRange, rating, likeCount, and followerCount. Also returns adLibrary… |
| GET |
/profile/photos /profile/photos |
Fetches photos from a public Facebook page with pagination support. Each photo includes photo_id, accessibility_caption, viewer_image with uri, height, and width, plus a… |
| GET |
/post/transcript /post/transcript |
Extracts the transcript text from a Facebook video post or reel. Returns the transcript as a single text string with line breaks. Only works on videos under 2 minutes in length. |
| GET |
/profile/posts /profile/posts |
Returns publicly visible Facebook profile posts, limited to 3 posts per page due to API limitations. Each post includes id, text, url, reactionCount, commentCount, publishTime,… |
| GET |
/post /post |
Retrieves a single public Facebook post or reel by URL. Returns post_id, like_count, comment_count, share_count, view_count, description, creation_time, and author details. For… |
| GET |
/post/comments /post/comments |
Fetches comments from a Facebook post or reel with cursor-based pagination. Each comment includes id, text, created_at, reply_count, reaction_count, and author details with name… |
| GET |
/system/state /system/state |
System state |
Facebook Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / minute |
|
| PRO | $10 / month | 500 / minute |
|
| ULTRA Recommended | $25 / month | 500 / minute |
|
| MEGA | $100 / month | 500 / minute |
|