Bluesky Posts Search Scraper avatar

Bluesky Posts Search Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Bluesky Posts Search Scraper

Bluesky Posts Search Scraper

Under maintenance

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

Pricing

Pay per usage

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Scrape posts from Bluesky social network by keyword search using the AT Protocol public API. No authentication required.

Features

  • Search posts by keyword, hashtag, or phrase
  • Sort by latest or top engagement
  • Filter by language
  • Paginated results with cursor-based pagination
  • Extracts full post text, engagement metrics, author info, and embed data

Input

FieldTypeDefaultDescription
querystring(required)Search term, hashtag, or phrase
sortstringlatestlatest or top
langstringLanguage filter (e.g. en, es, pt)
maxItemsinteger50Maximum posts to return

Output

Each dataset item includes:

FieldDescription
positionResult rank
postTextFull post text
postUrlDirect URL to the post on bsky.app
postIdPost record key (rkey)
authorHandleAuthor's Bluesky handle
authorDisplayNameAuthor's display name
authorAvatarAuthor avatar image URL
replyCountNumber of replies
repostCountNumber of reposts
likeCountNumber of likes
quoteCountNumber of quote posts
langsLanguages detected in post
hasEmbedWhether post has embedded media
embedTypeEmbed type (images, external, video)
embedImagesArray of embedded image URLs
embedExternalUrlURL of embedded link
isReplyWhether this post is a reply
indexedAtWhen Bluesky indexed the post
createdAtWhen the post was created

Example

{
"query": "artificial intelligence",
"sort": "top",
"lang": "en",
"maxItems": 100
}