Legendary_MaaN
Registered Member
- Jan 10, 2019
- 58
- 36
I need to scrap data about property owners in a certain location, suggest me tools and ways to do that please.
I need to scrap data about property owners in a certain location, suggest me tools and ways to do that please.
i don't know. my client needs this data, i'm still researching and still haven't found any website where this data is shown publiclythe data visibility is public?
then you are asking us to help you solve an equation with 3 unknowns, and you are giving half the data of one of them, it is difficult to advise herei don't know. my client needs this data, i'm still researching and still haven't found any website where this data is shown publicly
Lesson 1: It’s scraping, not scrapping. Scraping and scrapping aren’t the same thing.I need to scrap data about property owners in a certain location, suggest me tools and ways to do that please.
Did you try scrapingrocket?Lesson 1: It’s scraping, not scrapping. Scraping and scrapping aren’t the same thing.
As for tools, my tool of choice is node.js + puppeteer. But it might actually be possible to scrape the data just using http requests. In that case use a fetch client like axios and something like cheerios to get the data easily. That should do it much quicker. It depends on the site you are trying to scrape.
No, I haven’t. But this sounds pretty interesting. I will give it a try if a project like that comes up in future.Did you try scrapingrocket?
It does all of what you suggested without any coding.
It has a Visual Selector page that displays the scraped web page within an iframe.
You simply need to click on the elements you want to extract from the web page.
This action will generate a Cheerio config file, which you can then use on other similar URLs to extract data in JSON format.