POST
/
company-search
curl --request POST \
  --url https://api.leadmagic.io/company-search \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "profile_url": "https://www.linkedin.com/company/leadmagichq",
  "company_domain": "leadmagic.io",
  "company_name": "Leadmagic"
}'
{
  "companyName": "LeadMagic",
  "companyId": 75153174,
  "locations": [
    {
      "country": "US",
      "city": "Boston",
      "geographicArea": "Massachusetts",
      "postalCode": "02210",
      "line1": "1 Seaport Ln",
      "line2": null,
      "description": "Headquarters",
      "headquarter": true,
      "localizedName": "Boston",
      "latitude": 42.36041,
      "longitude": -71.05798
    }
  ],
  "employeeCount": 9,
  "specialities": [
    "Sales",
    "Marketing",
    "ABM",
    "RevOps"
  ],
  "employeeCountRange": {
    "start": 11,
    "end": 50
  },
  "similarOrganizations": [
    {
      "name": "Onninen Sverige",
      "followerCount": 1381,
      "url": "https://www.linkedin.com/company/onninen-sverige/",
      "logoResolutionResult": "https://media.licdn.com/dms/image/C4E0BAQE05eQoLGtq6Q/company-logo_200_200/0/1630617862329/onninen_sverige_logo?e=1728518400&v=beta&t=bpQZpO5KxHjZI_dXzvW7FnD0jAxLdx6VEubPggi_PkY",
      "industry": "Wholesale",
      "originalCoverImage": "https://media.licdn.com/dms/image/C561BAQEyCEK4egfo0w/company-background_10000/0/1584573822437/onninen_ab_cover?e=1720861200&v=beta&t=bQ9oRuNIW7RpT4m--5g3p_AtE6yTAEuURPLtqP30SNk",
      "companyId": 11494627,
      "employeeCountRange": {
        "start": 51,
        "end": 200
      },
      "headquarter": {
        "country": "SE",
        "city": "kista",
        "geographicArea": "Stockholm",
        "postalCode": "16474",
        "line1": "Esbogatan 11",
        "line2": null,
        "description": null
      },
      "universalName": "onninen-sverige",
      "croppedCoverImage": "<string>"
    }
  ],
  "tagline": "LeadMagic tells you who is interested in your products or services. Engage them and build more pipeline, win more deals",
  "followerCount": 4663,
  "originalCoverImage": "https://media.licdn.com/dms/image/D4E1BAQH88aJ6UqBulw/company-background_10000/0/1656423749899/leadmagichq_cover?e=1720861200&v=beta&t=RUDAVnOl_pZ7zOuNv_PxF5v3-RRS9MXtOrIf7XyTA2A",
  "logoResolutionResult": "https://media.licdn.com/dms/image/C4E0BAQFqDdTRiWKueA/company-logo_200_200/0/1656423728218/leadmagichq_logo?e=1728518400&v=beta&t=hWgOpnBrc13mDgAjPuGw8MPqUKn3nT2FWRzk6M4vGE4",
  "industry": "Internet",
  "description": "LeadMagic tells you exactly what businesses are on your website and helps you enrich your contact and company data.",
  "websiteUrl": "https://leadmagic.io",
  "headquarter": {
    "country": "US",
    "city": "Boston",
    "geographicArea": "Massachusetts",
    "postalCode": "02210",
    "line1": "1 Seaport Ln",
    "line2": null,
    "description": "Headquarters"
  },
  "foundedOn": {
    "month": null,
    "year": 2022,
    "day": null
  },
  "universalName": "leadmagichq",
  "hashtag": "#abm",
  "url": "https://www.linkedin.com/company/leadmagichq/",
  "affiliatedOrganizationsByEmployees": [],
  "affiliatedOrganizationsByShowcases": []
}
You must provide either the Company Proflie Url or Company Domain Name or the Company Name in your request.
Rate Limit: 300 requests per minute

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200 - application/json

Successful response with company details

The response is of type object.