Skip to main content
GET
/
enterprises
/
{search}
/
lookalikes
cURL
curl --request GET \
  --url https://jaarrekening.be/api/v1/enterprises/{search}/lookalikes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "enterprise_number": "0400.101.937",
      "name": "PUBLIGANDA",
      "slug": "publiganda",
      "municipality": "Brussel",
      "type": "general",
      "score": "0.60"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Enterprise number or slug

Query Parameters

type
enum<string>
default:general

Type of similarity

Available options:
general,
size,
location,
nearby,
revenue,
age,
growth,
profitability,
risk,
directors,
liquidity,
solvability,
ebitda,
cashflow,
debt,
assets

Response

200 - application/json

List of similar companies

The response is of type object.