Scraper of Death is a web scraper.
Multiple Scraping Methods
Requests + BeautifulSoup (fast, lightweight)
Selenium (JavaScript support, dynamic content)
Features
- CSS selectors XPath queries (Selenium only) Regex patterns
- Anti-detection headers Browser fingerprint spoofing Link following with depth control Request rate limiting Session management
- Export Options JSON format CSV format SQLite database

