Skip to main content
AI Studio  add-on for Spider.
osti.gov · HTTP 200

Osti Scraper

Spider read osti.gov in 533 ms without a browser and returned 345 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response osti.gov/pages/biblio/2229069.md markdown · 345 lines
|Medium-Voltage Solid-State Transformer: Technology for a Smarter and Resilient Grid* IEEE Industrial Electronics Magazine, Vol. 10, Issue 3https://doi.org/10.1109/MIE.2016.2589061|A Transformerless Intelligent Power Substation: A three-phase SST enabled by a 15-kV SiC IGBT* Mainali, Krishna; Tripathi, Awneesh; Madhusoodhanan, Sachin* IEEE Power Electronics Magazine, Vol. 2, Issue 3https://doi.org/10.1109/MPEL.2015.2449271|Power Electronics Technologies for Railway Vehicles* 2007 Power Conversion Conference - Nagoyahttps://doi.org/10.1109/PCCON.2007.373146|Medium frequency transformers for solid-state-transformer applications — Design and experimental verification* 2013 IEEE 10th International Conference on Power Electronics and Drive Systems (PEDS)https://doi.org/10.1109/PEDS.2013.6527217|Large Scale Grid Integration of Photovoltaic and Energy Storage Systems Using Triple Port Dual Active Bridge Converter Modules* Nair R., Viju; Gulur, Srinivas; Chattopadhyay, Ritwik* 2018 IEEE Power & Energy Society General Meeting (PESGM)https://doi.org/10.1109/PESGM.2018.8586158|GE MW SiC PV inverter development* 2016 IEEE 43rd Photovoltaic Specialists Conference (PVSC)https://doi.org/10.1109/PVSC.2016.7750312|Evaluating the Cost Benefits of U.S. Utility-Scale Photovoltaics Plus Energy Storage Systems* Fu, Ran; Remo, Timothy; Margolis, Robert* 2018 IEEE 7th World Conference on Photovoltaic Energy Conversion (WCPEC) (A Joint Conference of 45th IEEE PVSC, 28th PVSEC & 34th EU PVSEC)https://doi.org/10.1109/PVSC.2018.8547852|Solid-State Transformer and MV Grid Tie Applications Enabled by 15 kV SiC IGBTs and 10 kV SiC MOSFETs Based Multilevel Converters* Madhusoodhanan, Sachin; Tripathi, Awneesh; Patel, Dhaval* IEEE Transactions on Industry Applications, Vol. 51, Issue 4https://doi.org/10.1109/TIA.2015.2412096
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 osti.gov.

osti-gov-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://osti.gov");

// 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.

TitleDepartmentDateDescriptionDocument URL

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 osti.gov costs to scrape.

The capture above cost $0.000397 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": "https://www.osti.gov/pages/biblio/2229069", "return_format": "markdown"}'

More Government scrapers.

Start scraping osti.gov.

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.