Git Product home page Git Product logo

jobseeker's Introduction

JobSeeker Project

Overview

  1. Recruiter AIs scan your résumé for keywords. If they don’t find the keywords, they discard your application. Let’s increase your chances at landing the job :)
  2. When you do get invited for an interview, you are bound to bump into the question "What is your expected salary?" Most of us have no idea what to answer. Let's give you a leg up!

Our customer

We do this project for the mythical Job Seeker

Our job types

  • Data Engineer
  • AI Application Developer
  • AI Strategy Consultant

Features

  • Scraping job postings
    • use something like apify.com
    • do the scraping ourselves
  • Identifying skills gaps in resumes
  • Providing salary range information

Data Ingestion/Curation - Medallion Architecture reference

  • Bronze Folder = Raw data sets labeled by sources. i.e. Data ingested using Apify from linkedin is stored at - bronze/apify/linkedin
  • Silver Folder = Cleansed and conformed data. i.e. Data ingested using Apify from linkedin is transformed to contain the information we want to utilize to potentially assist job seekers, such as Job description, title, location, etc...
  • Gold Folder = Curated solution ready data. i.e. Data cleaned and conformed that is ready to be used for providing insights to job seekers on improving their resume or skills to be more desirable in the job market.

Contribution

Your contributions are welcome! Here's how you can help:

  • Suggest Ideas: Open an 'issue' on our GitHub page and mention it's a suggestion.
  • Report Bugs: Found a problem? Share it the same way and describe what you found.
  • Make Changes: Want to fix or add something?
    • Fork our project (this makes a copy).
    • Make your changes in your copy.
    • Send a 'pull request' so we can review and add your changes to the project.

Don't worry if you're new to this – we appreciate your help and are happy to guide you along the way!

scrapejobs.py Documentation

scrapejobs.py Overview

scrapejos.py is designed to automate the process of extracting job listings from LinkedIn based on user-provided search queries. It is built to handle the dynamic nature of web scraping with strategic user interventions to ensure stability and compliance with site interactions.

Prerequisites

  • Chrome for Testing: The script requires Chrome for Testing. You can download it from the Chrome Availability Dashboard.
  • Python Environment: Ensure Python is installed on your system.
  • LinkedIn Account: You need a LinkedIn account to perform searches.

Setup Instructions

  1. Clone the Repository: Clone this repository to your local machine.
  2. Install Dependencies: Run pip install -r requirements.txt to install required Python modules.
  3. Chrome Driver: Make sure you have the Chrome Driver installed and its path correctly set up in your system, which the script expects you to do in the constant CHROME_BINARY_LOCATION.

Configuration

  • Environment File: Rename example.env to .env and fill in your LinkedIn credentials.
  • Queries File: Add your LinkedIn search queries to queries.txt in the root folder of the repository. Remove any '&origin=SWITCH_SEARCH_VERTICALandcurrentJobId=xxxxxxxxxx&` from the URLs. Ensure each query contains the following parameters:
    • f_WT
    • geoId
    • location
    • keywords
  • Custom Settings:
    • pages: Set the number of result pages to scrape.
    • file_format: Choose the file format for saving data (json or csv).

Running the Script

  • Execute the script via the command line. User intervention may be required:
    1. After login, to verify captcha if prompted.
    2. To handle scraping anomalies and repeated failures.

Generating Requirements.txt

Run pip freeze > requirements.txt in your project directory to generate a list of all installed Python modules used in the project.

Additional Information

  • Data Persistence: The script saves data incrementally to avoid data loss during the scraping process.
  • Error Handling: Log messages are color-coded for better readability. Red for errors, green for successful operations.
  • User Confirmation: The script pauses for user confirmation after processing each query and upon encountering data extraction errors.

Contribution Guidelines

Feel free to contribute to this project by submitting pull requests or opening issues for bugs or feature requests.

jobseeker's People

Contributors

marcothedeveloper123 avatar phibrandon avatar acrosatto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.