Data Validation · head-to-head

PurgoMalum vs US Extract

PurgoMalum

PurgoMalum is a free, keyless GET-only web service that strips or flags profanity and obscenity in a submitted text string, recognizing common character substitutions ("@" for "a", "$" for "s") and an internal profanity list that can be extended per-request with an `add` parameter of extra blocked words. Separate request-type paths return the cleaned text as plain text, XML, or JSON, or return just a "true"/"false" verdict via its `containsprofanity` endpoint, so callers pick the shape they need without content negotiation headers. It's a single-purpose text-moderation utility rather than a full profile of a company's platform — there is no dashboard, key, or paid tier.

US Extract

Smarty's US Extract API scans arbitrary blocks of text — emails, PDFs-turned-text, scraped web pages, free-text form fields — to locate and validate US postal addresses embedded inside them, rather than requiring the caller to already know where an address starts and ends. Each match comes back with the same standardized, USPS-checked components (city, state, ZIP+4, delivery-point data) as Smarty's dedicated street-address API, plus the surrounding text offsets. It shares billing and account access with the rest of Smarty's address-data platform, so an existing Smarty key also works here.

PurgoMalumUS Extract
AuthenticationNoneAPI Key
Pricingfreefreemium
FormatsJSON, XML, Plain TextJSON
CORSyesyes
HTTPSYesYes

PurgoMalum needs no API key, while US Extract requires API Key — pick PurgoMalum to start without signup.

More comparisons