I've had a look at a number of these "simple" (i.e ones where I don't have to write a complex script) scraping tools recently and none of them seem to support what I consider to be a fairly common scenario of navigating to sub pages. In my case I have a landing page (with pagination) with a list of records I want to extract. However, to extract the full information I need for each record, I need to click on each item…
Show HN: MrScraper – A visual web-scraping tool
31–40 of 85 posts
Re: Show HN: MrScraper – A visual web-scraping tool
#32Re: Show HN: MrScraper – A visual web-scraping tool
#33I've had a look at a number of these "simple" (i.e ones where I don't have to write a complex script) scraping tools recently and none of them seem to support what I consider to be a fairly common scenario of navigating to sub pages. In my case I have a landing page (with pagination) with a list of records I want to extract. However, to extract the full information I need for each record, I need to click on each item…
Re: Show HN: MrScraper – A visual web-scraping tool
#34Last time I needed it I just used Python + Selenium
Obv at the downside of needing to code but I don't mind that.
Re: Show HN: MrScraper – A visual web-scraping tool
#35Re: Show HN: MrScraper – A visual web-scraping tool
#36Re: Show HN: MrScraper – A visual web-scraping tool
#37How big is the market for no code scrapers? Seems I see new tools daily
Re: Show HN: MrScraper – A visual web-scraping tool
#38This marketing bit seems a bit conflicting: "With MrScraper, you won't be blocked. We use real browser instances to perform fast but human web scrapings, resulting in a much lower block ratio." "won't be blocked" implies a zero block ratio. (I do a lot of work with Puppeteer and Playwright, and some larger websites are pretty advanced at their heuristics at catching automation, so true zero really isn't a defensible…
Re: Show HN: MrScraper – A visual web-scraping tool
#39Re: Show HN: MrScraper – A visual web-scraping tool
#40Basic question before I can recommend this to my boss: can it scrape G2? (or any other page behind CF)