Skip to content

Bluesky

Bluesky is available both as a typed scraper namespace and as a first-class research source.

Live route family

  • /v1/crawl/bluesky/profile
  • /v1/crawl/bluesky/posts
  • /v1/crawl/bluesky/search

Example

Read a profile

```bash curl 'https://api.faircompany.ai/v1/crawl/bluesky/profile?handle=paulgraham.bsky.social' \ -H "Authorization: Bearer fc_live_xxx" ```

Notes

  • the TypeScript SDK wraps profile, posts, and search
  • use /research with sources: ["bluesky"] when you want topical discovery instead of one known account