Bluesky Posts & Profiles Scraper (AT Protocol) avatar

Bluesky Posts & Profiles Scraper (AT Protocol)

Pricing

Pay per usage

Go to Apify Store
Bluesky Posts & Profiles Scraper (AT Protocol)

Bluesky Posts & Profiles Scraper (AT Protocol)

Scrape Bluesky social network via the public AT Protocol API. Search posts by keyword, scrape user profiles, get follower/following counts, and extract full post feeds. No login or API key required. Fully uses the official public API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

oscar lira

oscar lira

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape Bluesky social network using the official public AT Protocol API. Search posts, scrape profiles, and extract engagement data. No login or API key required.

Features

  • Search posts by keyword with top/latest sorting
  • Profile scraping — bio, followers, following, post count
  • Author feeds — get all posts from specific users
  • Engagement metrics — likes, reposts, replies, quotes
  • Media detection — images, videos, external links
  • Language filter — filter posts by language
  • 100% official API — no scraping, no risk of blocks

Input example

{
"searchTerms": ["artificial intelligence", "web3"],
"profiles": ["jay.bsky.social", "pfrazee.com"],
"maxPosts": 200,
"includeProfiles": true,
"includeReplies": false,
"sortBy": "top",
"language": "en"
}

Output example (post)

{
"type": "post",
"author": "jay.bsky.social",
"authorDisplayName": "Jay Graber",
"text": "Excited to announce...",
"createdAt": "2026-03-15T18:30:00.000Z",
"likes": 1250,
"reposts": 340,
"replies": 89,
"quotes": 45,
"hasMedia": true,
"mediaType": "images",
"url": "https://bsky.app/profile/jay.bsky.social/post/abc123",
"scrapedAt": "2026-03-19T10:00:00.000Z"
}

Output example (profile)

{
"type": "profile",
"handle": "jay.bsky.social",
"displayName": "Jay Graber",
"description": "CEO @bluesky",
"followersCount": 850000,
"followsCount": 1200,
"postsCount": 3400,
"url": "https://bsky.app/profile/jay.bsky.social",
"scrapedAt": "2026-03-19T10:00:00.000Z"
}

Pricing

  • Free tier: First 1,000 posts/profiles free
  • After free tier: $0.20 per 100 posts scraped

Use cases

  • Social media monitoring and brand tracking
  • Influencer research and outreach
  • Content analysis and trend detection
  • Competitive intelligence
  • Academic research on social networks
  • Community growth tracking