-
Hello,
Thanks for the outstanding library!
I recently faced an issue with different results when using the scraper.
Search query is `PROCTER & GAMBLE CO sustainability report`.
From google…
-
line:45
switchMap(() => defer(() => fromPromise(page.goto(job.url, {waitUntil: 'networkidle2'})))
The error suggests that the page.goto method is expecting the second argument, options, to be of typ…
-
We want to implement manually and document the typical use case
https://docs.google.com/document/d/1_A50Zf5ByRMZtcoufQooenaQuuHw4GMrxCoaR4Kf3kE/edit#heading=h.9msl4rrbxg33
Then we want to automa…
-
Thanks a lot for the great project!
I just ran into some bug(?) here.
After I run the `python3 selenium_scraper.py`, it gives me the following `NoSuchElementException`. I have not got chance to type…
-
-
Hey, where can i contact you?
-
First of all, this is a fun project; thanks a bunch for sharing, I'm excited to test this out properly. Running on latest chromedriver, Windows 10, Python 3.63. I executed the example from the reposit…
-
I am running this script
```
from linkedin_scraper import Person, actions
import linkedin_scraper
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
prin…
-
What I have:
Python 3.11, clean install
```
from jobspy import scrape_jobs
jobs = scrape_jobs(
site_name=["indeed", "linkedin", "zip_recruiter"],
search_term="software engineer",
…
-
I created a Visual Studio 2019 (Windows 10 x64) web project (Python), installed Flask, ChromiumDriver packages and executed the command
`pip install linkedin-jobs-scraper`
When I try to run the …