Skip to main content
POST
/
v2
/
enrichment
/
company
Company Enrichment
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/company \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "company_linkedin_url": "https://www.linkedin.com/company/blitz-api"
}
'
{
  "found": true,
  "company": {
    "linkedin_url": "https://www.linkedin.com/company/blitz-api",
    "linkedin_id": 108037802,
    "name": "Blitzapi",
    "about": "BlitzAPI provides enriched B2B data access through a suite of flexible and high-performance APIs. 10+ public endpoints, covering- People & Company Search - Email & Phone Validation - Contact & Company Enrichment - LinkedIn Matching - Smart Waterfall ICP API-first + LLM-friendly + Low-code compatible Used by Growth & Revenue Teams",
    "specialties": null,
    "industry": "Technology; Information and Internet",
    "type": "Privately Held",
    "size": "1-10",
    "employees_on_linkedin": 3,
    "followers": 6,
    "founded_year": null,
    "hq": {
      "city": "Paris",
      "state": null,
      "postcode": null,
      "country_code": "FR",
      "country_name": "France",
      "region": null,
      "continent": null,
      "street": null
    },
    "domain": "blitz-api.ai",
    "website": "https://blitz-api.ai"
  }
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
company_linkedin_url
string
required
Example:

"https://www.linkedin.com/company/blitz-api"

Response

OK

The response is of type object.