Skip to content

dilosolid/amazon_ean_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amazon_ean_scrapper

Before running, run theses commands in the terminal

pip install python-amazon-product-api

pip install pandas

pip install xlrd

pip install openpyxl

pip install lxml

this script will read an excel file called data datasmall.xls by default (this can be change in the setting.py) and will read the columns in this format (EAN Description Volume Brand) and the script will use the amazon api to search the EAN in the excel file in the folowing amazon sites amazon.com amazon.ca amazon.com.mx amazon.co.uk amazon.de amazon.fr amazon.it amazon.es and will extract the ASIN number and the diferent titles in all locales and will save the data in another excel file.

to run type

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages