Facebook Scraper Pro avatar

Facebook Scraper Pro

Try for free

Pay $6.00 for 1,000 results

Go to Store
Facebook Scraper Pro

Facebook Scraper Pro

alien_force/facebook-scraper-pro
Try for free

Pay $6.00 for 1,000 results

Facebook Scraper Pro is a powerful Apify actor for extracting Facebook data. It includes: Search Scraper (finds posts by keyword), Profiles Scraper (scrapes profile info & posts), Posts Scraper (extracts posts by URL), and Comments Scraper (collects comments from posts). 🚀

You can access the Facebook Scraper Pro programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "cookies": [],
3  "function": "facebook_posts_scraper",
4  "keyword": "BBC",
5  "filter_by_recent_posts": false,
6  "profile_urls": [],
7  "post_urls": [
8    {
9      "url": "https://www.facebook.com/thewitcherfanclub/posts/pfbid02reBdcEgYdgLLP92A7ZJ6KLPcNq3LHha9TjYi2k2ytbeS2q2rxkhCqAWy2m6j3TkRl"
10    }
11  ],
12  "post_urls_for_comments": [
13    {
14      "url": "https://www.facebook.com/thewitcherfanclub/posts/pfbid02reBdcEgYdgLLP92A7ZJ6KLPcNq3LHha9TjYi2k2ytbeS2q2rxkhCqAWy2m6j3TkRl"
15    }
16  ],
17  "results_limit": 5
18}' |
19apify call alien_force/facebook-scraper-pro --silent --output-dataset

Facebook Scraper Pro API through CLI

The Apify CLI is the official tool that allows you to use Facebook Scraper Pro locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 bookmark

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 15 hours ago