Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Job Parser — Remote Jobs to Excel

Fetches remote job listings from Remotive API and exports them to a formatted Excel file.

Stack

  • Python 3.10+
  • requests
  • openpyxl

Setup

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Usage

cd src
python main.py

Output: jobs.xlsx in the src/ folder.

Configuration

Edit src/config.py:

  • SEARCH_QUERY — keyword to search (e.g. "python", "javascript", "devops")
  • MAX_JOBS — max number of results

Project Structure

src/
  main.py      — entry point
  fetcher.py   — API calls and data parsing
  exporter.py  — Excel export with formatting
  config.py    — settings
requirements.txt

About

Python job vacancy parser with filtering and export

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages