An open API service indexing awesome lists of open source software.

https://github.com/eduardorodriguesf/indeed-scraper

A command-line app that scraps Indeed job lists
https://github.com/eduardorodriguesf/indeed-scraper

beautifulsoup scraper selenium

Last synced: about 1 month ago
JSON representation

A command-line app that scraps Indeed job lists

Awesome Lists containing this project

README

          

# Indeed-scraper
This is a simple scraper that gets a list of jobs specified by the user and creates a `.txt` with all links.
## Set up
The script requires the following packages:
* Selenium
* Requests
* Beautiful Soup
* Pandas
If you don't have them, just install by pasting the command bellow in command prompt:
```
> pip install selenium requests bs4 pandas
```
## Executing
Run `scraper.py` and the program will ask the keywords. It should return for you all jobs available.