GET citi.com HTTP 200362 ms3.8 KB$0.000049 captured Aug 7, 2026
citi.com, as data
One API turns any citi.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 362 ms
- Page size
- 3.8 KB of markdown, 31 lines
- Fields
- App Body, App Landingpage, App Root, Footer and 14 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This citi.com page cost $0.000049 to fetch.
* **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 What Spider does on citi.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
362 ms · $0.000049Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://depositaryreceipts.citi.com/adr/guides/DRAnnouncement.aspx?pageId=15&subpageID=196&cusip=69343P105", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://depositaryreceipts.citi.com/adr/guides/DRAnnouncement.aspx?pageId=15&subpageID=196&cusip=69343P105", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://depositaryreceipts.citi.com/adr/guides/DRAnnouncement.aspx?pageId=15&subpageID=196&cusip=69343P105", {
return_format: "markdown",
});
console.log(page.content); What citi.com costs
Multiplied from the measured 3.8 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of citi.com.
The capture above took 362 ms and cost $0.000049. The same call takes any URL on citi.com.