‘NoneType’ object has no attribute ‘findAll’ problem ( Web Scraping )
I want to show some datas of OpenWeather (city, weather weekly degree…etc). But when i code the day name as title, i face with a problem like at the photo i screenshot.(‘NoneType’ object has no attribute ‘findAll’)
Why does my web scraping script work on my laptop but gives ‘nonnumeric port: ‘port” error on my PC?
I have a Python script that scrapes data from CoinGecko. It works perfectly on my laptop but throws an error when I run it on my PC. The script is as follows:
Webscraping data is not encoded correctly in CSV
I’m using the below code to scrape a website and export the data to CSV. It works well except that the title and summary fields are not encoded correctly in the CSV. It’s showing apostroshes as ’ for instance.
Python Webscraper for Ebay is unavle to fetch results for multiple links
The code is as:
Scraping site renders an empty CSV
This site (https://oig.hhs.gov/reports-and-publications/all-reports-and-publications/) lists out individual reports and I’m trying to scrape them using python/BS.
How do I scrape the websites where the source code is just a wall of javascript and none of the text in the website is available on the website?
I am trying to scrape the webpage of the UCLA faculty for a personal project.
https://samueli.ucla.edu/search-faculty/#cs
How do I get the data of the webpage when none of the data is visible in the source code?
Python scraping code is producing an empty CSV
This website (https://oig.hhs.gov/reports-and-publications/all-reports-and-publications/) posts new government reports. I’m trying to write python/BS code to scrape the title of each new report (i.e. “Washington Medicaid Fraud Control Unit: 2023 Inspection”) and drop them all into a CSV.
Organising data from a webpage, but when I type the print not all the data comes out
I was going to scrap some data from the webpage, but I cannot get what I want. So I checked if I can get the correct output at first stage.
Python code to scrape Greyhound results from https://www.gbgb.org.uk/
I am using the GBGB site to download the full greyhound results for a certain track. I am using the Python code below to get the full result for each day. The code below downloads the full-day results from Crayford for each given day (in the example code below I am downloading the results from the 25th of May to the 2nd of June. Each day where there is a meeting in Crayford has a separate meeting and raceID for example in the code below 1st June meeting = 411583 and race id = 1042517. As you can see if I want to download, for example, 3 months of data, I have to individually specify the meeting ID and race ID in the URL as a separate line which is timeconsuming.
How do i access the description of the movie from rotten tomatoes?
The inspect of the rotten tomatoes page