GET olx.com.br HTTP 200209 ms9.0 KB$0.000492 captured Aug 7, 2026
olx.com.br, as data
One API turns any olx.com.br 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 209 ms
- Page size
- 9.0 KB of markdown, 190 lines
- Fields
- Title, Price, Location, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This olx.com.br page cost $0.000492 to fetch.
# OLX - O Maior Site de Compra e Venda do Brasil## Produtos mais buscados## Tipo de imóveis mais buscados* ### Apartamentopronto para morar## Modelos mais buscados em autos## Descubra* ### Compre e venda online na OLX Conheça a Garantia da OLX* ### Celular no precinho Encontre o modelo perfeito* ### Segurança Saiba como se proteger ao compra e vender* ### Economia que faz sentido Comprar na OLX ajuda o planeta* ### Grana extra rápido e fácil Desapegar grátis agora* ### Planos profissionais Ver as opções para vendedores* ### Tabela de preços Fipe Saiba o valor do seu veiculo* ### Venda seu carro rápido Saiba como fazer o anúncio perfeito* ### Financiamento em até 60x Simule parcelas 100% online e grátis## Buscas mais populares## Categorias What Spider does on olx.com.br
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.
209 ms · $0.000492Page 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://olx.com.br/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://olx.com.br/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://olx.com.br/", {
return_format: "markdown",
});
console.log(page.content); What olx.com.br costs
Multiplied from the measured 9.0 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 olx.com.br.
The capture above took 209 ms and cost $0.000492. The same call takes any URL on olx.com.br.