Facebook Posts Scraper avatar
Facebook Posts Scraper

Pricing

$35.00/month + usage

Go to Store
Facebook Posts Scraper

Facebook Posts Scraper

Developed by

Apify

Apify

Maintained by Apify

Extract data from hundreds of Facebook posts from one or multiple Facebook pages and profiles. Get post URL, post text, page or profile URL, timestamp, number of likes, shares, comments, and more. Download the data in JSON, CSV, and Excel and use it in apps, spreadsheets, and reports.

4.5 (33)

Pricing

$35.00/month + usage

335

Total users

21.7k

Monthly users

1.7k

Runs succeeded

>99%

Issue response

2.3 days

Last modified

8 minutes ago

VH

doesn't return reaction types only likes

Closed

vivid_hawk opened this issue
24 days ago

Hi.

I can't find the different reactiontypes - loves, angry, care, haha, wow, sad, wow.

I can only find likes.

alexey avatar

Hi!

Reaction counters are only available with a custom JSON input value "enhancePostDetails": true

https://console.apify.com/view/runs/QvpIgmOZALJpIUqkY

Please note that the actor will make a single request per post. To get counters:

{
"topLevelUrl": "https://www.facebook.com/100063456995338/posts/1185676410224248",
"reactionCareCount": 4,
"reactionLikeCount": 1,
"reactionSadCount": 1,
"reactionAngryCount": 1,
}

Please confirm if the approach above is good enough for your case.

alexey avatar

I will close the issue now, but if there is anything else we can help with, please let us know.