Commit Graph

6 Commits (0eaf55b9ddd0466c51e319a79acd6c88f721e2bd)

Author SHA1 Message Date
Cullen Watson 0eaf55b9dd fix: lower limit 2024-01-12 12:23:07 -06:00
Cullen Watson c10e7010f7 enh: separate file 2024-01-12 12:21:42 -06:00
Cullen Watson 19baa6cd30
fix: num jobs 2024-01-12 12:19:12 -06:00
Harish Vadaparty 36d53b01f9
updated example with exponential backoff and retry mechanism
Exponential Backoff can help us to minimize the 429 Too many requests issue, and the try catch handle helps to extract data even if we face error, can be used to scrape 500-100 jobs in one run
2024-01-12 12:25:33 +05:30
Cullen Watson e5353e604d
Multiple job types for Indeed, urgent keywords column (#56)
* enh(indeed): mult job types

* feat(jobs):  urgent kws

* fix(indeed): use new session obj per request

* fix: emails as comma separated in output

* fix: put num urgent words in output

* chore: readme
2023-10-10 11:23:04 -05:00
Cullen Watson af07c1ecbd
add offset param & email extraction (#51)
* add offset param

* [enh]: extract emails
2023-09-28 18:11:28 -05:00