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

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.

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

```