chrome-web-store-scraper icon indicating copy to clipboard operation
chrome-web-store-scraper copied to clipboard

A node js package for scraping the chrome web store. `npm i chrome-web-store-scraper`

Results 4 chrome-web-store-scraper issues
Sort by recently updated
recently updated
newest added

Hi, thanks for good work. :) But feel a little confusing about readme doc. For node.js, 1. install node 2. `npm install selenium-webdriver chrome-web-store-scraper --save` 3. download chrome driver, and...

I want extract all the cash selectors that are being used so they are not hard coded into it, this will make it much easier to alter them should the...

Not a fan of the code base atm, as an initial PoC I was content with it, but if it is to be used by anyone ever then I kinda...

add debug flag that enables internal console logging if set to true. The debug flag should default to `false`

enhancement