Facebook Channel
DeprecatedPricing
$35.00/month + usage
Facebook Channel
DeprecatedDiscover the social pulse of any Facebook page with our scraper. Extract details like post info, likes, comments, and more from your chosen pages. Perfect for competitor analysis, market research, and content planning. Get insights from Facebook in seconds!
Pricing
$35.00/month + usage
Rating
0.0
(0)
Developer
Newbs
Maintained by CommunityActor stats
2
Bookmarked
6
Total users
6
Monthly active users
3 years ago
Last modified
Categories
Share
Facebook Scraper using Puppeteer
Overview
This Apify actor uses Puppeteer to scrape Facebook posts from a specified channel and number of posts. The output of the actor includes details on each post scraped.
Input
The actor takes in the following input:
socialName(required) - The name of the channel or page to scrape posts from.numberOfPosts(required) - The number of posts to scrape.globalTimeOut(optional) - Timeout for the whole scraping process. Default is 300 seconds.
Output
The actor outputs an array of objects, where each object represents a single Facebook post. The object includes the following details for each post:
socialName- The name of the Facebook page.about- Includes details like likes, followers, link to the page, type of the page, description of the page.rating- The rating of the page.posts- Details about the posts scraped.
Each post includes:
title- The title of the post.description- The description of the post.coverImage- The URL of the cover image.postUrl- The URL of the post.author- The name of the author of the post.likeCount- The number of likes the post has.commentCount- The number of comments the post has.publishedAt- The date the post was published.
Usage
To use this actor, you can set up a task on Apify and configure the input parameters as desired. Once the task is started, the actor will scrape the specified number of posts for the specified channel and output the details in the format described above.
Example Input
{"socialName": "Dior","numberOfPosts": 10,"globalTimeOut": 300}
Example Output
[{"socialName": "Dior","about": {"likes": "3M","follow": "4M","visit": "2M","link": "https://www.facebook.com/Dior/","type": "Fashion Brand","description": "Dior official Facebook page"},"rating": 4.8,"posts": [{"title": "Post Title 1","text": "Post text 1","image": "https://example.com/image-1.jpg","video": "https://www.facebook.com/Dior/posts/1234567890","share": "532","like": 1000,"comment": 120,"date": "July 20 at 2:02 PM"},{"title": "Post Title 1","text": "Post text 1","image": "https://example.com/image-1.jpg","video": "https://www.facebook.com/Dior/posts/1234567890","share": "532","like": 1000,"comment": 120,"date": "July 20 at 2:02 PM"}]}]
Disclaimer
Please note that the use of this actor and any data obtained through its use is at your own risk. The developer of this actor is not responsible for any consequences resulting from the use of this actor and the data it generates. It is your responsibility to ensure that you comply with all applicable laws and regulations governing the use of such data.