API Credentials |

Company Competitor Engagements API Playground

Queue live company engagement requests, poll for completion, and inspect returned person profile URLs with post context.

Try the API

Request Parameters

Company Page URL Required

Provide a company page URL. If you have a person profile URL, use the Person Competitor Engagements Playground instead. People identified as current employees of the requested company are excluded when current organization data is available.

Use a company page URL, not a person profile URL.

Quick Examples

Click any example to populate the form:

Response

Loading request builder...

Or Check Existing Request

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

Example Requests

Recent Engagements

Get recent company engagement items.

Max Items: 100
Sort: recent

Top Engagements

Get top company engagement items.

Max Items: 50
Sort: top

Response Format

Completed responses return request metadata plus person profile URLs and post context.

{
  "success": true,
  "data": {
    "request_id": "65f6d9f92799d3c2a24123f4f13a7d7a3af6ac13f1d8d0695dce03b98a4e5220",
    "status": "completed",
    "company_url": "https://www.linkedin.com/company/nyne-ai",
    "max_items": 100,
    "page_number": 1,
    "sort": "recent",
    "completed": true,
    "results_count": 1,
    "total_results": 1,
    "credits_charged": 5,
    "results": [
      {
        "linkedin_profile_url": "https://www.linkedin.com/in/janedoe",
        "source_profile_url": "https://www.linkedin.com/in/janedoe",
        "person": {
          "linkedin_profile_url": "https://www.linkedin.com/in/janedoe",
          "profile_url": "https://www.linkedin.com/in/janedoe",
          "name": "Jane Doe",
          "display_name": "Jane Doe",
          "organizations": [
            {
              "name": "Example Software",
              "title": "Head of Growth"
            }
          ]
        },
        "organizations": [
          {
            "name": "Example Software",
            "title": "Head of Growth"
          }
        ],
        "actor": {
          "type": "profile",
          "username": "janedoe",
          "display_name": "Jane Doe",
          "name": "Jane Doe",
          "profile_url": "https://www.linkedin.com/in/janedoe"
        },
        "interaction_id": "7453487458471567360",
        "interaction_type": "company_post",
        "interaction_url": "https://www.linkedin.com/posts/example",
        "date_posted": "2026-04-24 18:58:09",
        "posted_timestamp": 1777057089,
        "post": {
          "url": "https://www.linkedin.com/posts/example",
          "date_posted": "2026-04-24 18:58:09"
        },
        "content": { "text": "Example post text" },
        "target": {
          "type": "post",
          "url": "https://www.linkedin.com/posts/example"
        },
        "engagement": { "likes": 22, "comments": 2, "shares": 5 },
        "replies": []
      }
    ],
    "created_on": "2026-04-27T10:00:00",
    "completed_on": "2026-04-27T10:00:30"
  },
  "timestamp": "2026-04-27T10:00:35Z"
}

View API Documentation