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

Publicsuffix Scraper

Spider read publicsuffix.org in 398 ms without a browser and returned 14 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response publicsuffix.org/index.md markdown · 14 lines
A "public suffix" is one under which Internet users can (or historically could) directly register names. Some examples of public suffixes are `com`, `co.uk` and `pvt.k12.ma.us`. The Public Suffix List is a list of all known public suffixes.The Public Suffix List is an initiative of Mozilla, but is maintained as a community resource. It is available for use in any software, but was originally created to meet the needs of browser manufacturers. It allows browsers to, for example:Avoid privacy-damaging "supercookies" being set for high-level domain name suffixesHighlight the most important part of a domain name in the user interfaceAccurately sort history entries by siteWe maintain a fuller (although not exhaustive) list of what people are using it for. If you are using it for something else, you are encouraged to tell us, because it helps us to assess the potential impact of changes. For that, you can use the psl-discuss mailing list, where we consider issues related to the maintenance, format and semantics of the list. Note: please do not use this mailing list torequest amendments to the PSL's data.It is in the interest of Internet registries to see that their section of the list is up to date. If it is not, their customers may have trouble setting cookies, or data about their sites may display sub-optimally. So we encourage them to maintain their section of the list by submitting amendments.
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 publicsuffix.org.

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

Business NameAddressPhoneCategoryRatingWebsite

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

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

More Directories scrapers.

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