Skip to main content

Pricing Tiers

These endpoints cost 0 credits per request.
EndpointDescription
GET /company/searchSearch companies by name
GET /investor/searchSearch investors by name
GET /location/searchSearch locations

How Credits Work

Every API response includes a meta object with a remaining_requests field that shows how many credits you have left:
{
  "meta": {
    "remaining_requests": 42,
    "total_results": 10,
    "page": 1
  },
  "data": [...]
}
  • 1 credit = 1 row returned by a paid endpoint. A request that returns 25 rows costs 25 credits.
  • Search endpoints (/company/search, /investor/search, /location/search) are always free.
  • 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.