# Extract a Sales Navigator search or list Extract profiles from a LinkedIn Sales Navigator search or list URL. Webhook Support: This endpoint supports webhooks. Include a webhook_url in your request to receive a POST notification when the extraction completes. The webhook will receive the same data as the GET detail endpoint. Examples: - https://www.linkedin.com/sales/search/people?query=(spellCorrectionEnabled%3Atrue%2CrecentSearchParam%3A(keywords%3ALinkedin) - https://www.linkedin.com/sales/lists/people/729433720595773845 Endpoint: POST /v1/extractions/url/ Version: 1.1.0 Security: BearerToken ## Request fields (application/json): - `linkedin_url` (string, required) LinkedIn Sales Navigator URL to extract data from - `search_name` (string, required) Name for the extraction, used for identification and display - `webhook_url` (string,null) Optional URL to receive a webhook notification when extraction completes - `enrich_email` (string) Email enrichment option: none (no enrichment), matching (only prospects matching filters), all (all prospects) * none - none * matching - matching * all - all Enum: "none", "matching", "all" ## Response 202 fields ## Response 400 fields ## Response 401 fields ## Response 402 fields ## Response 403 fields ## Response 429 fields