API Documentation

Influencer Marketing API Documentation

Complete reference for integrating influencer discovery, analytics, and search into your product. REST JSON API for Instagram, TikTok, and YouTube.

API pricing from $399/month

No annual commitment. Includes 400M+ profiles, Discovery & Raw endpoints, white-label PDFs, and dedicated onboarding. See full API overview →

What this API provides

Build discovery tools, analytics dashboards, automation systems, and SaaS products on one infrastructure.

Discovery tools

Analytics dashboards

Automation systems

SaaS products

Core entities

Influencer

  • username
  • platform
  • category
  • followers
  • engagement rate

Engagement data

  • likes
  • comments
  • engagement rate

Audience signals

  • geography
  • inferred quality metrics
Quick start

Make your first request

  1. 1Get your API key from the dashboard
  2. 2Call the influencer search endpoint with filters
  3. 3Receive structured JSON response
  4. 4Integrate data into your application
Start with Search API

Integrate in Minutes

import requests

url = "https://socapi.icu/v2.0/api/reports/new/"
headers = {
    "X-Api-Key": "YOUR_API_KEY",
    "Content-Type": "application/json",
}
payload = {
    "username": "creator_handle",
    "platform": "instagram",
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

API endpoints

SEO guides plus interactive OpenAPI reference hosted on influencify.co.

Discovery

Search Influencers

Filter creators by category, followers, engagement, and platform.

View docs
Profiles

Influencer Profile

Create audience data reports for creator profiles.

View docs
Analytics

Analytics

Fetch reports, audience overlap, and engagement analytics.

View docs

Authentication

Pass your API key in the X-Api-Key header on every request. Whitelist production IPs in your dashboard.

Rate limits

10 req/s on standard endpoints; raw TikTok/YouTube up to 100 req/s. Pagination and rate-limit headers included.

Why Choose Influencify API?

Enterprise-grade influencer data infrastructure with unmatched coverage and reliability

400M+

Creator profiles

JSON/REST

API format

3

Platforms supported