v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
Company Data

Company Search

Search for companies and retrieve comprehensive company intelligence including funding, employees, industry, and more.

post/v1/companies/company-search

Request body

profile_urlstring

Business company profile URL or identifier

company_domainstring

Provide Company Domain

company_namestring

Provide Company Name

Response

Successful response with company details

messagestring

Status message

credits_consumednumber

Number of credits consumed for this request

companyNamestring
companyIdinteger
employeeCountinteger
specialitiesstring[]
taglinestring
followerCountinteger
industrystring
descriptionstring
websiteUrlstring
universalNamestring
hashtagstring
urlstring
logo_urlstring nullable

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

founded_yearstring nullable

Year the company was founded

ownership_statusstring nullable

Ownership type (Public, Private, or Acquired)

revenuenumber nullable

Estimated annual revenue

revenue_formattedstring nullable

Human-readable revenue format

employee_rangestring nullable

Employee count range

total_fundingstring nullable

Total funding raised

funding_roundsinteger nullable

Number of funding rounds completed

last_funding_roundstring nullable

Type of most recent funding round

last_funding_amountnumber nullable

Amount raised in most recent funding round

last_funding_datestring nullable

Date of most recent funding round

competitorsstring[] nullable

List of competitor company names

acquisitions_countinteger nullable

Number of acquisitions made by the company

twitter_urlstring nullable

Twitter/X profile URL

b2b_profile_urlstring nullable

B2B company profile URL

facebook_urlstring nullable

Facebook page URL

stock_tickerstring nullable

Stock ticker symbol (if publicly traded)

Example response

{
  "message": "Company found",
  "credits_consumed": 1,
  "companyName": "LeadMagic",
  "companyId": 75153174,
  "locations": [
    {
      "country": "US",
      "city": "Boston",
      "geographicArea": "Massachusetts",
      "postalCode": "02210",
      "line1": "1 Seaport Ln",
      "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": "Example Robotics provides enterprise software solutions for B2B companies. Their platform helps teams streamline operations and drive growth.",
  "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",
    "description": "Headquarters"
  },
  "foundedOn": {
    "year": 2022
  },
  "universalName": "leadmagichq",
  "hashtag": "#abm",
  "url": "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/leadmagichq",
  "b2b_profile_url": "leadmagichq",
  "stock_ticker": "STRP"
}