Skip to main content
GET
/
public
/
v1
/
ads
/
company-engagement
/
top-icp
Top engaged ICP companies
curl --request GET \
  --url http://app.stairoids.com/api/public/v1/ads/company-engagement/top-icp \
  --header 'X-Api-Key: <api-key>'
[
  {
    "company": {
      "companyId": 4521,
      "name": "Acme Corp",
      "domain": "acme.com",
      "industry": "Software",
      "country": "Netherlands",
      "city": "Amsterdam",
      "employeeCount": 250,
      "companySize": "201-500",
      "linkedInUrl": "https://www.linkedin.com/company/acme",
      "totalScore": 87,
      "icpMatched": true,
      "icpId": 7,
      "icpName": "Mid-market SaaS",
      "rankedLeadScoreId": 55231,
      "logoUrl": "<string>",
      "funnelStageId": 12,
      "funnelStage": "Hot",
      "labels": [
        {
          "id": 5,
          "name": "Strategic",
          "color": "#73d89c",
          "userGenerated": true
        }
      ],
      "latestActivityTimestamp": 1719500000000
    },
    "engagementLevel": "HIGH",
    "paidClicks": 12,
    "paidEngagements": 34,
    "organicEngagements": 8,
    "organicImpressions": 540,
    "paidImpressions": 2100,
    "totalInteractions": 46,
    "lastInteractionTimestamp": 1719500000000
  }
]

Authorizations

X-Api-Key
string
header
required

Your organization's public API key. Manage it at GET /api/user/public-api-key.

Query Parameters

limit
integer<int32>
default:3

Response

OK

company
object

A company in your pipeline, with its current intent / lead score.

engagementLevel
string

Engagement level bucket.

Example:

"HIGH"

paidClicks
integer<int32>

Paid clicks.

Example:

12

paidEngagements
integer<int32>

Paid engagements.

Example:

34

organicEngagements
integer<int32>

Organic engagements.

Example:

8

organicImpressions
integer<int32>

Organic impressions.

Example:

540

paidImpressions
integer<int32>

Paid impressions.

Example:

2100

totalInteractions
integer<int32>

Total interactions counted.

Example:

46

lastInteractionTimestamp
integer<int64>

Last interaction time, epoch millis.

Example:

1719500000000