The influencer marketing API for verified US creator data
Pull KALO IQ's creator search, audience metrics and campaign data straight into your own stack. One REST API, 100M+ verified US creators, no scraping.
Most creator data sits locked inside a dashboard. The KALO IQ API gets it out. Query verified US creators, check audiences for fake followers, build lists and read campaign results programmatically, then feed all of it into the tools your team already runs. Built REST, returns JSON, authenticated with a bearer token.
What you can do with the API
Creator search
Query 100M+ verified US creators by niche, platform, audience size, location and engagement. The same search that powers the app, in your code.
Audience metrics
Pull full audience breakdowns, engagement rates and growth trends for any creator in the database.
Fake-follower checks
Run a verification check on any handle and get back the authenticity signals before you spend a dollar.
Lists and campaigns
Create lists, add creators, then read campaign performance so your reporting stays in sync with your own dashboards.
Webhooks
Subscribe to events and get pushed real-time updates when a campaign metric or a creator record changes.
Exports
Bulk-export search results and creator records as JSON or CSV for your data warehouse.
A request looks like this
Authenticate with your key, then search. Every response is JSON.
# Search verified US skincare creators with 10k-100k followers curl https://api.kaloiq.com/v1/creators/search \ -H "Authorization: Bearer YOUR_API_KEY" \ -G \ --data-urlencode "niche=skincare" \ --data-urlencode "country=US" \ --data-urlencode "followers_min=10000" \ --data-urlencode "followers_max=100000"
// Response { "results": 142, "creators": [ { "handle": "@example", "platform": "instagram", "followers": 48200, "engagement_rate": 4.7, "audience_us_pct": 91, "verified": true } ] }
Core endpoints
| Method | Endpoint | What it does |
|---|---|---|
GET | /v1/creators/search | Search verified US creators by filter |
GET | /v1/creators/{handle} | Full profile and audience metrics |
POST | /v1/verify | Run a fake-follower check on a handle |
GET | /v1/lists | Read and manage creator lists |
GET | /v1/campaigns/{id} | Read campaign performance |
POST | /v1/webhooks | Subscribe to real-time events |
Built for teams that run on their own stack
Agencies wiring creator data into client dashboards. Brands that report inside their own BI tools. Platforms that want verified US creator data without building a scraping pipeline. The API gives you the data layer so you build the workflow your way. Authentication is a bearer token over HTTPS, rate limits scale with your plan. Every endpoint returns predictable JSON.
Start building
Generate an API key in your account and pull verified US creator data into your stack today. API access is included on paid plans from $79 a month.
Get your API keyCommon questions
Does KALO IQ have an API?
Yes. The REST API gives you programmatic access to verified US creator search, audience metrics, fake-follower checks and campaign data, so you can pull it into your own dashboards, CRM or data warehouse.
How is it authenticated?
With a bearer token. Generate an API key in your account settings and pass it in the Authorization header on every request over HTTPS.
Is the API on every plan?
API access is available on paid plans from $79 a month. Rate limits scale with your plan. Enterprise includes higher limits plus a dedicated contact.
What formats does it return?
JSON on every endpoint. Bulk exports are available as JSON or CSV for your warehouse.