Live API · Free trial key in minutes

The Social API for creator and audience data

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.

GET /api/externalAPI/getUserData
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": [ ... ]
}
90M+
Creator profiles
6+
Social platforms
250
Free trial requests
<5 min
To your first API call

Creator Profiles

Complete profiles with follower counts, engagement rates, growth metrics and in-depth audience reports — for any creator on any supported platform.

Discovery & Search

Find creators by keywords, category, country, language, follower range, engagement and audience demographics — the same engine that powers influData.

Content Data

Posts, videos and stories with captions, hashtags, mentions and performance metrics. Cursor pagination and watermarks for incremental syncs.

Audience Intelligence

Audience age, gender, location, language and authenticity analysis for data-driven creator selection and vetting.

What you can build

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.

Influencer marketing tools

Build discovery, vetting and reporting features on top of complete creator and audience data instead of crawling platforms yourself.

CRM & data enrichment

Enrich your contacts and leads with social profiles, reach and engagement data through a simple profile lookup.

Brand & market monitoring

Track content, mentions and creator activity around brands, topics and campaigns across platforms.

Internal dashboards & automation

Feed BI dashboards, automated workflows and AI agents with structured, always-up-to-date social data.

Quickstart: from zero to data in three calls

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.

1

Get your free trial key

Two quick calls: request a verification code with your email, then exchange the code from your inbox for your API key.

POST /createTrialKey + POST /verifyTrialKey
# 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"
}
2

Look up any creator profile

Use the key as a Bearer token. Fetch complete profiles with optional in-depth audience reports.

GET /api/externalAPI/getUserData
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://app.infludata.com/api/externalAPI/getUserData?platform=tiktok&username=khaby.lame&includeAudienceReport=true"
3

Discover creators at scale

Search the full database with the same filters as the influData app — keywords, categories, location, audience metrics and more.

GET /api/externalAPI/discovery
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.

Built for AI-assisted development

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

Copy this prompt into your AI coding agent

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/docs

Your agent requests the key, you paste the 6-digit code from your inbox, and it writes the whole integration — typically in a single session.

API capabilities

Everything in the influData platform, available programmatically.

Profile data & analytics

Follower, engagement, growth and quality metrics plus historical timelines for every creator profile.

In-depth audience reports

Audience demographics including age, gender, country, city, language and real-people analysis.

Discovery search

Paginated creator search with keyword, category, demographic and audience filters across the full database.

Content & mentions

Query posts, videos and stories with captions, hashtags, brand mentions and performance data — with incremental sync support.

Workspace integration

Read and write collections and campaigns from your influData organization to sync the API with your team's workflow.

Bulk operations

Add up to 100 creators per call to the enrichment pipeline and export content at scale with cursor pagination.

One API, every major platform

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.

InstagramTikTokYouTubeTwitchFacebookSnapchat

How to get access

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.

1

Start with a free trial key

Request a key via the API or have your AI agent do it. 250 requests, 14 days, no payment details.

2

Build & validate your integration

Test profile lookups, discovery and content queries against production data. The docs include all parameters and response fields.

3

Go to production

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.

Frequently asked questions

What is the influData Social API?

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.

How do I get an API key?

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.

Which platforms does the API cover?

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.

Can AI coding agents like Claude Code integrate the API automatically?

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.

What are the rate limits and pricing?

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.

Where is the data from and how fresh is it?

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.

Start building with social data today

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.