Commit Graph

222 Commits (c10e7010f74d835c3b82a815fc2f71d030545cac)

Author SHA1 Message Date
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 a7ad616567
fix: linkedin no results (#80) 2024-01-10 14:01:10 -06:00
cullenwatson 53bc33a43a chore: version 2024-01-09 19:33:56 -06:00
Cullen Watson 22870438c7
linkedin fix delays (#79) 2024-01-09 19:32:51 -06:00
Cullen Watson aeb93b99f5
Update pyproject.toml 2024-01-03 12:04:50 -06:00
Cullen Watson a5916edcdd
fix(glassdoor): add retry adapter (#77) 2024-01-03 12:04:32 -06:00
Augusto Gunsch 33d442bf1e
Add czech to Indeed (#72) 2023-12-02 02:42:54 -06:00
Zachary Hampton 6587e464fa
Update README.md 2023-11-30 11:49:31 -07:00
Vincent Yan eed7fca300
Get full indeed description (#70) 2023-11-27 15:00:36 -06:00
Faraz Khan dfb8c18c51
include location with 3 parts (#69) 2023-11-10 16:59:42 -06:00
Faraz Khan 81f70ff8a5
added salary data for linkedin (#68) 2023-11-09 14:57:15 -06:00
Cullen Watson cc9e7866b7
fix linkedin bug & add linkedin company url (#67) 2023-11-08 15:51:07 -06:00
Zachary Hampton a2c8fe046e
Update README.md 2023-11-06 22:13:19 -07:00
Cullen Watson 2b7fea40a5 [fix] glassdoor duplicates 2023-10-30 20:29:55 -05:00
Cullen Watson d37f86e1b9 [fix] glassdoor location 2023-10-30 20:19:56 -05:00
Cullen Watson 0302ab14f5 glassdoor keywords 2023-10-30 20:07:31 -05:00
Cullen Watson 3f2b582445
add glassdoor (#66) 2023-10-30 19:57:36 -05:00
Cullen Watson 93223b6a38 bug fix 2023-10-30 13:57:23 -05:00
Cullen Watson e3fc222eb5
readd proxy support for zip (#64) 2023-10-29 08:54:56 -05:00
Cullen b303b3f841 chore: version 2023-10-28 16:58:32 -05:00
Cullen 1a0c75f323 chore: version 2023-10-28 16:54:04 -05:00
Cullen e2f6885d61 chore: format 2023-10-28 16:52:05 -05:00
Cullen 8d65d1b652 [chore] version 2023-10-28 16:43:44 -05:00
Cullen 216d3fd39f ziprecruiter: 5s delay 2023-10-28 16:41:32 -05:00
Cullen Watson d3bfdc0a6e
ziprecruiter api (#63) 2023-10-28 16:17:28 -05:00
Cullen Watson ba5ed803ca
use ziprecuriter api (#62) 2023-10-28 15:51:29 -05:00
Cullen Watson ff1eb0f7b0
[docs] update readme 2023-10-18 14:32:21 -05:00
Cullen Watson f2cc74b7f2
Fix Indeed exceptions on parsing description 2023-10-18 14:25:53 -05:00
Cullen Watson 5e71866630
[docs] link change 2023-10-18 11:18:03 -05:00
Zachary Hampton 4e67c6e5a3
Update README.md 2023-10-17 20:22:56 -07:00
Cullen Watson caf655525a
docs: update readme 2023-10-10 11:54:14 -05:00
Cullen Watson 90fa4a4c4f feat: utils.py 2023-10-10 11:29:29 -05:00
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 628f4dee9c
[fix] indeed - min & max values swapped (#54) 2023-10-03 09:22:18 -05:00
Cullen Watson 2e59ab03e3 Merge branch 'main' of https://github.com/cullenwatson/JobSpy 2023-09-28 18:53:59 -05:00
Cullen Watson 008ca61e12 [fix] readd hyperlink param 2023-09-28 18:53:21 -05:00
Cullen Watson 8fc4c3bf90
[docs] readme 2023-09-28 18:35:40 -05:00
Cullen Watson bff39a2625 [fix] util func 2023-09-28 18:33:14 -05:00
Cullen Watson c676050dc0 [fix] util func 2023-09-28 18:33:02 -05:00
Cullen Watson 37976f7ec2
[chore] version number 2023-09-28 18:26:55 -05:00
Cullen Watson 9fb2fdd80f [fix] add utils.py 2023-09-28 18:25:56 -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
Cullen Watson 286b9e1256 chore: version number 2023-09-21 20:28:57 -05:00
Cullen Watson 162dd40b0f docs: add usejobspy.com 2023-09-21 20:27:04 -05:00
Cullen Watson 558e352939 fix: job type param bug 2023-09-21 17:42:24 -05:00
Zachary Hampton efad1a1b7d
Update README.md 2023-09-21 09:52:18 -07:00
Cullen Watson eaa481c2f4
docs: add macos catalina to faq 2023-09-19 12:50:14 -05:00
Zachary Hampton b914aa6449
Update README.md 2023-09-16 13:52:30 -07:00