Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 305 Bytes

AmazonScraping

Scraping amazon products

Installation

pip install -r requirements.txt

Usage

  • Copy file .config_samply.yaml to .config.yaml and update the credentials

  • scrapy crawl adc -a url="AMAZON PRODUCT URL"

Generating output csv

scrapy crawl adc -a url="AMAZON PRODUCT URL" -o data.csv