VOOZH about

URL: https://apify.com/devilscrapes/bluesky-feed-posts/changelog

โ‡ฑ Changelog ยท Bluesky Scraper โ€” Export Custom Feed Posts ยท Apify


๐Ÿ‘ Bluesky Scraper โ€” Feed Posts avatar

Bluesky Scraper โ€” Feed Posts

Pricing

Pay per event

Go to Apify Store

Bluesky Scraper โ€” Feed Posts

Export posts from any public Bluesky custom or algorithm feed via the AT Protocol API โ€” feed metadata and engagement counts โ€” to JSON or CSV. No login needed; we page through and retry so the whole feed lands.

Pricing

Pay per event

Rating

0.0

(0)

Developer

๐Ÿ‘ DevilScrapes

DevilScrapes

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a month ago

Last modified

Categories

Share

You might also like

Scrape Bluesky Posts: Search, Author Feed and Threads

danielainsworth/bluesky-posts

Extract posts from Bluesky by keyword search, author feed, or full thread. Engagement metrics, images, embeds. Uses official AT Protocol API.

๐Ÿ‘ User avatar

Daniel Ainsworth

2

Bluesky Scraper - Posts & Profiles

imahmood/bluesky-posts-scraper

Search and export public Bluesky posts by keyword or hashtag via the open AT Protocol. No login needed. Get text, author, engagement counts and links.

๐Ÿ‘ User avatar

Ismail Mahmood

1

Bluesky Profile & Posts Scraper

deepthoughts/bluesky-profile-scraper

Extract Bluesky profiles and recent posts with engagement metrics via the public AT Protocol API. No login required.

๐Ÿ‘ User avatar

Deep Thoughts Inc

2

Bluesky Scraper โ€” Posts, Profiles & Search via AT Protocol

junipr/bluesky-scraper

Scrape Bluesky posts, profiles, threads, and search results via AT Protocol. Extract text, engagement metrics, media, and author data. 4 modes: feed, profile, search, thread. Export JSON/CSV. No auth required.

BlueSky Feed Scraper

harvest/bluesky-feed-scraper

Scrapes data from a specified BlueSky feed URL and outputs detailed information about the posts, including metadata, authors, embedded media, and statistics such as likes, replies, and reposts.

42

3.9

Bluesky Scraper - Profiles, Posts and Feeds via AT Protocol

gio21/bluesky-scraper

Scrape Bluesky posts, profiles and feeds via the public AT Protocol. No login or API key.

Bluesky Scraper

legend006/bluesky-firehose-scraper

Scrape Bluesky (AT Protocol) posts by keyword, hashtag, author handle, or custom feed. Export likes, reposts, replies, hashtags, mentions, embeds, and full metadata as JSON or CSV. Built for AI training datasets, social analytics, brand monitoring, and trend tracking.

Bluesky Scraper

kelvinosse/bluesky-scraper

Scrape profiles, posts, followers, and threads from Bluesky AT Protocol API.

Bluesky Posts Scraper

lexis-solutions/bluesky-posts-scraper

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.

๐Ÿ‘ User avatar

Lexis Solutions

257

4.5

Bluesky Posts Search Scraper

codingfrontend/bluesky-posts-search-scraper

Search and scrape posts from Bluesky social network using the AT Protocol public API. Collect post text, author info, engagement metrics, and more.

๐Ÿ‘ User avatar

codingfrontend

1

Changelog

All notable changes to this Actor are documented here.

[0.2.0] โ€” 2026-05-20

Fixed

  • Add prefill to the discriminating input field so Apify's automated daily QA receives a runnable payload. Empty-input runs were tripping the Pydantic model_validate XOR/required-field check inside 100 ms, which after three consecutive days flagged the Actor "Under maintenance" and unlisted it from the Apify Store.

[0.1.0] โ€” 2026-05-16

Added

  • Initial release: single-feed mode (AT URI or bsky.app/profile/.../feed/... URL) and creator-discovery mode (via app.bsky.feed.getActorFeeds).
  • Denormalised dataset rows โ€” feed metadata on every post row, ready for flat CSV export.
  • Pay-Per-Event pricing: $0.05 actor-start + $0.002/result-row ($2.05 per 1,000 posts).
  • Exponential backoff on 408 / 429 / 503 (honours Retry-After); max 5 attempts.
  • curl-cffi (chrome131) HTTP client per ADR-0002; pure-API, no browser.
  • Pairs with bluesky-starter-pack as the Bluesky Intel Suite.