# Extract a single Sales Navigator profile Extract comprehensive data from a single LinkedIn Sales Navigator profile or company page. This endpoint runs synchronously and returns the complete extracted data immediately. Rich Data Extraction: Returns 70+ data fields including personal information, company details, professional background, skills, education, financial metrics, and enhanced insights. The exact fields depend on the profile type (LEAD vs ACCOUNT) and enrichment settings. Key Data Categories: - Profile Information: Names, headlines, summaries, contact details - Professional Data: Current role, tenure, skills, education, certifications - Company Intelligence: Revenue, growth metrics, employee counts, technologies, funding stage - Social Insights: Connections, posting frequency, languages, volunteer work - Contact Data: Email addresses and validation (when enrichment enabled) Webhook Support: Include a webhook_url in your request to receive a POST notification when extraction completes. Endpoint: POST /v1/extractions/single/ Version: 1.1.0 Security: BearerToken ## Request fields (application/json): - `profile_id` (string, required) Single LinkedIn profile URL or ID to extract - `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 200 fields ## Response 400 fields ## Response 401 fields ## Response 402 fields ## Response 403 fields ## Response 429 fields