Bluesky
Extract Bluesky profiles, user posts, and individual post details from the AT Protocol social network
Bluesky
Extract Bluesky profiles, user posts, and individual post details from the AT Protocol social network.
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
엔드포인트 3개를 제공해요.
| 엔드포인트 | 경로 | 크레딧 등급 |
|---|---|---|
| Get a Bluesky post | /v1/bluesky/post | standard (1cr) |
| Get a Bluesky profile | /v1/bluesky/profile | standard (1cr) |
| List a Bluesky user's posts | /v1/bluesky/user/posts | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
