spinlud / py-linkedin-jobs-scraper

MIT License
307 stars 84 forks source link

add job filter keywords to avoid 429 error #65

Closed an-bluecat closed 8 months ago

an-bluecat commented 10 months ago

Problem: for anonamous strategy, currently we have to slow down the by setting a very long interval because we are looking into every job in details, clicking into it to get the job place, date, and descriptions.

Potential solution: add a regex filter on the API so that we don't have to click into every job and only click into jobs that is really interesting to us.

spinlud commented 8 months ago

Hi, anonymous strategy is no longer mantained