Facebook Posts Scraper avatar

Facebook Posts Scraper

Pricing

from $2.49 / 1,000 post results

Go to Apify Store
Facebook Posts Scraper

Facebook Posts Scraper

Scrape posts from any public Facebook Page or profile text, reactions, comments, shares, video URLs, view counts, and author details.

Pricing

from $2.49 / 1,000 post results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract posts from any public Facebook Page or profile — text, engagement counts, video URLs, and author details. No login required.

What you get

  • Post content: caption text, direct URL, and canonical permalink
  • Engagement: total reactions, a per-type reaction breakdown (like/love/care/haha/wow/sad/anger), comments, and video view counts
  • Media: image URLs, and SD/HD video URLs plus thumbnail for video posts
  • Author: name, short name, and profile ID
  • Timestamps: exact publish time (ISO 8601)
  • Paginated output: each run returns a cursor so you can fetch a profile's full history across multiple runs
  • Export to JSON, CSV, or Google Sheets directly from the Apify console

Use cases

  • Competitor content and posting-cadence analysis
  • Audience research and engagement benchmarking
  • Lead generation and brand monitoring
  • Building content datasets for reporting

How to use

  1. Enter a Facebook Page or profile — a full URL (https://www.facebook.com/nasa), a handle (nasa), or a numeric Page ID
  2. Set Max Posts (default 100; set 0 for unlimited)
  3. Run the actor — results appear in the Dataset tab
  4. To fetch more, open the Key-value store tab → copy the NEXT_PAGE_ID value → paste it into Page ID on your next run. If NEXT_PAGE_ID is null, you've fetched everything.

Output format

Each dataset record:

{
"postId": "1234567890",
"url": "https://www.facebook.com/nasa/posts/1234567890",
"permalink": "https://www.facebook.com/1234567890",
"text": "A new view of the cosmos …",
"publishTime": "2026-06-30T14:02:11.000Z",
"reactionCount": 48213,
"reactions": { "like": 41200, "love": 5100, "care": 900, "haha": 400, "wow": 500, "sad": 80, "anger": 33 },
"commentCount": 1922,
"viewCount": null,
"isVideo": false,
"videoSdUrl": null,
"videoHdUrl": null,
"thumbnailUrl": null,
"images": ["https://scontent.xx.fbcdn.net/…"],
"authorId": "100064...",
"authorName": "NASA",
"authorShortName": "NASA",
"scrapedAt": "2026-07-01T09:00:00.000Z"
}

Notes

  • Works on public Pages and profiles only.
  • Free-tier runs are capped at 50 posts; paid plans remove the limit.