> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryhuntr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Public LinkedIn company page, structured

> **Requires `x-api-key` header.**

Rate limit: 5 requests/second per API key.

Scrape a public LinkedIn company page — name, description, industry, employee count, headquarters, founding year, specialties, website, logo, office locations, funding data, and similar companies.

Use a public `/company/{slug}` URL only. Numeric company IDs and other rejected URLs are not billed. You are charged only when the scrape returns usable company data. If LinkedIn blocks the page or returns no usable company data, that request is refunded.

**Price:** $0.002 flat.



## OpenAPI

````yaml /openapi.json post /company-linkedin
openapi: 3.0.3
info:
  title: Huntr — The GTM Intelligence API
  description: >-
    Give AI agents company, people, contact, and web intelligence through one
    API. Search accounts, build targeted lists, enrich leads, find contacts, and
    uncover buying signals.


    **Authentication:** Authenticated endpoints require an `x-api-key` header
    with your Huntr API key. Get a key by signing up via `POST /keys/create`.
    Public endpoints (pricing, sign-up, health) work without a key.


    **Rate limit:** 5 requests/second per API key on authenticated endpoints.
  version: 2.0.0
servers:
  - url: https://api.tryhuntr.com
security: []
tags:
  - name: Research
    description: >-
      Research one company, person, team, or focused business question and
      return a sales-ready answer. Lite, standard, and deep tiers.
  - name: Companies
    description: >-
      Search companies and enrich firmographics. Per-result pricing on search;
      count endpoints are free.
  - name: People
    description: >-
      Search people and enrich contacts — work email, phone, and related lookup
      endpoints.
  - name: LinkedIn
    description: >-
      LinkedIn URL discovery, company and profile pages, posts, reactions, and
      comments.
  - name: X
    description: X profiles, posts, search results, and thread context.
  - name: Web
    description: >-
      Find and analyze pages on a domain, plus tech stack, domain contacts, and
      job postings.
  - name: Account
    description: >-
      Sign up, verify email, recover keys, check balance, view usage, add
      credits, and read the public pricing matrix.
  - name: System
    description: Health check.
paths:
  /company-linkedin:
    post:
      tags:
        - LinkedIn
      summary: Public LinkedIn company page, structured
      description: >-
        **Requires `x-api-key` header.**


        Rate limit: 5 requests/second per API key.


        Scrape a public LinkedIn company page — name, description, industry,
        employee count, headquarters, founding year, specialties, website, logo,
        office locations, funding data, and similar companies.


        Use a public `/company/{slug}` URL only. Numeric company IDs and other
        rejected URLs are not billed. You are charged only when the scrape
        returns usable company data. If LinkedIn blocks the page or returns no
        usable company data, that request is refunded.


        **Price:** $0.002 flat.
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
                - linkedin_url
              properties:
                linkedin_url:
                  type: string
                  description: >-
                    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.
            example:
              linkedin_url: https://linkedin.com/company/stripe
      responses:
        '200':
          description: Company page scraped.
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                  request_id:
                    type: string
                  linkedin_url:
                    type: string
                    description: Normalized LinkedIn URL that was scraped.
                  data:
                    type: object
                    properties:
                      universalName:
                        type: string
                        description: LinkedIn slug, e.g. `stripe`.
                      linkedinUrl:
                        type: string
                      id:
                        type: string
                        description: LinkedIn internal company ID.
                      name:
                        type: string
                      tagline:
                        type: string
                      company_description:
                        type: string
                      industry:
                        type: string
                      industries:
                        type: array
                        items:
                          type: string
                      website:
                        type: string
                      employee_count:
                        type: string
                        description: Raw range string from LinkedIn, e.g. `1,001-5,000`.
                      employee_count_low:
                        type: integer
                        description: Low end of the range, e.g. `1001`.
                      employee_count_high:
                        type: integer
                        description: >-
                          High end of the range, e.g. `5000`. Absent for
                          open-ended ranges like `10,000+`.
                      employeeCountRange:
                        type: string
                        description: Normalized range string, e.g. `1001-5000`.
                      linkedin_members:
                        type: string
                        description: Members who list this company as current employer.
                      followerCount:
                        type: string
                      headquarters:
                        type: string
                      founded:
                        type: string
                      foundedOn:
                        type: string
                        description: 4-digit year string.
                      companyType:
                        type: string
                        description: e.g. Public Company, Privately Held, Nonprofit.
                      specialities:
                        type: array
                        items:
                          type: string
                      logo:
                        type: string
                        description: Primary logo URL (og:image).
                      logos:
                        type: array
                        items:
                          type: string
                        description: All detected logo URLs from LinkedIn CDN.
                      backgroundCovers:
                        type: array
                        items:
                          type: string
                      locations:
                        type: array
                        description: Structured office locations.
                        items:
                          type: object
                          properties:
                            line1:
                              type: string
                            line2:
                              type: string
                            city:
                              type: string
                            geographicArea:
                              type: string
                            postalCode:
                              type: string
                            country:
                              type: string
                            headquarter:
                              type: boolean
                      fundingData:
                        type: object
                        nullable: true
                        description: Funding info if publicly available on LinkedIn.
                        properties:
                          numFundingRounds:
                            type: integer
                          lastFundingType:
                            type: string
                          lastFundingDate:
                            type: string
                          lastFundingAmount:
                            type: string
                          crunchbaseUrl:
                            type: string
                          lastFundingRoundUrl:
                            type: string
                      similarPages:
                        type: array
                        description: Similar companies listed by LinkedIn.
                        items:
                          type: object
                          properties:
                            name:
                              type: string
                            industry:
                              type: string
                            location:
                              type: string
                            linkedinUrl:
                              type: string
                            logo:
                              type: string
                  price:
                    type: number
                    example: 0.002
                  credits_remaining:
                    type: number
              example:
                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
        '400':
          description: Missing or invalid linkedin_url.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '401':
          description: Invalid API key.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '402':
          description: Insufficient credits.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
        '500':
          description: Scrape failed. Credits are refunded automatically.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
      security:
        - ApiKeyAuth: []
components:
  schemas:
    Error:
      type: object
      properties:
        error:
          type: string
          description: Human-readable error message.
      required:
        - error
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: x-api-key
      description: >-
        Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on
        all authenticated requests.

````