Bluesky Posts Scraper avatar
Bluesky Posts Scraper

Pricing

$30.00/month + usage

Go to Store
Bluesky Posts Scraper

Bluesky Posts Scraper

Developed by

Lexis Solutions

Lexis Solutions

Maintained by Community

The Apify Bluesky Posts Scraper allows a programmatic search for posts on Bluesky and the option to export to CSV, JSON, Excel, or integration with Zapier, Make, or any custom workflow.

5.0 (7)

Pricing

$30.00/month + usage

18

Total users

144

Monthly users

13

Runs succeeded

88%

Issues response

6.9 hours

Last modified

a month ago

DE

Inconsistent dates

Closed

devatshake opened this issue
a month ago

Hello, we would like to integrate this scraper into our service but jobs keeps failing due to unexpected date formats. Currently, we are handling 4 different time formats and still, some jobs keep failing.

These are currently all the formats we've detected

date_formats = [
"%Y-%m-%dT%H:%M:%S.%f%z",
"%Y-%m-%dT%H:%M:%S.%fZ",
"%Y-%m-%dT%H:%M:%SZ",
"%Y-%m-%dT%H:%M:%S%z"
]

and still some jobs fail, this value belongs to createdAt key. Can you please look into it and make it consistent? Also, let me know which format you choose to you so that we can fix on out end. Thank you in advance!

lexis-solutions avatar

Sure we'd love to help. Can you share a run, or multiple runs, where you see inconsistencies?

DE

devatshake

a month ago

Sure, here is this run for example: tbtvvj3b9AGjnFcCC -> you can look at results and see that createdAt is inconsistent

DE

devatshake

a month ago

3 different formats just on this small snippet

lexis-solutions avatar

Updated the actor so it uses a consistent ISO timestamp. Please test again and let us know if you need anything else. Thanks!