X-Api-Key: ********************{
"company_ids": [
"159001425",
"129011"
],
"categories": [
"business_expansion",
"investment_activity"
]
}curl --location --globoff 'https://api.leadfeeder.com/v1/companies/signals?account_id=123456&page[cursor]=WyAzNzAwMCwgIjIzNTYyMCJd&page[size]=20' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"company_ids": [
"159001425",
"129011"
],
"categories": [
"business_expansion",
"investment_activity"
]
}'{
"data": [
{
"type": "signal",
"id": "574654454",
"attributes": {
"category": "business_expansion",
"signal_type": "expands_facilities",
"title": "TS Conductor invests $134M in South Carolina for new manufacturing facility",
"content": "B2B sales intelligence platform Dealfront has raised a €30 million investment from AshGrove Capital...",
"event_date": "2024-12-10T15:57:25Z",
"publication_date": "2024-11-24T11:50:00Z",
"source_url": "https://tech.eu/2024/12/10/dealfront-secures-30m-from-ashgrove-capital-for-b2b-sales-intelligence",
"language_code": "EN"
},
"relationships": {
"company": {
"id": "129011",
"type": "company"
}
}
}
],
"meta": {
"credits": {
"charged": 0
},
"pagination": {
"next_cursor": "dXNlcjpVMEc5V0ZYTlo",
"total_count": 1450
},
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}