REIWA AU – WA Property, Agents, Commercial & Insights avatar

REIWA AU – WA Property, Agents, Commercial & Insights

Pricing

from $1.00 / 1,000 results

Go to Apify Store
REIWA AU – WA Property, Agents, Commercial & Insights

REIWA AU – WA Property, Agents, Commercial & Insights

Collect Western Australia real estate data from REIWA.com.au across sale, rental, sold, agent, commercial, business, rural, and insights sections. Search by filters or scrape URLs, including result pages, listings, agents, agencies, and insight articles. Returns clean, structured records.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

9 days ago

Last modified

Share

REIWA WA Property Scraper

Collect structured REIWA.com.au results across sale, rental, sold, agent, commercial, business, rural, and insights sections.

The actor supports two clear modes:

  • Search by filters: choose a REIWA section, locations, price and bedroom filters, property types, sorting, and caps.
  • Scrape from URLs: paste REIWA result pages, listing pages, agent or agency pages, and insight article URLs.

What You Get

Each property row can include:

  • Listing URL and REIWA id
  • Section type
  • Title and address
  • Suburb
  • Price text and parsed price value when available
  • Bedrooms, bathrooms, and parking spaces
  • Property type
  • Agency name and agency URL
  • Agent names and profile URLs
  • Phone numbers when visible on the page
  • Listing date text, inspection text, or sold text where available
  • Image URLs
  • Full description and page title when detail fetching is enabled

Agent rows can include:

  • Agent name
  • Profile URL
  • Agency name
  • Phone numbers when visible
  • Profile performance snippets such as listings sold, median days on market, and median sale price

Insight rows can include:

  • Article title
  • Article URL
  • Date text
  • Summary

Input Guide

Use mode to choose how the run starts.

Use channel in search mode:

  • for-sale
  • for-rent
  • sold
  • agents
  • commercial-sale
  • commercial-lease
  • business
  • rural
  • insights

Use locations with REIWA slugs such as:

  • perth~region
  • perth
  • baldivis
  • south-west~region

Use propertyTypes for supported property sections:

  • houses
  • apartments
  • units
  • villas
  • townhouses
  • land
  • rural

Filters in the Output and filters group apply to both search mode and URL mode. For URL mode, the pasted URL is used first and the actor applies local keyword, price, bedroom, and property-type filters to returned rows where those fields are present.

Example Inputs

Sale listings in Perth:

{
"mode": "search",
"channel": "for-sale",
"locations": ["perth~region"],
"maxItems": 20,
"fetchDetails": true
}

Rental listings with price filter:

{
"mode": "search",
"channel": "for-rent",
"locations": ["perth~region"],
"minPrice": 500,
"maxPrice": 800,
"maxItems": 20
}

URL mode:

{
"mode": "url",
"urls": ["https://reiwa.com.au/commercial/for-sale/perth~region/"],
"maxItems": 10
}

Limits

maxItems is the main cap and defaults to 20.

maxPages defaults to 0, which means no page cap. The actor still stops as soon as maxItems is reached.

MCP Connector Export

Select mcpConnectors to send a capped set of results into apps you already use. The dataset remains the source of truth, and connector export does not change saved rows.

Supported connector server URLs:

  • https://mcp.notion.com/mcp
  • https://mcp.linear.app/sse
  • https://mcp.airtable.com/mcp
  • https://mcp.apify.com

For Notion, set notionParentPageUrl so the actor knows where pages should be created. Use maxNotifyListings to limit how many rows each connector receives.

Notes

Keep Apify Proxy enabled for stable runs. Standard Apify Proxy was verified against sale, commercial, business, and agent result pages during creation.

Large detail runs take longer because each saved row may load an additional REIWA page to add descriptions, photos, and visible contact fields.