Skip to content

serkan-ertas/petlebiSpider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Petlebi Products

scrapping

run this command in CLI:

scrapy runspider <spider_path> -o <product_name>.json

writing the data to MySQL table

run import_products.py file

ensure you have the table named "petlebi" in your database, and its columns:

variable type
URL VARCHAR(255)
category VARCHAR(50)
brand VARCHAR(50)
name VARCHAR(255)
price DECIMAL(10, 2)
priceCurrency VARCHAR(10)
images TEXT
SKU VARCHAR(50)

About

Scrapping products from petlebi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages