Skip to main content
POST
/
company-linkedin-url
Find a company's LinkedIn page URL
curl --request POST \
  --url https://api.tryhuntr.com/company-linkedin-url \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "domain": "stripe.com"
}
'
{
  "success": true,
  "request_id": "req_1746123456_cl1x2y",
  "domain": "stripe.com",
  "result": {
    "status": "FOUND",
    "companyUrl": "https://www.linkedin.com/company/stripe"
  },
  "price": 0.012,
  "credits_remaining": 4.988
}

Authorizations

x-api-key
string
header
required

Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.

Body

application/json
domain
string

Company domain, e.g. stripe.com. Provide domain or company.

company
string

Company name when domain is unknown, e.g. Stripe.

Response

LinkedIn company URL lookup complete.

success
boolean
request_id
string
domain
string

Present when domain was used.

company
string

Present when company name was used.

result
object
price
number

$0.012 when a company page URL is found; 0 when not found.

credits_remaining
number