Sciencenews Scraper
Spider read sciencenews.org in 135 ms without a browser and returned 318 lines of clean markdown.
By Carly KayDecember 24, 2025‘Black Religion in the Madhouse’ examines psychiatry and race post-Civil War ](https://www.sciencenews.org/article/racism-psychiatry-black-religion-book)By Aimee CunninghamDecember 12, 2025Climate ](https://www.sciencenews.org/topic/climate)A new map traces the sky’s water highways ](https://www.sciencenews.org/article/mapping-water-vapor-atmospheric-river)By Siddhant PusdekarJuly 14, 2026Can geoengineering blunt El Niño’s fury? ](https://www.sciencenews.org/article/geoengineering-el-nino-extremes)By Carolyn GramlingJuly 8, 2026A robot swarm is on a mission to map Greenland’s perilous ice sheets ](https://www.sciencenews.org/article/robot-mission-map-greenland-ice-climate)Astronomy ](https://www.sciencenews.org/topic/astronomy)A newly found world blurs the boundary between planet and moon ](https://www.sciencenews.org/article/exoplanet-object-moon-planet-unknown)By Lisa GrossmanJuly 22, 2026This “exotic weirdo” exoplanet has a rocky surface and an atmosphere ](https://www.sciencenews.org/article/rocky-exoplanet-helium-atmosphere)By Lisa GrossmanJuly 16, 2026A quasar breaks the record for most distant supermassive black hole ](https://www.sciencenews.org/article/record-black-hole-euclj1729-quasar)By Lisa GrossmanJuly 14, 2026Physics ](https://www.sciencenews.org/topic/physics)Pickles glow when you plug them in. Science explains why ](https://www.sciencenews.org/article/pickle-glow-electricity-experiment)A potential hindrance to fusion power may help instead ](https://www.sciencenews.org/article/nuclear-fusion-alpha-particles-reactor)By Emily ConoverJune 24, 2026Here’s what would happen if you tried to break a photon in half ](https://www.sciencenews.org/article/break-photon-in-half-particle-new-ones)By Maria TemmingJune 12, 2026Health & Medicine ](https://www.sciencenews.org/topic/health-medicine) 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 sciencenews.org.
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://sciencenews.org");
// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();
console.log(data);
await spider.close(); import { Spider } from "@spider-cloud/spider-client";
const spider = new Spider({ apiKey: process.env.SPIDER_API_KEY! });
const result = await spider.scrapeUrl("https://www.sciencenews.org", {
return_format: "markdown",
});
console.log(result); Ready for volume? Get an API key →
Fields you can pull.
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 sciencenews.org costs to scrape.
The capture above cost $0.001312 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
Run it keyless, no account
More News scrapers.
Google News Scraper
Extract news articles, headlines, publication sources, and trending stories from Google News.
BBC News Scraper
Extract news articles, headlines, and publication data from BBC News.
CNN Scraper
Extract news articles, headlines, and video content data from CNN.
Start scraping sciencenews.org.
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.