Skip to main content
AI Studio  add-on for Spider.
sciencenews.org · HTTP 200

Sciencenews Scraper

Spider read sciencenews.org in 135 ms without a browser and returned 318 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response sciencenews.org/index.md markdown · 318 lines
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)
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 sciencenews.org.

sciencenews-org-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://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();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

HeadlineSummaryAuthorPublished Date

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
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://sciencenews.org/", "return_format": "markdown"}'

More News scrapers.

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.