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

5 hours ago

CM

First Date Missing in Exported Data

Closed

charlene_mendoza opened this issue
2 months ago

when exporting the dataset, the first date in the range is omitted. For example, if I crawl data from 2019-01-01 to 2018-01-01, the exported data replaces 2019-01-01 with 2018-12-31, shifting the entire dataset by one day.

alexey avatar

Hi!

Actor getting "timestamp" in UTC, so new Date(1546299900 * 1000) depends on your local timezone might be converted to Tue Jan 01 2019 06:45:00 GMT+0700 but new Date(1546299900 * 1000).toUTCString() is Mon, 31 Dec 2018 23:45:00 GMT

In other words, the actor just follows the date conversion rules from Facebook.

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