# Influship API ## Docs - [Autocomplete Search](https://docs.influship.com/api-reference/creators/autocomplete-search.md): Fast typeahead search for creators by name or username. Optimized for search-as-you-type UIs with sub-100ms response times. - [Find Similar Creators](https://docs.influship.com/api-reference/creators/find-similar-creators.md): Find creators similar to provided seed creators using AI-powered similarity matching. Analyzes content themes, audience overlap, posting style, and engagement patterns. - [Get Creator by ID](https://docs.influship.com/api-reference/creators/get-creator-by-id.md): Retrieve a creator's profile including AI-generated summary, content themes, and optionally their linked social profiles. - [Score Campaign Fit](https://docs.influship.com/api-reference/creators/score-campaign-fit.md): Evaluate how well creators match a specific campaign using AI analysis. Returns a fit score (0-1), decision recommendation (good/neutral/avoid), and evidence-based explanations. - [Health Check](https://docs.influship.com/api-reference/health/health-check.md): Check API health status. No authentication required. - [Get Live Instagram Profile](https://docs.influship.com/api-reference/live-scraping/get-live-instagram-profile.md): Fetch fresh Instagram profile data directly from Instagram in real-time. Use this when you need the most current follower counts, bio, or recent activity. - [Get Live YouTube Channel](https://docs.influship.com/api-reference/live-scraping/get-live-youtube-channel.md): Fetch fresh YouTube channel data including subscriber count, video count, and total views. - [Get YouTube Channel Transcripts](https://docs.influship.com/api-reference/live-scraping/get-youtube-channel-transcripts.md): Fetch transcripts for multiple videos from a YouTube channel. Videos can be sorted by popularity, newest, or oldest before selection. - [Get YouTube Video Transcript](https://docs.influship.com/api-reference/live-scraping/get-youtube-video-transcript.md): Fetch YouTube video transcript/captions. Returns timestamped segments and full text. Useful for content analysis. - [Search YouTube](https://docs.influship.com/api-reference/live-scraping/search-youtube.md): Search YouTube videos and channels. - [Get Posts](https://docs.influship.com/api-reference/posts/get-posts.md): Retrieve posts for a creator or profile with engagement metrics and media data. - [Batch Lookup Profiles](https://docs.influship.com/api-reference/profiles/batch-lookup-profiles.md): Look up multiple profiles in a single request. Efficiently retrieve data for up to 100 profiles at once. - [Get Profile by Platform and Username](https://docs.influship.com/api-reference/profiles/get-profile-by-platform-and-username.md): Retrieve detailed profile data including metrics, growth statistics, and activity information from our database. - [AI-Powered Creator Search](https://docs.influship.com/api-reference/search/ai-powered-creator-search.md): Search for creators using natural language queries. The AI understands intent and context to match creators based on content themes, audience demographics, and style. - [Get Search Results Page](https://docs.influship.com/api-reference/search/get-search-results-page.md): Paginate through results from a previous search. Use the `search_id` returned by `POST /v1/search` to fetch additional pages. - [What's New](https://docs.influship.com/changelog.md): Recent changes and updates to the Influship API - [Creators vs Profiles](https://docs.influship.com/concepts/creators-vs-profiles.md): Understand when to use creator IDs and when to use platform usernames - [Lookalikes](https://docs.influship.com/concepts/lookalikes.md): Find creators similar to ones you already know, with weighted seeds and filtering - [Match Reasons](https://docs.influship.com/concepts/match-reasons.md): Understand the AI explanations returned by search, lookalike, and match endpoints - [Pricing](https://docs.influship.com/concepts/pricing.md): Credit-based pricing for the Influship API - [Rate Limits & Tiers](https://docs.influship.com/concepts/quotas-and-limits.md): Credit budgets, trust tiers, and how to handle 429 and 402 responses - [Semantic Search](https://docs.influship.com/concepts/semantic-search.md): How AI-powered search finds relevant creators - [Build a Creator Shortlist](https://docs.influship.com/cookbook/build-a-shortlist.md): Search for creators, score them against a campaign brief, and build a ranked shortlist - [Expand a Roster with Lookalikes](https://docs.influship.com/cookbook/expand-with-lookalikes.md): Use weighted seeds and performance data to find more creators like your best performers - [Score Campaign Fit for an Existing List](https://docs.influship.com/cookbook/score-campaign-fit.md): Take a list of creator handles, resolve them, and score each one against a campaign brief - [Authentication](https://docs.influship.com/guides/authentication.md): How to authenticate requests to the Influship API - [Error Handling](https://docs.influship.com/guides/error-handling.md): How to handle errors from the Influship API - [MCP Server](https://docs.influship.com/guides/mcp-server.md): Connect AI agents to the Influship API using the Model Context Protocol - [Pagination](https://docs.influship.com/guides/pagination.md): How search pagination works and how to page through results without extra charges - [Influship API](https://docs.influship.com/index.md): Find the right creators for any campaign — search by natural language, explore profiles, discover lookalikes, and score campaign fit. - [Quickstart](https://docs.influship.com/quickstart.md): Search for creators, fetch a profile, and understand billing in under five minutes - [SDKs](https://docs.influship.com/sdks/index.md): Install the TypeScript SDK and start making API calls in minutes ## OpenAPI Specs - [openapi.documented](https://app.stainless.com/api/spec/documented/influship-api/openapi.documented.yml) - [openapi](https://docs.influship.com/openapi/openapi.yaml) ## Optional - [Dashboard](https://developers.influship.com)