Facebook Page Post Scraper avatar
Facebook Page Post Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Facebook Page Post Scraper

Facebook Page Post Scraper

Powerful Facebook Page scraper that extracts posts, engagement metrics (likes, comments, shares), images, videos, and posting dates from any public Facebook Page. Perfect for competitive analysis, content research, and social media monitoring.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

10

Total users

9

Monthly active users

3 days ago

Last modified

Share

Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Scrape posts from public Facebook Pages. Extract post content, images, videos, engagement metrics (likes, comments, shares), and posting dates. Perfect for competitive analysis and content research.

Features

📊 Complete Post Data

  • Post content (full text)
  • Images and image galleries
  • Videos with thumbnails
  • Shared links with titles
  • Posting dates and timestamps

💬 Engagement Metrics

  • Likes/Reactions count
  • Comments count
  • Shares count
  • Reaction breakdown (like, love, haha, wow, sad, angry)
  • Top comments extraction

🔍 Smart Filtering

  • Filter by date range
  • Filter by content type (text, images, videos, links)
  • Limit posts per page
  • Skip sponsored content

🔗 Easy Integration

  • Webhook support (Zapier, Make, n8n)
  • Export to CSV, JSON, Excel
  • Real-time notifications

Quick Start

{
"url": "https://example.com",
"maxResults": 100
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeDescription
pageUrlsarrayFacebook Page URLs to scrape
pageUsernamesarrayFacebook Page usernames/handles
maxPostsPerPagenumberMax posts to scrape per page (1-100)
includeCommentsbooleanScrape top comments for each post
maxCommentsPerPostnumberMax comments per post (1-50)
dateFromstringOnly scrape posts from this date (YYYY-MM-DD)
dateTostringOnly scrape posts up to this date (YYYY-MM-DD)
contentTypestringFilter: all, text_only, with_images, with_videos, with_links
webhookUrlstringURL for webhook notifications
webhookPlatformstringzapier, make, n8n, custom
demoModebooleanTest with sample data

Output Format

{
"data": [...]
}

Pricing

This actor uses pay-per-event billing:

EventCost
Actor start$0.10
Per page scraped$0.05
Per post scraped$0.005

Demo mode is FREE - Test with sample data before using real credits.

Use Cases

  1. Competitive Analysis - Monitor competitor Facebook activity
  2. Content Research - Find top-performing post types and topics
  3. Brand Monitoring - Track mentions and engagement
  4. Influencer Research - Analyze influencer posting patterns
  5. Market Research - Understand audience interests
  6. Social Proof - Collect testimonials and positive comments
  7. Trend Analysis - Identify viral content patterns

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal