Skip to content

Instagram

Instagram supports both typed post/profile reads and a broader raw REST family for reels and highlights.

Live route family

  • /v1/crawl/instagram/profile
  • /v1/crawl/instagram/post
  • raw REST routes also cover basic_profile, posts, transcript, search_reels, comments, reels, story_highlights, highlight_details, song_reels, and embed

Example

Read an Instagram post

```bash curl 'https://api.faircompany.ai/v1/crawl/instagram/post?url=https%3A%2F%2Fwww.instagram.com%2Fp%2FC8Q0example%2F' \ -H "Authorization: Bearer fc_live_xxx" ```

Notes

  • the TypeScript SDK wraps profile and post
  • use direct Instagram routes when you already know the post or creator you need
  • use sources: ["instagram"] on /research for broader discovery work