Fetch Full Lead Profiles
fetch_lead_profilesFetch complete LinkedIn profiles for leads from a Sales Navigator query, providing detailed experience, skills, and education to draft personalized outreach messages.
Instructions
Fetch full profiles for a query's leads — depth 3, drafting material.
Same endpoint as enrich_leads, much wider projection: headline,
summary, full position descriptions, educations, skills, languages,
volunteering, connection counts. About 15 KB per lead against ~240
bytes for the enrichment screen.
Deliberately separate from enrich_leads. The screen runs across a
whole list to find who is free to message; this runs only for the
leads you are about to write to. Merging them would pull heavy
payloads for leads you never contact, and would make "recent activity"
as stale as the screen.
Requires ENABLE_PROFILE=true — it costs one heavy request per lead,
so a default install will not do it.
Resumable: leads with a successful fetch are skipped, so calling repeatedly walks the query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max leads to fetch in THIS call (1-200). | |
| url_or_hash | Yes | The query's url_hash or original search URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||