Job Change Detector API
POST /v1/job-change-detector — get alerts when prospects switch companies with updated contact data.
Detect Job Changes
Detect job changes for a professional by monitoring their profile against a specific company. Know instantly when your contacts move companies.Endpoint Details
- Pricing
- Rate Limits
| Metric | Value |
|---|---|
| Cost | 3 credits per check |
Quick Example
Request Parameters
Response
Example Response - No Change
Example Response - Job Changed
Success Messages
| Message | Meaning |
|---|---|
No job change detected. Still employed at expected company. | Person still at company |
Job change detected. Person has moved to a new company. | Person changed jobs |
Never worked at the expected company. | No employment record found |
Best Practices
Monitor key contacts regularly
Monitor key contacts regularly
Act fast on changes
Act fast on changes
Follow the champion
Follow the champion
Batch your checks
Batch your checks
Use Cases
Champion Tracking
Churn Prevention
Trigger Campaigns
CRM Hygiene
Authorizations
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Body
Professional profile URL or identifier
"alex-rivera"
Expected company name (either company_name or company_domain is required)
"Example Robotics"
Expected company domain (either company_name or company_domain is required)
"smartlead.ai"
Response
Successful job change detection
false
NO_CHANGE, JOB_CHANGE_DETECTED, NEVER_WORKED_THERE "NEVER_WORKED_THERE"
"Alex Rivera has never worked at Example Robotics according to their comprehensive employment history. They are currently working at Leadmagic as Founder for 3 years. Their complete employment history shows experience at Leadmagic, Atlas Guild, Northstar Labs, and 7 other companies. The expected company does not appear in any current or past positions, confirming they have never been employed there."
"Alex Rivera"
"Example Robotics"
"Leadmagic"
[
{
"title": "Founder",
"company": "Leadmagic",
"duration": "Sep 2022 - Present",
"is_present": true
},
{
"title": "Executive Member",
"company": "Atlas Guild",
"duration": "Aug 2019 - Present",
"is_present": true
},
{
"title": "Advisor",
"company": "Northstar Labs",
"duration": "Feb 2023 - Jan 2024",
"is_present": false
},
{
"title": "Advisor",
"company": "Sales Community",
"duration": "May 2020 - Dec 2023",
"is_present": false
},
{
"title": "Advisor",
"company": "Astronomer",
"duration": "Jul 2020 - Sep 2023",
"is_present": false
}
]
true
"alex-rivera"
2