Skip to main content
AI Studio  add-on for Spider.
thehackernews.com · HTTP 200

Thehackernews Scraper

Spider read thehackernews.com in 183 ms without a browser and returned 162 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response thehackernews.com/index.md markdown · 162 lines
## CryptoJS Weak RNG Behind $5.7 Million in Drains Affects Five Crypto Wallet Apps **Aug 06, 2026 Vulnerability / Blockchain Coinspect has identified CryptoJS.lib.WordArray.random() as the weak random number generator behind the Ill Bloom wallet drains . Introduced in the JavaScript cryptography library 12 years ago, the function supplied weak entropy that affected wallet apps used to generate recovery phrases. Coinspect's on-chain analysis puts the measured theft across two sweeps since late May at a lower bound of roughly $5.7 million. The blockchain security firm, which coined the Ill Bloom name in July, has now confirmed five applications that used the generator as an entropy source for recovery-phrase generation: RRWallet , which Coinspect says is discontinued. No fix. Bexo Wallet , which Coinspect says has been fixed in version 20.1.0, although the updated builds had not yet been uploaded. NanChat , which independently confirmed versions before 1.3.0 were affected. Fixed in 1.3.0. Bitcoin Libre , which Coinspect says fixed the issue in version 4, released July 2024. Milo , w...## How AI-Assisted Attacks Are Breaking Legacy SIEM Tools **August 3, 2026 Read ➝## A Look Inside Lasso's AI Security Platform **July 27, 2026 Read ➝## Claude Runs Across Six Surfaces in Your Company. Your Security Team Sees One. **July 27, 2026 Read ➝## How to Make Social Engineering Unprofitable **July 22, 2026 Read ➝11 Real Stories: How Identity Exposure Unlocks Active Attack Paths Map cross-domain privilege escalation to sever breach routes at key choke points.Burp, sqlmap, SSRF, XXE, SSTI: Web Exploitation, Hands-On 35 labs plus a live CTF take you from recon to remote code execution. GWAPT prep, SANS CDI in D.C.SANS AI Cybersecurity Summit Returns This November Learn how practitioners are applying AI to today's cybersecurity challenges.Get the Latest News in Your InboxGet the latest news, expert insights, exclusive resources, and strategies from industry leaders, all for free.
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 thehackernews.com.

thehackernews-com-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://thehackernews.com");

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

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 thehackernews.com costs to scrape.

The capture above cost $0.000295 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://thehackernews.com/", "return_format": "markdown"}'

More News scrapers.

Start scraping thehackernews.com.

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.