An open API service indexing awesome lists of open source software.

https://github.com/moscatellimarco/webscrap-tinydeal

"WebScrap-TinyDeal" is a Scrapy-powered 🕷️ tool for harvesting product information 🏷️ from TinyDeal. It outputs structured CSV data 📁, ready for analysis. Explore the scripts 👨‍💻 for an interactive scraping adventure or leverage the data for competitive pricing strategies 📈.
https://github.com/moscatellimarco/webscrap-tinydeal

css data datascience html pandas python scrapy web webscraper webscraping

Last synced: 2 months ago
JSON representation

"WebScrap-TinyDeal" is a Scrapy-powered 🕷️ tool for harvesting product information 🏷️ from TinyDeal. It outputs structured CSV data 📁, ready for analysis. Explore the scripts 👨‍💻 for an interactive scraping adventure or leverage the data for competitive pricing strategies 📈.

Awesome Lists containing this project

README

          

# WebScrap-Worldometers

"WebScrap-TinyDeal" is a Scrapy-powered 🕷️ tool for harvesting product information 🏷️ from TinyDeal. It outputs structured CSV data 📁, ready for analysis. Explore the scripts 👨‍💻 for an interactive scraping adventure or leverage the data for competitive pricing strategies 📈.

## Run web scraper

Install the libraries first:

```bash

pip install -r requirements.txt

```

Run scrapy crawler:

```bash

scrapy crawl special_offers

```