Leadspicker Node icon

Leadspicker Node

Interact with Leadspicker API

Overview

The "Get Activities" operation of the LinkedIn resource in this node allows users to retrieve recent activities from a specified LinkedIn profile. These activities include reactions and comments made by or on the profile. This functionality is useful for monitoring engagement and interactions on LinkedIn profiles, whether personal or company pages.

Practical scenarios where this node is beneficial include:

  • Social media managers tracking audience engagement on LinkedIn.
  • Sales or marketing teams analyzing interaction trends on key profiles.
  • Recruiters monitoring candidate or company activity for insights.

Example: Given a LinkedIn profile URL, the node fetches recent comments and reactions, enabling automated reporting or triggering workflows based on user engagement.

Properties

Name Meaning
LinkedIn Profile URL The LinkedIn URL of the personal or company profile whose recent activities you want to get.

Output

The node outputs a JSON array containing the recent activities related to the specified LinkedIn profile. Each item in the output typically includes details about individual reactions and comments associated with the profile's posts or activities.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the Leadspicker API service.
  • The node makes POST requests to the endpoint /utils/linkedin-activities of the external Leadspicker API.
  • Proper network connectivity and valid LinkedIn URLs are necessary for successful data retrieval.

Troubleshooting

  • Common Issues:

    • Invalid or malformed LinkedIn profile URL may cause the API request to fail.
    • Network issues or incorrect API credentials will prevent successful communication with the Leadspicker API.
    • If the profile has no recent activities, the output may be empty.
  • Error Messages:

    • "The operation "getActivities" is not supported for Linkedin resource." — indicates an unsupported operation was requested; ensure the operation name is correct.
    • Errors related to authentication failure suggest checking the configured API key credential.
    • Timeout or connection errors imply network problems or API service unavailability.
  • Resolution Tips:

    • Verify the LinkedIn URL format and correctness.
    • Confirm that the API key credential is properly set up in n8n.
    • Check internet connectivity and Leadspicker API status.

Links and References

Discussion