Skip to content

Tag: web-scraping

soup.select() returns an empty list

I have an issue with .select which always returns an empty list while practicing webscraping. I am working on the following page: https://presse.ania.net/news/?page=1 using BeautifulSoup. I am getting and parsing HTML as following: I try to retrieve the urls of each articles displayed on the page, under class…

web scraping returns an empty list

The problem here that printing job_titles returns an empty list instead of the job titles in the web site please help me fix this problem and any help would be appreciated Answer When I first went to the URL you’re requesting, I was shown a search page with no jobs listed. It was only after I submitted …

How to scrape Trusted Shops?

I would appreciate your help on this scraping problem. I would like to scrape this site: https://www.trustedshops.de/bewertung/info_XDAD39B874C275A0751198C2510C3C670.html Although my code does not give me an error message, I do not see any output. I believe the problem is the bs.find_all statement; basically,…

Capture python output to variable

I’m trying to automate pybaseball from player lookup to data extraction and can’t seem to get past the first step of setting the player id as a variable. I’m utilizing the following code to pull player id: The output from the above lines are (exact copy/paste): Is there a method for setting …