VOOZH about

URL: https://apify.com/humble_apron/talent-scout

⇱ Talent Scout Β· Apify


πŸ‘ Talent Scout avatar

Talent Scout

Under maintenance

Pricing

Pay per usage

Go to Apify Store

Talent Scout

Under maintenance

AI-powered technical recruiter. Scrapes and ranks developer profiles from GitHub & LinkedIn to match your specific job requirements with smart skill scoring.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ LukΓ‘Ε‘ Hellesch

LukΓ‘Ε‘ Hellesch

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Talent Scout - AI Powered Candidate Finder

Talent Scout is an intelligent Apify Actor designed to help recruiters and hiring managers find the best developer talent across multiple platforms. It combines automated web scraping with AI-powered evaluation to deliver a ranked list of relevant candidates.

Features

  • Multi-Platform Search: Scrapes candidate profiles from sources like LinkedIn, GitHub, and Twitter/X
  • AI Ranking: Uses an LLM (requires API key) to evaluate and rank candidates based on your specific job description.
  • Skill Matching: Automatically identifies and highlights matched skills from your required and nice-to-have lists.
  • Structured Output: Returns a clean, structured JSON dataset including candidate names, profiles, scores, and summaries.

Input Parameters

The actor accepts the following input parameters in JSON format:

FieldTypeDescriptionDefault
jobTitleStringRequired. The job title or search query (e.g., "Senior Frontend Developer").Frontend Developer
jobDescriptionStringDetailed description of the job. Required for AI ranking.-
requiredSkillsArrayList of must-have skills (e.g., ["React", "TypeScript"]).[]
niceToHaveArrayList of bonus skills.-
locationStringGeographic location to filter candidates (e.g., "Prague").null
maxCandidatesIntegerMaximum number of candidates to process.20
sourcesArrayList of platforms to search. Supported: linkedin, twitter, github.["linkedin", "twitter"]
enableRankingBooleanEnable AI evaluation of candidates.true
topKIntegerNumber of top-ranked candidates to return in the final output.10
experienceYearsIntegerMinimum years of experience required.0
apiTokenString(Optional) Your Apify API token for permissions.None
openaiApiKeyString(Optional) OpenAI API Key for AI ranking.None

Input Example

{
"jobTitle":"Senior Python Backend Engineer",
"jobDescription":"We are looking for an expert in Python and Django with experience in high-scale systems...",
"requiredSkills":["Python","Django","PostgreSQL"],
"niceToHave":["AWS","Kubernetes"],
"location":"Berlin",
"sources":["linkedin","github"],
"enableRanking":true,
"maxCandidates":50,
"topK":10
}

Output

The actor stores results in the default Apify Dataset. Each item represents a ranked candidate:

{
"name":"Jane Doe",
"score":85,
"rank":1,
"summary":"Strong candidate with 7+ years of Python experience...",
"jobTitle":"Senior Python Backend Engineer",
"searchLocation":"Berlin",
"isRanked":true,
"matchedSkills":["Python","Django","AWS","PostgreSQL"],
"profileUrls":{
"linkedin":"https://linkedin.com/in/janedoe",
"github":"https://github.com/janedoe"
},
"source":"linkedin",
"location":{
"linkedinText":"Berlin, Germany",
"countryCode":"DE"
},
"searchTimestamp":"2023-10-27T10:00:00+00:00"
}

Usage

You can can run this actor programmatically using the Apify API or Client:

/* Example using Apify Client for JavaScript */
import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
jobTitle:'DevOps Engineer',
// ... other parameters
};
const run =await client.actor('your-username/talent-scout').call(input);
console.log('Results installed in dataset:', run.defaultDatasetId);

You might also like

B2B Signal Scout

amcllc/b2b-signal-scout

AI Powered Business Leads Scout

LinkedIn Candidate Finder - Recruiter Sourcing, No Cookies

thirdwatch/linkedin-candidate-finder-scraper

Find LinkedIn profiles that match recruiter requirements (role, skills, location, experience, companies). Returns candidate name, headline and profile URL.

LinkedIn Job Search Scraper

powerai/linkedin-job-search-scraper

Extract job listings from LinkedIn with detailed metadata including job titles, company information, requirements, and direct URLs. Perfect for job market research, competitor analysis, and talent acquisition.

Github Profile Scraper

scrapers-hub/github-profile-scraper

πŸš€ GitHub Profile Scraper extracts rich developer insights from GitHub profilesβ€”repos, followers, stars, activity & more. 🧠 Perfect for B2B lead gen, talent sourcing & research. ⚑ Fast, reliable, and easy to use!

Linkedin Jobs Scraper

scrapio/linkedin-jobs-scraper

Extract LinkedIn job data at scale, including roles, companies, requirements, and posting dates. Perfect for talent research, hiring workflows, and competitive analysis

Github Email Scraper

scraper-mind/github-email-scraper-fast

GitHub email scraper to extract emails from GitHub profiles, repositories, and developer pages πŸ“§πŸ’» Perfect for developer outreach, tech recruiting, and building targeted programmer contact lists.

Smart Product Scout

sasi_gandikota/smart-product-scout

Tell this Actor all your requirements, and we’ll find the perfect product for you from thousands of options across the market quickly and effortlessly

πŸ‘ User avatar

Sasi Gandikota

3

Google Job Search Scraper

powerai/google-job-search-scraper

Extract job listings from Google Jobs with detailed metadata including job titles, company information, requirements, and direct URLs. Perfect for job market research, competitor analysis, and talent acquisition.

Talent Job Search Scraper – Cheap πŸŽ―πŸ”πŸ’Ό

scrapestorm/talent-job-search-scraper---cheap

πŸ” Easily collect job listings from Talent job platforms Extract structured job data from Talent job search results, including job titles, company names, locations, job types, posting dates, job descriptions & more Ideal for job market research, recruitment intelligence & hiring trend analysis 🌍

2