LinkedIn (original) (raw)

Skip to main content

The LinkedIn connector lets you perform read operations on LinkedIn data.

Before you begin

In your Google Cloud project, do the following tasks:

Configure the connector

A connection is specific to a data source. It means that if you have many data sources, you must create a separate connection for each data source. To create a connection, do the following:

  1. In the Cloud console, go to the Integration Connectors > Connections page and then select or create a Google Cloud project.
    Go to the Connections page
  2. Click + CREATE NEW to open the Create Connection page.
  3. In the Location section, choose the location for the connection.
    1. Region: Select a location from the drop-down list.
      For the list of all the supported regions, see Locations.
    2. Click NEXT.
  4. In the Connection Details section, complete the following:
    1. Connector: Select LinkedIn from the drop down list of available Connectors.
    2. Connector version: Select the Connector version from the drop down list of available versions.
    3. In the Connection Name field, enter a name for the Connection instance.
      Connection names must meet the following criteria:
      • Connection names can use letters, numbers, or hyphens.
      • Letters must be lower-case.
      • Connection names must begin with a letter and end with a letter or number.
      • Connection names cannot exceed 49 characters.
    4. Optionally, enter a Description for the connection instance.
    5. Optionally, enable Cloud logging, and then select a log level. By default, the log level is set to Error.
    6. Service Account: Select a service account that has the required roles.
    7. Optionally, configure the Connection node settings:
      • Minimum number of nodes: Enter the minimum number of connection nodes.
      • Maximum number of nodes: Enter the maximum number of connection nodes.
        A node is a unit (or replica) of a connection that processes transactions. More nodes are required to process more transactions for a connection and conversely, fewer nodes are required to process fewer transactions. To understand how the nodes affect your connector pricing, see Pricing for connection nodes. If you don't enter any values, by default the minimum nodes are set to 2 (for better availability) and the maximum nodes are set to 50.
    8. Company Id: The LinkedIn company ID that is unique to your organization. If you specify the Company ID in the query, use the following format: urn:li:organization:COMPANY_ID.
    9. Click NEXT.
    10. In the Authorization section, enter details of the client ID and client secret.
      • Client ID: The client ID used for requesting access tokens.
      • Scope: A comma-separated list of desired scopes from the LinkedIn developer account.
      • Client Secret: Secret Manager Secret containing the client secret for the connected app you created.
      • Secret version: Secret version for the secret selected.
    11. Click NEXT.
    12. Review: Review your connection and authentication details.
    13. Click Create.

System limitations

The LinkedIn connector can process a maximum of 5 transactions per second, per node, and throttles any transactions beyond this limit LinkedIn enforces a limit of 10k requests per user every 24 hours.
By default, Integration Connectors allocates 2 nodes (for better availability) for a connection.
For information on the limits applicable to Integration Connectors, see Limits.

Use the LinkedIn connection in an integration

After you create the connection, it becomes available in both Apigee Integration and Application Integration. You can use the connection in an integration through the Connectors task.

Entities

The LinkedIn connector supports entities, such as Comments and Profiles. To understand how to configure the entities, see Entity examples.

Entity operation examples

This example lists all the Comments from the Posts in the Organization Pages that you administer

  1. In the Configure connector task dialog, click Entities.
  2. Select Comments from the Entity list.
  3. Select the LIST operation, and then clickDone.

Example - Get Profiles from a specific ID

This example gets the profiles based on the ID from the Profiles entity.

  1. In the Configure connector task dialog, click Entities.
  2. Select Profiles from the Entity list.
  3. Select the GET operation, and then clickDone.
  4. In the Task Input section of the Connectors task, click entityId and then enter 2t7k5s4fgC in the Default Value field.
    Here, Id [KEY] is the primary key value of the Profiles entity.
  5. Click Done.
    You can post your questions and discuss this connector in the Google Cloud community at Cloud Forums.

What's next

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-06-18 UTC.