GET santander.com.br HTTP 2003.3 s4.1 KB$0.000082 captured Aug 7, 2026
santander.com.br, as data
One API turns any santander.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 3.3 s
- Page size
- 4.1 KB of markdown, 76 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This santander.com.br page cost $0.000082 to fetch.
# Documentos Legais## Acesse abaixo os principais documentos e comunicados relacionados ao seu fundo de investimento, na seguinte ordem:* Carta de Convocação de Assembleia;* Formulário de Informações Complementares;* Lâmina de Informações Essenciais;Para buscar, digite o CNPJ ou parte do nome do fundo e clique em "Pesquisar". Identifique seu fundo pelo nome ou CNPJ e, depois, posicione o cursor sobre cada lupa para verificar as opções de documentos existentes.### Consulte aqui os documentosVocê será redirecionado para uma nova aba, aonde poderá consultar os seus Fundos### Documentos InstitucionaisDocumentos Institucionais ###Formulário de Referência - Santander DTVM PDF-vf-limpa.pdf)Código de Ética - Santander DTVM PDFRegras, procedimentos e descrição dos controles internos PDFRegras, procedimentos e descrição dos controles internos - Santander DTVM PDFPolítica de compra e venda de valores mobiliários por administradores, empregados, colaboradores e pela própria empresa PDFPolítica de compra e venda de valores mobiliários por administradores, empregados, colaboradores e pela própria empresa - Santander DTVM PDFManuais de precificação dos ativos das carteiras de valores mobiliários ###Orientação sobre a consulta do Manual de Precificação dos ativos das carteira de valores mobiliários PDF What Spider does on santander.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.
3.3 s · $0.000082Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows santander.com.br's own links, respects robots, streams pages as they land.
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://www.santander.com.br/investimentos-e-previdencia/informacoes-de-investimentos/documentos-legais", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.santander.com.br/investimentos-e-previdencia/informacoes-de-investimentos/documentos-legais", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.santander.com.br/investimentos-e-previdencia/informacoes-de-investimentos/documentos-legais", {
return_format: "markdown",
});
console.log(page.content); What santander.com.br costs
Multiplied from the measured 4.1 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 santander.com.br.
The capture above took 3.3 s and cost $0.000082. The same call takes any URL on santander.com.br.