get-set, Fetch! web scraper 的评价
get-set, Fetch! web scraper 作者: Sabau Andrei
3 条评价
- 评分 5 / 5来自 Thad,3 年前This is the missing quick scrape tool that so many of us needed for those dynamic sites with lots of click events on a page for each row or element or box where you want to extract details on each. This extension makes it super easy to quickly use a CSS selector to define the click elements you need to click over and over and then further extract the details from other areas. Better yet, it's Open Source on GitHub and you can contribute back to make it better!
- 评分 5 / 5来自 pienisieni,4 年前Best browser based web scraper I have ever seen with great potential to be even better! Support excellent. Few suggestions: 1. ability to reset projects instead of having to delete and add new projects every time (useful when testing out things) 2. ability to use infinite scrolling only for extracting URLs, not when extracting text content from the URLs.
开发者回应
发布于 4 年前Thank you! I really hope the plugin based scraping architecture will make the extension popular in the long term.
Regarding your suggestions, I've opened a couple of enhancements:
https://github.com/get-set-fetch/extension/issues/61
https://github.com/get-set-fetch/extension/issues/62
You're correct about the ScrollPlugin trying to perform infinite scrolling on either all pages or none. But it stops after a single scrolling action if no new content was added to the page. This behavior can probably be improved though... Will think on it.