Reference
Pricing

Pricing

Frontrun has a hybrid pricing model. Subscribe for monthly API credits at standard rates, or pay-as-you-go on the free tier at 2.5x rates.


Plans

PlanMonthly costAPI credits includedAPI rateMCP accessOverage discount
Free$0$02.5x standardNoNone
Starter$49/mo$25/moStandardNoNone
Pro$99/mo$75/moStandardYes20% off
EnterpriseCustomUnlimitedCustomYesN/A

Monthly credits do not roll over — unused credits expire at the end of each billing period.


What each plan includes

Free

  • Pay-as-you-go at 2.5x standard rates
  • $35/day spend cap
  • 60 requests/minute
  • Web app: 25 tracked accounts

Starter — $49/mo

  • $25/month in API credits (expires monthly)
  • Standard rates (see table below)
  • $50/day cap on overage
  • 120 requests/minute
  • Web app: 100 tracked accounts, reports, Pipeline CRM

Pro — $99/mo

  • $75/month in API credits (expires monthly)
  • Standard rates, 20% off overages
  • MCP access (Claude Code, Cursor, Claude Desktop)
  • $200/day cap on overage
  • 300 requests/minute
  • Web app: 250 tracked accounts, full history, advanced analytics

Enterprise

  • Unlimited API at custom rates
  • Custom rate limits, dedicated support, SLA
  • Contact us

Standard API rates

Applies to Starter, Pro, and Enterprise. Free tier pays 2.5x these rates.

Free operations

OperationEndpoint
Account statusGET /v1/status
List trackedGET /v1/track
Remove trackingDELETE /v1/track/:handle
Classification rulesCRUD operations
Custom tagsCRUD operations

Basic — $0.01

OperationEndpoint
Track account (new baseline)POST /v1/track
Preview accountGET /v1/preview/:handle
Follow snapshotGET /v1/follows/snapshot/:handle
SearchGET /v1/search
SectorsGET /v1/sectors
ReportsGET /v1/reports

Signal — $0.04

OperationEndpoint
New followsGET /v1/follows/new
Enriched followsGET /v1/follows/enriched
TrendingGET /v1/trending
FeedGET /v1/feed
AI classificationPOST /v1/classify (per entity)
Company signalsGET /v1/company/:handle/signals

Intelligence — $0.06–$0.10

OperationEndpointCost
VC activityGET /v1/vc/:handle/activity$0.06
Company resourcesGET /v1/company/:handle/resources$0.10
ConvergenceGET /v1/convergence$0.10
Company overviewGET /v1/company/:handle$0.10
Company fundingGET /v1/company/:handle/funding$0.10
DiscoverGET /v1/discover$0.10
VC similarGET /v1/vc/:handle/similar$0.10

Premium — $0.25

OperationEndpoint
Company foundersGET /v1/company/:handle/founders

Webhooks

OperationCost
Webhook setup$0.10
Per delivery$0.02

Which plan should I pick?

"I just want to try it" → Free. 2.5x rates, $35/day cap.

"I check signals a few times a week" → Starter at $49/mo. $25 credits covers ~625 basic, ~625 signal, or ~250 intelligence calls per month.

"I'm building an agent or automated pipeline" → Pro at $99/mo. $75 credits + MCP access + 20% overage discount.

"I need high volume or guarantees" → Enterprise. Custom rate limits, dedicated support.


Monthly cost examples

Casual user on Starter — web dashboard plus occasional API calls

UsageCalls/moCost
Feed 2x/day60$2.40
New follows 1x/day30$1.20
Convergence 1x/day30$3.00
Company lookups15$1.50
Search20$0.20
API total~$8
Starter subscription$49

Remaining $17 in credits for the month. Same usage on Free (2.5x) would cost ~$20/mo — Starter is only worth it once the web app perks or heavier API volume kick in.

Agent on Pro — autonomous pipeline with MCP

UsageCalls/moCost
Feed hourly720$28.80
Enriched follows 10x/day300$12.00
Convergence 5x/day150$15.00
Company endpoints200$20.00
Founders100$25.00
Search/discover200$12.00
API total~$113
Pro subscription$99

$75 credits covers the first $75 of usage; remaining $38 billed at 20% overage discount ($30). Total: **$129/mo all-in**.


How billing works

  1. Subscribe or load credits — Subscribe for monthly credits, or top up pay-as-you-go
  2. Monthly credits applied first — Subscribers use monthly allocation before top-up balance
  3. Monthly credits expire — Unused monthly credits reset each billing period
  4. Top-up never expires — Funds you load yourself stay in your balance indefinitely
  5. Track spend — Every response includes cost_cents and balance_cents
  6. Top up — A 402 response means insufficient balance
{
  "data": [...],
  "cost_cents": 2,
  "balance_cents": 9898
}