Skip to main content
POST
/
v1
/
companies
/
company-search
Company Search
curl --request POST \
  --url https://api.leadmagic.io/v1/companies/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
  },
  "tagline": "LeadMagic tells you who is interested in your products or services. Engage them and build more pipeline, win more deals",
  "followerCount": 4663,
  "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/",
  "logo_url": "https://logo.leadmagic.io/leadmagic.io",
  "founded_year": "2009",
  "ownership_status": "Private",
  "revenue": 5100000000,
  "revenue_formatted": "5.1B",
  "employee_range": "5,000 - 10,000",
  "total_funding": "9.8B",
  "funding_rounds": 5,
  "last_funding_round": "Equity",
  "last_funding_amount": 694159778,
  "last_funding_date": "Apr 2024",
  "competitors": [
    "Rapyd",
    "Square",
    "PayPal",
    "Clover",
    "Payment Depot"
  ],
  "acquisitions_count": 3,
  "twitter_url": "https://twitter.com/stripe",
  "linkedin_url": "https://www.linkedin.com/company/stripe",
  "facebook_url": "https://www.facebook.com/stripe",
  "stock_ticker": "STRP"
}
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

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
profile_url
string
default:https://www.linkedin.com/company/leadmagichq

Business Company URL (with url or public_identifier)

company_domain
string
default:leadmagic.io

Provide Company Domain

company_name
string
default:Leadmagic

Provide Company Name

Response

200 - application/json

Successful response with company details

companyName
string
Example:

"LeadMagic"

companyId
integer
Example:

75153174

locations
object[]
employeeCount
integer
Example:

9

specialities
string[]
Example:
["Sales", "Marketing", "ABM", "RevOps"]
employeeCountRange
object
tagline
string
Example:

"LeadMagic tells you who is interested in your products or services. Engage them and build more pipeline, win more deals"

followerCount
integer
Example:

4663

industry
string
Example:

"Internet"

description
string
Example:

"LeadMagic tells you exactly what businesses are on your website and helps you enrich your contact and company data."

websiteUrl
string
Example:

"https://leadmagic.io"

headquarter
object
foundedOn
object
universalName
string
Example:

"leadmagichq"

hashtag
string
Example:

"#abm"

url
string
Example:

"https://www.linkedin.com/company/leadmagichq/"

logo_url
string | null

Company logo URL from logo.leadmagic.io (generated from company domain)

Example:

"https://logo.leadmagic.io/leadmagic.io"

founded_year
string | null

Year the company was founded

Example:

"2009"

ownership_status
string | null

Ownership type (Public, Private, or Acquired)

Example:

"Private"

revenue
number | null

Estimated annual revenue

Example:

5100000000

revenue_formatted
string | null

Human-readable revenue format

Example:

"5.1B"

employee_range
string | null

Employee count range

Example:

"5,000 - 10,000"

total_funding
string | null

Total funding raised

Example:

"9.8B"

funding_rounds
integer | null

Number of funding rounds completed

Example:

5

last_funding_round
string | null

Type of most recent funding round

Example:

"Equity"

last_funding_amount
number | null

Amount raised in most recent funding round

Example:

694159778

last_funding_date
string | null

Date of most recent funding round

Example:

"Apr 2024"

competitors
string[] | null

List of competitor company names

Example:
[
  "Rapyd",
  "Square",
  "PayPal",
  "Clover",
  "Payment Depot"
]
acquisitions_count
integer | null

Number of acquisitions made by the company

Example:

3

twitter_url
string | null

Twitter/X profile URL

Example:

"https://twitter.com/stripe"

linkedin_url
string | null

LinkedIn company page URL

Example:

"https://www.linkedin.com/company/stripe"

facebook_url
string | null

Facebook page URL

Example:

"https://www.facebook.com/stripe"

stock_ticker
string | null

Stock ticker symbol (if publicly traded)

Example:

"STRP"