LinkedIn

Description: Enable agents to interact with LinkedIn.

Author: Arcade

Code: GitHub

Auth: User authorization via the LinkedIn auth provider

PyPI VersionLicensePython VersionsWheel StatusDownloads

The Arcade LinkedIn toolkit provides a pre-built set of tools for interacting with LinkedIn. These tools make it easy to build agents and AI apps that can:

  • Create a post

Install

pip install arcade_linkedin

Available Tools

Tool NameDescription
CreateTextPostShare a new text post to LinkedIn.

If you need to perform an action that’s not listed here, you can get in touch with us to request a new tool, or create your own tools with the LinkedIn auth provider.

CreateTextPost


Share a new text post to LinkedIn.

Parameters

  • text (string, required) The text content of the post.

Auth

The Arcade LinkedIn toolkit uses the LinkedIn auth provider to connect to users’ LinkedIn accounts.

With the hosted Arcade Engine, there’s nothing to configure. Your users will see Arcade (demo) as the name of the application that’s requesting permission.

The hosted Arcade Engine is intended for demo and testing purposes only, not for production use. To use Arcade and Google Calendar in production, you must use a self-hosted instance of the Arcade Engine.

With a self-hosted installation of Arcade, you need to configure the LinkedIn auth provider with your own LinkedIn app credentials.