Skip to main content
AI Studio  add-on for Spider.
arabnews.com

Arabnews Scraper

Extract news articles, headlines, and publication data from Arabnews.

No key required
curl -X POST https://api.spider.cloud/scrape \
  -H "Content-Type: application/json" \
  -d '{"url": "https://arabnews.com/", "return_format": "markdown"}'

This exact call produced the response beside it. Get a key →

Content
731 lines 38.8 KB markdown
Render
No browser plain request is enough
Fetch time
277 ms one measured fetch
This fetch cost
$0.000304 bandwidth plus compute
Arab News | Worldwide News, Latest Breaking News & Updates https://arabnews.com/
Houthi attacks wound 11 in Saudi Arabia after deadly strike on Yemen troops Saudi Arabia * Najran shelling follows missile and drone assault that killed at least 58 troops in Yemen * Escalating attacks deepen fears of renewed war after collapse of Yemen truce Arab News 07 August 2026 ## Top Headlines **
Saudi-led maritime coalition expected to expand, newly appointed commander says Arab News 06 August 2026 ") **
Coalition embodies international recognition of need to protect maritime security, Al-Maliki says Arab News 06 August 2026 ") **
Pakistan PM arrives in Saudi Arabia Arab News 06 August 2026 **
Rome talks focus on Lebanon detainees as negotiations with Israel make limited progress NAJIA HOUSSARI 06 August 2026 **
Saudi crown prince, French president discuss regional situation Arab News 07 August 2026 **
Board of Peace prepares construction contract for stabilization force base in Gaza Arab News 06 August 2026 **
UN peacekeepers record worst Israeli escalation in Lebanon since June ceasefire deal Ephrem Kossaify 06 August 2026 **
Israeli doctors’ group petitions court for medical review of Hussam Abu Safiya Arab News 06 August 2026 Middle East ### Tanker reports explosions while transiting Strait of Hormuz, crew safe Agencies 06 August 2026 ## Editor's Choice Middle East ### Could a US-Iran deal over Hormuz reshape global shipping and the rules of international trade? ** Middle East ### Six years after Beirut port blast, survivors say they are ‘alive, but it’s not a life’ ** Middle East ### Can Trump’s ‘art of the deal’ strategy reshape the conflict with Iran? ** Middle East ### All you need to know about Ceuta amid the migration debate ** MORE ** Editor's Choice ** **
## Opinion
From free convenience to metered intelligence
Rafael Hernández de Santiago
Turkiye has emerged as Syria’s principal organizing force
Foreign aid is changing, not disappearing
India’s BRICS presidency faces serious challenges
HTTP 200

You just saw the output.

That was one page. A key runs the same call across every URL on arabnews.com, with browser rendering, proxies, and concurrency. Sign up and a free balance lands on your account. No card required to test.

  • Free balance on signup, no card
  • Failed requests cost $0
  • robots.txt respected by default

The same call, in code.

The keyless call above returns markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on arabnews.com.

arabnews-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://arabnews.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 DateCategoryArticle 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 arabnews.com costs to scrape.

The capture above cost $0.000304 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 →

More News scrapers.

Start scraping arabnews.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.