Skip to main content
AI Studio  add-on for Spider.
inpe.br · HTTP 200

Inpe Scraper

Spider read inpe.br in 2.6 s without a browser and returned 123 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response mtc-m21c.sid.inpe.br/col/urlib.net/www/2017/11.22.19.04.03/doc/mirrorget.cgi.md markdown · 123 lines
[Metadata](<http://mtc-m21c.sid.inpe.br:80/col/urlib.net/www/2017/11.22.19.04.03/doc/mirrorget.cgi?languagebutton=en&metadatarepository=sid.inpe.br/mtc-m21c/2018/03.12.14.01.45&index=0&serveraddress=mtc-m21c.sid.inpe.br 806&choice=full&lastupdate=&continue=&keywords=&accent=yes&case=yes&imageflag=0&mirrorgetflag=1>)Thesis or Dissertation (Thesis)isadg {BR SPINPE} ibi 8JMKD3MGPCW/3DT298Smtc-m21c.sid.inpe.br (namespace prefix: upn:3Q3U5H8)sid.inpe.br/mtc-m21c/2018/03.12.14.01sid.inpe.br/mtc-m21c/2018/03.12.14.01.452024:12.19.18.01.09 (UTC) administrator*A spatially integrated modelling approach to landslide risk assessment: a case study of the Nova Friburgo disaster - RJ, Brazil*[](<http://scholar.google.com/scholar?q=A spatially integrated modelling approach to landslide risk assessment: a case study of the Nova Friburgo disaster - RJ, Brazil>)Modelagem espacial integrada para a avaliação do risco de deslizamentos: um estudo de caso do desastre em Nova Friburgo, Rio de JaneiroSER-SRE-SESPG-INPE-MCTIC-GOV-BRTese (Doutorado em Sensoriamento Remoto)Kampel, Silvana Amaral (presidente)Lopes, Eymar Silva Sampaio (orientador)Monteiro, Antônio Miguel Vieira (orientador)Instituto Nacional de Pesquisas Espaciais (INPE)urlib.net/www/2017/11.22.19.04 upn:3Q3U5H82018-03-12 14:06:02 :: paola.cardozo.del@gmail.com -> yolanda.souza@mcti.gov.br ::2018-03-12 14:49:00 :: yolanda.souza@mcti.gov.br -> administrator ::2018-03-20 16:26:25 :: administrator -> yolanda ::2018-03-20 16:27:14 :: yolanda -> paola.cardozo.del@gmail.com ::2018-04-04 13:59:02 :: paola.cardozo.del@gmail.com -> administrator ::2018-04-04 17:54:28 :: administrator -> simone ::2018-04-04 18:01:51 :: simone -> paola.cardozo.del@gmail.com ::2018-04-05 21:32:20 :: paola.cardozo.del@gmail.com -> administrator ::2018-05-10 12:34:41 :: administrator -> yolanda ::2018-05-10 12:35:58 :: yolanda -> administrator ::2018-05-22 16:41:51 :: administrator -> simone ::
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on inpe.br.

inpe-br-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://inpe.br");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleContentDateSource

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What inpe.br costs to scrape.

The capture above cost $0.000065 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "http://mtc-m21c.sid.inpe.br/col/urlib.net/www/2017/11.22.19.04.03/doc/mirrorget.cgi?metadatarepository=sid.inpe.br%2Fmtc-m21c%2F2018%2F03.12.14.01.45&amp;choice=full&amp;languagebutton=en", "return_format": "markdown"}'

More International scrapers.

Start scraping inpe.br.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.