Search Similar Companies

The API helps you discover companies similar to a given organization by leveraging its LinkedIn profile. Simply pass the LinkedIn URL of the company, along with optional filters.

curl --location 'https://api.enrich.so/v1/api/similar-companies' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
    "url" : "linkedin.com/company/google",
    "account": {
    "location": [
      "germany"
    ],
    "employeeSize": {
      "type": "RANGE",
      "range": [
        {
          "start": 1,
          "end": 10
        }
      ]
    }
  },
    "page": 1,
    "num": 2
}'

Example response

Status Code: 200 OK

Status code: 404 NOT FOUND

Last updated