# Extract a list of Sales Navigator profiles Extract specific profiles by providing LinkedIn Sales Navigator profile or company URLs/IDs. Unlike search extractions, this allows you to target exact individuals or companies. 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. Endpoint: POST /v1/extractions/profiles/ Version: 1.1.0 Security: BearerToken ## Request fields (application/json): - `profile_ids` (array, required) List of LinkedIn profile URLs or IDs to extract - `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