Facebook Posts Scraper avatar

Facebook Posts Scraper

Try for free

3 days trial then $29.99/month - No credit card required now

Go to Store
Facebook Posts Scraper

Facebook Posts Scraper

danek/facebook-posts-fast
Try for free

3 days trial then $29.99/month - No credit card required now

Scrap Facebook posts fast and easy. This actor is a lightweight version of the Facebook Posts actor. It is designed to be fast and efficient, so it can extract a large number of events for low price. It is also less likely to be blocked by Facebook.

Developer
Maintained by Community

Actor Metrics

  • 46 monthly users

  • 5.0 / 5 (1)

  • 12 bookmarks

  • >99% runs succeeded

  • Created in Mar 2024

  • Modified 4 months ago

SM

the actor skips too many posts and return too small data set

Closed
snazzy_monument opened this issue
6 months ago

I use this actor to scrape a channel's latest 1000 posts, but the actor skips lots of needed posts and jumps to 2023 strangely. How can I make the actor scrape post one by one ?

danek avatar

are those skipped ones normal posts, videos or reels?

SM

snazzy_monument

6 months ago

those skipped are normal posts.

danek avatar

could you provide run or input of this run?

SM

snazzy_monument

6 months ago

please try a channel with plenty of posts lile this: { "max_posts": 1000, "max_retries": 5, "proxy": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "urls": [ { "url": "https://www.facebook.com/XinhuaNewsAgency" } ] } then it will be found that the timestamp jump to 2023-03 from 2024-09-29

danek avatar

I can recreate this, I'm investigating

danek avatar

quick update: It's some facebook trickery, I notice that it happen only when reading data as not logged-in user. I will investigate more