Bluesky User Likes Scraper avatar

Bluesky User Likes Scraper

Pricing

from $3.00 / 1,000 pages

Go to Apify Store
Bluesky User Likes Scraper

Bluesky User Likes Scraper

Get the posts a user has liked

Pricing

from $3.00 / 1,000 pages

Rating

0.0

(0)

Developer

Data Direct

Data Direct

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Get the posts a Bluesky user has liked, newest first. Returns the full post for each like plus liked_at, the time the user liked it.

Features

  • Real-time Bluesky data — results are fetched live at run time, never cached or stale
  • No login, cookies, or proxy configuration needed — just provide the input and run
  • Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
  • Fast: a typical run finishes in seconds

Input

FieldTypeRequiredDescription
usernamestringnoBluesky handle, e.g. bsky.app, with or without leading @, or the account's DID (max 100 characters). Provide either username or url.
urlstringnoBluesky profile URL, e.g. https://bsky.app/profile/bsky.app (max 500 characters). Provide either username or url.
pagesintegernoNumber of pages to fetch and merge into one response (1-20, billed per page returned). Each page returns up to 50 results. Fetching stops early when there are no more results.

Pricing

This Actor is billed per page of results — $0.003 per page.

  • Results come in pages. Use the pages input to choose how many pages to fetch (1–20); more pages means more results.
  • You pay $0.003 for each page you fetch, so pages: 3 costs $0.009 and pages: 1 costs $0.003.
  • You’re only charged when a run succeeds. Failed runs are free.

Example output

{
"posts": [
{
"title": "@cthomasjamh.bsky.social on Bluesky",
"url": "https://bsky.app/profile/cthomasjamh.bsky.social/post/3mvnh4tvkfc2j",
"date": "2026-09-16 15:25:06",
"author": "cthomasjamh.bsky.social",
"author_name": "Charlie Thomas",
"author_id": "did:plc:he2lkvdpuq3vnsnludc2r5im",
"author_verified": false,
"source": "Bluesky",
"domain": "bsky.app",
"snippet": "I am actually going to start trying to use Sankey diagrams in every briefing I do from now on while watching the reactions of the audience like a hawk\u2026",
"likes": 22,
"replies": 1,
"reposts": 4,
"quotes": 1,
"bookmarks": 0,
"lang": "en",
"is_reply": false,
"in_reply_to_id": "",
"is_quote": true,
"quoted_post": {
"post_id": "at://did:plc:ragtjsm2j2vknwkz3zp4oxrd/app.bsky.feed.post/3mvm4gtzkgk2f",
"url": "https://bsky.app/profile/pfrazee.com/post/3mvm4gtzkgk2f",
"date": "2026-09-16 02:41:11",
"author": "pfrazee.com",
"author_name": "P(aul) Frazee",
"author_verified": true,
"snippet": "I\u2019m gonna need a moratorium on sankey diagrams",
"likes": 311,
"reposts": 17
},
"hashtags": [],
"mentions": [],
"links": [],
"link_preview": null,
"media_type": "text",
"image_url": "",
"video_url": "",
"carousel_media": [],
"post_id": "at://did:plc:he2lkvdpuq3vnsnludc2r5im/app.bsky.feed.post/3mvnh4tvkfc2j",
"liked_at": "2026-09-16 16:43:04"
}
],
"username": "pfrazee.com",
"pages": 1,
"count": 50
}

About

Maintained by Data Direct — a small suite of fast, reliable Bluesky and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.