Similar websites (beta)
Get list of domains used for similar websites
This endpoint can find the domains used by websites that are similar with the queried domain. Example:
"sonos.com" -> bose.com, stereophile.com, beatsbydre.com
"stripe.com" -> paypal.com, braintree.com, adyen.com
Get the domains of similar websites
GET
https://domains-api.com/domains/{domain}/similar-websites
Path Parameters
Name
Type
Description
domain*
String
Valid domain name
Query Parameters
Name
Type
Description
apiKey
String
Your API Key
limit
Number
How many domains to return. Default: 10
Headers
Name
Type
Description
Authorization
String
Your API Key. Include it as Bearer dm_abc123
The successful response will be in JSON format, and is an Object with WHOIS servers as keys.
Examples
Last updated
Was this helpful?