Go to Hyperscrape Store

Bluesky Profile Scraper

hyperscrape/bluesky-profile-scraper

Scrape Bluesky profiles and recent posts with like, repost and reply counts — no auth needed.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/bluesky-profile-scraper?actors=bsky.app

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Extracts public Bluesky profiles and their recent posts using the official public AppView API (public.api.bsky.app) — no login, app password or API key required.

Give it handles (bsky.app, jay.bsky.team), @handles, profile URLs or DIDs. Per actor you get one profile item (DID, display name, description, followers, following, post count, avatar/banner, created date) from app.bsky.actor.getProfile, and one post item per feed entry from app.bsky.feed.getAuthorFeed (cursor-paginated): text, ISO created date, like / repost / reply / quote counts, language, embedded images with alt text, external link cards, video flag, reply and repost markers, plus both the at:// URI and the shareable bsky.app URL. Choose whether the feed includes replies or only posts with media.