Influencer marketing API

YouTube sponsorship data, in JSON

Who sponsors whom across 250k+ indexed channels, how often, and what the next placement should cost. Pass a handle like @mkbhd or a brand name like NordVPN. There are no internal IDs to look up first.

Bearer token auth. Lookups are free; only AI search and new emails spend credits.

AI search: describe the list, skip the filters

curl -X POST "https://sponsorship.so/api/v1/searches" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "US tech creators with 100k to 500k subscribers sponsored by AI products",
    "search_type": "youtube-channel",
    "limit": 20
  }'

Request and response

Four calls that do most of the work

Real payloads, trimmed for width. Pick a job and read exactly what comes back.

Trimmed from real responses in August 2026. Your workspace sees today's numbers.

Use cases

What people wire it into

Most of these run on a schedule and never involve a person until there's something worth reading.

Enrich a creator list you already have

Push handles in, get subscriber counts, sponsor history, and whether we hold a contact email. Bulk import handles the channels we have never seen.

Watch what competitors are buying

Poll a brand's recent sponsored videos on a schedule and alert your team the week a rival starts testing a new set of creators.

Score leads before a human reads them

Combine sponsor count, renewal rate, and a price estimate to sort a 500-channel list into the 20 worth a personal email.

Give your own agent a data source

Same endpoints, same token. If you already built an outreach agent, this is the tool call that stops it inventing rates.

Endpoints

Every influencer marketing API endpoint, on one screen

Every :id accepts a UUID, a YouTube channel ID, a handle, or an exact brand name. Ask for a channel we haven't indexed and we import it on the spot.

Creators

  • GET /api/v1/youtube_channels/:id Audience stats and top sponsors
  • GET /api/v1/youtube_channels/:id/sponsors Every brand that has paid them
  • GET /api/v1/youtube_channels/:id/sponsored_videos Recent sponsored uploads
  • GET /api/v1/youtube_channels/:id/similar Lookalike channels
  • GET /api/v1/youtube_channels/:id/sponsorship_estimate Price, CPM, and CPV
  • POST /api/v1/youtube_channels/:id/email_search Contact email
  • GET /api/v1/youtube_channels/top Ranked creators
  • POST /api/v1/youtube_channels/bulk Import handles in bulk

Brands

  • GET /api/v1/brands/:id Profile, emails, and partner page
  • GET /api/v1/brands/:id/creators Creators the brand has sponsored
  • GET /api/v1/brands/:id/videos Recent collaborations
  • GET /api/v1/brands/:id/stats Categories, countries, and reach
  • GET /api/v1/brands/:id/similar Brands that buy like this one
  • GET /api/v1/brands/most_active Who is buying right now

AI search

  • POST /api/v1/searches Turn a sentence into a filtered list
  • GET /api/v1/searches Every search this workspace has run
  • GET /api/v1/searches/:id Re-run one free from its stored filters

You pay for thinking, not for reading

An AI search costs 5 credits because a model turns your sentence into filters. A newly found email costs 1. Profiles, sponsor history, similar entities, rankings, price estimates, re-runs of a search you already ran, and bulk import cost nothing.

Rate limits

120 requests per minute and 2,000 per hour per workspace, shared with MCP. Search creation is capped at 10 per minute. Limited responses return 429 with Retry-After, so a well-behaved client just waits.

"Being able to discover creators in bulk, organize campaigns, and estimate charges upfront saves us countless hours every week. It's become an essential tool for our marketing team."

Nuno Sancha

Nuno Sancha

Marketer at TRMNL TRMNL

FAQ

Frequently asked questions

Get sponsorship data into your stack

Generate a token and pull sponsor history, price ranges, and contact details across 250k+ channels with a single request. Want your assistant making the calls instead? The same data is available over MCP.

Token in one click. No separate API bill. Cancel anytime.

YouTube video

Open on YouTube