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

Not collecting video media

Closed

devatshake opened this issue
a month ago

Hello, is it possible to support video media type?

{
"id": "bafyreihmlyfyfd5ll6stmsdlztcj7scffj4sf3bmgx3cprjbmukhvymq2y",
"query": "from:@qatarwings.bsky.social",
"authorId": "did:plc:n2xxhj7lamswwt7lr3grh7fc",
"authorName": "Qatar Airways",
"authorUsername": "qatarwings.bsky.social",
"authorAvatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:n2xxhj7lamswwt7lr3grh7fc/bafkreigrgbwdvcaneun4rnmihxhwf6nc4zlaecwjsvq2qljrwns3bvrc4u@jpeg",
"text": "The best seat in town 🇶🇦\nYour Seat F1 is waiting... \n\n#QatarAirways \n#DrivenToPerfection\n#Qatar #doha #aviation #airlines #aircraft #flight #airport #khabylame #tiktokstar",
"images": [],
"link": null,
"primaryImage": "https://video.bsky.app/watch/did%3Aplc%3An2xxhj7lamswwt7lr3grh7fc/bafkreiauk7uw2mcvv6o3na5xy3loqnhuiq453phrxkmzagud4qm6svevju/thumbnail.jpg?f=.jpeg",
"createdAt": "2024-12-02T13:10:29.557Z",
"langs": [
"en"
],
"replyCount": 0,
"repostCount": 2,
"likeCount": 10,
"url": "https://bsky.app/profile/qatarwings.bsky.social/post/3lcd74xdjrk25"
},

For this entry there is no data related to the video the post contains, such us thumbnail and URL.

lexis-solutions avatar

Yes, absolutely. Just added 3 fields to the output - videoUrl, videoThumbnail, videoAspectRatio. Thanks for using our actor!

lexis-solutions avatar

Feel free to reach out if you have any other questions! We'd also appreciate it if you review the actor

DE

devatshake

a month ago

Thank you so much, I ran the same job and the data was indeed collected! Are you planning to add support for post scraping? Right now I can run keyword search or account search but I cannot insert a post URL and get metadata for that post only

lexis-solutions avatar

That's something we can definitely work on, and let you know once done ✔️

lexis-solutions avatar

Post scraping is now available. If you put a link to a post (e.g https://bsky.app/profile/benliteral.bsky.social/post/3lnwnafdnbc2b) in the queries array, it'll only get that post. Happy scraping!