LinkedIn

Comprehensive guide to the LinkedIn node in StackAI workflows, including available actions, input requirements, configurations, and output details.

The LinkedIn Node in StackAI enables seamless integration with LinkedIn, the leading professional networking platform. This node allows you to automate LinkedIn-related tasks, such as searching for profiles, extracting professional data, and more, directly within your workflow/


Example of Usage

Suppose you want to search for professionals in a specific industry and extract their public profile data. You would use the LinkedIn node, select the "Search" action, provide the search keywords as input, and configure any optional filters. The output will be a list of matching LinkedIn profiles with relevant details.


Available Actions

Description: Search for professionals, companies, or jobs on LinkedIn based on keywords and filters.

Inputs:

  • Keywords (Required): The search terms to find relevant profiles or companies. Example: "Data Scientist San Francisco"

  • Filters (Optional): Additional filters such as location, industry, or company size. Example: {"location": "San Francisco", "industry": "Technology"}

Configurations:

  • Query Filter: which fields of the JSON to include in the output

  • Top K: how many results to return

  • LinkedInSearchType: search generally, or for jobs, companies, or content

  • CountryCode: the country to search in

Outputs:

  • Results (Always Provided): A list of LinkedIn profiles, companies, or jobs matching the search criteria. Example:

    [
      {
        "name": "Jane Doe",
        "title": "Senior Data Scientist",
        "company": "TechCorp",
        "location": "San Francisco"
      },
      ...
    ]

Last updated

Was this helpful?