> ## 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 Post Likers

> Extract the profiles of people who liked a specific LinkedIn post.

This automation allows you to find the profiles of individuals who liked a specific LinkedIn post. Note that it does not scrape likers that are companies, which may result in differences in the total number of likers extracted.

<iframe src="//www.loom.com/embed/b8c71518fb7b4cdda057a46d0b59d65c" frameborder="0" width="100%" height="400px" allowfullscreen />

### Inputs

<ParamField path="linkedin_post_url" type="string" required={true} primary={true}>
  A LinkedIn Post URL should start with "[https://www.linkedin.com/posts/](https://www.linkedin.com/posts/)".
</ParamField>

### Parameters

<ParamField path="max_results" type="number" default={100}>
  Maximum number of post likers to extract per input. You can extract up to
  3,000 likers per input.
</ParamField>

### Output Fields

The following fields are extracted for each liker:

<ResponseField>
  <Expandable title="properties">
    <ResponseField name="first_name" type="string">
      The first name of the liker
    </ResponseField>

    <ResponseField name="full_name" type="string">
      The full name of the liker
    </ResponseField>

    <ResponseField name="job_title" type="string">
      The job title of the liker
    </ResponseField>

    <ResponseField name="last_name" type="string">
      The last name of the liker
    </ResponseField>

    <ResponseField name="linkedin_people_post_search_url" type="string">
      The LinkedIn people post search URL
    </ResponseField>

    <ResponseField name="linkedin_post_id" type="string">
      The LinkedIn post ID
    </ResponseField>

    <ResponseField name="linkedin_post_url" type="string">
      The LinkedIn post URL
    </ResponseField>

    <ResponseField name="linkedin_profile_handle" type="string">
      The LinkedIn profile handle
    </ResponseField>

    <ResponseField name="linkedin_profile_id" type="string">
      The LinkedIn profile ID
    </ResponseField>

    <ResponseField name="linkedin_profile_url" type="string">
      The LinkedIn profile URL
    </ResponseField>

    <ResponseField name="liker_connection_degree" type="string">
      The connection degree of the liker
    </ResponseField>

    <ResponseField name="reaction_type" type="string">
      The type of reaction
    </ResponseField>

    <ResponseField name="reaction_urn" type="string">
      The reaction URN
    </ResponseField>

    <ResponseField name="sales_navigator_profile_id" type="string">
      The Sales Navigator profile ID
    </ResponseField>

    <ResponseField name="sales_navigator_profile_url" type="string">
      The Sales Navigator profile URL
    </ResponseField>
  </Expandable>
</ResponseField>

Here is the JSON schema for the output:

<Accordion title="Show JSON Output Schema">
  ```json
  {
      "first_name": "string",
      "full_name": "string",
      "job_title": "string",
      "last_name": "string",
      "linkedin_people_post_search_url": "string",
      "linkedin_post_id": "string",
      "linkedin_post_url": "string",
      "linkedin_profile_handle": "string",
      "linkedin_profile_id": "string",
      "linkedin_profile_url": "string",
      "liker_connection_degree": "string",
      "reaction_type": "string",
      "reaction_urn": "string",
      "sales_navigator_profile_id": "string",
      "sales_navigator_profile_url": "string"
  }
  ```
</Accordion>

### Specificities

<Info>
  Targeting individuals who have liked specific LinkedIn posts offers a unique
  advantage. These users have already expressed interest in topics relevant to
  your business, indicating a higher likelihood of engagement with your outreach
  efforts.
</Info>

<Steps>
  <Step title="Select the Workflow">
    On Captain Data, find the "Find Likers with Email from LinkedIn Post"
    workflow.
  </Step>

  <Step title="Configure Your Job">
    Input the LinkedIn post URL into Captain Data.
  </Step>

  <Step title="Set Result Limits">
    Adjust the maximum number of post likers you wish to extract.
  </Step>

  <Step title="Email Cascade Configuration">
    Optimize the reach of your campaign across different tools.
  </Step>

  <Step title="Launch the Workflow">
    Monitor the output data, which includes personal and company details.
  </Step>
</Steps>

<Note>
  By leveraging Captain Data to target LinkedIn post likers, you can
  dramatically increase the efficiency and effectiveness of your outbound
  campaigns.
</Note>
