Release Notes

Creator Posts API

New: Fetch a creator's full post history in one API call

After deep crawling a creator, pulling their full content library used to mean walking a paginated cursor — around 120 network requests for a prolific creator. A new public API endpoint collapses that into a single call. Send a username and platform to POST /api/public/creator/posts and get back every indexed post (newest first, up to 3,000) with full transcripts, engagement metrics, and content classification — all in one response.

What you can do with it

  • Build integrations that read full creator histories instantly. Once you've deep crawled a creator, one API call gives you their complete content library — transcripts, captions, engagement data, and content type for every post. No pagination, no cursor management, no hundreds of round-trips.
  • Filter by content type. Only need video posts? Pass a media_type filter and get back exactly the content you care about — videos, images, or carousels — without downloading everything and filtering client-side.
  • Power bulk analysis workflows. Pair this with the Deep Vetting API to crawl a creator and then immediately pull their full archive for custom scoring, trend analysis, or content audits — all programmatically and at scale.