VerifyResume ← Back to portal

Bulk verify — résumés against LinkedIn profiles

Paste your résumé + LinkedIn profile pairs, drop in an API key, and verify the whole batch against the VerifyResume API. Generate a key from the portal ("Generate API key").

1. Connection

Requests authenticate with the API key only (cookies are not sent), so this genuinely tests the key. Records created by a key are private to its owner.

2. Drop raw résumé files (optional — auto-parse)

Drop PDF / DOC / DOCX / JSON résumés (5 MB each; large batches are uploaded in chunks automatically). They're parsed via the API and added to the pairs below with the resume filled in. Each entry's profile starts as a copy of the résumé — replace it with the candidate's LinkedIn data before verifying (or leave it to check the résumé against itself). Needs your API key above.

Drag & drop résumé files here, or .

3. Résumé + profile pairs

A JSON array of entries, each { "applicant": {...}, "resume": {...}, "profile": {...} }. resume and profile are required.

Expected shape of a résumé / profile
resume / profile = {
  "jobs":     [ { "title": "...", "company": "...", "startDate": "Jan 2021",
                  "endDate": "Present", "keywords": ["python","aws"] } ],
  "education": [ { "college": "...", "degree": "BS Computer Science", "year": "2018" } ],
  "keywords":  ["python","aws","kubernetes"],
  "skills":    ["python"]          // optional; skills-only keywords are flagged
  // profile only: "connections": 500   // < 10 raises an integrity flag
}
Jobs also accept "experience"/"positions" keys and role/employer aliases.