Skip to content

Python library to retrieve the latest results from indeed every 24 hours (employees, cities and types of employment), and save the data in the mysql database.

Notifications You must be signed in to change notification settings

Leoglme/indeed-python-scraping

Repository files navigation

Indeed Python Scraping

Python library to retrieve the latest results from indeed every 24 hours (employees, cities and types of employment), and save the data in the mysql database.

Language Language

hero

The source code is on the repo indeed-python-scraping

Install

 $ git clone https://github.com/Leoglme/indeed-python-scraping
 $ cd indeed-python-scraping
 $ pip install time requests bs4 re termcolor colorama python-dotenv

Features

Execute indeed scraping script

$ cd indeed-python-scraping
$ pip install
$ python indeed.py

resultat =>

http://fr.indeed.com/emplois?q=développeur&l=Nantes&radius=0&fromage=1&vjk=8651b9be54b7b5ef&start=20&sort=date
{'per_page': 1, 'current_page': 3, 'start': 30, 'max_results': 31, 'number_jobs': 31}
Paused for 10 seconds

License

Copyright (MIT) 2022 Dibodev

About

Python library to retrieve the latest results from indeed every 24 hours (employees, cities and types of employment), and save the data in the mysql database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages