Website Font Detector API — Fonts Used on Any Page avatar

Website Font Detector API — Fonts Used on Any Page

Pricing

$10.00 / 1,000 page scanneds

Go to Apify Store
Website Font Detector API — Fonts Used on Any Page

Website Font Detector API — Fonts Used on Any Page

Detect what fonts a website uses via API. Input: a page URL. Output: JSON with @font-face declarations, font-family stacks, and Google/Adobe Fonts link URLs found on the page. Handy for design and brand audits. Cheap pay-per-result: $0.01 per page scanned.

Pricing

$10.00 / 1,000 page scanneds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Webpage Font Detector

Detect every font a webpage uses — @font-face declarations, font-family stacks, and Google / Adobe Fonts links — in one fast HTTP scan.

Live on the Apify Store — run it instantly, or call it as an agent tool via Apify MCP.

What you get

  • Every unique font family on the page, de-duplicated.
  • Each family labeled by source: webfont (@font-face), google (Google Fonts), adobe (Typekit/Adobe Fonts), or system (referenced in a font-family stack only).
  • For loadable fonts, the actual file URLs (and format where declared).
  • Works on a single URL or a bulk list (up to 50 pages per run).

Input

{
"url": "https://github.com",
"urls": ["https://stripe.com", "https://vercel.com"],
"maxUrls": 25
}
  • url — single page to scan.
  • urls — array of pages (combined with url).
  • maxUrls — cap per run (1–50, default 25).

Output

One dataset item per URL:

{
"url": "https://github.com",
"finalUrl": "https://github.com/",
"status": 200,
"fontCount": 3,
"fonts": [
{ "family": "Mona Sans", "source": "webfont", "files": [{ "url": "https://github.githubassets.com/assets/mona-sans.woff2", "format": "woff2" }] },
{ "family": "Hubot Sans", "source": "webfont", "files": [{ "url": "https://github.githubassets.com/assets/hubot-sans.woff2", "format": "woff2" }] },
{ "family": "Roboto", "source": "google", "files": [{ "url": "https://fonts.googleapis.com/css2?family=Roboto" }] }
]
}

Pricing: pay-per-event — $0.01 per page scanned.