Skip to main content

Scenario

Through LinkedIn’s Recruiter System Connect (RSC) or manual CSV exports from LinkedIn Recruiter, you have rich candidate profile data — titles, skills, industries, seniority levels, locations. Instead of building talent personas from intuition, you feed real candidate data into Mavera to create data-grounded personas, then test your employer value propositions against them. Flow: LinkedIn RSC export (CSV/JSON) → Parse profiles → Mavera POST /personas (per segment) → POST /focus-groups (test EVPs) → Validated employer value props

Architecture

Code

Example Output

Error Handling

LinkedIn Recruiter exports come as CSV or XLSX. Parse with csv (Python) or csv-parse (Node). Column names vary by export version — map them dynamically.
Never store or send candidate PII (names, emails, profile URLs) to Mavera. Aggregate to title/skill/industry level only. Comply with LinkedIn’s Terms of Service.
LinkedIn Recruiter exports may be capped at 1,000-2,500 profiles. For larger datasets, use RSC integration for programmatic access or run multiple exports by search criteria.