GET property24.com HTTP 200121 ms11.8 KB$0.00021 captured Aug 7, 2026
property24.com, as data
One API turns any property24.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 121 ms
- Page size
- 11.8 KB of markdown, 182 lines
- Fields
- Address, Price, Bedrooms, Bathrooms
- Captured
- Aug 7, 2026
Free balance on signup, no card. This property24.com page cost $0.00021 to fetch.
Find trusted letting agents near you.#### Join TenantPlusVerify your identity and get your own screening report for use in multiple rental applications.#### Rental AdviceExplore our collection of helpful articles and valuable tips to navigate the rental market like a pro.#### Automated Property ValuationsCurious about the value of your property? Get a free automated property valuation today!#### Looking to sell?Get all the information you need when selling a property with our comprehensive property guides.## Property for Sale in GautengInternational property for saleSouth Africa Property Trends#### NewsMarket News Video Tour | Affordable Gauteng and KZN hom... Starting at just R950k these 5 affordable Gauteng and... 06 Aug 2026Industry Women in property: Leading with purpose and empowering others to thrive In celebration of Women’s Month, we step inside the world... 05 Aug 2026Industry Women in property: Staying teachable, adaptable, and dedicated to excellence In celebration of Women’s Month, we step inside the world... 04 Aug 2026#### AdviceBuying Why property sales fall through: Suspensive... While there may sometimes be issues with “buyer’s remorse”... 06 Aug 2026Buying Voetstoots Clause: Who pays for hidden property defects? Who pays when undisclosed house defects come to light... 05 Aug 2026## Property24 on Mobile and TabletGet all of South Africa's leading Estate Agent properties for sale or to rent on your Android or Apple device. With Property24's intuitive interface, you can find and manage your favourite properties with ease.Download the app to get started.### We're SA's number one property websiteProperty24 is South Africa's largest property search portal and is the first place to start your property search!Property24 lists houses, flats, vacant land and farms from all of SA's leading estate agents, so whether you're looking to buy or rent, you'll find your perfect home on Property24. What Spider does on property24.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
121 ms · $0.00021Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://property24.com/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://property24.com/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://property24.com/", {
return_format: "markdown",
});
console.log(page.content); What property24.com costs
Multiplied from the measured 11.8 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of property24.com.
The capture above took 121 ms and cost $0.00021. The same call takes any URL on property24.com.