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

Citibank Homepage Extractor Scraper

Spider read citi.com in 362 ms without a browser and returned 31 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response depositaryreceipts.citi.com/adr/guides/DRAnnouncement.md markdown · 31 lines
* **DR Market Notification Update - Russia** 10/08/2024* **Russian DR Programs - Books Closure Information** 8/05/2024* **Russian DR Programs - Books Closure Information** 8/02/2024* **Russian DR Programs - Books Close for Cancellations** 11/22/2022* **Russian DR Program - Books Open for Cancellations - PJSC Lukoil** 10/05/2022* **Russian DR Programs - Books Will Close for Cancellations - EN+ Group plc, PJSC Lukoil** 8/18/2022* **Russian DR Programs - Books Remaining Open for Cancellations Notice** 8/10/2022* **Russian DR Programs - Books Close for Cancellations** 8/09/2022* **Russian DR Programs - Books Open for Cancellations** 4/21/2022* **Russian DR Programs - Books Open for Cancellations** 4/06/2022* **PJSC Lukoil - Notice of Change in Custodian** 3/16/2022* **Books Notice - Russian Programs** 2/28/2022* **PJSC Lukoil 2021 Extraordinary General Meeting - Depositary Notice Cusip 69343P105** 10/22/2021* **PJSC Lukoil 2021 Annual General Shareholders’ Meeting (AGM) -- Depositary’s Notice – CUSIP 69343P105** 5/24/2021* **PJSC Lukoil 2020 Extraordinary General Shareholders’ Meeting - Depositary’s Notice – CUSIP 69343P105** 10/26/2020* **PJSC Lukoil 2020 Annual General Shareholders’ Meeting (AGM) -- Depositary’s Notice – CUSIP 69343P105** 5/27/2020* **PJSC Lukoil 2019 Extraordinary General Shareholders’ Meeting (EGM) -- Depositary’s Notice – CUSIP 69343P105 ADR** 10/29/2019* **PJSC Lukoil 2019 Annual General Shareholders’ Meeting (AGM) -- Depositary’s Notice – CUSIP 69343P105 ADR** 5/22/2019* **PJSC Lukoil 2018 Extraordinary General Shareholders’ Meeting -- Depositary’s Notice – CUSIP 69343P105 ADR** 10/30/2018* **PJSC Lukoil 2018 Annual General Shareholders’ Meeting (AGM) -- Depositary’s Notice – CUSIP 69343P105 ADR** 5/15/2018* **PJSC Lukoil 2017 Extraordinary General Shareholders’ Meeting -- Depositary’s Notice – CUSIP 69343P105 ADR** 10/31/2017
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 citi.com.

citi-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.citi.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.

App BodyApp LandingpageApp RootFooterMain ContentMfa ConfirmMfa ModalModal AlertModal BackdropModal BodyModal CloseModal OkModal TitleRoute DetectorRouter OutletSession HandlerSession Handler IntervalSimple Layout

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

The capture above cost $0.000049 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://depositaryreceipts.citi.com/adr/guides/DRAnnouncement.aspx?pageId=15&subpageID=196&cusip=69343P105", "return_format": "markdown"}'

More Finance scrapers.

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