From 54ac1bad1696254b484842a2c823fcb465dfb2ca Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Sat, 9 Mar 2024 01:49:05 -0600 Subject: [PATCH] docs: readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a529215..b01ff20 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ You can specify the following countries when searching on Indeed (use the exact ## Notes * Indeed is the best scraper currently with no rate limiting. -* Glassdoor can only fetch 900 jobs from the endpoint we're using on a given search. -* LinkedIn is the most restrictive and usually rate limits on around the 10th page -* ZipRecruiter is okay but has a 5 second delay in between each page to avoid rate limiting. +* Glassdoor/Ziprecruiter can only fetch 900/1000 jobs from the endpoints we are using on a given search. +* LinkedIn is the most restrictive and usually rate limits around the 10th page. + ## Frequently Asked Questions --- @@ -173,4 +173,4 @@ persist, [submit an issue](https://github.com/Bunsly/JobSpy/issues). - Waiting some time between scrapes (site-dependent). - Trying a VPN or proxy to change your IP address. ---- \ No newline at end of file +---