Fix Python scraper script
Budget: $10 – $30 USD
I am looking for a Python developer to fix a script that is producing errors. The script is meant to scrape website data. There is no specific deadline for this project.
Skills and Experience:
- Strong proficiency in Python
- Experience with web scraping
- Knowledge of error handling and debugging in Python
Script is attached.
The error is:
>python3 timezone_bg-7.py
NEXT PAGE LINK IS : https://timezone-bg.com/mazhki-chasovnitsi/page-2/?limit=200
NEXT PAGE LINK IS : https://timezone-bg.com/mazhki-chasovnitsi/page-3/?limit=200
NEXT PAGE LINK IS : https://timezone-bg.com/mazhki-chasovnitsi/page-4/?limit=200
Traceback (most recent call last):
File "/home/casio/htdocs/casio.bg/pub/Timezone/timezone_bg-7.py", line 92, in <module>
brands.append(product.find('span',attrs={'class':'brand'}).text)
AttributeError: 'NoneType' object has no attribute 'text'
Skills and Experience:
- Strong proficiency in Python
- Experience with web scraping
- Knowledge of error handling and debugging in Python
Script is attached.
The error is:
>python3 timezone_bg-7.py
NEXT PAGE LINK IS : https://timezone-bg.com/mazhki-chasovnitsi/page-2/?limit=200
NEXT PAGE LINK IS : https://timezone-bg.com/mazhki-chasovnitsi/page-3/?limit=200
NEXT PAGE LINK IS : https://timezone-bg.com/mazhki-chasovnitsi/page-4/?limit=200
Traceback (most recent call last):
File "/home/casio/htdocs/casio.bg/pub/Timezone/timezone_bg-7.py", line 92, in <module>
brands.append(product.find('span',attrs={'class':'brand'}).text)
AttributeError: 'NoneType' object has no attribute 'text'