Bluesky Social Scraper avatar

Bluesky Social Scraper

Pricing

Pay per usage

Go to Apify Store
Bluesky Social Scraper

Bluesky Social Scraper

Extract posts, profiles, and feeds from Bluesky social network. Get post text, likes, reposts, timestamps, and user data in structured JSON format.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jan Bruinier

Jan Bruinier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrapes posts, profiles, and feeds from Bluesky social network. Extracts post text, likes, reposts, replies, author info, timestamps, and media links.

Features

  • Extract posts, profiles, engagement metrics, and media from Bluesky Social
  • Export to JSON, CSV, Excel, and other formats
  • Configurable result limits and pagination
  • Proxy support for reliable scraping
  • Pay-per-result pricing with free tier (50 results free per run)

Input Parameters

ParameterTypeRequiredDefaultDescription
search_queriesarrayNo["python"]List of search queries to find posts on Bluesky (e.g. 'artificial intelligence', 'python programming').
profile_handlesarrayNo-List of Bluesky handles to scrape profiles and feeds from (e.g. 'jay.bsky.team', 'bsky.app').
max_postsintegerNo100Maximum number of posts to scrape per query or profile feed.
include_repliesbooleanNofalseWhether to include reply posts in search results and feeds.

Output Example

{
"author": "username",
"text": "Post content...",
"likes": 42,
"reposts": 7,
"replies": 3,
"timestamp": "2025-01-15T10:30:00Z",
"url": "https://example.com/post/123"
}

Cost Calculator

ResultsCost
50Free
1,000$0.75
10,000$7.50
100,000$75.00

Plus $0.005 per actor run. First 50 results per run are free.

Use Cases

  • Social listening and brand monitoring
  • Influencer research and audience analysis
  • Trend detection and hashtag tracking
  • Content performance benchmarking
  • Community sentiment analysis

Limitations

  • Results depend on Bluesky Social's availability and structure
  • Some pages may require residential proxies for reliable access
  • Rate limiting may apply for very large scrapes
  • Website layout changes may temporarily affect data extraction

Changelog

  • v0.1 - Initial release