Talent scout
Run a local scouting workflow that searches Markidy profiles and evaluates each person against your scouting goal using their public profile introduction, career history, recruiting preferences, social links, and trust links.
Watch demo
See the full flow from setup to saved scouting report before installing the workflow.
Overview
Talent scout is an open-source local app for recruiters, founders, and hiring managers. It uses the Markidy API to find public profiles, then reviews each candidate against your scouting goal using structured profile signals, including bio, career history, recruiting preferences, social links, and trust links.
Talent scout does not just match keywords. It evaluates public profile signals such as a person's introduction, career history, recruiting preferences, social links, and trust links against your scouting goal.
The workflow is designed for sourcing assistance. It does not send messages, run chats, or make automated employment decisions.
Requirements
| Item | Required | Notes |
|---|---|---|
| Node.js | Yes | Use Node.js 20.19+ or 22.12+. |
| Markidy API key | Yes | Create one from API Keys. |
| AI provider key | Yes | OpenAI, Anthropic Claude, Google Gemini, xAI Grok, or Mistral AI. |
Quick start
Clone the repository, then use the launcher for your OS or run the terminal commands manually.
git clone https://github.com/Team-Daco-V3/talent-scout.git
cd talent-scoutOption 1: launcher
start-talent-scout-windows.cmdchmod +x start-talent-scout-macos-linux.sh
./start-talent-scout-macos-linux.shOption 2: terminal
npm install
npm run startOn Windows PowerShell, use npm.cmd if script execution
blocks the regular npm command.
npm.cmd install
npm.cmd run startThe local app starts at http://localhost:17300. Stop the
server with Ctrl+C in the terminal.
First run
- Open
http://localhost:17300. - Keep the default Markidy API URL:
https://api.markidy.com. - Paste your Markidy API key.
- Choose an AI provider and paste that provider's API key.
- Create or edit a scout with the goal, target role, required skills, location or work conditions, and candidate count.
- Save the scout, then run it.
- Open Reports to review saved and in-progress results.
Reports and security
Completed runs are saved as JSON files in the local project reports folder. Existing reports are not overwritten, and API keys are not written into report files.