I24news Scraper
Spider read i24news.tv in 239 ms without a browser and returned 218 lines of clean markdown, including the section "News feed".
2 min Society ### Beit Shemesh farm owner arrested on suspicion of causing the blaze and growing drugs A 57-year-old resident of Ksalon was arrested on suspicion of negligently causing a major fire. Details indicate that the fire broke out in a shed he used to grow drugs Read time: 2 min.3 min Defense News ### Two Ashkelon residents indicted for spying on behalf of Iranian intelligence One of the suspects was allegedly instructed by an Iranian agent to travel to Eilat and purchase a modern cell phone with a high-quality camera to perform photography tasks under the agent's direction Read time: 3 min.## News feed'It's not happening,' the most likely scenario going forward between the US and Iran Read more...Watch: Two Israelis accidentally enter Jenin in the West Bank and were stoned by dozens of Palestinians Read more...IDF says it struck Hezbollah terror infrastructure over the last 24 hours in retaliation for deaths of two IDF soldiers‘We need to elect JD:’ Trump tells donors he plans to back Vice President Vance for 2028 Presidential bid - reportTrump dismisses report of US munitions shortages as ‘fake news,’ says weapons stockpiles remain strong, warn leakers face ‘jail sentences' Read more...Houthis claim overnight missile attacks on two Saudi oil tankers in the Red Sea and Gulf of Aden Read more...IDF announces the deaths of Major (Res.) Birenstock and Chief Master Sergeant (Res.) Vaknin following an explosion in southern Lebanon Read more...i24NEWS exclusive: UK launches investigation into donors funding religious Yeshivas in the West Bank Read more...IDF Chief after situational assessment in Gaza: Hamas significantly weakened, military will maintain forward defense Read more...Netanyahu: Israel will continue acting to prevent Iran from obtaining nuclear weapons, with or without an agreement 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 i24news.tv.
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://i24news.tv");
// 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.i24news.tv", {
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 i24news.tv costs to scrape.
The capture above cost $0.00037 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 i24news.tv.
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.