Skip to main content

Pricing Tiers

These endpoints cost 0 credits per request.
EndpointDescription
GET /industry/searchSearch industries
GET /location/searchSearch locations

How Credits Work

Paid endpoints return a meta object with credit usage details:
{
  "meta": {
    "limit": 25,
    "offset": 0,
    "credits_used": 25,
    "credit_source": "monthly",
    "monthly_credits_remaining": 175,
    "purchased_credits_remaining": 50
  },
  "data": [...]
}
FieldDescription
credits_usedNumber of credits consumed by this request
credit_sourceWhether credits came from monthly plan or purchased balance
monthly_credits_remainingRemaining credits from your plan
purchased_credits_remainingRemaining individually purchased credits
  • 1 credit = 1 row returned by list and get endpoints. A request that returns 25 rows costs 25 credits.
  • Company & investor search (/company/search, /investor/search) cost 0.1 credits per request, regardless of rows returned.
  • Industry & location search (/industry/search, /location/search) are always free and don’t return credit fields.
  • Credits come included with your plan. If you don’t want a recurring plan, you can buy credits individually for as low as $0.05 per credit.

Getting Started

Your first 50 credits are free — no credit card required. Grab your API key here and start making requests immediately.