AI Job Search Agent
Under maintenance
Pricing
Pay per event
AI Job Search Agent
Under maintenance
5.0 (1)
Pricing
Pay per event
0
Monthly users
5
Runs succeeded
28%
Last modified
14 days ago
An intelligent job search assistant that analyzes resumes and finds matching job opportunities across multiple platforms. This actor uses LangGraph and LangChain to provide personalized job recommendations based on skills, experience, and preferences.
π Features
- Resume analysis and skill extraction
- Multi-platform job search (LinkedIn, Indeed, Dice)
- Intelligent job matching and ranking
- Personalized recommendations
- Structured JSON output
- Automated job filtering and scoring
π‘ Use Cases
- Job Search: Find relevant job opportunities based on resume and preferences
- Skills Analysis: Extract and analyze skills from resumes
- Career Guidance: Get personalized recommendations for job search
- Market Research: Understand job market trends and requirements
- Resume Enhancement: Identify skill gaps based on job requirements
π§ Input Parameters
Field | Type | Description |
---|---|---|
resume | String | The resume text to analyze |
location | String | Preferred job location (default: "Remote") |
jobType | String | Type of employment (e.g., "full-time", "contract") |
keywords | String | Additional search keywords |
modelName | String | LLM model to use (default: "gpt-4") |
π Output
The actor provides structured JSON output containing:
-
Summary
- Overview of search results
- Number of matching jobs
- Key insights
-
Jobs Array (Top 5 matches)
- Job title
- Company name
- Location
- Salary information
- Match score (0-1)
- Application URL
- Employment type
- Job description
-
Recommendations
- Next steps for the job seeker
- Career development suggestions
- Application strategies
π Example Usage
1{ 2 "resume": "Your resume text here...", 3 "location": "San Francisco", 4 "jobType": "full-time", 5 "keywords": "machine learning, python", 6 "modelName": "gpt-4" 7}
Example output:
1{ 2 "summary": "Found 15 matching jobs in San Francisco area...", 3 "jobs": [ 4 { 5 "title": "Senior Data Scientist", 6 "company": "Tech Corp", 7 "location": "San Francisco, CA", 8 "salary": "$150,000 - $200,000", 9 "match_score": 0.92, 10 "url": "https://..." 11 } 12 ], 13 "recommendations": [ 14 "Update your ML skills section", 15 "Apply within 24 hours of posting", 16 "Highlight cloud computing experience" 17 ] 18}
π οΈ Customization
The actor can be customized by:
- Adding new job boards in
src/tools.py
- Modifying the matching algorithm
- Adjusting output format and fields
- Customizing search parameters
π Performance Features
- Efficient parallel job search across platforms
- Smart result deduplication
- Rate limiting and error handling
- Result caching for improved performance
- Limited to top 5 most relevant results
π¬ Support
π Related Actors
π License
Apache 2.0
Pricing
Pricing model
Pay per eventΒThis Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
full process
$10.000
all process geting data form other actors run api keys