App Logo
welcomekit.co

Download candidate resume

Download a candidate's CV (resume PDF) from the ATS to a local file on the agent machine. Returns path, filename, size, contentType, and hasResume, which is false (with path/filename null) when the candidate attached no CV; the signed resume URL is re-fetched fresh on every run. Because the extension device runs a single shared browser page, call this one candidate at a time rather than in a parallel batch, which can misattribute a download to the wrong candidate.

Input

org required

REQUIRED. Organization reference as it appears in your dashboard URL https://www.welcomekit.co/dashboard/o/<org>/ (6-char code)

candidateReference required

Candidate reference from list_candidates, format: reduc-<24 hex chars>

Output

hasResume required

false = the candidate attached no CV (path/filename null)

candidateReference required
path optional

Local path on the agent machine (/tmp/reduck-downloads/...)

size optional

Size in bytes as reported by the ATS

filename optional
contentType optional

FAQ

Download a candidate's CV (resume PDF) from the ATS to a local file on the agent machine. Returns path, filename, size, contentType, and hasResume, which is false (with path/filename null) when the candidate attached no CV; the signed resume URL is re-fetched fresh on every run. Because the extension device runs a single shared browser page, call this one candidate at a time rather than in a parallel batch, which can misattribute a download to the wrong candidate.
Required: candidateReference, org.
It returns path, size, filename, hasResume, contentType, candidateReference.
Yes. It acts as you on welcomekit.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the welcomekit.co cookies saved by the Reduck extension.
It only reads. It looks things up on welcomekit.co and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/welcomekit.co/download_resume, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/download_resume
It is part of Reduck's official curated catalogue.

Start building not clicking