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
- Host: GitHub
- URL: https://github.com/eduardorodriguesf/indeed-scraper
- Owner: EduardoRodriguesF
- License: mit
- Created: 2020-03-20T16:25:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T18:13:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T19:41:20.939Z (over 1 year ago)
- Topics: beautifulsoup, scraper, selenium
- Language: Python
- Homepage:
- Size: 4.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.