Skip to main content
POST
/
company-linkedin
Public LinkedIn company page, structured
curl --request POST \
  --url https://api.tryhuntr.com/company-linkedin \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "linkedin_url": "https://linkedin.com/company/stripe"
}
'
{
  "success": true,
  "request_id": "req_1746123456_li3z4w",
  "linkedin_url": "https://www.linkedin.com/company/stripe",
  "data": {
    "universalName": "stripe",
    "linkedinUrl": "https://www.linkedin.com/company/stripe",
    "name": "Stripe",
    "tagline": "Financial infrastructure for the internet",
    "company_description": "Stripe is a financial infrastructure platform for businesses.",
    "industry": "Financial Services",
    "industries": [
      "Financial Services"
    ],
    "website": "https://stripe.com",
    "employee_count": "1,001-5,000",
    "employee_count_low": 1001,
    "employee_count_high": 5000,
    "employeeCountRange": "1001-5000",
    "followerCount": "547000",
    "headquarters": "San Francisco, CA",
    "founded": "2010",
    "foundedOn": "2010",
    "companyType": "Privately Held",
    "specialities": [
      "payments",
      "billing",
      "finance automation",
      "banking-as-a-service"
    ],
    "locations": [
      {
        "line1": "354 Oyster Point Blvd",
        "city": "South San Francisco",
        "geographicArea": "CA",
        "postalCode": "94080",
        "country": "US",
        "headquarter": true
      }
    ],
    "fundingData": {
      "numFundingRounds": 20,
      "lastFundingType": "Post-IPO Debt",
      "lastFundingDate": "2023-03-15",
      "lastFundingAmount": "US$ 6.5B"
    }
  },
  "price": 0.002,
  "credits_remaining": 4.998
}

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
linkedin_url
string
required

Public LinkedIn company page URL, e.g. https://linkedin.com/company/stripe. Use a /company/{slug} URL only. Numeric company IDs and non-company URLs are rejected and not billed.

Response

Company page scraped.

success
boolean
request_id
string
linkedin_url
string

Normalized LinkedIn URL that was scraped.

data
object
price
number
Example:

0.002

credits_remaining
number