Developer API

Ship creator intelligence features without building the data layer

Your product needs influencer data; it doesn’t need your team spending a year building crawlers, classifiers and pricing models. Nine endpoints, JSON out.

  • 77M+ creator index behind a REST API
  • AI analysis endpoints: full profile analysis, insights, discovery
  • Async jobs with polling for heavy analyses

Start building — free trial →

The endpoints

Scoped to exactly what your feature needs:

  • POST /discover — natural-language creator search
  • POST /insights & /profile-insights — creator metrics and deep reports
  • POST /analyzer — full AI profile analysis (engagement, content, audience)
  • POST /engagement & /followers — focused stat lookups
  • POST /username — resolve and enrich a handle
  • POST /track — fetch and analyze posts
  • GET /jobs/:id — poll async results

Quick start

Authenticate with an org-scoped bearer key and call:

curl -X POST https://api.zaver.one/discover \
  -H "Authorization: Bearer $ZAVER_API_KEY" \
  -d '{
    "query": "clean-beauty creators in LA, 50k-200k followers",
    "limit": 25
  }'

Built for metered SaaS economics

Per-call credit pricing maps cleanly onto your own usage-based billing; idempotency keys make retries safe; scopes keep a compromised integration key from touching anything else.

Frequently asked questions

Is there a sandbox?

The free trial includes credits — enough to build and test an integration before committing.

What are the rate limits?

Concurrency and daily caps are configurable per workspace; heavy analyses run as async jobs you poll.

What data licensing applies?

API data is licensed for use inside your product per the terms of service; contact us for high-volume or redistribution cases.

GraphQL or webhooks?

The API is REST + async job polling today; tell us your integration shape — the roadmap is demand-driven.

Start building — free trial →