App Logo
welcomekit.co

Search Welcome to the Jungle candidates across all jobs

Search all candidates of a Welcome to the Jungle ATS organization across every job at once (the dashboard's global candidate search), with an optional text query, stopping once applications go past a given date. Returns each candidate's profile fields and the direct link to their card.

Input

org required

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

sinceDate required

ISO date (e.g. 2026-08-01) or datetime. The search stops paginating once it reaches applications created before this date; candidates older than it are not returned.

query optional

Free-text search, same as typing in the dashboard's candidate search box (matches name, email, job, stage, address, comments, reviews...).

Default: ""
maxPages optional

Safety cap on how many result pages (20 candidates each) to fetch before stopping, in case sinceDate is never reached.

Default: 50

Output

org required
query required
sinceDate required
candidates required
pagesFetched required
totalMatching required

Total candidates matching the query across the whole organization, per the search index (before the date cutoff is applied).

reachedSinceDate required

True if pagination stopped because it reached applications older than sinceDate; false if it stopped because there were no more results or maxPages was hit first.

FAQ

Search all candidates of a Welcome to the Jungle ATS organization across every job at once (the dashboard's global candidate search), with an optional text query, stopping once applications go past a given date. Returns each candidate's profile fields and the direct link to their card.
Required: org, sinceDate. Optional: query, maxPages.
It returns org, query, sinceDate, candidates, pagesFetched, totalMatching, reachedSinceDate.
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/search_all_candidates, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/search_all_candidates
It is part of Reduck's official curated catalogue.

Start building not clicking