https://github.com/moscatellimarco/webscrap-imdb
🎬 Python scraper for IMDB: Extract movie/TV details for 📊 analysis & 🗃️ storage. Easy setup, 🔧 customizable, with 🖥️ CLI.
https://github.com/moscatellimarco/webscrap-imdb
css data datascience html movies python scrapy scrapy-crawler scrapy-spider web web-scraping webdata webscraping
Last synced: 15 days ago
JSON representation
🎬 Python scraper for IMDB: Extract movie/TV details for 📊 analysis & 🗃️ storage. Easy setup, 🔧 customizable, with 🖥️ CLI.
- Host: GitHub
- URL: https://github.com/moscatellimarco/webscrap-imdb
- Owner: MoscatelliMarco
- Created: 2023-11-07T15:27:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T15:30:46.000Z (over 2 years ago)
- Last Synced: 2025-10-13T12:30:29.729Z (8 months ago)
- Topics: css, data, datascience, html, movies, python, scrapy, scrapy-crawler, scrapy-spider, web, web-scraping, webdata, webscraping
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebScrap-IMDB
🎬 Python scraper for IMDB: Extract movie/TV details for 📊 analysis & 🗃️ storage. Easy setup, 🔧 customizable, with 🖥️ CLI.
## Run web scraper
Install the libraries first:
```bash
pip install -r requirements.txt
```
Run scrapy crawler:
```bash
scrapy crawl special_offers -o movies_data.json
```