-
-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is unable to scrape <li> #100
Comments
please provide your full code including the url. |
wanted_list = ["Design, develop, test, refactor and scale backend implementations of new and existing consumer product features"]
scraper = AutoScraper()
result = scraper.build(url, wanted_list)
print(result) Link: https://careers.chime.com/en/jobs/4225356002/backend-engineer/ |
What is your expected output? |
My expected output is the content of all the <li> under the same <ul> which is: |
you can try the
|
I will give it a try, thanks. In addition, can you point me to the part of the code that decides which elements to scrape based on the wanted_list? Thank you! |
its basically the whole code 😅 |
I am able to scrape the element in the wanted_list but similar elements are not scraped successfully, any tips and tricks could fix this?
The text was updated successfully, but these errors were encountered: