Python Script for Amazon Data Extraction
Budget: £20 – £250 GBP
I'm looking for a skilled Python developer to create a script in PyCharm for me. The script needs to load a CSV file with specific headings: Brand, Product Name, Price, EAN/UPC/ASIN.
Key Requirements:
- The script should go to Amazon and fetch the items that have been "bought", excluding all sponsored items completely.
- The output needs to provide the number of bought items, for example, if it says "50+ bought in the last month", as well as the price.
Desired Output:
- The final report should include: Brand, Product Name, Price, and Number of Bought Items.
Ideal Skills and Experience:
- Proficient in Python and familiar with PyCharm.
- Prior experience with web scraping, particularly from Amazon, is a big plus.
- Understanding of CSV file handling in Python.
- Ability to deliver a clean, well-documented script.
Issues i have faced while doing this in VBA:
- amazon dont like more than 50 pings to their website - i made it stop once it get the error screen
- sometimes no item identified , so i just skipped it as its not present in amazon
Key Requirements:
- The script should go to Amazon and fetch the items that have been "bought", excluding all sponsored items completely.
- The output needs to provide the number of bought items, for example, if it says "50+ bought in the last month", as well as the price.
Desired Output:
- The final report should include: Brand, Product Name, Price, and Number of Bought Items.
Ideal Skills and Experience:
- Proficient in Python and familiar with PyCharm.
- Prior experience with web scraping, particularly from Amazon, is a big plus.
- Understanding of CSV file handling in Python.
- Ability to deliver a clean, well-documented script.
Issues i have faced while doing this in VBA:
- amazon dont like more than 50 pings to their website - i made it stop once it get the error screen
- sometimes no item identified , so i just skipped it as its not present in amazon