Bluesky Post Reposts Scraper
Pricing
from $1.00 / 1,000 results
Bluesky Post Reposts Scraper
Collect public accounts that reposted Bluesky posts. Export paginated profile rows with handles, biographies, avatars and source post references.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
ScrapingMonkey
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Collect the public accounts that reposted selected Bluesky posts. Bluesky Post Reposts Scraper turns source post links into paginated profile rows with handles, names, biographies, avatar links and source-post references.
Use the export to research who redistributed an announcement, compare amplification across posts or prepare a source-linked audience dataset for your own reporting.
| At a glance | Details |
|---|---|
| 📥 Input | Add canonical https://bsky.app/profile/handle/post/record-key URLs or at:// post URIs. One post per item. |
| 📤 Output | One unique account that reposted a source post |
| 📄 Pagination | Up to 30 source items per requested page |
| 🔐 Login required | No |
| ⚡ Processing | Up to 5 HTTP requests concurrently; up to 5 attempts for temporary failures |
| 💾 Delivery | One Apify dataset view with individual result rows, flattened object columns and complete nested JSON |
What the Bluesky post reposts scraper collects 🔁
The Actor reads the public reposted-by list and saves one returned account per row. Keeping source post identifiers on every record makes it straightforward to compare repost audiences across inputs.
Data can include:
- Reposting account DID, handle, display name and profile link
- Biography, avatar and verification fields exposed in the repost list
- Optional account dates and counts when the source includes them
- Source post URI and canonical URL
How to collect post reposts from Bluesky 🚀
- Enter one or more supported inputs.
- Choose a mode if available and set the page count for each input.
- Start the Actor.
- Open the Reposts dataset view and review individual result rows.
- Export the dataset or retrieve it from your application.
{"inputList": ["https://bsky.app/profile/bsky.app/post/3msqpuobiwk2t"],"pagesPerPost": 1}
pagesPerPost counts repost-list pages independently for each source post. Each page requests up to 30 accounts. Duplicate accounts on later pages of the same input are not saved twice.
Bluesky post reposts output fields 📦
| Field | Type | Meaning |
|---|---|---|
input | string | Original submitted input, retained on success and failure. |
status | string | success or failed. |
did | string or null | Stable Bluesky account identifier. |
handle | string or null | Current complete account handle. |
display_name | string or null | Display name returned by the source. |
profile_url | string or null | Canonical account profile URL. |
description | string or null | Public biography or collection description, according to row type. |
avatar_url | string or null | Profile or feed avatar URL. |
banner_url | string or null | Profile banner URL when exposed. |
pronouns | string or null | Profile pronouns when exposed. |
created_at | string or null | Creation or publication time returned by the source. |
indexed_at | string or null | Time the source indexed the record. |
followers_count | integer or null | Profile follower count when present in this response. |
following_count | integer or null | Profile following count when present in this response. |
posts_count | integer or null | Profile post count when present in this response. |
verified_status | string or null | Source verification state, when supplied. |
trusted_verifier_status | string or null | Source trusted-verifier state, when supplied. |
labels | array or null | Source label values. |
source_post_uri | string or null | URI of the original post submitted for likes, reposts or quotes. |
source_post_url | string or null | Canonical URL of the original submitted post. |
The successful examples below use normalized public response data. Values are snapshots rather than promises of current content or counts; every top-level output key is included.
Complete representative successful result:
{"input": "https://bsky.app/profile/bsky.app/post/3msqpuobiwk2t","status": "success","source_post_uri": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3msqpuobiwk2t","source_post_url": "https://bsky.app/profile/did:plc:z72i7hdynmk6r22z27h6tvur/post/3msqpuobiwk2t","did": "did:plc:zzercxzbo46qqjtqpwziola4","handle": "lockelyfox.skyway.cafe","profile_url": "https://bsky.app/profile/did:plc:zzercxzbo46qqjtqpwziola4","labels": [],"verified_status": null,"trusted_verifier_status": null,"display_name": "Lockely","description": "Whole Bean Medium Roast Coffee Fox \n\nEnby (they/she) Space Ace 🏳️⚧️\n\n🔞 I do all kinds of stuff, check out my site and streams! \n\nCreator of the Skyshard crystalpunk setting, check it out @ http://skyway.cafe\n\nPFP @ MossRats / Banner @ PineconePaladin","avatar_url": "https://cdn.bsky.app/img/avatar/plain/did:plc:zzercxzbo46qqjtqpwziola4/bafkreig725gwvayjdlkfoscrjoj5hpvegepoe5qtcqez6ts54f2lmchbay","banner_url": null,"pronouns": null,"created_at": "2024-02-06T19:51:08.264Z","indexed_at": "2026-08-13T21:08:13.372Z","followers_count": null,"following_count": null,"posts_count": null}
Complete failed dataset item:
{"input": " ","status": "failed","did": null,"handle": null,"display_name": null,"profile_url": null,"description": null,"avatar_url": null,"banner_url": null,"pronouns": null,"created_at": null,"indexed_at": null,"followers_count": null,"following_count": null,"posts_count": null,"verified_status": null,"trusted_verifier_status": null,"labels": null,"source_post_uri": null,"source_post_url": null}
Each failed row preserves input, uses status: failed, and sets every other top-level field to null. The reason is written to the run log. Successful rows may contain null optional fields or empty arrays when the source does not supply a value. The dataset is not split into separate tables for media, authors, modes or failures.
Input and pagination settings ⚙️
| Parameter | Type | Required | Default | Rules |
|---|---|---|---|---|
inputList | array of strings | Yes | None | Add canonical https://bsky.app/profile/handle/post/record-key URLs or at:// post URIs. One post per item. |
pagesPerPost | integer | No | 1 | Number of result pages to attempt per input. Each page requests up to 30 items; actual public rows can be fewer. Bootstrap requests do not count as pages. Stops when the cursor ends or repeats. Minimum 1. |
Enter canonical https://bsky.app/profile/ACCOUNT/post/RECORD_KEY URLs or at://ACCOUNT/app.bsky.feed.post/RECORD_KEY URIs. A profile URL, feed URL or record key by itself does not identify a supported source post.
For supported website URLs, use the exact https://bsky.app host and canonical path without a query string or fragment. URLs from other hosts and unsupported record types are rejected. Handles are normalized; duplicate normalized inputs in the same mode are processed once. Different source inputs retain their own results, while repeated record identifiers within one input’s pagination are removed.
The first result request counts as page 1; resolving a handle or validating source metadata does not consume a result page. Pagination stops at the requested page count, a missing cursor or a repeated cursor. A short, empty or fully filtered page can still continue when it includes a usable next cursor. No exact result total is guaranteed.
Bluesky post reposts use cases 🎯
Announcement amplification review
Collect the public accounts that reposted an announcement and examine their names, biographies and profile links. Join source post identifiers to your publication log.
Cross-post audience comparisons
Submit two or more post URLs and compare returned account DIDs in your own analysis. The same account may appear once for each source post it reposted.
Community distribution research
Build a dataset of post-to-reposting-account relationships for reporting or network analysis. Repeat collection on a schedule when fresh snapshots are useful.
Pricing and saved-result behavior 💰
See the Actor’s Pricing tab for the active charging model and current rate. Store settings are separate from this local implementation, so this README does not state an unverified fixed price or runtime.
Under dataset-item pricing:
- Every unique record saved as
successis one result for that source input. Nested author, media or profile fields do not become separate rows. - An invalid or unavailable input, an exhausted temporary failure, or an input with no publicly available results within its page budget can save one
failedrow. - Automatic retry attempts do not create extra dataset rows by themselves.
- A normal empty continuation after earlier successes creates no extra result row.
- More requested pages can produce more saved rows. Check the active listing for how saved failed rows are billed; they are not assumed to be free.
The final total depends on source availability, duplicate removal and the chosen page budget. Start with a small run and check its actual usage before selecting a larger budget.
Bluesky post reposts API 🔌
Replace $ACTOR_ID with the identifier from this Actor’s API tab and $APIFY_TOKEN with your Apify token.
curl -X POST "https://api.apify.com/v2/acts/$ACTOR_ID/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"inputList":["https://bsky.app/profile/bsky.app/post/3msqpuobiwk2t"],"pagesPerPost":1}'
Retrieve the default dataset through the Apify API or download JSON, CSV, Excel, XML and other formats available in the Console. Schedules, completion webhooks and Apify integrations can connect results to Google Sheets, Make, Zapier, n8n, cloud storage or your own backend. These are platform connection options, not integrations preconfigured by this Actor.
Reliability, retries, and public-data limits ⚠️
The Actor uses pure HTTP collection with up to five requests concurrently. It does not launch a browser. Invalid syntax and confirmed missing, removed or inaccessible targets stop without unnecessary retries. Temporary network and proxy failures, timeouts, blocks, malformed responses, throttling and server errors are retried up to five total attempts.
Earlier successful pages remain saved if a later page fails. If no publicly available rows are found before the source ends or the selected page budget is reached, one failed row records that input; this does not mean the underlying account or collection necessarily does not exist. A later empty page after successes is normal exhaustion. A later request that exhausts retries can append a failed row while preserving earlier results.
Bluesky controls public availability and returned fields. Objects restricted from unauthenticated viewing are excluded; a restricted target produces a failed row. Deleted, suspended, unavailable or otherwise restricted records may be missing. Optional counts are not inferred from an incomplete sample, and media links may change or expire.
The reposted-by response does not provide a repost timestamp for each account, so this Actor does not invent one. It collects reposting accounts; quote-post text is collected by the separate Bluesky Post Quotes Scraper. Profile details are limited to the fields returned in the public list.
Three consecutive result pages were verified for every paginated mode in HTTP runs of the packaged Actor on September 11, 2026. These checks demonstrate working continuation on the tested sources and do not guarantee future source availability.
One invalid string inside an otherwise valid input list does not stop other inputs. A configuration that fails the input schema logs an input warning and exits without starting requests: for example, a list containing a number instead of a string, an unsupported mode or an invalid page-count type. Infrastructure failures such as startup errors, unavailable dataset storage or an unrecoverable result-save error can still stop the whole run. Result-save failures are not retried as fresh scraping requests.
Frequently asked questions ❓
Does this also collect quote posts?
No. A quote post is a separate publication with its own text. Use Bluesky Post Quotes Scraper for those records.
Can I export the time of every repost?
The source list used here does not provide that timestamp. The Actor returns account and source-post data without fabricating repost dates.
Are reposts one row each?
Each unique reposting account for a source post is one success row. Multiple submitted source posts retain their separate relationships.
Does it require Bluesky login or cookies?
No Bluesky login, password, session cookie or account token is accepted or required. The Actor uses HTTP requests used by the public website and respects restrictions on unauthenticated access.
What happens to invalid or unavailable inputs?
Invalid individual inputs are saved as failed rows without an HTTP request. Confirmed missing, removed or restricted targets also become failed rows without unnecessary retries. Temporary failures are retried up to five total attempts. Other inputs and already saved pages remain available.
Can I export results or automate collection?
Yes. Use the Apify dataset to download JSON, CSV, Excel, XML or other supported formats, or retrieve records through its API. Apify schedules and webhooks can connect repeated runs to your own workflow.
Support, responsible use, and related actors 🛟
For a reproducible problem, open an issue in the Actor’s Issues tab. Include the run ID, approximate time, mode if relevant, page count, safe public input, expected result and actual result. Do not share access tokens, proxy credentials or other secrets.
Use public data responsibly and follow applicable privacy, copyright, contractual and platform requirements before storing, combining or redistributing collected information.