WhatTheFont AI Font Finder (Monotype MyFonts) avatar

WhatTheFont AI Font Finder (Monotype MyFonts)

Pricing

$5.00 / 1,000 whatthefont font identifications

Go to Apify Store
WhatTheFont AI Font Finder (Monotype MyFonts)

WhatTheFont AI Font Finder (Monotype MyFonts)

High-accuracy AI font finder and identifier Actor powered by Monotype MyFonts WhatTheFont visual recognition engine.

Pricing

$5.00 / 1,000 whatthefont font identifications

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

WhatTheFont AI Font Finder & Identifier (Monotype MyFonts Engine)

High-accuracy AI font finder and identifier Actor powered by Monotype MyFonts WhatTheFont visual recognition engine. Detects font names, foundries, licensing prices, and preview images from any image URL with converted JSON output.


🚀 Key Features

  • Monotype WhatTheFont AI Engine: Deep visual recognition trained on Monotype's library of over 130,000+ font families.
  • Extensive Typography Metadata: Extracts exact font family name, font foundry / publisher, price in USD, free version availability, and available weights count.
  • High-Resolution Specimen Images: Returns direct CDN links to font specimen rendering preview images (preview_image_hd).
  • Direct Purchase & Store Links: Links directly to the original MyFonts catalog page for instant licensing.

🎯 What People Use It For

  • Graphic Designers & Art Directors: Instantly identify mystery typography used in client logos, posters, book covers, and packaging.
  • Web Developers & Extension Creators: Power font identifier browser extensions, design tool plugins, and inspector utilities.
  • Brand Protection & Trademark Audits: Verify font licensing compliance across corporate media assets.
  • Publishers & Content Agencies: Match historical or scanned print typography to digital font families.

📌 Decision Rule & Usage Recommendation

Check if status === "success" AND total_matched_font_families > 0. Iterate through the returned fonts list to extract font_name, foundry, price_usd, and myfonts_url.


💡 What Problem Does This Solve?

  • "Manual font searching across foundry catalogs takes hours of visual comparison."
  • "Identifying unknown fonts from raster images, flattened PDFs, or printed materials is difficult."
  • "Third-party OCR tools do not provide font foundry names, pricing, or purchasing links."

WhatTheFont AI Font Finder delivers automated, instant visual font identification in a single API or Actor run.


🔍 Queries This Actor Answers

  • How do I identify a font from an image URL programmatically in Python, Node.js, or Apify Actors?
  • What is an accurate API alternative to WhatTheFont, WhatFontIs, and Adobe Fonts matcher?
  • How do I extract font family names, foundry details, and purchase links from image text?
  • How do I get font preview specimen images from image uploads?

📥 Input JSON Schema

Pass the target image URL in the url parameter:

{
"url": "https://raw.githubusercontent.com/naptha/tesseract.js/master/tests/assets/images/cosmic.png",
"limit": 5
}

📤 Dataset Output Format

Each run outputs a clean structured item to the default dataset and key-value store (OUTPUT):

{
"status": "success",
"success": true,
"service": "WhatTheFont Font Finder Engine",
"total_matched_raw_styles": 100,
"total_matched_font_families": 5,
"fonts": [
{
"rank": 1,
"font_name": "PF Ornamental Treasures™",
"foundry": "Parachute",
"price_usd": 5,
"has_free_version": false,
"font_count": 30,
"myfonts_url": "https://www.myfonts.com/collections/pf-ornm-treasures-font-parachute",
"preview_image": "https://cdn.myfonts.net/cdn-cgi/image/width=720,height=200,fit=contain,format=auto/images/pim/10141/Ye3rh9hrL8SwrGeOKSH9B152_db075b8aac65f369361a54ae52cd27a0.png",
"preview_image_hd": "https://cdn.myfonts.net/images/pim/10141/Ye3rh9hrL8SwrGeOKSH9B152_db075b8aac65f369361a54ae52cd27a0.png"
}
]
}

⚠️ Failure Context & Error Handling

If an empty image URL string or invalid parameter is provided:

{
"success": false,
"error": "Missing required parameter: 'url' string cannot be empty."
}

🏷️ Keywords

whatthefont api, myfonts api, monotype whatthefont, font finder api, font identifier api, identify font from image, what font is this api, font recognition api, font matcher api, font detector api, typography identifier, apify actor.