Andrei Sabau

Results 7 comments of Andrei Sabau

Take a look at [get-set-fetch infinite scrolling example](https://github.com/get-set-fetch/scraper/tree/main/examples/infinite-scrolling). It may prove a viable alternative. Disclaimer: I'm the repo owner.

The extension (this project) has fallen behind the [nodejs scraper](https://github.com/get-set-fetch/scraper). I'm planning to reuse code from the nodejs scraper into the next extension version over the next few months. At...

All [css selectors](https://www.w3schools.com/cssref/css_selectors.asp) are supported, they have the same syntax across all browsers. You can use Chrome DevTools to inspect an element. Look for id, class attributes or combinations of...

This idea has the potential to make one page scraping a LOT easier but .. how do you define the plugin options to be used ? Maybe use the configuration...

I'll add a checkbox option to have the "start url" dynamic, populated from current page url when creating a new project. All such projects will be available from a dropdown...

Those 2-3 weeks have turned in months... I'll definitely release a new version (this feature included) version sometime this fall.

I'll look into it as time permits. The examples haven't been updated in quite some time and it's possible the css selectors are no longer valid due to html changes...