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

# Extract LinkedIn Company Affiliate Pages

> Extract all the affiliate company pages present on a LinkedIn company page.

# Introduction

This action allows you to extract all the affiliate company pages that are present on a LinkedIn company page. This is particularly useful when you need to scrape data from a company and its affiliates on LinkedIn.

# Inputs

The following input is required for this action:

<ParamField path="linkedin_company_url" type="string" required={true} placeholder="LinkedIn Company URL">
  A LinkedIn Company URL should start with '[https://www.linkedin.com/sales/company](https://www.linkedin.com/sales/company)', '[https://www.linkedin.com/showcase](https://www.linkedin.com/showcase)', '[https://www.linkedin.com/company](https://www.linkedin.com/company)' or '[https://www.linkedin.com/school](https://www.linkedin.com/school)'.
</ParamField>

# Parameters

This action does not require any parameters.

# Output Fields

The action returns the following output fields:

<ResponseField name="industry" type="string">The industry of the company</ResponseField>
<ResponseField name="original_company_name" type="string">The original name of the company</ResponseField>
<ResponseField name="original_linkedin_company_id" type="string">The original LinkedIn company ID</ResponseField>
<ResponseField name="original_linkedin_company_url" type="string">The original LinkedIn company URL</ResponseField>
<ResponseField name="followers_count" type="integer">The number of followers on LinkedIn</ResponseField>
<ResponseField name="linkedin_company_id" type="string">The LinkedIn company ID</ResponseField>
<ResponseField name="company_name" type="string">The name of the company</ResponseField>
<ResponseField name="linkedin_company_url" type="string">The LinkedIn company URL</ResponseField>
<ResponseField name="affiliate_status" type="string">The affiliate status of the company</ResponseField>

# Specificities

Please note that if your workflow doesn't provide any result, it might be because you input a company which doesn't have affiliate companies. In this case, we will mention it to you when checking your input details.
