Influship Influencer Marketing MCP
About
AI Influencer Search, Creator Data, & Live Scraping
Details
- Author
- Unknown
- Categories
- Web Scraping, Knowledge Base, Other, Search
Jump to
AI Influencer Search, Creator Data, & Live Scraping
Find the right creators for any campaign — search by natural language, explore profiles, discover lookalikes, and score campaign fit.
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.
const client = new Influship({ apiKey: process.env.INFLUSHIP_API_KEY, });
const response = await client.search.create({ query: 'travel content creators with practical destination guides', limit: 5, });
bash cURL theme={null} curl -X POST https://api.influship.com/v1/search \ -H 'X-API-Key: YOUR_KEY' \ -H 'Content-Type: application/json' \ -d '{"query": "travel content creators with practical destination guides", "limit": 5}'
{ "data": [ { "creator": { "id": "b2d4f6a8-e1c3-4b7d-9f2a-8c6e0d4b3a1f", "name": "Priya Mehta" }, "primary_profile": { "platform": "instagram", "username": "priyatravels" }, "match": { "score": 0.94, "reasons": ["Consistent travel content with practical destination advice"] } } ], "search_id": "123e4567-e89b-12d3-a456-426614174000", "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.
If you're an early-stage startup, check out thestartup programfor discounted access.
Need custom rate limits or volume pricing? Reach out atelliot@influship.com.
Crawl websites to generate Markdown documentation and make it searchable through an MCP server.
Extracts document content from Microsoft Learn and GitHub URLs and stores it in PocketBase for retrieval and search.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Connect your Plaud recordings to any MCP-compatible AI client. Search recordings, read transcripts, and generate documents without leaving your AI assistant.
Quran-focused MCP server for ayah translation, tafsir, mutashabihat lookups, recitation playlists, and prayer times.
Provides AI assistants with intelligent access to ML textbook content for creating accurate, source-grounded documentation.
Search Apple's Developer Documentation with smart search and wildcard support.
Access, search, and get recommendations from public AWS documentation.
Caesar is a free, keyless web search API for AI agents. Its remote MCP server exposes web_search (ranked results with citable provenance) and web_fetch (full pages as clean markdown), and works anonymously with no API key.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




