
Facebook Scraper Pro (Rental)
2 hours trial then $25.00/month - No credit card required now

Facebook Scraper Pro (Rental)
2 hours trial then $25.00/month - No credit card required now
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). 🚀
Actor Metrics
2 monthly users
No reviews yet
1 bookmark
Created in Mar 2025
Modified 16 hours ago
You can access the Facebook Scraper Pro (Rental) programmatically from your own applications by using the Apify API. You can also 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": 10
18}' |
19apify call alien_force/facebook-scraper-pro-rental --silent --output-dataset
Facebook Scraper Pro (Rental) API through CLI
The Apify CLI is the official tool that allows you to use Facebook Scraper Pro (Rental) locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: