Skip to main content
Normalize a Domain with Clay

Takes in a URL as an input and normalize it to a specified standard

Updated over a week ago

Introduction

This integration allows users to normalize domain URLs using Clay's domain normalization service. The action takes a URL input and standardizes it according to specified criteria, including the following: Bare (i.e. apple.com), Include www. (i.e. www.apple.com), Include https:// (i.e. https://www.apple.com), Isolate the domain (e.g. https://corporate.apple.com โ†’ apple.com). This process helps maintain consistency in domain formatting across your Clay workspace, enhancing data quality and facilitating more accurate matching and analysis of domain-related enrichment actions.

Input

Name

Is Optional

Description

Type

URL

The URL of the website to normalize

url

Normalization Type

Please enter one of the following options: 'bare', 'includeWWW', 'includeHTTPS', or 'bareDomain'

text

Output

Name

Type

Success

boolean

Normalized Url

url

Did this answer your question?