Developer Guides

Influencer Marketing for AI Agents & Developers

Creator intelligence as an API, an MCP server, and a set of Apify actors — with working code for the agents and pipelines that call them.

Influencer marketing is moving from dashboards into software. The buyer is increasingly an agent inside a workflow: a campaign planner building a shortlist, a CRM enriching a creator record, a research loop scoring candidates against a brief. Those systems don’t want a login screen — they want an endpoint, a schema, and a price.

Influship exposes creator intelligence three ways: a native MCP server for AI tools like Claude Code, Cursor, and ChatGPT; a REST API with a typed SDK; and Apify actors that drop into existing scraping pipelines. The same calls power all three: semantic creator search, brand-fit match scoring, lookalike discovery, profile and post lookup, and video transcripts.

These guides are for the people wiring that up. Each one ships working code, real response shapes, and the honest trade-offs — from a five-minute MCP setup to an end-to-end automated pipeline, to paying for API calls per request with x402 or MPP instead of routing every agent through a sign-up form.

related reading

From the blog

Line-art illustration of an AI agent at an HTTP 402 payment turnstile, holding a USDC coin, with three doors labeled API key, x402, and MPP leading to the same data.
Insight

How We Let AI Agents Pay for a Creator Data API: x402, MPP, and API Keys (2026)

The practitioner version of agentic payments for an API. The three rails (API key, x402, MPP), the real 402 handshake, per-call economics nobody publishes, and when each rail is the right call, from the team that shipped all three and wrote the x402 Fastify adapter.

Elliot PadfieldElliot Padfield
May 29, 2026
Line-art illustration of a marketing engineer at a laptop, with floating creator avatars, a USDC coin, and a pipeline of green accent badges.
Insight

How to Build an Automated Influencer Marketing Pipeline with Claude Code (with working code, 2026)

A real tutorial for building an automated influencer pipeline in Claude Code. Working SDK code at every step: discovery, vetting, lookalike expansion, outreach with a human gate, content monitoring, and the honest read on agentic payments.

Elliot PadfieldElliot Padfield
May 28, 2026
Raw Instagram Post Lookup and Video Transcripts
News

Raw Instagram Post Lookup and Video Transcripts

Two new features on the raw Instagram side of the API: post lookup and video transcript extraction, with batch endpoints for each. Transcript responses include the full post payload.

Elliot PadfieldElliot Padfield
May 14, 2026
Influship Adds x402 and MPP Support for Agentic Creator Intelligence
News

Influship Adds x402 and MPP Support for Agentic Creator Intelligence

AI agents can now discover and pay for Influship API requests directly over HTTP — supporting both x402 and the Machine Payments Protocol on the same endpoints.

Elliot PadfieldElliot Padfield
May 14, 2026
YouTube Transcript API: 4 Ways to Pull Captions in 2026 (with code)
Insight

YouTube Transcript API: 4 Ways to Pull Captions in 2026 (with code)

Four real ways to pull YouTube transcripts in 2026, with working code for each, real per-1k costs, and the failure modes that show up in production but never in the README.

Elliot PadfieldElliot Padfield
April 30, 2026
Influencer Marketing MCP Server: Search for Creators from Claude, ChatGPT, or Cursor
Get Started

Influencer Marketing MCP Server: Search for Creators from Claude, ChatGPT, or Cursor

The first MCP server for influencer marketing. Search 5M+ creators from Claude, ChatGPT, or Cursor with natural language. Step-by-step setup guide.

Elliot PadfieldElliot Padfield
March 18, 2026
InsightCreator intelligence

Instagram Influencer Search API (2026)

If you're looking for programmatic access to Instagram influencer data, most of what calls itself an "influencer API" isn't really an API. Here's what's actually available.

Elliot PadfieldElliot Padfield
March 9, 2026
InsightCreator intelligence

Influencer Marketing APIs: 2026 Guide

The phrase "API access" represents perhaps the most misused terminology within influencer marketing software.

Elliot PadfieldElliot Padfield
December 28, 2025

What you'll learn

MCP, API, and Apify

Call Influship from Claude Code via the native MCP server, from any backend via the REST API and typed SDK, or from an existing Apify pipeline. Same creator-intelligence calls across all three.

Pipelines With Working Code

Discovery, vetting, lookalike expansion, outreach, and content monitoring — wired into agents and cron jobs. Every guide shows runnable SDK calls and real response shapes, not pseudocode.

Agentic Payments

Pay per request over HTTP with x402 (USDC on Base) or MPP (Stripe Shared Payment Tokens, USDC on Tempo). Agents discover, pay for, and call endpoints without anyone standing up an account first.

Frequently asked questions

Add the Influship MCP server. In Claude Code, run `claude mcp add influship --transport http https://mcp.influship.com/mcp --header "X-API-Key: your-key"`. The assistant then gets creator search, match scoring, lookalikes, and profile lookup as native tools. Cursor, ChatGPT, and other MCP clients use the same URL and header.
Search 5M+ creator profiles in natural language, score how well a creator fits a specific campaign (good / neutral / avoid with reasons), expand a shortlist with lookalikes, pull cached or live profile and post data, and fetch video transcripts. Agents can chain these into a full discovery-and-vetting loop without a human switching tools.
Influship supports per-request payment on the same endpoints as the API key, using two protocols: x402 (USDC on Base) and MPP (Stripe Shared Payment Tokens or USDC on Tempo). An agent hits a paid endpoint, gets a 402 with the payment challenge, signs a payment, and retries — no sign-up flow in the loop. For production traffic, an API key is still cheaper per call.
Both. There’s a typed TypeScript SDK that wraps the REST API, plus the raw HTTP endpoints if you prefer. The SDK is the fastest way to script a pipeline (a cron job, a webhook handler, a Next.js route); the MCP server is the fastest way to work interactively inside an AI tool.

influship platform

Find the right creators, faster

Influship is an AI-powered search and analysis platform. Discover and evaluate creators by real-world context like moments, tone, and vibe.

Start your free trialStart your free trial