Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 387 Bytes

web-scraper

A simple web scraper that scrapes the title, body, meta description, and the alt text of a webpage separately to a CSV file, from a list of URLs in a CSV file.

Usage

To use this Python script on your local machine:

$scrapy crawl shopify_scraper -o <filename>.csv

To use this script in Google Colab:

!scrapy crawl shopify_scraper -o <filename>.csv