I built this to compare job market's demand across multiple roles at once and keep the results in a CSV for later analysis.
Here is an example stdout:
Enter the location (default: "United States"): Argentina
Enter the job titles (comma-separated) (default: "Frontend Developer,Backend Developer,Game Developer"):
Loading driver, please wait...
In Argentina, December 2023 there are...
- 112 job offers for "Frontend Developer"
- 177 job offers for "Backend Developer"
- 36 job offers for "Game Developer"
Data saved at "D:/Proyectos de Nico/Web/jobs_scraper/Jobs offers in Argentina, 28-12-2023Y 15-42.csv"
Quitting...
And this is the saved CSV file:
| Job Title | Offers Amount |
|---|---|
| Frontend Developer | 112 |
| Backend Developer | 177 |
| Game Developer | 36 |