v1
latestOpenAPI 3.1.02026-07-26170262.6 KBCompany Enrichment
Company Enrichment
Retrieve a full company profile from a LinkedIn company URL.
post/v2/enrichment/company
Request body
Example request
{
"company_linkedin_url": "https://www.linkedin.com/company/blitz-api"
}Response
OK
object required
Example response
{
"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"
}
}