Documentation

Our API allows you to retrieve data from our database of companies. You can use it to build your own tools, or to integrate with your internal systems.

Quickstart

To get started, head over to our dashboard and create an account. Once you've done that, you can generate an API key in your profile settings.

With the new API key in hand, you're ready to do your first API call.

Here's an example request to get the details of a company:

curl -G https://api.companyscout.io/v1/companies/dk/61126228   -H "Authorization: Bearer <your api key>"

Rate limiting

API calls are rate limited to 60 per minute for free users. Paid users have no rate limit.

Authentication

Authentication is done by including an Authorization header with your API key as a bearer token.

An example authorization header is: Authorization: Bearer abc where abd is your API key.