Scraping Script - Property data
Budget: $10 – $30 AUD
I need to collect property sale date from either of these two websites:
A. https://www.domain.com.au/auction-results/sydney/
B. https://www.realestate.com.au/auction-results/nsw
I need info they have like suburb name, property address, type, rooms, sold price, etc.
I need to do it for list of 5 suburbs : manly, long jetty, etc.
In case the scraping is disabled on the sites, for each of those suburbs you can go into that page: example: https://www.realestate.com.au/auction-results/aberglasslyn-nsw-2320
Then dump view page source into a text file.
We can then use perplexity to extract that information from raw html file.
Note: you need to provide instructions on how I can run the file locally as we need to run it each week since the data changes.
The script needs to append extracted data into excel or Google sheet file
A. https://www.domain.com.au/auction-results/sydney/
B. https://www.realestate.com.au/auction-results/nsw
I need info they have like suburb name, property address, type, rooms, sold price, etc.
I need to do it for list of 5 suburbs : manly, long jetty, etc.
In case the scraping is disabled on the sites, for each of those suburbs you can go into that page: example: https://www.realestate.com.au/auction-results/aberglasslyn-nsw-2320
Then dump view page source into a text file.
We can then use perplexity to extract that information from raw html file.
Note: you need to provide instructions on how I can run the file locally as we need to run it each week since the data changes.
The script needs to append extracted data into excel or Google sheet file