Query 90+ million creator profiles, audience demographics, discovery search and content data across all major social platforms — through one unified REST API that AI coding agents can integrate in minutes.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://app.infludata.com/api/externalAPI/getUserData?platform=instagram&username=cristiano"
{
"username": "cristiano",
"displayName": "Cristiano Ronaldo",
"followers": 650000000,
"engagementRate": 1.42,
"country": "Portugal",
"audienceAnalysis": { ... },
"latestContent": [ ... ]
}Complete profiles with follower counts, engagement rates, growth metrics and in-depth audience reports — for any creator on any supported platform.
Find creators by keywords, category, country, language, follower range, engagement and audience demographics — the same engine that powers influData.
Posts, videos and stories with captions, hashtags, mentions and performance metrics. Cursor pagination and watermarks for incremental syncs.
Audience age, gender, location, language and authenticity analysis for data-driven creator selection and vetting.
The Social API powers influencer marketing platforms, agency tooling, CRM enrichment, brand monitoring and research applications — anywhere your software needs reliable social and creator data.
Build discovery, vetting and reporting features on top of complete creator and audience data instead of crawling platforms yourself.
Enrich your contacts and leads with social profiles, reach and engagement data through a simple profile lookup.
Track content, mentions and creator activity around brands, topics and campaigns across platforms.
Feed BI dashboards, automated workflows and AI agents with structured, always-up-to-date social data.
No signup form, no sales call. Request a verification code, confirm your email and start querying — all via the API. The trial includes 250 requests and is valid for 14 days.
Two quick calls: request a verification code with your email, then exchange the code from your inbox for your API key.
# 1. Request a verification code (sent to your inbox)
curl -X POST "https://app.infludata.com/api/externalAPI/createTrialKey" \
-H "Content-Type: application/json" \
-d '{"email": "you@company.com", "company": "Your Company"}'
# 2. Exchange the 6-digit code from the email for your key
curl -X POST "https://app.infludata.com/api/externalAPI/verifyTrialKey" \
-H "Content-Type: application/json" \
-d '{"email": "you@company.com", "code": "123456"}'
{
"success": true,
"apiKey": "your-trial-api-key",
"requestsIncluded": 250,
"expiresAt": "2026-06-25T00:00:00.000Z",
"baseUrl": "https://app.infludata.com/api/externalAPI"
}Use the key as a Bearer token. Fetch complete profiles with optional in-depth audience reports.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://app.infludata.com/api/externalAPI/getUserData?platform=tiktok&username=khaby.lame&includeAudienceReport=true"Search the full database with the same filters as the influData app — keywords, categories, location, audience metrics and more.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://app.infludata.com/api/externalAPI/discovery?platform=instagram&country=Germany&followerMin=10000&categories=fitness"Most requests cost one request from your budget; an in-depth audience report counts as 20. When your trial runs out, upgrading to a production plan keeps the same API and key mechanics — no code changes.
The Social API is designed so AI coding agents like Claude Code, Cursor and Copilot can integrate it autonomously: self-serve key issuance via API, predictable JSON, clear error semantics and machine-readable docs. Paste the prompt below into your coding agent — the only manual step is pasting the verification code from your inbox.
Self-serve trial keys via API — the only human step is the email verification code
Consistent REST + JSON across all endpoints and platforms, with standard Bearer authentication
Machine-readable documentation and llms.txt so AI assistants always find accurate integration details
Clear rate limits and structured error responses that agents can handle programmatically
Integrate the influData Social API into my app.
1. Request a free trial key:
POST https://app.infludata.com/api/externalAPI/createTrialKey
Body: {"email": "<my email>"}
This emails me a 6-digit verification code.
2. Ask me for the code from my inbox, then:
POST .../verifyTrialKey
Body: {"email": "<my email>", "code": "<code>"}
The response contains the API key.
3. Use the key as a Bearer token to look up
creator profiles (GET /getUserData), search
creators (GET /discovery) and fetch content
(GET /getContent).
Docs: infludata.com/social-api/docsYour agent requests the key, you paste the 6-digit code from your inbox, and it writes the whole integration — typically in a single session.
Everything in the influData platform, available programmatically.
Follower, engagement, growth and quality metrics plus historical timelines for every creator profile.
Audience demographics including age, gender, country, city, language and real-people analysis.
Paginated creator search with keyword, category, demographic and audience filters across the full database.
Query posts, videos and stories with captions, hashtags, brand mentions and performance data — with incremental sync support.
Read and write collections and campaigns from your influData organization to sync the API with your team's workflow.
Add up to 100 creators per call to the enrichment pipeline and export content at scale with cursor pagination.
The Social API is platform-agnostic by design: the same endpoints, parameters and response shapes work across all supported social networks. Add a platform parameter and your integration covers them all — including new platforms as we add them.
Start free in minutes, scale when you're ready. Production access is available on influData plans with API volume included, or as a standalone data agreement for high-volume use cases.
Request a key via the API or have your AI agent do it. 250 requests, 14 days, no payment details.
Test profile lookups, discovery and content queries against production data. The docs include all parameters and response fields.
Choose a plan with monthly API volume, generate organization keys in the influData app and scale with burst rates up to 25 requests per second.
The influData Social API is a REST API that gives developers programmatic access to social media creator data: complete creator profiles, audience demographics, discovery search, and content data including captions, hashtags, mentions and performance metrics. It covers all major social platforms through one unified interface and returns predictable JSON.
For testing, request a free trial key via the API: POST your email to /createTrialKey, then confirm the 6-digit code from your inbox via /verifyTrialKey — the key is returned directly in the response and includes 250 requests valid for 14 days. For production, influData customers on plans with API access generate organization API keys directly in the app settings.
The API currently covers Instagram, TikTok, YouTube, Twitch, Facebook and Snapchat — with the same endpoints and response structure for every platform. Because the API is platform-agnostic, integrations automatically extend to additional platforms as coverage grows.
Yes — that is a core design goal. An AI agent can request its own trial key via the API, read the machine-readable documentation, and implement profile lookup, discovery and content queries. The only human step is passing along the email verification code. Simple Bearer authentication, consistent JSON and structured error responses make the integration reliable for autonomous coding tools.
Trial keys include 250 requests over 14 days with a limit of 2 requests per second. Production keys come with monthly request volumes based on your plan and support up to 25 requests per second. Most calls cost one request; an in-depth audience report counts as 20. Contact us for high-volume or custom data agreements.
influData maintains its own continuously updated database of 90+ million creator profiles and their content, enriched with proprietary audience analysis. Profiles are refreshed on a rolling basis, and you can queue specific creators for enrichment via the API if you need them updated or added.
Get your free trial key in minutes — or let your AI coding agent handle the integration end to end. 250 requests, all platforms, full production data.