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 📈.
- Host: GitHub
- URL: https://github.com/moscatellimarco/webscrap-tinydeal
- Owner: MoscatelliMarco
- Created: 2023-11-06T20:46:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T20:55:53.000Z (over 2 years ago)
- Last Synced: 2025-10-13T12:30:29.395Z (9 months ago)
- Topics: css, data, datascience, html, pandas, python, scrapy, web, webscraper, webscraping
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```