MadeleineSmith / Homeware-site-scraper

A Python web scraper to scrape data from https://cultartfusion.com using the `scrapy` Python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homeware site scraper

A scraper written using the Scrapy framework to extract data from a homeware site

Data is outputted as an Excel (CSV) file - see ecommerce/example.csv for output format


To run scraper locally:

pip install -r requirements.txt

cd ecommerce

scrapy crawl homeware -O Homeware.csv

About

A Python web scraper to scrape data from https://cultartfusion.com using the `scrapy` Python library


Languages

Language:Python 100.0%