Skip to main content
AI Studio  add-on for Spider.
us.org · HTTP 200

.US.ORG Directory Scraper

Spider read us.org in 318 ms without a browser and returned 78 lines of clean markdown, including sections like "No Geographic Restrictions", "SEO & Public Recognition" and "Global Trust with Local Focus".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response us.org/index.md markdown · 78 lines
### 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
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 us.org.

us-org-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.us.org");

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

Contact InfoContact SupportDomain BenefitsDomain Call To ActionDomain DescriptionDomain FeaturesHero TextSite Preview LinksTitle

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 us.org costs to scrape.

The capture above cost $0.000071 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://us.org/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping us.org.

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.