Every capture on this page is from one run on 8 Aug 2026, ~10:12 UTC, from
Claude Code — payloads verbatim, long bodies excerpted.

## 1 · The research question

*"What's on the apartment market in Perth's CBD right now — how many
listings, and where does pricing start?"*

The best source is the portal itself. Portals block ordinary tools.

## 2 · The ordinary tool — zero bytes

Claude Code's native fetch refuses the domain outright (tested 8 Aug 2026;
other clients typically fail at the site's bot wall instead):

```
WebFetch("https://www.realestate.com.au/buy/property-unit+apartment-in-perth+cbd/list-1")

Error: Claude Code is unable to fetch from www.realestate.com.au
```

The question is unanswerable from here.

## 3 · The Search trace — same URL, full browser

```
fetch("https://www.realestate.com.au/buy/property-unit+apartment-in-perth+cbd/list-1")

[via stealth]
# Apartments & units for sale in Perth - CBD and Inner Suburbs, WA
Showing 1 – 25 of 803 properties

$275,000        302/12 Victoria Avenue, Perth        1 bed · 1 bath · 29 m²
$460,000        1002/12 Victoria Avenue, Perth       1 bed · 1 bath · 68 m²
From $500,000   14/36 Smith Street, Highgate         2 bed · 1 bath · 59 m²
From $715,000   13/4 Delhi Street, West Perth        2 bed · 2 bath · 80 m²
From $1,830,000 Lumiere · 74 Mill Point Road, South Perth   riverside project
…
[1] [2] [3] [4] … [33] Next
```

*(Excerpt condensed for width — every field verbatim from the captured
markdown; pagination continues to 33 pages.)*

## 4 · The answer the agent can now give

> Perth CBD and inner suburbs currently list **803 apartments & units for
> sale**. Entry pricing starts at **$275,000** (302/12 Victoria Avenue — a
> 29 m² one-bed); two-beds under $1M cluster in Highgate, West Perth and
> central Perth (from $500,000); premium riverside stock runs
> **$1.83M–$6.49M** (Lumiere and 99 Mill Point Road, South Perth).
>
> Source: realestate.com.au buy listing, page 1 of 33, read 8 Aug 2026
> 10:12 UTC via full browser. Scope: 25 of 803 listings shown; the
> remaining pages are one queued read away.

Every figure traces to the captured page — nothing summarised from
snippets.

## 5 · Measured improvement

- **Without Search:** 0 bytes. The tool refuses the domain; no answer exists.
- **With Search:** the full listing page as clean markdown. An independent
  timed probe of the same URL read it cold in **10.2 s** while the origin
  answered **HTTP 429** — the full browser rendered the real page anyway.
- Repeat reads within 24 hours are served from cache.

## 6 · Provenance

- **Client:** Claude Code over MCP (native `WebFetch` refusal captured the
  same minute)
- **10:12:58 UTC** — `fetch` (MCP) → `[via stealth]`, full page as markdown
- **10:14:29 UTC** — independent timed probe (REST) → origin **HTTP 429**,
  **21,318 chars** of clean text, **10.2 s** cold
- **Scope:** page 1 of 33 (25 of 803 listings); dated 8 Aug 2026
- Content is retained for 24 h in your workspace activity — the page as the
  agent received it.

## 7 · Run it yourself

The [try widget](/search#try) reads this portal live — paste any public
listing URL. Or [install Search](/search#install) and ask your own agent
the question.
