A Node.js script that scrapes and stores domain information of Shopify stores using Puppeteer and SQLite.
git clone https://github.com/PrashantBtkl/scoopify &&
npm install puppeteer sqlite3
node scraper.js
Rate limiting will occur after scraping 50 pages.Runs Chrome in visible mode for solving captcha manually. The script stores progress in SQLite, allowing for session resumption
- Automated Captcha Solving
- Proxy rotation