Influship Influencer Marketing MCP
AI Influencer Search, Creator Data, & Live Scraping
Getting Started
Influship API
Influship API
Describe the kind of creator you need, and the API finds them. Search returns ranked results with match scores and explanations, so you can build creator discovery into your product without training a model or managing data pipelines.
Core Workflows
AI Search
Pass a natural-language query — platform preferences, audience traits, content style — and get back ranked creators with match reasons.
Profile Lookup
Resolve a known social account by platform and username. Returns follower counts, engagement rates, content categories, and audience demographics.
Lookalikes
Start from a creator that fits and find more like them. Useful for expanding a shortlist or replacing a creator who declined.
Campaign Match
Score how well a set of creators fits a specific campaign brief. Each result includes a fit score and the reasoning behind it.
Quick Example
TypeScript SDK
cURL
import Influship from 'influship';
const client = new Influship({
apiKey: process.env.INFLUSHIP_API_KEY,
});
const response = await client.creators.search({
query: 'travel content creators with strong YouTube presence',
limit: 5,
});
console.log(response);
Abbreviated response:
{
"data": [
{
"creator": {
"id": "b2d4f6a8-e1c3-4b7d-9f2a-8c6e0d4b3a1f",
"name": "Priya Mehta"
},
"primary_profile": {
"platform": "youtube",
"username": "priyatravels"
},
"match": {
"score": 0.94,
"reasons": ["Consistent travel content with high audience retention on YouTube"]
}
}
],
"search_id": "search_123",
"total": 1,
"has_more": false,
"next_cursor": null
}
Search accepts natural language, but result quality depends on input quality. If your users are not marketers or developers, consider running their input through an LLM to tighten the query before sending it to the API.
Quickstart
Make your first request and inspect the response shape.
API Reference
Full endpoint specs with request examples for every SDK.
SDKs
Install the TypeScript SDK and start making typed requests.
Pricing
Credit costs, billing tiers, and usage examples.
If you’re an early-stage startup, check out the startup program for discounted access.
Need custom rate limits or volume pricing? Reach out at [email protected].
Quickstart
関連サーバー
Bright Data
スポンサーDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
MCP Web Scraper
A production-ready web scraping platform with ML-powered automation, browser automation via Playwright, and persistent caching.
Selenium MCP Server
Control web browsers using the Selenium WebDriver for automation and testing.
deadlink-checker-mcp
Dead link checker MCP server - find broken links, redirects, and timeouts on any website.
Playwright Record MCP
Browser automation using Playwright with video recording. Enables LLMs to interact with web pages through structured accessibility snapshots.
LinkedIn
Scrape LinkedIn profiles, companies, and jobs using direct URLs. Features Claude AI integration and secure credential storage.
Scrappa
Remote MCP server for Claude, Cursor, VS Code, and Windsurf with access to 80+ web scraping and data extraction APIs.
Outscraper
Access Outscraper's data extraction services for business intelligence, location data, reviews, and contact information from various online platforms.
UseScraper
A server for web scraping using the UseScraper API.
Fetch
Fetch web content as HTML, JSON, plain text, or Markdown.
CrawlForge MCP
CrawlForge MCP is a production-ready MCP server with 18 web scraping tools for AI agents. It gives Claude, Cursor, and any MCP-compatible client the ability to fetch URLs, extract structured data with CSS/XPath selectors, run deep multi-step research, bypass anti-bot detection with TLS fingerprint randomization, process documents, monitor page changes, and more. Credit-based pricing with a free tier (1,000 credits/month, no credit card required).