Skip to main content
POST
/
v2
/
enrichment
/
domain-to-linkedin
Domain to Linkedin URL
curl --request POST \
  --url https://api.blitz-api.ai/v2/enrichment/domain-to-linkedin \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "domain": "https://www.blitz-agency.com"
}
'
{
  "found": true,
  "company_linkedin_url": "https://www.linkedin.com/company/blitz-api"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt

Use this file to discover all available pages before exploring further.

Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
Cost: 1 credit per company found on Trial Plan
Free on the Unlimited plan
Convert a website domain into a Company LinkedIn URL.
Use this as the first step when your source data only contains domains. The LinkedIn URL is the required input for Waterfall ICP Search, Employee Finder, and Company Enrichment — once you have it, you can call any of those.
Response carries found. On found: false, no LinkedIn page maps to the domain — usually because the company is private, very small, or branded under a different domain than its public site.

Find People guide

How domain resolution fits into the full ICP-list-building flow.

Authorizations

x-api-key
string
header
required

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

Body

application/json
domain
string
required
Example:

"https://www.blitz-agency.com"

Response

OK

The response is of type object.