Ultimate Facebook Scraper
3 days trial then $39.00/month - No credit card required now
Ultimate Facebook Scraper
3 days trial then $39.00/month - No credit card required now
All in one scraping solution to scrape any kind of data from facebook
You can access the Ultimate Facebook Scraper 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 "action": "scrapeProfiles",
3 "scrapeProfiles.profileUrls": [
4 "https://www.facebook.com/OnePeakCreative"
5 ],
6 "proxy": {
7 "useApifyProxy": true,
8 "apifyProxyGroups": [
9 "RESIDENTIAL"
10 ],
11 "apifyProxyCountry": "US"
12 },
13 "minDelay": 1,
14 "maxDelay": 3
15}' |
16apify call curious_coder/ultimate-facebook-scraper --silent --output-dataset
Ultimate Facebook Scraper API through CLI
The Apify CLI is the official tool that allows you to use Ultimate Facebook Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
71 monthly users
-
15 stars
93% runs succeeded
15 days response time
Created in Oct 2023
Modified 2 days ago