GET what3words.com HTTP 200856 ms886 B$0.00016 captured Aug 7, 2026
what3words.com, as data
One API turns any what3words.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 856 ms
- Page size
- 886 B of markdown, 27 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This what3words.com page cost $0.00016 to fetch.
Make your business easy to find with what3wordsFollow these steps to discover your what3words address and display it so customers and guests know exactly where to find you.Discover your what3words addressSearch for your business in the search bar below.Switch to satellite mode and select the square closest to the entrance you want people to find.When you’re done, press the button below.Display your what3words addressCopy and paste the information below to add or embed what3words to the address on your website, contact page and anywhere you display your location.HTML code to embed into your website<p>what3words address: <a href="https://what3words.com/" target="_blank" translate="no">///</a></p> What Spider does on what3words.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.
856 ms · $0.00016Page 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://what3words.com/business-listings", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://what3words.com/business-listings", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://what3words.com/business-listings", {
return_format: "markdown",
});
console.log(page.content); What what3words.com costs
Multiplied from the measured 886 B 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 what3words.com.
The capture above took 856 ms and cost $0.00016. The same call takes any URL on what3words.com.