A simple scraper for extracting movie listings, theaters, and showtimes from BookMyShow.
⚠️ This project is still under development and currently has bugs/issues.
- Scrape movie listings
- Fetch theater names
- Extract showtimes
- City-based scraping
- Export data to JSON
This project is not fully stable yet.
- Some requests fail randomly
- Dynamic pages may not load correctly
- BookMyShow anti-bot protection can block requests
- Duplicate entries may appear
- Parsing can break if BookMyShow updates their site
Clone the repo:
git clone https://github.com/dragonscraper/bookmyshow-scraper.git
cd bookmyshow-scraperInstall dependencies:
pip install -r requirements.txtRun scraper:
python run.pyRun for a specific city:
python scraper.py --city mumbai- Python
- Requests
- BeautifulSoup
- idk
This project is for educational purposes only.
Please respect BookMyShow's Terms of Service and rate limits.
MIT License