Signals
Company Signals
Retrieve signal events for a list of companies — hiring activity, headcount changes, web traffic, IT spend, and news.
Pass up to 100 company ids. Use signalTypes to specify which signals to return (or use allSignals). Optionally set a startDate to limit results to recent activity.
Billing: Charged per matched signal per result via the showSignalsCompany action.
Persisting to a table: Pass tableId to also add these companies to an existing table and populate the Signals column. See Companies Tables.
post/v3/companies/signals
Request body
Example request
{
"ids": [
"16303253"
],
"signalTypes": [
"allSignals"
],
"startDate": "2025-01-01",
"maxResultsPerSignal": 10,
"tableId": "583021",
"filters": {
"include": {
"intentCategories": [
"Technology",
"Business"
]
}
}
}Response
Successful response
Example response
{
"results": [
{
"id": "16303253",
"companyName": "Lusha",
"domain": "lusha.com",
"linkedinActivityIntent": [
{
"companyId": 16303253,
"activityPublicationDate": "2026-05-12",
"signalCategory": "Technology or Stack Discussion",
"intentTopics": [
{
"topic": "Cloud Security",
"category": "Technology"
}
],
"author": {
"id": "4389064624",
"fullName": "Daniel Turgeman",
"linkedinUrl": "https://www.linkedin.com/in/daniel-turgeman-49676b161"
},
"contactsMentioned": [
{
"id": "4389064624",
"fullName": "Daniel Turgeman",
"linkedinUrl": "https://www.linkedin.com/in/daniel-turgeman-49676b161"
}
],
"companiesMentioned": [
{
"id": "16303253",
"name": "Lusha",
"linkedinUrl": "https://www.linkedin.com/company/lushadata"
}
],
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:1234567890",
"activitySummary": "Discusses adopting a new cloud security stack ahead of Q3 rollout.",
"activityLikes": 42,
"activityComments": 5,
"activityShares": 3,
"activityType": "post"
}
]
}
],
"tableWrite": {
"tableId": "482910",
"added": 3,
"alreadyPresent": 2,
"rowsProcessed": 5,
"rowsCharged": 5
},
"billing": {
"creditsCharged": 3,
"resultsReturned": 1
}
}