I am planing to get a scrapper tool for a project, So I would like to know, what is IH community’s favourite web scrapping tool without no coding.
I need to scrape images text, numbers and more.
Comment your list below and I really appreciate your help!
Not a no-code solution, but a low-code- would recommend Beautiful Soup for python
If you are building a MVP and want to move fast and free, then you should take a look at the IMPORTXML function of Google spreadsheet. You do not need any code there, and with some smart tricks you can even automate the process via triggers and scripts.
Ya thats only for Tables and Lists
No that is importhtml, here i am referring to IMPORTXML. Here the documentation:
https://support.google.com/docs/answer/3093342?hl=en
There's scraperapi.com but I think it's a bit more developer centric.
Just curious, what would a "no code" scraper solution even look like? Thinking as a developer, there's a ton of moving parts to web scraping (actually scraping, storage of what's scraper, the ability to query against the data, being able to interface [API layer], etc).
Most of what I've seen in the space is all very dev centric, so trying to drill down to what you're expecting to do with a service like this (idea exploration if you will ;)
Hi Elavenil,
try scrapinghub.com it's pretty good. But be careful because scrapping data for other website is illegal most of the time or limited by website's CGU
Good luck!
Thanks, but how would you able to find out if a site allows to scrape their data or not?
Read terms in the footer of websites