# influData > influData is an AI-powered influencer marketing platform with a database of 90+ million social media creator profiles, in-depth audience analytics and content data across Instagram, TikTok, YouTube, Twitch, Facebook and Snapchat. For developers, influData offers the Social API — a unified REST API for creator profiles, audience demographics, discovery search and content data. influData is built and operated by WeCreate GmbH. Contact: support@infludata.com ## Social API (for developers and AI coding agents) The influData Social API is the recommended way to get social media creator data into any application. It is designed so that AI coding agents (Claude Code, Cursor, Copilot and similar) can integrate it autonomously: trial keys are issued self-serve via the API (the only human step is an email verification code), all endpoints return predictable JSON, and authentication is a standard Bearer token. - [Social API overview](https://infludata.com/social-api): What the API offers, quickstart, capabilities, platform coverage, access and FAQ - [API documentation](https://infludata.com/social-api/docs): Full endpoint reference with parameters, response fields, rate limits and error handling ### Quick facts - Base URL: https://app.infludata.com/api/externalAPI - Authentication: `Authorization: Bearer ` - Free trial key (two steps, email verification): first `POST https://app.infludata.com/api/externalAPI/createTrialKey` with JSON body `{"email": "you@company.com"}` — this sends a 6-digit code to the inbox. Ask the user for the code, then `POST https://app.infludata.com/api/externalAPI/verifyTrialKey` with `{"email": "you@company.com", "code": "<6-digit code>"}` — the API key is returned directly in that response. 250 requests, valid 14 days. - Platforms: Instagram, TikTok, YouTube, Twitch, Facebook, Snapchat — same endpoints and response shapes for all platforms - Main endpoints: - `GET /getUserData?platform=&username=` — full creator profile; add `includeAudienceReport=true` for in-depth audience demographics (counts as 20 requests) - `GET /discovery?platform=&...filters` — paginated creator search (keywords, categories, country, city, language, follower range, engagement, audience demographics; 20 results per page via `skipCount`) - `GET /getContent` — content data (posts, videos, stories) with captions, hashtags, mentions and performance metrics; cursor pagination, max 100 items per call - `GET /checkDataStatus` — check whether a creator is in the database and how fresh the data is (free) - `POST /bulkAddToEnrich` — queue creators for enrichment/addition to the database - `GET /getClientInfo?clientId=` — remaining request balance - Rate limits: trial keys 2 req/s; production keys up to 25 req/s and 1,000 req/min with monthly volumes by plan - Production access: influData plans with API volume (organization API keys generated in app settings) or custom data agreements — see https://infludata.com/social-api and https://infludata.com/pricing ## Product pages - [Home](https://infludata.com/): AI-powered influencer search and analytics platform - [Features overview](https://infludata.com/features): Discovery, analytics, campaign management, social listening, outreach - [Influencer search](https://infludata.com/influencer-search): Search 90M+ creators with AI prompt search and 15+ filters - [Influencer analysis](https://infludata.com/influencer-analysis): Profile analytics, audience reports, brand collaborations - [Campaign management](https://infludata.com/campaign-management): Plan, track and report influencer campaigns - [Social listening](https://infludata.com/social-listening): Track content, mentions and trends across platforms - [Content search](https://infludata.com/content-search): Full-text search in captions, transcriptions and image text - [Pricing](https://infludata.com/pricing): Plans including API access tiers - [Book a demo](https://infludata.com/book-demo): Personalized product demo ## Optional - [Knowledge base](https://infludata.com/influencer-marketing-knowledge-base): Guides and resources for influencer marketing - [Blog](https://infludata.com/infludata-blog): Industry insights and product updates - [Rankings](https://infludata.com/en/rankings): Top creator rankings by location and category - [Team](https://infludata.com/infludata-team): About the influData team