Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asqit/job-scrapper
web scrapper that retrieves you title and link for each position from results,.
https://github.com/asqit/job-scrapper
Last synced: 12 days ago
JSON representation
web scrapper that retrieves you title and link for each position from results,.
- Host: GitHub
- URL: https://github.com/asqit/job-scrapper
- Owner: Asqit
- Created: 2023-11-08T10:29:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:02:28.000Z (3 months ago)
- Last Synced: 2024-10-29T20:10:22.467Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Scraper
## Usage
To use the job scraper, follow these steps:
1. Install the required dependencies by running the following command:
```bash
pip install -r requirements.txt
```2. Run the `main.py` script with the `search` mode and provide `url`. For example:
```bash
python main.py --mode scrape --url "https://sample-url.com/..." --title-class "title title-link" --pagination-class "pagination-item"
```3. The script can also search the scraped results for keywords in the job title
```base
python main.py --mode search --url ./results.csv --keywords junior frontend react vue angular remote
```That's it! You can now use the job scraper to find relevant job listings. Happy job hunting!