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 |