GET capitalgroup.com HTTP 2001.2 s3.8 KB$0.000032 captured Aug 7, 2026
capitalgroup.com, as data
One API turns any capitalgroup.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 1.2 s
- Page size
- 3.8 KB of markdown, 79 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This capitalgroup.com page cost $0.000032 to fetch.
Update personal account information## Before you get startedContact information and account updates processed online are applied immediately to your account and are viewable online the day they are processed. Mailed requests are generally processed within 3 to 5 business days of being received.* Most accounts allow you to **log in** and update your personal and contact information, including:* When an account’s address is changed, there is a 10-calendar-day wait before a check can be mailed to the new address* To ensure you are notified of changes made to your account, an account change confirmation may be mailed to your address of record. This occurs regardless of any electronic document delivery elections you’ve made.Learn how to update personal information on your accountChanging your address or phone numberMost accounts allow you to update your contact information online. Go to your account and select **Profile**.Review how to change your name on an account.Changing your beneficiariesReview beneficiary designations by account type and how to change your beneficiaries.Use these guides to identify account updates that may be needed after you experience a life-changing event.Go paperless and be notified as soon as your documents are availableGet your documents faster with paperless delivery — up to 2 weeks faster than you would by mail.Find information on completing transactions and updates by account type### Education/custodial### Individual retirement### Employer-sponsored### Non-retirement**Individual and joint accounts**Have questions? We're here to help.Contact us 8:00 a.m. to 7:00 p.m. ET, Monday through Friday.All Capital Group trademarks mentioned are owned by The Capital Group Companies, Inc., an affiliated company or fund. All other company and product names mentioned are the property of their respective companies.Use of this website is intended for U.S. residents only. What Spider does on capitalgroup.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.
1.2 s · $0.000032Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows capitalgroup.com's own links, respects robots, streams pages as they land.
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://www.capitalgroup.com/individual/service-and-support/account-updates/update-contact-information.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.capitalgroup.com/individual/service-and-support/account-updates/update-contact-information.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.capitalgroup.com/individual/service-and-support/account-updates/update-contact-information.html", {
return_format: "markdown",
});
console.log(page.content); What capitalgroup.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 capitalgroup.com.
The capture above took 1.2 s and cost $0.000032. The same call takes any URL on capitalgroup.com.