Get a domain analysis.

Parameters

ParameterDescription
Domain NameThe name of the domain to scan.

Example Output

{
	"WhoisRecord": {
		"domainName": "<string>",
		"registrarName": "<string>",
		"registryData": {
			"createdDateNormalized": "2005-02-20",
			"updatedDateNormalized": "2005-02-20",
			"updatedDate": "2005-02-20",
			"administrativeContact": {
				"organization": "<string>",
				"email": "<string>",
				"telephone": "<string>"
			},
			"header": "<string>",
			"audit": {
				"createdDate": "2025-04-01 21:05:25 UTC",
				"updatedDate": "2025-04-01 21:05:25 UTC"
			},
			"domainName": "<string>",
			"registrarName": "<string>",
			"createdDate": "2000-08-25",
			"registrant": {
				"country": "<string>",
				"countryCode": "<string>",
				"rawText": "<string>",
				"organization": "<string>",
				"street1": "<string>",
				"city": "<string>",
				"state": "<string>",
				"postalCode": "<string>"
			},
			"technicalContact": {
				"organization": "<string>",
				"email": "<string>",
				"telephone": "<string>"
			},
			"zoneContact": {
				"organization": "<string>",
				"email": "<string>",
				"telephone": "<string>"
			},
			"rawText": "<string>",
			"strippedText": "<string>",
			"parseCode": "<string>",
			"registrarIANAID": "<string>"
		},
		"domainNameExt": "<string>",
		"parseCode": "<string>",
		"audit": {
			"createdDate": "2025-04-01 21:05:25 UTC",
			"updatedDate": "2025-04-01 21:05:25 UTC"
		},
		"registrarIANAID": "<string>",
		"contactEmail": "<string>",
		"estimatedDomainAge": "<string>"
	}
}

Workflow Library Example

Get Domain Analysis with Whois and Send Results Via Email

Preview this Workflow on desktop