An intelligent and interactive Python scraper for https://www.primevideo.com, designed to extract movie and series links via storefront, genre, or keyword search.
1๏ธโฃExtract from the main storefront2๏ธโฃSearch by keyword (manual or random)3๏ธโฃBrowse by genre (Action, Comedy, Drama, etc.)4๏ธโฃExit
- โ
Duplicate link filtering using
seen_links_prime.txt - ๐ฌ Shows movie title (
alt,title, or inner text) - ๐ Full page scroll support (lazy loading)
- ๐พ Saves links in
output_prime/folder (10+ per file) - ๐ Timestamped filenames (e.g.
prime_search_war_20250516_184030.txt) - ๐ Shows number of new links and skipped duplicates
- ๐งพ Writes to
log.txtafter each scan
- Python 3.8+
- Google Chrome (installed)
- Selenium
- WebDriver Manager
pip install selenium webdriver-manager
๐ฎ Planned Features
โข ๐ Profile selection support
โข ๐ช Cookie-based auto-login
โข ๐ฅ Integration with vt dl for automated downloads
โข ๐ More metadata per movie (poster, description, etc.)