Rdap Domain Scraper avatar
Rdap Domain Scraper

Under maintenance

Pricing

$1.00 / 1,000 results

Go to Store
Rdap Domain Scraper

Rdap Domain Scraper

Under maintenance

Developed by

Jan

Jan

Maintained by Community

This Actor scrapes comprehensive domain registration information using the RDAP (Registration Data Access Protocol) API. It fetches detailed domain data including registration dates, expiration dates, registrant information, nameservers, and DNS security details.

0.0 (0)

Pricing

$1.00 / 1,000 results

0

Total users

1

Monthly users

1

Last modified

10 days ago

RDAP Domain Information Scraper

This Actor scrapes comprehensive domain registration information using the RDAP (Registration Data Access Protocol) API. It fetches detailed domain data including registration dates, expiration dates, registrant information, nameservers, and DNS security details.

Input

The Actor expects a JSON input with a domains array:

{
"domains": [
"google.com"
]
}

Output

The Actor outputs a single dataset entry containing all domain information:

{
"domains": [
{
"domain": "google.com",
"domainHandle": "google.com",
"registrationDate": "1997-09-15T04:00:00Z",
"expirationDate": "2028-09-13T04:00:00Z",
"lastChangedDate": "2023-09-13T04:00:00Z",
"transferDate": null,
"registrant": "REDACTED FOR PRIVACY",
"registrar": "MarkMonitor Inc.",
"nameservers": ["ns1.google.com", "ns2.google.com", "ns3.google.com", "ns4.google.com"],
"status": ["clientTransferProhibited", "clientDeleteProhibited"],
"whoisServer": "whois.markmonitor.com",
"rdapConformance": ["rdap_level_0"],
"dnssecZoneSigned": true,
"dnssecDelegationSigned": true,
"dnssecAlgorithm": 8,
"dnssecKeyFlags": 257,
"dnssecPublicKey": "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJjVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2kCT0hkOtvuHhgI+m/9aZTz/RfBp4+xMhQylUV8MzQYAryVWkOASkXjaxSOPy/BRn0qR6HQ6sv4DyB0a9ul2GxoxI2lxfU65uiIeE8lU995R5XCC4U0WqHy2w==",
"dnssecMaxSigLife": 86400
}
]
}

On this page

Share Actor: