Skip to main content
POST
/
v1
/
linkedin
/
company
LinkedIn Company Profile
curl --request POST \
  --url https://api.gtmapis.com/v1/linkedin/company \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "domain": "<string>",
  "linkedin_url": "<string>"
}
'
{
  "name": "<string>",
  "linkedin_url": "<string>",
  "website": "<string>",
  "industry": "<string>",
  "company_type": "<string>",
  "founded_year": 123,
  "description": "<string>",
  "tagline": "<string>",
  "specialties": [
    {}
  ],
  "employee_count": 123,
  "employee_count_range": "<string>",
  "follower_count": 123,
  "employee_growth_6m": 123,
  "employee_growth_1y": 123,
  "employee_growth_2y": 123,
  "headquarters": "<string>",
  "locations": [
    {}
  ],
  "funding": {}
}

Documentation Index

Fetch the complete documentation index at: https://gtmapis.mintlify.app/llms.txt

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

LinkedIn Company Profile

Retrieve comprehensive company profile data from LinkedIn. Includes company details, employee count, funding information, and office locations.

Endpoint

POST /v1/linkedin/company

Request

domain
string
Company domain (e.g., “stripe.com”). Either domain or linkedin_url is required.
linkedin_url
string
LinkedIn company URL (e.g., “https://linkedin.com/company/stripe”). Either domain or linkedin_url is required.

Example Request

curl -X POST https://api.gtmapis.com/v1/linkedin/company \
  -H "Content-Type: application/json" \
  -H "X-API-Key: gtm_test_your_key_here" \
  -d '{
    "domain": "stripe.com"
  }'

Response

Company Information

name
string
Company name
linkedin_url
string
LinkedIn company page URL
website
string
Company website
industry
string
Primary industry
company_type
string
Company type: Public, Private, Nonprofit, Educational, Partnership, etc.
founded_year
integer
Year the company was founded
description
string
Company description from LinkedIn
tagline
string
Company tagline
specialties
array
List of company specialties

Size & Growth

employee_count
integer
Current employee count
employee_count_range
string
Employee range (e.g., “1001-5000”)
follower_count
integer
LinkedIn follower count
employee_growth_6m
number
6-month employee growth percentage
employee_growth_1y
number
1-year employee growth percentage
employee_growth_2y
number
2-year employee growth percentage

Location

headquarters
string
Company headquarters location
locations
array
List of office locations with city, region, country, and address

Funding

funding
object
Funding information (if available)
  • total_funding: Total raised (e.g., “$100M”)
  • last_round: Last funding round (e.g., “Series C”)
  • last_round_date: Date of last round
  • last_round_amount: Amount raised in last round
  • investors: List of investors

Example Response

{
  "name": "Stripe",
  "linkedin_url": "https://www.linkedin.com/company/stripe",
  "website": "https://stripe.com",
  "industry": "Financial Services",
  "company_type": "Private",
  "founded_year": 2010,
  "description": "Stripe is a technology company that builds economic infrastructure for the internet...",
  "tagline": "Payments infrastructure for the internet",
  "specialties": ["payments", "fintech", "developer tools"],
  "employee_count": 8000,
  "employee_count_range": "5001-10000",
  "follower_count": 450000,
  "employee_growth_6m": 12.5,
  "employee_growth_1y": 28.0,
  "headquarters": "San Francisco, California, United States",
  "locations": [
    {
      "city": "San Francisco",
      "region": "California",
      "country": "United States",
      "is_hq": true
    },
    {
      "city": "Dublin",
      "country": "Ireland",
      "is_hq": false
    }
  ],
  "funding": {
    "total_funding": "$8.7B",
    "last_round": "Series I",
    "last_round_date": "2021-03-14",
    "last_round_amount": "$600M",
    "investors": ["Sequoia Capital", "Andreessen Horowitz", "General Catalyst"]
  },
  "source_provider": "proxycurl",
  "credits_charged": 1,
  "latency_ms": 892,
  "cache_hit": false
}

Credit Pricing

ScenarioCredits Charged
Fresh lookup1 credit
Cache hit (within 7 days)0 credits
Error / company not found0 credits
Results are cached for 7 days. Cache hits are free.

Employee Count

Get employee count with growth metrics

Recent Hires

Find recently hired employees

Job Postings

Get current job openings

Employee Search

Search for specific employees