KenMwaura1 / py-amazon-scraper

This is an amazon.com web scraper for laptop prices utilizing python and the scrapy framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Amazon Scraper

Python package

This project utilizes the Scrapy framework to scrape amazon for data. Currently, it retrieves laptop data(name, price and discount). However you can configure this as needed.

Data Screenshot

MIT License

Tech Stack

Database: Postgres DB

Server: Python, Scrapy

Run Locally

Clone the project

  git clone https://github.com/KenMwaura1/py-amazon-scraper

Go to the project directory

  cd py_amazon_scraper

Install dependencies

  pip Install -r requirements

Change into the project directory

  cd amz_scraper

Start the spider

  scrapy crawl amznspider

License

MIT

Feedback

If you have any feedback, please reach out to me at kemwaura@gmail.com

Authors

About

This is an amazon.com web scraper for laptop prices utilizing python and the scrapy framework

License:MIT License


Languages

Language:Python 100.0%