LinkedIn Sales Trigger Intelligence
Pricing
from $3.20 / 1,000 actionable insights
LinkedIn Sales Trigger Intelligence
Turn company, person, or job records into ranked, evidence-backed LinkedIn commercial signals.
LinkedIn Sales Trigger Intelligence
Pricing
from $3.20 / 1,000 actionable insights
Turn company, person, or job records into ranked, evidence-backed LinkedIn commercial signals.
You can access the LinkedIn Sales Trigger Intelligence programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in API & Integrations in Apify Console.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "records": [{10 "jobId": "li-demo-001",11 "companyName": "Northstar AI",12 "title": "Head of Revenue Operations",13 "location": "Singapore",14 "employmentType": "Full-time",15 "employeeCount": 240,16 "jobCount": 19,17 "applicantsCount": 31,18 "description": "Build our new APAC revenue function",19 "observedAt": "2026-08-02T10:00:00Z",20 "productWorkflow": "linkedin-sales-trigger-intelligence",21 }],22 "previousRecords": [{23 "jobId": "li-demo-001",24 "companyName": "Northstar AI",25 "title": "Revenue Operations Lead",26 "location": "Singapore",27 "employmentType": "Full-time",28 "employeeCount": 205,29 "jobCount": 7,30 "applicantsCount": 12,31 "description": "Support APAC sales operations",32 "observedAt": "2026-07-02T10:00:00Z",33 "productWorkflow": "linkedin-sales-trigger-intelligence",34 }],35}36
37# Run the Actor and wait for it to finish38run = client.actor("night111/linkedin-sales-trigger-intelligence").call(run_input=run_input)39
40# Fetch and print Actor results from the run's dataset (if there are any)41print(f"๐พ Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")42for item in client.dataset(run.default_dataset_id).iterate_items():43 print(item)44
45# ๐ Want to learn more ๐? Go to โ https://docs.apify.com/api/client/python/docs/quick-startThe Apify API client for Python is the official library that allows you to use LinkedIn Sales Trigger Intelligence API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-clientOther API clients include: