Every scrape is written to our own database, and every image is copied into our own storage while the source link is still alive. Analytics, decks and AI matching all run off this — nothing here breaks when an Instagram CDN link expires.
Read-only exports of everything we've collected. CSV opens in Sheets/Excel; JSON is the same payload the product and the MCP agents read.
| Table | Rows | Download |
|---|---|---|
GET /api/public/export?table=creators&format=json&limit=1000 GET /api/public/export?table=international_posts&format=csv GET /api/public/media?key=<storage_key from media_assets>
Each talent row also carries raw_profile — the complete untouched scrape — so you can re-run any analysis later without touching Instagram again.