Skip to content

Twitter

The Twitter namespace is a direct typed scraper family, not a generic web scrape.

Live route family

  • /v1/crawl/twitter/profile
  • /v1/crawl/twitter/tweets
  • /v1/crawl/twitter/search
  • /v1/crawl/twitter/tweet
  • raw REST routes also exist for transcript, community, and community_tweets

Example

Read a profile

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

Notes

  • use the typed Twitter routes when you already know the handle or tweet URL
  • use /research with sources: ["twitter"] for broader topic discovery
  • the TypeScript SDK wraps profile, tweets, search, and tweet