Simple Scraper - Turn any website into an API in just a few seconds.

by
The easiest way to scrape the web — Simple scraper turns websites into structured data with just a few clicks.

Add a comment

Replies

Best
Love this. Bookmarking to try later!
Nice product, Congrats!
So when I pull data, it has to be from tables or some repeatable div/ card elements? I pick the of a table and it figures out the elements from body, pulls, cleans and gives it as an API? Also love the choice of music.
Hi Varun, yes that's pretty much it. It will scrape whatever your select, in most cases this means data with a specific structure / pattern (title, price, description etc.) but that's up to you. > Also love the choice of music. Excellent taste ;)
Can you tell me song name? Or did you make it on your own?
FM Belfast - Par Avion
Can this login to a website first and then scrape?
Hi - not with cloud scraping, but it's possible to scrape behind a login using local scraping. The differences are explained here:
Exceptionally powerful little browser app that has a full backend support and API setup! Clever!
Only just discovered this now. In-flipping-sane. Amazing job
Cheers Hans, appreciate it!
feels like I was missing the party here! Awesome product btw! I'm curious about one thing. Do you handle IP blacklisting? From my xp when scrapping, it's quite easy to get your IP blocked (if using a backend with fixed ip)
party's just getting started :) Thank you and yes IP-rotation is built in so you shouldn't be blocked while scraping
<3
Am I able to export the data to CSV or Google Sheet?
Hey - csv yes. But no integration with Google Sheets just yet.
Thanks - I installed it, and I will play around with this.
Hey how do I scrap a link description which opens a new tab on clicking? Like this website . After clicking on a link, another page opens and the extension doesn't stay active.
Hey Mukul, think this may be a similar question to Kevin's so I'll link to that (). Basically you create one recipe to scrape a list of urls and crawl each of those urls using another recipe.