SocialCrawl
bluesky

bluesky

Extract data from bluesky

bluesky

Extract data from bluesky. 3 endpoints available.

Base URL: /v1/bluesky/...

Getting Started

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/bluesky/profile?handle=espn.com" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/bluesky/user/posts" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

EndpointPathCredit Tier
Get a Bluesky profile/v1/bluesky/profilestandard (1cr)
List a Bluesky user's posts/v1/bluesky/user/postsstandard (1cr)
Get a Bluesky post/v1/bluesky/poststandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
bluesky | Socialcrawl