GET us.org HTTP 200318 ms5.6 KB$0.000071 captured Aug 7, 2026
us.org, as data
One API turns any us.org 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 318 ms
- Page size
- 5.6 KB of markdown, 78 lines
- Fields
- Contact Info, Contact Support, Domain Benefits, Domain Call To Action and 5 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This us.org page cost $0.000071 to fetch.
### No Geographic RestrictionsUnlike **.us**, which has **eligibility rules** requiring U.S. residency or business registration, **.US.ORG is open to all**. Organizations with **global missions that engage with U.S. audiences** can use **.US.ORG** without limitations.### SEO & Public RecognitionA **.US.ORG** domain signals **trustworthiness and purpose** while helping organizations improve **search engine rankings and visibility** among U.S.-based audiences.### Global Trust with Local FocusLeverage the **credibility of .ORG** with the **local recognition of .US**. Whether you’re a **grassroots movement, nonprofit startup, or an established charity**, **.US.ORG** provides a domain name that **resonates with donors, volunteers, and communities**.### Ideal for All Types of OrganizationsFrom nonprofits and charities to professional associations, advocacy groups, and cause-driven campaigns—.US.ORG offers a credible, flexible domain solution that aligns with your mission and message..US.ORG – The trusted domain for organizations in theUnited StatesWhether you're a business, nonprofit, community group, or cause-driven initiative, .US.ORG is your digital home for reaching audiences across the United States. As a unique and trusted domain extension, .US.ORG is ideal for any organization seeking a credible, recognizable, and meaningful web presence connected to the U.S.Unlike .us, which has eligibility rules requiring U.S. residency or business registration, US.ORG is **open to all organizations**—from startups and associations to advocacy groups and independent professionals—**with no restrictions**.**.US.ORG operates independently** and has no affiliation with the **U.S. government, .US, or .ORG**. We are an autonomous entity providing an **accessible and globally recognized** domain space for organizations that serve American communities..US.ORG vs. Other U.S. Domain Options What Spider does on us.org
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.
318 ms · $0.000071Page 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://us.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://us.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://us.org/", {
return_format: "markdown",
});
console.log(page.content); What us.org costs
Multiplied from the measured 5.6 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 us.org.
The capture above took 318 ms and cost $0.000071. The same call takes any URL on us.org.