World's Largest Creator Intelligence API
Demographics, fraud detection, search, lookalikes, and enrichment across 400M+ creators and brands on Instagram, TikTok, and YouTube. Always fresh data.
See every module in code
Insights, Search, Lookalikes, and Enrichment. Each is a real request and a real, trimmed response. Pick a module to explore it.
# One call returns audience demographics + fraud detection
curl https://app.clickanalytic.com/api/v2/insights \
-H "Authorization: Bearer $CA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"platform": "instagram",
"handle": "@lena.situations"
}'
{
"handle": "@lena.situations",
"audience_gender": { "female": 68.9, "male": 31.1 },
"audience_age": { "25-34": 44.2, "18-24": 31.7, "35-44": 15.1 },
"audience_geo": [
{ "country": "France", "pct": 76.5 },
{ "country": "Belgium", "pct": 3.9 }
],
"engagement_rate": 0.056, // 5.6%
"six_month_growth_pct": 11.9,
"audience_quality": { // fraud detection
"reachable_pct": 55,
"notable_pct": 23,
"fake_pct": 12,
"inactive_pct": 5
}
}
# Creators who mentioned @Glossier, 70%+ US female audience
curl https://app.clickanalytic.com/api/v2/search \
-H "Authorization: Bearer $CA_API_KEY" \
-d '{
"platform": "instagram",
"filters": {
"niche": "beauty",
"follower_count": { "min": 10000, "max": 500000 },
"engagement_rate": 0.03,
"brand_mention": "@glossier",
"audience_geo": { "country": "US", "min_pct": 70 }
}
}'
{
"data": [
{ "handle": "@lena.situations", "followers": 4900000, "engagement_rate": 0.056 },
{ "handle": "@carla.miller", "followers": 155000, "engagement_rate": 0.026 },
{ "handle": "@jenna.knight", "followers": 25000, "engagement_rate": 0.122 }
],
"metadata": { "total_results": 110345 }
}
# Find creators similar to a proven performer
curl https://app.clickanalytic.com/api/v2/lookalikes \
-H "Authorization: Bearer $CA_API_KEY" \
-d '{
"platform": "instagram",
"seed": "@amaury.guichon",
"limit": 10
}'
{
"seed": "@amaury.guichon",
"lookalikes": [
{ "handle": "@sydney.miller", "followers": 1400000, "similarity": 0.94 },
{ "handle": "@lena.james", "followers": 160000, "similarity": 0.89 },
{ "handle": "@james.bird", "followers": 15000, "similarity": 0.81 }
]
}
# Turn a handle into a full structured record
curl https://app.clickanalytic.com/api/v2/enrich \
-H "Authorization: Bearer $CA_API_KEY" \
-d '{
"input": "@amaury.guichon"
}'
{
"handle": "@amaury.guichon",
"full_name": "Amaury Guichon",
"verified": true,
"email": "contact@amauryguichon.com",
"other_accounts": ["youtube", "tiktok", "pinterest"],
"brand_deals": [
{ "brand": "Valrhona", "category": "food", "date": "2026-03" },
{ "brand": "KitchenAid", "category": "appliances", "date": "2026-01" }
],
"audience_quality": { "reachable_pct": 55.4 }
}
Structured creator data, ready to ship
Every profile returns the same validated, normalised shape across Instagram, TikTok, and YouTube. Skip manual scraping, query structured JSON, and pass it straight into your application.
Structured creator profiles
Normalised fields across platforms. Query a TikTok creator or a YouTube creator and you get the same predictable shape back.
Audience demographics and geography
Age, gender, language, and country breakdown for each audience. Know whether a French creator actually reaches France before you pitch.
Engagement quality and growth
Median engagement rate, six-month follower trend, and view growth, alongside the raw follower count.
Fraud detection
The Reachable, Notable, Fake, and Inactive follower breakdown on every audience, so you cut fake followers before outreach.
Brand deal history
Past collaborations by brand, category, and timeline. Spot commercial creators already open to partnerships.
Contact data where available
Public email, business inquiry addresses, and cross-platform accounts. Outreach ready, no manual scraping needed.
The data behind the API
ClickAnalytic builds and maintains its own creator dataset, with continuous updates and enrichment layers. You do not depend on stitched third-party vendors.
Three delivery methods
Your developers want a live API, your ops team wants flat files, your data team wants bulk loads. We ship all three. Most creator data vendors are API-only.
Direct API (JSON)
REST endpoints, bearer auth, standard pagination. Best for developers wiring creator data straight into an app, CRM, or BI tool.
Authorization: Bearer $CA_API_KEYScheduled CSV
Daily or weekly exports dropped to your Drive, Dropbox, or S3 bucket. No integration work. Open the file, run your reports.
creators_2026-06-16.csvAWS S3 delivery
Bulk JSON or Parquet drops straight into your warehouse. Feed Snowflake, BigQuery, or Databricks for large-scale integrations.
s3://your-bucket/clickanalytic/Popular use cases
The same modules power discovery tools, CRM enrichments, dashboards, market intelligence, and AI agents. Here is what teams actually ship on the API.
Creator discovery tools
White-label search platforms. Filter by niche, geography, and engagement, with audience quality scoring baked in.
CRM and lead enrichment
Nightly sync into Salesforce, HubSpot, or your own CRM. Auto-fill contact, audience, and fresh metrics on every creator row.
Internal dashboards
Pipe creator data into Looker, Metabase, or your BI tool. Track campaign performance daily and build custom ROI models.
Market intelligence
Track competitor brand deals, benchmark niches and geographies, and spot emerging creators before they blow up.
AI models and copilots
Train creator-matching models on structured profile data and feed LLMs consistent creator, audience, and brand-history fields.
Pay for what you use
Token based, one call equals ten search results or one full insight. From about $1 down to about $0.001 per call at volume. Start free with trial credits.
Teams that build on the ClickAnalytic API
★★★★★ 4.8 on G2 · ★★★★★ 4.8 on Capterra
“ClickAnalytic API gave us access to thousands of golf creators with real-time metrics. We can find any profile worldwide and scale our program with confidence.”
“With the ClickAnalytic API we plug creator data into our tools, refresh insights in real time, and scale campaigns across clients faster than ever.”
“Click's API powered the largest community of fashion models worldwide, giving us constant access to fresh, advanced data and keeping our app updated every day.”
Frequently asked questions
What is the Click Analytic API?
A creator intelligence API with data on 400M+ creators and brands across Instagram, TikTok, and YouTube, powering 1,000+ businesses. It ships four modules: Insights, Search, Lookalikes, and Enrichment. Official platform APIs need creator approval and monthly reconnection and the data is decentralized. Click Analytic unifies it into one API with always-fresh data.
What are the four modules?
Insights returns audience demographics (age, gender), geography, growth, engagement quality, and fraud detection with the Reachable, Notable, Fake, and Inactive follower breakdown. Search queries 400M+ creators, celebrities, athletes, and brands with 50+ filters. Lookalikes generates similar creators from any seed profile. Enrichment turns a handle or URL into structured data: contact, audience, metrics, and brand deal history.
Does the API return audience demographics?
Yes. The Insights API returns audience age and gender splits, audience geography, growth, and engagement quality for any creator, celebrity, athlete, or brand, plus the Reachable, Notable, Fake, and Inactive follower breakdown for audience quality and fraud detection.
Can I get creator emails and brand deal history?
Yes. The Enrichment module takes a handle, URL, or profile ID and returns structured data including public email and contact details, other connected accounts, audience demographics, performance metrics, top content, and brand deal history.
What can I filter on in Search?
More than 50 filters: niche, audience, engagement rate, language, location, follower range, hashtags, and brand mentions. Find creators, celebrities, athletes, and brands that match your criteria and get results at scale within seconds. The same response shape comes back for Instagram, TikTok, and YouTube.
How do Lookalikes work?
Feed in any seed profile and the API generates a ranked list of similar creators, celebrities, athletes, or brands with comparable audiences, niches, or performance patterns. Use it to build pipelines from proven performers and scale discovery.
How is the data delivered?
Three ways. Direct JSON API integration into your app, CRM, or BI tools. Scheduled CSV exports for easy data handling. AWS delivery for large-scale integrations and enterprise use cases. Full documentation and an account manager come with access.
How does pricing work?
Token based, you pay only for what you use. 1 call equals 10 search results or 1 full insight. Volume pricing runs from about $1 down to about $0.001 per call. Subscriptions run 6 months and tokens stay valid for the full term. You start free with trial credits, then we prepare a custom offer sized to your volume.
Is there a free trial?
Yes. We provide free trial credits and full API access so you can test Search, Insights, Lookalikes, and Enrichment before any commitment. Talk to us and we will size a trial to your use case.
Can I build my own creator platform on the API?
Yes. Marketplaces and SaaS teams build their own creator platforms on the Click Analytic API, embedding search or analytics directly in their product and powering AI features with rich creator and brand data. If you are shipping a platform, talk to us about access.
Build on the world's largest
creator intelligence API.
Demographics, fraud detection, search, lookalikes, and enrichment across 400M+ creators and brands. Start free with trial credits, or talk to us about API access.