py-linkedin-jobs-scraper icon indicating copy to clipboard operation
py-linkedin-jobs-scraper copied to clipboard

Results 40 py-linkedin-jobs-scraper issues
Sort by recently updated
recently updated
newest added

Hey, I am trying to scrape many jobs, and for the postings, the date is scraped for some and not for others. What could be the issue? I am sorting...

I am applying the code to obtain information about blockchain jobs. But it gives me information back > from linkedin_jobs_scraper.query import Query, QueryOptions, QueryFilters > from linkedin_jobs_scraper.filters import RelevanceFilters, TimeFilters,...

The page that opens is just blank, and nothing is found, even though upon opening the actual page, the page has many jobs

Hi, Spinlud! First of all thank you for this amazing project. I would suggest some features, like if it possible we can pass proxy in a parameter in-order for rotating...

Currently, when scraping the data. It fails to scrap "**Company Link**".

Linkedin changed the classes on the parent insights element again breaking the selector. I've changed it to use the actual insight class as a selector which will hopefully last longer...

I can't really scrape many jobs anymore. The scraper keeps crashing after a few minutes because LinkedIn deletes the `LI_AT` token and forces me to log in again. Are there...

Hi, it seems that li_at token would expire after 15 minutes. Although it says that it would expire in a year in the official doc. Any suggestion to extend the...

At the moment, `LinkedinScraper.on` method doesn't allow class methods to be passed as a callback. Example: ```python class A: def __init__(self): self.scraper = LinkedinScraper(...) self.scraper.on(..., self.callback) def callback(self): ... ```...

I have added a feature to scrape the total number of jobs and included this number in a new BEGIN event. If the limit is set to zero, it will...