Pricing
The Influship API uses at $0.01 per credit. API-key and OAuth calls are billed for successful operations. API-key and OAuth requests that return a4xx or 5xx response are not charged. Agentic payment rails have separate settlement timing; see x402 pricing and MPP pricing.
Price Table
Batch Instagram raw endpoints charge credit-metered API-key and OAuth calls only for successful items. TikTok transcript pricing is fixed for every delivered transcript, including a cached result. Pay-per-request x402 and MPP calls use their advertised request prices instead.
Why Search Has a Base Fee
Search runs AI inference on every query — your natural language input is processed through embedding models and matched against the creator index. The 25-credit base fee covers that compute cost, regardless of how many results match. The per-creator fee scales with what you actually receive. This means a search that finds 3 results costs less than one that finds 25, even though the same inference ran on both.Search Pricing in Detail
- Base fee: 25 credits per search
- Per creator: 2 credits per delivered result
- Limit sets the cap on how many results the can return
- Pagination via
GET /v1/search/{id}is free
What Does a Typical Month Cost?
- Indie Hacker / Small Team
- Agency / Mid-Volume
- Platform / High-Volume
Building a creator discovery tool, running 100 searches/month with some lookups and matching.
Free Tier
Every new account starts with credits to explore the API. The free tier includes:- 1,500 credits/hour rate limit budget
- 150 credits/minute rate limit budget
- Credits to run searches, lookups, and match scoring
Track Cost Per Request
Every successful response includes billing headers:What Tiers Change
do not change endpoint prices. They change your rate-limit budgets and billing thresholds. See Rate Limits & Tiers for details.Cost Controls
- Keep search
limittight. Start with 5-10 while prototyping. Results past the top 15-20 are usually lower relevance anyway. - Cache creator and profile lookups. Creator data doesn’t change often — caching saves credits and latency.
- Use autocomplete for search-as-you-type. At 0.05 credits per request, it’s 500x cheaper than running a full search on every keystroke.
- Batch known work. If you have a list of usernames, use
POST /v1/profiles/lookupinstead of individual lookups.
FAQ: What's NOT charged?
FAQ: What's NOT charged?
API-key and OAuth requests are not billed when they return a
4xx or 5xx response. This includes validation errors, authentication or permission failures, unavailable data, rate limits, and temporary service failures.Pagination via GET /v1/search/{id} is also free — you’re stepping through results you already paid for.x402 settlement is final when PAYMENT-RESPONSE reports success, including on an error response. MPP authorizes and settles before the endpoint runs, so an error response can still carry a Payment-Receipt. See x402 and MPP for the settlement contracts.FAQ: Do unused credits roll over?
FAQ: Do unused credits roll over?
There are no monthly credit allocations or rollover mechanics. Credits are charged per request as you use them. Your bill reflects actual usage.
FAQ: What happens if I exceed my rate limit?
FAQ: What happens if I exceed my rate limit?
You get a
429 response. No credits are charged for rate-limited requests. Wait for the reset window or reduce your request rate. See Rate Limits & Tiers.Enterprise customers may have custom pricing, rate limits, and billing terms negotiated outside the standard tiers. If your current plan doesn’t reflect your agreement, reach out at elliot@influship.com.
If you’re an early-stage startup, check out the startup program for discounted access.