
All in one Realestate.com.au Scraper
Pricing
$25.00/month + usage

All in one Realestate.com.au Scraper
Australian property realestate website scraper. Collect data about Property / Agent / Agency / Market Insights. Scale your analytics. Finds signals from agent, agency, properties and trends. Extract phonenumber, instagram, linkedin, performance and more
0.0 (0)
Pricing
$25.00/month + usage
0
2
2
Last modified
5 days ago
You can access the All in one Realestate.com.au Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "proxyConfiguration": {12 "useApifyProxy": true,13 "apifyProxyGroups": []14 },15 "search": "Arc de Triomphe, Pl. Charles de Gaulle, 75008 Paris",16 "agent_urls": [17 {18 "url": "https://www.realestate.com.au/agent/chrissie-ren-3290980"19 }20 ],21 "agency_urls": [22 {23 "url": "https://www.realestate.com.au/agency/ayre-real-estate-PCLJZU"24 }25 ],26 "direct_listing": [27 {28 "url": "https://www.realestate.com.au/property-apartment-nsw-barangaroo-146506420"29 }30 ]31};32
33// Run the Actor and wait for it to finish34const run = await client.actor("saswave/all-in-one-realestate-com-au-scraper").call(input);35
36// Fetch and print Actor results from the run's dataset (if any)37console.log('Results from dataset');38console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);39const { items } = await client.dataset(run.defaultDatasetId).listItems();40items.forEach((item) => {41 console.dir(item);42});43
44// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs
All in one Realestate.com.au Scraper API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use All in one Realestate.com.au Scraper API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-client
Other API clients include: