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

# Get company people

> Get LinkedIn company employee list

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">1 credit</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/linkedin/get_company_people.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/linkedin/get_company_people

Description: Get LinkedIn company employee list

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- company_id (Required): Company ID. Example: 1066442
- page (Optional): Page number, default is 1. Example: 1

Example Response:
{
"code": 0,
"message": "success",
"data": {
"page": 1,
"total": 9313,
"has_more": true,
"data": [
  {
    "id": "1413717945",
    "urn": "ACoAAFRDn7kB41e_hHZVTyIWMDVZGRv2zffvuJY",
    "url": "https://www.linkedin.com/in/dagaa88comm",
    "public_identifier": "dagaa88comm",
    "full_name": "Daga com",
    "title": "Data Analyst tại Datadog",
    "location": "Vietnam",
    "is_premium": false,
    "avatar": [
      {
        "width": 96,
        "height": 96,
        "url": "https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1729871682991?e=1774483200&v=beta&t=Qa2a7p6AhaRT26n3MSWNOcsosvvGNbGH1m_drjeTTP8",
        "expires_at": 1774483200000
      },
      {
        "width": 96,
        "height": 96,
        "url": "https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1729871682991?e=1774483200&v=beta&t=h9GoydScaTxuZQVsKQrL_JjiU7VY81_jfejPtXoTbso",
        "expires_at": 1774483200000
      },
      {
        "width": 96,
        "height": 96,
        "url": "https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1729871682991?e=1774483200&v=beta&t=WFdtEgZxrNbtNRONjxJiJXRJhS5Z_lgM6QYBB3vJiqU",
        "expires_at": 17744
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/linkedin.openapi.json GET /v1/linkedin/get_company_people
openapi: 3.0.1
info:
  title: LinkedIn API english documentation
  description: >-
    The english reference documentation of the LinkedIn API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security:
  - JWT Bearer: []
tags: []
paths:
  /v1/linkedin/get_company_people:
    get:
      tags: []
      summary: Get company people
      description: Get LinkedIn company employee list
      parameters:
        - name: company_id
          in: query
          description: Company ID
          required: true
          example: '1066442'
          schema:
            type: string
        - name: page
          in: query
          description: Page number, default is 1
          required: false
          example: 1
          schema:
            type: integer
            default: 1
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  page: 1
                  total: 9313
                  has_more: true
                  data:
                    - id: '1413717945'
                      urn: ACoAAFRDn7kB41e_hHZVTyIWMDVZGRv2zffvuJY
                      url: https://www.linkedin.com/in/dagaa88comm
                      public_identifier: dagaa88comm
                      full_name: Daga com
                      title: Data Analyst tại Datadog
                      location: Vietnam
                      is_premium: false
                      avatar:
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1729871682991?e=1774483200&v=beta&t=Qa2a7p6AhaRT26n3MSWNOcsosvvGNbGH1m_drjeTTP8
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1729871682991?e=1774483200&v=beta&t=h9GoydScaTxuZQVsKQrL_JjiU7VY81_jfejPtXoTbso
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1729871682991?e=1774483200&v=beta&t=WFdtEgZxrNbtNRONjxJiJXRJhS5Z_lgM6QYBB3vJiqU
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGH4SW2mM5igQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1729871682995?e=1774483200&v=beta&t=6Tg5if1MZni-KZ2J7THKa7jGm-cemsAt1CNyS3dlrHw
                          expires_at: 1774483200000
                      services: []
                    - id: '1333377535'
                      urn: ACoAAE95uf8BRUSNIeVD-tRRSgIlewUqs1NO4CU
                      url: >-
                        https://www.linkedin.com/in/%C4%91%E1%BB%A9c-nguy%E1%BB%85n-627666312
                      public_identifier: '%C4%91%E1%BB%A9c-nguy%E1%BB%85n-627666312'
                      full_name: Đức Nguyễn
                      title: Team Leader at Datadog
                      location: Hanoi Capital Region
                      is_premium: false
                      avatar:
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQFeQYLChNyiUg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1718236206925?e=1774483200&v=beta&t=1n_wIpCeya6ZkOL3jXptOhi00YZB8QqExdPcHp5KHf0
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQFeQYLChNyiUg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1718242991007?e=1774483200&v=beta&t=YyUNw-XFZiXSqe3z_oLFZ-E1NhRnQ3ndMWwJPcpOXHE
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQFeQYLChNyiUg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1718240525689?e=1774483200&v=beta&t=6D8WA-c1UHG6N4w7s-yFUSwiSexurPDe_3eENGH9fjI
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQFeQYLChNyiUg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1718240746166?e=1774483200&v=beta&t=qE80TbG39nw_7-ByzLZKYBis1srUI6MtGhnzntc_Jm0
                          expires_at: 1774483200000
                      services: []
                    - id: '1172705597'
                      urn: ACoAAEXmET0BR2nmDcjP0GTueVC67TNyY2rBriQ
                      url: https://www.linkedin.com/in/fun88-book
                      public_identifier: fun88-book
                      full_name: Fun Tam Tam book
                      title: >-
                        Cập nhật những tin tức cá cược, soi kèo mới nhất cùng
                        Fun88 Book với những chính sách khuyến mãi cực chất Điện
                        thoại: 0987456280
                      location: Hanoi Capital Region
                      is_premium: false
                      avatar:
                        - width: 100
                          height: 100
                          url: >-
                            https://media.licdn.com/dms/image/v2/D5603AQEb6sSARLfl1g/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1692181111320?e=1774483200&v=beta&t=v1fDZaSoV8zNRlh591mzaxkGhLFOwoGw9Vwv_cIaEJE
                          expires_at: 1774483200000
                      services: []
                    - id: '1279709278'
                      urn: ACoAAExG0F4BPs6LCY_G1-My4K94a-IioclV2f8
                      url: >-
                        https://www.linkedin.com/in/th%E1%BB%8Bnh-nguy%E1%BB%85n-qu%E1%BB%91c-5ba6a42b8
                      public_identifier: th%E1%BB%8Bnh-nguy%E1%BB%85n-qu%E1%BB%91c-5ba6a42b8
                      full_name: Thịnh Nguyễn Quốc
                      title: Security Professional at Datadog
                      location: Hanoi Capital Region
                      is_premium: false
                      services: []
                    - id: '1290885824'
                      urn: ACoAAEzxWsABCEHJ5bXAt1F6kot3GiQOQeYQs-A
                      url: https://www.linkedin.com/in/vu-chiba-4a8394300
                      public_identifier: vu-chiba-4a8394300
                      full_name: vu chiba
                      title: Kindergarten Teacher at Datadog
                      location: Hanoi Capital Region
                      is_premium: false
                      avatar:
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D5603AQEuSAuXmBKAgg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1711342591545?e=1774483200&v=beta&t=c8pmTxQA5D6MhpEQ3LbBqbzC-VKBlG-GhpNh3tkMfAU
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D5603AQEuSAuXmBKAgg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1711342591545?e=1774483200&v=beta&t=upT6f_z4iws1SPub0bMCWlN_0f6G3EM1_dje6KYWK5s
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D5603AQEuSAuXmBKAgg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1711342591545?e=1774483200&v=beta&t=66dg9vKaDCGxIvVTnHYzt8lXcEHdrD-YbsLZ7caZiS8
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D5603AQEuSAuXmBKAgg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1711342591545?e=1774483200&v=beta&t=rYbWsMI03LQ8kYRG3temtKncAEcFx-q0l_CupPUyH4E
                          expires_at: 1774483200000
                      services: []
                    - id: '1513690729'
                      urn: ACoAAFo5FmkBCEgvn0DV1wFkYQKWVhH4iJdZwV8
                      url: https://www.linkedin.com/in/nguyen-huan-521b22362
                      public_identifier: nguyen-huan-521b22362
                      full_name: Nguyen Huan
                      title: Director tại Datadog
                      location: Hanoi Capital Region
                      is_premium: false
                      services: []
                    - id: '1329441066'
                      urn: ACoAAE89qSoB1dpburqpFweebaAx1_p5o6RlcLA
                      url: https://www.linkedin.com/in/anh-mai-576288311
                      public_identifier: anh-mai-576288311
                      full_name: anh mai
                      title: Compiler Developer at Datadog
                      location: Ho Chi Minh City, Vietnam
                      is_premium: false
                      avatar:
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQHlDVGYbIi5IQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1718292655691?e=1774483200&v=beta&t=KjiiLQK18C9ZKK0n8nuMhDTB4fDLreyKT4UXcwt9nS0
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQHlDVGYbIi5IQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1718289876494?e=1774483200&v=beta&t=IECR7dpNdHKOM-zAi68rBkPW_LT_-rhaRav6PAUu8Sc
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQHlDVGYbIi5IQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1718285282001?e=1774483200&v=beta&t=jgAqxT-2rv5fQ0Zylw-tVswFZoEgWRwLcfkyDNIN984
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4E03AQHlDVGYbIi5IQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1718328361097?e=1774483200&v=beta&t=9bwUoE4dMDA36SWb0vszJtRYa9nnuFMKQBMAzVA9yD0
                          expires_at: 1774483200000
                      services: []
                    - id: '1480074495'
                      urn: ACoAAFg4JP8ByoXiGmBjr1OqwMuafXSwK7Qv1c4
                      url: https://www.linkedin.com/in/sv388mov1
                      public_identifier: sv388mov1
                      full_name: SVbatamtanm Mov
                      title: Project Development Manager tại Datadog
                      location: Hanoi
                      is_premium: false
                      avatar:
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGcatmbWJ7AwQ/profile-displayphoto-shrink_800_800/B4DZVFWvHVG4Ac-/0/1740625343115?e=1774483200&v=beta&t=T-o3O6rPW1fbr142q59PXnScgAEY1B0symAcX3Za59s
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGcatmbWJ7AwQ/profile-displayphoto-shrink_200_200/B4DZVFWvHVG4AY-/0/1740625343115?e=1774483200&v=beta&t=OdcTCAbLY4-nfHmNFbOPxsJDenzyQ1SaAsv5E0I-G-w
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGcatmbWJ7AwQ/profile-displayphoto-shrink_400_400/B4DZVFWvHVG4Ag-/0/1740625343115?e=1774483200&v=beta&t=eyYPNu7U1VapBcyzMqeOVVpAUrEFZ4aydtLUhw5Nb4A
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/D4D03AQGcatmbWJ7AwQ/profile-displayphoto-shrink_100_100/B4DZVFWvHVG4AU-/0/1740625343125?e=1774483200&v=beta&t=XyS97Vl2eGx2aStf1vXI73PhYGXUhVIMGBa69TP6M3Y
                          expires_at: 1774483200000
                      services: []
                    - id: '1341171474'
                      urn: ACoAAE_wpxIBk1TBrpoheq6FQN7gogZhDEBt3dw
                      url: https://www.linkedin.com/in/gamebaidtvn
                      public_identifier: gamebaidtvn
                      full_name: Game bài đổi thưởng
                      title: Project Development Manager at Datadog
                      location: Hanoi
                      is_premium: false
                      avatar:
                        - width: 100
                          height: 100
                          url: >-
                            https://media.licdn.com/dms/image/v2/D5603AQFHpokTnGmpTg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1718971905312?e=1774483200&v=beta&t=Y1T0dXyG_vtmtacHSVirtlRrsqJGDac1QOoFeppyLOI
                          expires_at: 1774483200000
                      services: []
                    - id: '998519992'
                      urn: ACoAADuENLgBuHH0uPmlIa5YwhBXQyRiqkFyxeg
                      url: https://www.linkedin.com/in/co-trungg-27449b23a
                      public_identifier: co-trungg-27449b23a
                      full_name: co trungg
                      title: Project Development Manager at Datadog
                      location: Hanoi
                      is_premium: false
                      avatar:
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/C5603AQFLdFpUee6zSg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1652284448179?e=1774483200&v=beta&t=W6q6OC4CjMsBSPYCnrH8uiuYu8CWlSnJ2V1bwZ5oneA
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/C5603AQFLdFpUee6zSg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1652284448179?e=1774483200&v=beta&t=Z56xFTbK7XhESEDKl-hCdQ6M-6v0VK6JdJc6eGJQejg
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/C5603AQFLdFpUee6zSg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1652284448179?e=1774483200&v=beta&t=Wp3f2p-f0sXlq5j9ZjcHItXOhnzlkKMFyPT7LeUry_c
                          expires_at: 1774483200000
                        - width: 96
                          height: 96
                          url: >-
                            https://media.licdn.com/dms/image/v2/C5603AQFLdFpUee6zSg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1652284448179?e=1774483200&v=beta&t=IrhBrI8gOjusDEA-hPZvknB34wIYzjZwTRHS3DMeTjY
                          expires_at: 1774483200000
                      services: []
                requestId: 85b8cd9d-4be2-4e43-8671-c1e9cd2c6eca
          headers: {}
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/linkedin/get_company_people?company_id=1066442&page=1' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/linkedin/get_company_people',
                params={"company_id": "1066442", "page": 1},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"company_id": "1066442", "page":
            1});


            const response = await
            fetch(`https://api.keyapi.ai/v1/linkedin/get_company_people?${params}`,
            {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````