VOOZH about

URL: https://apify.com/peaceful_mix/jobmatch-ai

⇱ JobMatch AI Β· Apify


Pricing

from $0.01 / 1,000 results

Go to Apify Store

Intelligent system matching resumes to jobs using AI. πŸ“„ Resume Analysis: Extracts data from PDFs. πŸ€– AI Matching: Uses Gemini AI for accurate matching. 🎯 Smart Scoring: Provides a suitability score (0-100). πŸ’‘ Insights: Gives match reasons and prep tips. ⚑ Fast: Quick analysis of many postings.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Vidip Ghosh

Vidip Ghosh

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

0

Monthly active users

7 months ago

Last modified

Categories

Share

JobMatch AI πŸ”βœ¨

An intelligent job matching system that analyzes resumes and matches them with the most suitable job postings using AI.

Features

  • πŸ“„ Resume Analysis: Extract and analyze text from PDF resumes
  • πŸ€– AI-Powered Matching: Uses Google's Gemini AI to match resumes with job descriptions
  • 🎯 Smart Scoring: Provides a suitability score (0-100) for each job match
  • πŸ’‘ Actionable Insights: Get detailed reasons for matches and preparation tips
  • ⚑ Fast Processing: Optimized for quick analysis of multiple job postings

Prerequisites

  • Python 3.8+
  • Google AI API key
  • Apify API key (for job scraping, if needed)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/jobmatch-ai.git
    cd jobmatch-ai
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate # On Windows: venv\Scripts\activate
  3. Install the required packages:

    $pip install-r requirements.txt
  4. Create a .env file and add your API keys:

    GOOGLE_AI_API=your_google_ai_api_key
    APIFY_API_KEY=your_apify_api_key

Usage

  1. Start the Flask server:

    $python app.py
  2. Send a POST request to /extract with a PDF resume:

    $curl-X POST -F"file=@/path/to/your/resume.pdf" http://localhost:3000/extract

API Endpoints

POST /extract

Upload a PDF resume and get job matches.

Request:

  • Method: POST
  • Content-Type: multipart/form-data
  • Body: file (PDF file)

Response:

[
{
"job_title":"Frontend Software Engineer (React, TypeScript or JavaScript)",
"score":60,
"match_reason":"The candidate has strong proficiency in React, JavaScript, and TypeScript, essential for this front-end role. Critically, their robust Python programming skills and hands-on experience in machine learning and AI (TensorFlow, PyTorch, Generative AI, Nillion AI Prize) make them an excellent match for supporting AI labs and developing coding benchmarks, which is the core focus. While the stated 3-10 years of experience is a hurdle, the depth of technical skills and relevance of AI projects are highly compelling, especially for a contract/part-time role that may value specific technical expertise.",
"prepare":"Emphasize how their AI/ML knowledge allows them to understand and contribute to coding benchmarks for AI systems. Highlight any personal experience with code quality, testing (e.g., unit tests in projects), and debugging. Be ready to discuss the technical aspects of their AI projects and how they would approach curating issues and solutions for AI-related coding tasks."
},
]

Project Structure

.
β”œβ”€β”€ app.py # Main Flask application
β”œβ”€β”€ data.json # Sample job postings
β”œβ”€β”€ requirements.txt # Python dependencies
β”œβ”€β”€ .env # Environment variables
└── README.md # This file

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

You might also like

JobHunt AI β€” Multi-Board Job Search & AI Matching

eternallabs/jobhunt-ai

Scrape jobs from LinkedIn, Indeed, Glassdoor, ZipRecruiter and Google Jobs in one run. Search multiple roles and locations simultaneously. Score every job against your resume using Claude AI β€” get a 0–100 match score, verdict, and missing skills.

AI Product Matcher

equidem/ai-product-matcher

Match products across multiple e-commerce websites. Use this AI product matching Actor whenever you need to find matching pairs of products from different online shops for dynamic pricing, competitor analysis or market research.

πŸ‘ User avatar

MatΔ›j Sochor

771

Gemini AI MCP SERVER

bhansalisoft/gemini-ai-mcp-server

Gemini AI MCP SERVER unique tool for Gamini AI functionality integration with apify and other AI tool.

43

AI Brand Monitor Track in ChatGPT, Claude, Perplexity & Gemini

alizarin_refrigerator-owner/ai-brand-monitor

Monitor how major AI assistants talk about your brand. Input a business name and get an AI Visibility Score (0-100), sentiment analysis across platforms, competitor mentions, and actionable recommendations to improve your AI presence.

Related articles

Top 100+ AI influencers to follow on Instagram [2026]
Read more
Mastering AI for data analysis: a comprehensive guide
Read more
How to scrape Google AI Mode, Perplexity, and ChatGPT
Read more