How to set up Kaspr
Authentication
Kaspr uses API key authentication:- Sign up at kaspr.io
- Navigate to your API settings
- Copy your API key
- Paste the API key in Cargo when connecting
Kaspr actions
Enrich LinkedIn profile
Get work email, direct email, and phone number from a LinkedIn profile. Required fields:- LinkedIn profile ID or URL: Person’s LinkedIn profile identifier or full URL
- Profile full name: Person’s full name (improves matching accuracy)
-
Data to include: Select which data types to return
- Phone
- Direct email
- Work email
-
Data to require: Only return results with these fields present
- Phone
- Direct email
- Work email
Response data
Kaspr enrichment returns:| Field | Description |
|---|---|
| phone | Phone number(s) |
| directEmail | Personal/direct email address |
| workEmail | Professional work email |
| firstName | First name |
| lastName | Last name |
| LinkedIn profile URL |
Best practices
- Always include full name for better matching
- Use “data to require” to ensure results have needed fields
- Select only the data types you need
- Combine with verification for highest quality
- Cache results to avoid redundant enrichment

