Facebook Post Scraper with Comments extracts Facebook post details, including text, author info, likes, shares, and media. It also scrapes comments with user details, engagement metrics, and timestamps. Ideal for social media monitoring, sentiment analysis, and audience insights.
Facebook Post Scraper with Comments is a powerful and efficient Apify actor designed to scrape Facebook posts along with their comments. This tool allows you to extract valuable data, including post details, reactions, images, videos, and comments, helping you analyze engagement and user interactions.
The actor accepts the following JSON input structure:
1{ 2 "post_urls": [ 3 { 4 "url": "https://www.facebook.com/thewitcherfanclub/posts/pfbid02reBdcEgYdgLLP92A7ZJ6KLPcNq3LHha9TjYi2k2ytbeS2q2rxkhCqAWy2m6j3TkRl" 5 } 6 ], 7 "comments_limit": 5, 8 "min_wait_time_in_sec": 1, 9 "max_wait_time_in_sec": 4, 10 "cookies": [] 11}
The output will be an array of scraped posts and comments in the following JSON format:
1{ 2 "input": "https://www.facebook.com/thewitcherfanclub/posts/pfbid02reBdcEgYdgLLP92A7ZJ6KLPcNq3LHha9TjYi2k2ytbeS2q2rxkhCqAWy2m6j3TkRl", 3 "author": null, 4 "post_id": "623731507071105", 5 "action_id": "ZmVlZGJhY2s6NjIzNzMxNTA3MDcxMTA1", 6 "text": "The Witcher ⚔️ Season 4 2025", 7 "create_time": 1739523981, 8 "post_url": "https://www.facebook.com/thewitcherfanclub/posts/pfbid02rx7CsmHhurFSpK1W7NY6p9YGRZbY2s1W2ZsqX5MstidN9zaM2ToHJexKJ2EkfyDwl", 9 "like_count": 15443, 10 "comment_count": 647, 11 "share_count": 629, 12 "view_count": 0, 13 "play_count": 0, 14 "image_list": [ 15 "https://scontent.xx.fbcdn.net/v/t39.30808-6/484004189_645200288257560_5160343900984361714_n.jpg?_nc_cat=109..." 16 ], 17 "video_list": [], 18 "video_cover_image": [], 19 "durationInSec": [], 20 "type": "post", 21 "author_username": "The Witcher Memes", 22 "author_user_id": "100083027845965", 23 "author_profile_url": "https://www.facebook.com/thewitcherfanclub", 24 "author_avatar": "https://scontent.xx.fbcdn.net/v/t39.30808-1/406119461_334626885981570_415774568726704799_n.jpg...", 25 "comments": [ 26 { 27 "action_id": "ZmVlZGJhY2s6NjIzNzMxNTA3MDcxMTA1XzU2NzAzMTAzNjQwNDAxNQ==", 28 "comment_id": "567031036404015", 29 "gender": "UNKNOWN", 30 "author_user_id": "100085673556681", 31 "author_username": "komene Rika Ng duwur kaeh", 32 "author_profile_url": "https://www.facebook.com/profile.php?id=100085673556681", 33 "author_avatar": "https://scontent.xx.fbcdn.net/v/t39.30808-1/305486963_102029662662819_8054562118169563942_n.jpg...", 34 "text": "Totally loved this film from start to finish...", 35 "like_count": 9, 36 "reply_count": 3, 37 "create_time": 1739803304, 38 "image_list": [], 39 "video_list": [], 40 "video_cover_image": [] 41 } 42 ] 43}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!