Actions19
- User Actions
- Email Actions
- Post Actions
- Company Actions
- Search Actions
- Google Actions
- Group Actions
Overview
This node integrates with the Horizon Data Wave LinkedIn API to retrieve comments on a specific LinkedIn post. It allows users to fetch and analyze comments made on posts identified by their unique URN (Uniform Resource Name). This is useful for social media analysts, marketers, or recruiters who want to monitor engagement, sentiment, or discussions around particular LinkedIn posts.
Practical examples include:
- Gathering user feedback or opinions from comments on a company announcement post.
- Monitoring discussions on a job posting to understand candidate interest.
- Collecting comments for sentiment analysis or customer support follow-up.
Properties
| Name | Meaning |
|---|---|
| Post URN | The unique identifier of the LinkedIn post, including prefix (e.g., activity:7234173400267538433). |
| Sort | The sorting order of the comments. Options: Relevance (default) or Recent. |
| Count | Maximum number of comment results to return (default is 10). |
| Timeout | Timeout duration in seconds for the API request (default is 300 seconds). |
Output
The output is a JSON array where each item represents a comment on the specified LinkedIn post. Each comment object contains details such as the comment text, author information, timestamps, and other metadata provided by the LinkedIn API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for the Horizon Data Wave LinkedIn API.
- The node makes HTTP POST requests to the endpoint
/api/linkedin/post/commentson the base URLhttps://api.horizondatawave.ai. - Proper configuration of the API authentication within n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Post URN: Ensure the URN includes the correct prefix and is valid.
- API timeouts: If the request times out, consider increasing the
Timeoutproperty. - Rate limiting or quota exceeded errors from the API.
Error messages:
- Errors returned from the API will include HTTP status codes and may contain headers like
x-error,x-request-id, andx-execution-timefor debugging. - If the node is set to continue on failure, error details are included in the output JSON under an
errorfield.
- Errors returned from the API will include HTTP status codes and may contain headers like
Resolution tips:
- Verify the Post URN format.
- Check API key validity and permissions.
- Adjust timeout settings if network latency is high.
- Review API usage limits and ensure you have sufficient quota.
Links and References
- Horizon Data Wave LinkedIn API Documentation (assumed, based on base URL)
- LinkedIn Post URN format guidelines (LinkedIn developer resources)
