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

ING Website Data Extractor Scraper

Spider read ing.com in 147 ms without a browser and returned 216 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response ing.com/index.md markdown · 216 lines
ING posts 2Q2026 net result of €1,947 million, reflecting accelerated growth in customer base and customer balances.In total 865,193 shares were repurchased during the week of 20 July up to and including 24 July 2026.In total 1,200,000 shares were repurchased during the week of 13 July up to and including 17 July 2026.In total 950,000 shares were repurchased during the week of 6 July up to and including 10 July 2026.In total 950,000 shares were repurchased during the week of 29 June up to and including 3 July 2026.ING accelerates growth in Private Banking with strategic investment in leading Spanish wealth manager Singular BankING today announced a strategic investment in its Private Banking capabilities by acquiring a stake of approximately 40% in leading Spanish wealth manager Singular Bank.In total 860,000 shares were repurchased during the week of 22 June up to and including 26 June 2026In total 1,500,000 shares were repurchased during the week of 15 June up to and including 19 June 2026.ING appoints Bob Bakker as head of Investor RelationsIn total 1,750,000 shares were repurchased during the week of 8 June up to and including 12 June 2026.ING appoints Hilde Garssen to the Management Board BankingING reduces its stake in TMBThanachart BankIt'll be a partial reduction of our stake in TMBThanachart Bank.ING rolls out global subscription banking modelING today announced a new global subscriptions model designed to make daily banking easier and deliver greater value for customers.##### We're a global bank with a strong European base.
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 ing.com.

ing-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://www.ing.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.

ImagesItem ContainerItem ImageItem LinksLinksMeta DescriptionSite Description

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

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

More Finance scrapers.

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