One row of engagement KPIs per requested Bluesky account: median and p75 likes, reposts, replies, total engagement, posting cadence and the top post - computed from the open AppView, no login, no keys. Aggregates only: no follower lists, no feeds, no identifiers beyond the handles you asked for.
$19.24 / 1,000 · Recently published - building its public record.
Run it on Apify → Free to try - runs bill per result on your own account.
Every field is optional unless marked; sensible defaults do the rest.
| Field | Type | What it does | Default |
|---|---|---|---|
authorHandles |
string | One or more Bluesky handles to analyze, comma-separated, e.g. "bsky.app" or "nasa.gov, bbc.com". The @ is optional. Up to 25 per run. | bsky.app |
maxPostsPerHandle |
integer | Posts sampled per account (20-1000). Statistics stabilize well before 200. | 200 |
includeReplies |
boolean | Count the account's replies in the statistics too. | False |
maxItems |
integer | Upper bound on account rows. | 25 |
One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.
| Field | Type | Meaning |
|---|---|---|
handle |
string | The analyzed Bluesky handle, as requested. |
postsSampled |
integer | Posts behind this row's statistics. |
periodDays |
['integer', 'null'] | Days between the oldest and newest sampled post. |
postsPerWeek |
['number', 'null'] | Posting cadence over the sampled period. |
medianLikes |
number | Median likes per post. |
p75Likes |
number | 75th percentile likes - what a good post gets. |
medianReposts |
number | Median reposts per post. |
medianReplies |
number | Median replies per post. |
medianEngagement |
number | Median likes + reposts + replies per post. |
topPostUri |
string | AT-URI of the best-performing sampled post. |
topPostUrl |
string | Web link to the best-performing post. |
topPostLikes |
integer | Likes on the top post. |
topPostReposts |
integer | Reposts on the top post. |
Recently published - building its public record. Live record, failures included: status page.
Full documentation, examples and the AI-assistant prompt live on the store page.