Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.influship.com/llms.txt

Use this file to discover all available pages before exploring further.

Influship is an enrichment API, not an event source. In a no-code platform, your scenario is started by something you already track — a new Instagram comment, a Slack message, a Google Sheet row, an inbound email — and Influship runs as a step inside that scenario to enrich, score, search, or look up. That model decides which capabilities are exposed: Actions (do work, return data) and Searches (find a single record, used with Find-or-Create). There are no Triggers, because Influship doesn’t emit events that fire on real-world time.

Pick a platform

Zapier

10 Actions + 3 Searches. API-key auth. In Private Beta — email us to be added.

n8n

Community node with 13 operations across 4 resources. Marked usableAsTool, so n8n AI Agents can call it.

Make

10 Actions, 3 Searches, plus a Universal API module. Mirrors the Zapier surface 1:1.

What you can do across all three

CapabilityEndpointUse it for
Search CreatorsPOST /v1/searchPull a ranked list of creators matching a natural-language brief.
Find CreatorPOST /v1/search (top 1)Find-or-Create entry — return the single best match for a brief.
Get CreatorGET /v1/creators/:idHydrate a stored creator ID with profiles + AI summary.
Score Creator MatchPOST /v1/creators/matchScore a creator against a campaign brief; returns good/neutral/avoid + reasons.
Find LookalikesPOST /v1/creators/lookalikeGiven a seed creator, return similar ones.
Get ProfileGET /v1/profiles/instagram/:usernameCached Instagram profile lookup by handle.
Lookup ProfilesPOST /v1/profiles/lookupBatch profile enrichment, up to 50 handles per call.
Get PostsGET /v1/postsA creator’s recent posts.
Get Live Instagram ProfileGET /v1/raw/instagram/profile/:usernameBypass cache; fresh-scrape a profile (≤90s).
Get Live YouTube ChannelGET /v1/raw/youtube/channel/:handleLive YouTube channel fetch.
Get YouTube Video TranscriptGET /v1/raw/youtube/transcript/:video_idPull a single video transcript.
Get YouTube Channel TranscriptsGET /v1/raw/youtube/channel-transcripts/:handleBatch transcripts for a channel.
Search YouTubeGET /v1/raw/youtube/searchFree-text YouTube search.
All three platforms expose the same surface. Pick the one your team already uses.

How costs work

Every call is metered in credits. 1 credit = $0.01.
  • Reads are cheap: profile or post lookups cost 0.05–0.1 credits.
  • AI calls (search, match, lookalike) are pricier: 1.5–25+ credits depending on what they return.
  • Live scrapes (the /v1/raw/* actions) are 0.5 credits regardless of platform.
Each per-platform page lists the cost for every capability so you can budget before you build.

Three workflow patterns that fit Influship

Bulk enrichment

A new row appears in a sheet or CRM → look up the handle → write back metrics.

Inbound scoring

A creator pitches you in email or Slack → score them against your brief → route the good ones into your pipeline.

On-demand discovery

A form submission or slash command → search for matching creators → drop results into Notion, Linear, or Slack.
Each per-platform page walks one of these end-to-end with a concrete recipe.