API Credentials |

Competitor Engagements API Playground

Test the Competitor Engagements API with real requests and see complete HTTP request/response details. Discover what content a LinkedIn profile has been engaging with - track comments, reactions, and interactions.

Try the API

Request Parameters

LinkedIn Profile URLs Required

Provide one or more LinkedIn profile URLs (up to 50) to track their engagements. The API will discover their recent comments, reactions, and interactions.

Enter one URL per line (max 50)
Enter one LinkedIn profile URL per line (maximum 50 URLs)
Maximum number of engagement results to return
URL to receive results asynchronously when processing completes

Quick Examples

Click any example to populate the form:

Response

Send a request to see the complete HTTP request/response details here...

Or Check Existing Request

Paste a request ID from a previous request to check its status:

Example Requests

Here are some example requests you can try:

Single Profile

Get recent engagements for one LinkedIn profile

LinkedIn URLs: 1 profile
Max Items: 20

Multiple Profiles

Track engagements for multiple profiles (50 items each)

LinkedIn URLs: 2 profiles
Max Items: 50

Response Format

The API returns a JSON response with the following structure when completed:

{ "success": true, "data": { "request_id": "a1b2c3d4e5f6...", "status": "completed", "linkedin_urls": [ "https://www.linkedin.com/in/johndoe", "https://www.linkedin.com/in/janesmith" ], "url_count": 2, "completed": true, "results_count": 15, "credits_charged": 75, "results": [ { "interaction_id": "7418464047378903040", "interaction_type": "comment", "interaction_url": "https://www.linkedin.com/feed/update/urn:li:activity:7418464047378903040", "interaction_date": "2026-01-18T01:27:37.292Z", "content": { "text": "Great insights on the future of AI!" }, "target": { "type": "post", "author": { "name": "Tech Company", "type": "company", "profile_url": "https://www.linkedin.com/company/techcompany/" } }, "engagement": { "likes": 12, "comments": 3 } } ], "created_on": "2026-01-22T10:00:00Z", "completed_on": "2026-01-22T10:00:30Z" }, "timestamp": "2026-01-22T10:00:35Z" }

Need Help?

Our support team is here to help you integrate and use our APIs effectively.

Email: support@nyne.ai

Sales: sales@nyne.ai

View API Documentation