{"info":{"_postman_id":"a24d35f7-009d-4196-bf9e-bd74d0ec056c","name":"Domai","description":"<html><head></head><body><p>Documentation for domai.io's API. You can <a href=\"https://www.domai.io/register/\">request API access here</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33105161","collectionId":"a24d35f7-009d-4196-bf9e-bd74d0ec056c","publishedId":"2sA2xb7GNd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4b5de4"},"publishDate":"2024-03-03T17:09:54.000Z"},"item":[{"name":"Account","item":[{"name":"Get token","id":"d9b6005d-4687-433a-8031-d551e582934d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"<username>","description":"<p>(required)</p>\n","type":"text"},{"key":"password","value":"<password>","description":"<p>(required)</p>\n","type":"text"}]},"url":"https://api.domai.io/account/get-token/","description":"<p>Generates a token which will be required for Suggestions functions. Use the username and password you obtained from your administrator.</p>\n","urlObject":{"protocol":"https","path":["account","get-token",""],"host":["api","domai","io"],"query":[],"variable":[]}},"response":[{"id":"d76f3a10-78ba-47d4-b983-b89a1fa5db52","name":"Get token","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"<username>","description":"(required)","type":"text"},{"key":"password","value":"<password>","description":"(required)","type":"text"}]},"url":"https://api.domai.io/account/get-token/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"0e4f3545f34a7458bf3bf6ec57ccffca;o=1"},{"key":"Date","value":"Tue, 24 Sep 2024 10:47:14 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"f8c1d3b8a2401e9c1d235c4f9a\"\n}"}],"_postman_id":"d9b6005d-4687-433a-8031-d551e582934d"},{"name":"Set supported TLDs","id":"b520b418-80bc-488e-9938-0fd4d076078b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"supported_TLDs","value":"<list of supported TLDs>","equals":false,"description":"<p>(optional) List of available TLDs in JSON array format: [\".TLD1\",\".TLD2\"]. If this parameter is ignored, the list of supported TLDs will be set to default.</p>\n"}]},"url":"https://api.domai.io/account/supported-TLDs/","description":"<p>Set and update the list of TLDs which you support. We will use that list to restrict generated domain names to the TLDs you support. By default all the TLDs are included in the suggestions.</p>\n<p><strong>WARNING:</strong> Any changes to the list of available TLDs is immediate. Ensure you are using the right list before making changes.</p>\n","urlObject":{"protocol":"https","path":["account","supported-TLDs",""],"host":["api","domai","io"],"query":[],"variable":[]}},"response":[{"id":"f891e92a-bf12-42b3-8700-8aa7497d0b2f","name":"Set TLD availability","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"supported_TLDs","value":"<list of supported TLDs>","equals":false,"description":"(optional) List of available TLDs in JSON array format: [\".TLD1\",\".TLD2\"]. If this parameter is ignored, the list of supported TLDs will be set to default."}]},"url":"https://api.domai.io/account/supported-TLDs/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Mar 2024 17:37:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Supported TLDs updated successfully\"\n}"}],"_postman_id":"b520b418-80bc-488e-9938-0fd4d076078b"},{"name":"Check supported TLDs","id":"14f28b4c-08e6-4f93-9afa-80568cd78b38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/account/supported-TLDs/","description":"<p>See the list of your supported TLDs. Use this endpoint if you'd like to confirm which TLDs you support for domain suggestions. Use a PUT request to amend the list of supported TLDs (see above).</p>\n","urlObject":{"protocol":"https","path":["account","supported-TLDs",""],"host":["api","domai","io"],"query":[],"variable":[]}},"response":[{"id":"8661121a-9dd7-4218-b58d-51a753e6b232","name":"See supported TLDs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":"https://api.domai.io/account/supported-TLDs/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept"},{"key":"allow","value":"GET, PUT, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"60b8d38c97db3248213c7ea5e339891a"},{"key":"Date","value":"Tue, 24 Sep 2024 11:03:30 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"4095"}],"cookie":[],"responseTime":null,"body":"{\n    \"supported_TLDs\": [\n        \".com\",\n        \".net\",\n        \".org\"\n    ]\n}"}],"_postman_id":"14f28b4c-08e6-4f93-9afa-80568cd78b38"}],"id":"7774f4be-b4d2-417a-ad3f-fd559379ed4b","description":"<p>You wil need to request a username and password from your administrator. Once obtained, you can generate a bearer token to use the API.</p>\n","_postman_id":"7774f4be-b4d2-417a-ad3f-fd559379ed4b"},{"name":"Intelligence","item":[{"name":"Domain suggestions","item":[{"name":"suggest","id":"48e5dd4e-d24e-4cec-9de3-812835ba3010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/suggest/?query=<domain or description>&forceCharLimit=<True or False>","description":"<p>This endpoint returns domain name suggestions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","suggest",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain name or business/project description</p>\n","type":"text/plain"},"key":"query","value":"<domain or description>"},{"disabled":true,"description":{"content":"<p>(optional) specify TLDs to imperatively include in suggestions (e.g. {\".xyz\": 2, \".cfd\":1} will return the first two domains with .xyz and the third domain with .cfd). This hard requirement may increase response time however.\nYou may include \"ccTLD\" as a key if you'd like to return a set number of the locally-relevant ccTLD based on the user's IP address (e.g. {\"ccTLD\": 2, \".xyz\": 2} will return the first two domains with .fr for a France-based user, and the third and fourth domains with .xyz). </p>\n<p>Or specify TLDs you'd like to prioritise (e.g. [\".xyz\", \".cfd\"]) - this will just increase the likelihood of these TLDs being included in the suggestions. The locally relevant ccTLD is automatically passed if you use the clientIP parameter.</p>\n","type":"text/plain"},"key":"TLDpreference","value":"<array or dictionary>"},{"disabled":true,"description":{"content":"<p>(optional) style of suggestions - random, alliteration, metaphore, twoword, misspelled, ify</p>\n","type":"text/plain"},"key":"style","value":"<style>"},{"disabled":true,"description":{"content":"<p>(optional) number of results returned. A high number of results may increase total response time. Default is 15 results (recommended).</p>\n","type":"text/plain"},"key":"results","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) preferred language for domain suggestions, in lower case (e.g. english, spanish, french, etc.). The API supports most languages. The default language is English. Note that the AI will suggest domains most likely to be registered based on your search data, and they may therefore not all be in the language specified in this parameter.</p>\n","type":"text/plain"},"key":"preferredLanguage","value":"<preferredLanguage>"},{"disabled":true,"description":{"content":"<p>(optional) minimum number of characters given by default as a preference to the AI. To implement this as a hard limit, use forceCharLimit.</p>\n","type":"text/plain"},"key":"minChar","value":"<minChar>"},{"disabled":true,"description":{"content":"<p>(optional) maximum number of characters - must be at least 5. To implement this as a hard limit, use forceCharLimit.</p>\n","type":"text/plain"},"key":"maxChar","value":"<maxChar>"},{"description":{"content":"<p>(optional) defined whether the character limits given are hard limits (True) or soft limits given as a preference to the AI (False).</p>\n","type":"text/plain"},"key":"forceCharLimit","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) keyword to include in suggestions</p>\n","type":"text/plain"},"key":"keyword","value":"<keyword>"},{"disabled":true,"description":{"content":"<p>(optional) place of keyword - start, end, random. Note this requirement will be less effective on ify style suggestions as they are designed to end in ly/ify.</p>\n","type":"text/plain"},"key":"keywordPlace","value":"<keyword place>"},{"disabled":true,"description":{"content":"<p>(optional) define whether the keyword must imperatively be included in each suggestion. True risks increasing response time. Variable is set to False by default, and cannot be set to True for ify style.</p>\n","type":"text/plain"},"key":"keywordRequired","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) defines whether the results should be sent as an SSE stream or in JSON format. Default is SSE stream. SSE stream is recommended for faster response time. </p>\n","type":"text/plain"},"key":"outputFormat","value":"<JSON or stream>"},{"disabled":true,"description":{"content":"<p>(optional) IP address of your user. This will automatically trigger geotargeting to suggest domains with local ccTLD.</p>\n","type":"text/plain"},"key":"clientIP","value":"<IP address>"},{"disabled":true,"description":{"content":"<p>(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)</p>\n","type":"text/plain"},"key":"usageID","value":"<string>"}],"variable":[]}},"response":[{"id":"feddfa68-9552-402c-a05e-37b1330a0708","name":"suggest","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/suggest/?query=<domain or description>","protocol":"https","host":["api","domai","io"],"path":["intelligence","suggest",""],"query":[{"key":"query","value":"<domain or description>","description":"(required) domain name or business/project description"},{"key":"TLDpreference","value":"<array or dictionary>","description":"(optional) specify TLDs to imperatively include in suggestions (e.g. {\".xyz\": 2, \".cfd\":1} will return the first two domains with .xyz and the third domain with .cfd). This hard requirement may increase response time however.\nYou may include \"ccTLD\" as a key if you'd like to return a set number of the locally-relevant ccTLD based on the user's IP address (e.g. {\"ccTLD\": 2, \".xyz\": 2} will return the first two domains with .fr for a France-based user, and the third and fourth domains with .xyz). \nOr specify TLDs you'd like to prioritise (e.g. [\".xyz\", \".cfd\"]) - this will just increase the likelihood of these TLDs being included in the suggestions. The locally relevant ccTLD is automatically passed if you use the clientIP parameter.","disabled":true},{"key":"style","value":"<style>","description":"(optional) style of suggestions - random, alliteration, metaphore, twoword, misspelled, ify","disabled":true},{"key":"results","value":"<integer>","description":"(optional) number of results returned. A high number of results may increase total response time. Default is 15 results (recommended).","disabled":true},{"key":"preferredLanguage","value":"<preferredLanguage>","description":"(optional) preferred language for domain suggestions, in lower case (e.g. english, spanish, french, etc.). The API supports most languages. The default language is English. Note that the AI will suggest domains most likely to be registered based on your search data, and they may therefore not all be in the language specified in this parameter.","disabled":true},{"key":"minChar","value":"<minChar>","description":"(optional) minimum number of characters","disabled":true},{"key":"maxChar","value":"<maxChar>","description":"(optional) maximum number of characters - must be at least 5","disabled":true},{"key":"keyword","value":"<keyword>","description":"(optional) keyword to include in suggestions","disabled":true},{"key":"keywordPlace","value":"<keyword place>","description":"(optional) place of keyword - start, end, random. Note this requirement will be less effective on ify style suggestions as they are designed to end in ly/ify.","disabled":true},{"key":"keywordRequired","value":"<True or False>","description":"(optional) define whether the keyword must imperatively be included in each suggestion. True risks increasing response time. Variable is set to False by default, and cannot be set to True for ify style.","disabled":true},{"key":"outputFormat","value":"<JSON or stream>","description":"(optional) defines whether the results should be sent as an SSE stream or in JSON format. Default is SSE stream. SSE stream is recommended for faster response time. ","disabled":true},{"key":"clientIP","value":"<IP address>","description":"(optional) IP address of your user. This will automatically trigger geotargeting to suggest domains with local ccTLD.","disabled":true},{"key":"usageID","value":"<string>","description":"(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"content-type","value":"text/event-stream"},{"key":"vary","value":"Accept"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 24 Sep 2024 11:09:17 GMT"},{"key":"Server","value":"Google Frontend"}],"cookie":[],"responseTime":null,"body":"CarHire.xyz Vroom.xyz RideOn.cc Drivez.car Whizzhire.auto Rideasy.holiday SwiftRide.vacations AutoVibe.fun AutoGalactic.cruises GoDriveNow.co SpeedyAuto.rent CarGoGo.rentals AutoGoGo.cars FastFleet.voyage Drivezical.vacations "}],"_postman_id":"48e5dd4e-d24e-4cec-9de3-812835ba3010"},{"name":"promptHelper","id":"b474d95f-abb7-418b-ac88-9d61e35a4e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/promptHelper/?query=<query>&outputFormat=<stream or JSON>&results=<results>","description":"<p>This endpoint helps users write better descriptions of their website to obtain better domain name suggestions. It suggests website descriptions based on user input.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","promptHelper",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain name or business/project description</p>\n","type":"text/plain"},"key":"query","value":"<query>"},{"description":{"content":"<p>(optional) defines whether the results should be sent as an SSE stream or in JSON format. Default is SSE stream. SSE stream is recommended for faster response time. </p>\n","type":"text/plain"},"key":"outputFormat","value":"<stream or JSON>"},{"description":{"content":"<p>(optional) number of results returned. A high number of results may increase total response time. Default is 3 results (recommended).</p>\n","type":"text/plain"},"key":"results","value":"<results>"}],"variable":[]}},"response":[{"id":"d56d66fe-0ffd-4743-916a-bbe30eb1b0bd","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/promptHelper/?query=<query>&outputFormat=<stream or JSON>&results=<results>","protocol":"https","host":["api","domai","io"],"path":["intelligence","promptHelper",""],"query":[{"key":"query","value":"<query>","description":"(required) domain name or business/project description"},{"key":"outputFormat","value":"<stream or JSON>","description":"(optional) defines whether the results should be sent as an SSE stream or in JSON format. Default is SSE stream. SSE stream is recommended for faster response time. "},{"key":"results","value":"<results>","description":"(optional) number of results returned. A high number of results may increase total response time. Default is 15 results (recommended)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"5fed348b23cfff70710bbcc1508bc91b;o=1"},{"key":"Date","value":"Wed, 23 Oct 2024 12:32:22 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"ball\",\n    \"status\": \"success\",\n    \"results\": [\n        \"sports equipment store\",\n        \"children's playground\",\n        \"ballroom dancing studio\"\n    ]\n}"}],"_postman_id":"b474d95f-abb7-418b-ac88-9d61e35a4e43"}],"id":"035a72c1-a5ec-4d08-a877-a196045f44f6","description":"<p>Provide domain suggestions based on a user search term or prompt. Help your users describe their website for better suggestions, using promptHelper.</p>\n","_postman_id":"035a72c1-a5ec-4d08-a877-a196045f44f6","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}}},{"name":"Name variations","id":"f79f45bc-036c-4b12-9dbe-13bc97b0ee7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/nameVariations/?query=<string>","description":"<p><strong>PUBLIC PREVIEW</strong></p>\n<p>This endpoint uses advanced language processing to return all misspellings of a given string or domain, along with availability status and similarity score.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","nameVariations",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain name or string. If a domain name, TLD must be valid, or be included in supportedTLDs defined in /account/, otherwise will default to .com.</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional) whether to include all adjacent key typos (e.g. wxample.com for example.com). Default is True.</p>\n","type":"text/plain"},"key":"adjacentKeyTypos","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) whether to include prefixes and suffixes in domain variants. Default is False.</p>\n","type":"text/plain"},"key":"prefixSuffix","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) maximum number of results returned. There is no default maximum.</p>\n","type":"text/plain"},"key":"maxResults","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) whether the response includes unavailable domain or not. Default is True.</p>\n","type":"text/plain"},"key":"showUnavailable","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) IP address of your user. This will automatically trigger geotargeting to suggest domains with local ccTLD, unless the user searches for a domain with another TLD.</p>\n","type":"text/plain"},"key":"clientIP","value":"<IP address>"},{"disabled":true,"description":{"content":"<p>(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)</p>\n","type":"text/plain"},"key":"usageID","value":"<string>"}],"variable":[]}},"response":[{"id":"0864fbd2-4f0a-4352-83f5-69d2046e576f","name":"Name variations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/nameVariations/?query=<string>","protocol":"https","host":["api","domai","io"],"path":["intelligence","nameVariations",""],"query":[{"key":"query","value":"<string>","description":"(required) domain name or string. If a domain name, TLD must be valid, or be included in supportedTLDs defined in /account/, otherwise will default to .com."},{"key":"adjacentKeyTypos","value":"<True or False>","description":"(optional) whether to include all adjacent key typos (e.g. wxample.com for example.com). Default is True.","disabled":true},{"key":"prefixSuffix","value":"<True or False>","description":"(optional) whether to include prefixes and suffixes in domain variants. Default is False.","disabled":true},{"key":"maxResults","value":"<integer>","description":"(optional) maximum number of results returned. There is no default maximum.","disabled":true},{"key":"showUnavailable","value":"<True or False>","description":"(optional) whether the response includes unavailable domain or not. Default is True.","disabled":true},{"key":"clientIP","value":"<IP address>","description":"(optional) IP address of your user. This will automatically trigger geotargeting to suggest domains with local ccTLD, unless the user searches for a domain with another TLD.","disabled":true},{"key":"usageID","value":"<string>","description":"(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"2bb256d1f572f4d08216c1fa51b29cde"},{"key":"Date","value":"Tue, 03 Dec 2024 14:10:05 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"386"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"example.com\",\n    \"status\": \"success\",\n    \"domains\": [\n        {\n            \"domain\": \"examle.com\",\n            \"available\": false,\n            \"similarityScore\": 94.57\n        },\n        {\n            \"domain\": \"exampe.com\",\n            \"available\": false,\n            \"similarityScore\": 94.57\n        },\n        {\n            \"domain\": \"exaple.com\",\n            \"available\": false,\n            \"similarityScore\": 94.33\n        },\n        {\n            \"domain\": \"examiles.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examilez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examoles.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examolez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examile.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examole.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplea.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"examplee.com\",\n            \"available\": true,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"examplie.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"exaample.com\",\n            \"available\": false,\n            \"similarityScore\": 95.04\n        },\n        {\n            \"domain\": \"eexample.com\",\n            \"available\": false,\n            \"similarityScore\": 94.62\n        },\n        {\n            \"domain\": \"examles.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examlez.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampes.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampez.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"iexample.com\",\n            \"available\": false,\n            \"similarityScore\": 94.42\n        },\n        {\n            \"domain\": \"exaples.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exaplez.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"eaxample.com\",\n            \"available\": true,\n            \"similarityScore\": 92.48\n        },\n        {\n            \"domain\": \"examples.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"examplez.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"exampies.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampiez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampoes.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampoez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exaiples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exaiplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exaoples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exaoplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exauples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exauplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exampleas.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exampleaz.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"examplees.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exampleez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"examplies.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exampliez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exaamples.com\",\n            \"available\": true,\n            \"similarityScore\": 91.41\n        },\n        {\n            \"domain\": \"exaamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.41\n        },\n        {\n            \"domain\": \"eample.com\",\n            \"available\": false,\n            \"similarityScore\": 93.86\n        },\n        {\n            \"domain\": \"examkle.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examlle.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampie.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampje.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampke.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampla.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampli.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampme.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampoe.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examppe.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"eexamples.com\",\n            \"available\": false,\n            \"similarityScore\": 90.67\n        },\n        {\n            \"domain\": \"eexamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 90.67\n        },\n        {\n            \"domain\": \"exabple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exahple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exaiple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exajple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exakple.com\",\n            \"available\": false,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exanple.com\",\n            \"available\": false,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exaople.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exauple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.67\n        },\n        {\n            \"domain\": \"exemple.com\",\n            \"available\": false,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"iexamples.com\",\n            \"available\": false,\n            \"similarityScore\": 90.3\n        },\n        {\n            \"domain\": \"iexamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 90.3\n        },\n        {\n            \"domain\": \"ecample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"edample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"efample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"ekample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"eqample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"erample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"esample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"evample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"ewample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"ezample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"exammple.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"examplle.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"exampple.com\",\n            \"available\": false,\n            \"similarityScore\": 95.25\n        },\n        {\n            \"domain\": \"ixample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"exalple.com\",\n            \"available\": true,\n            \"similarityScore\": 87.72\n        },\n        {\n            \"domain\": \"exxample.com\",\n            \"available\": false,\n            \"similarityScore\": 94.83\n        },\n        {\n            \"domain\": \"eaxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 88.52\n        },\n        {\n            \"domain\": \"eaxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 88.52\n        },\n        {\n            \"domain\": \"exam0le.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exam9le.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examp0e.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examp9e.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampl.com\",\n            \"available\": false,\n            \"similarityScore\": 94.57\n        },\n        {\n            \"domain\": \"axample.com\",\n            \"available\": false,\n            \"similarityScore\": 85.46\n        },\n        {\n            \"domain\": \"xample.com\",\n            \"available\": false,\n            \"similarityScore\": 93.62\n        },\n        {\n            \"domain\": \"examkles.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examklez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examlles.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examllez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampjes.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampjez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampkes.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampkez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplas.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplaz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplis.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampliy.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampliz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampmes.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampmez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examppes.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examppez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"eamples.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"eamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"exammples.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exammplez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"examplles.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exampllez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exampples.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exampplez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.78\n        },\n        {\n            \"domain\": \"exabples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exabplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exahples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exahplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exajples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exajplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exakples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exakplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exanples.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exanplez.com\",\n            \"available\": true,\n            \"similarityScore\": 85.42\n        },\n        {\n            \"domain\": \"exxamples.com\",\n            \"available\": false,\n            \"similarityScore\": 91.04\n        },\n        {\n            \"domain\": \"exxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 91.04\n        },\n        {\n            \"domain\": \"exemples.com\",\n            \"available\": false,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exemplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ecamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ecamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"edamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"edamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"efamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"efamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ekamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ekamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eqamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eqamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eramples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eramplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"esamples.com\",\n            \"available\": false,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"esamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"evamples.com\",\n            \"available\": false,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"evamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ewamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ewamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ezamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ezamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"exalples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.47\n        },\n        {\n            \"domain\": \"exalplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.47\n        },\n        {\n            \"domain\": \"ixamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"ixamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"eaamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eaamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eeamples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eeamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"exmple.com\",\n            \"available\": false,\n            \"similarityScore\": 94.1\n        },\n        {\n            \"domain\": \"xamples.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"xamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"axamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.67\n        },\n        {\n            \"domain\": \"axamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.67\n        },\n        {\n            \"domain\": \"exam0les.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exam0lez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exam9les.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exam9lez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examp0es.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examp0ez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examp9es.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examp9ez.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"eaample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"eeample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.71\n        },\n        {\n            \"domain\": \"eccample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"echample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eckample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ecqample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ecsample.com\",\n            \"available\": false,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eczample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ekkample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ekqample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eksample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"ekzample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eqcample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eqkample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"eqqample.com\",\n            \"available\": true,\n            \"similarityScore\": 84.11\n        },\n        {\n            \"domain\": \"iyxample.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"examplc.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampld.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplf.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplq.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplr.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampls.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplt.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplw.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplx.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examply.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"examplz.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampliys.com\",\n            \"available\": true,\n            \"similarityScore\": 82.74\n        },\n        {\n            \"domain\": \"exampliyz.com\",\n            \"available\": true,\n            \"similarityScore\": 82.74\n        },\n        {\n            \"domain\": \"exmples.com\",\n            \"available\": false,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"exmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"cxample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"dxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"fxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"qxample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"rxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"sxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"txample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"wxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"xxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"yxample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"zxample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"eccamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eccamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"echamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"echamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eckamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eckamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ecqamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ecqamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ecsamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ecsamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eczamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eczamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ekkamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ekkamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ekqamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ekqamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eksamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eksamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ekzamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"ekzamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eqcamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eqcamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eqkamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eqkamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eqqamples.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eqqamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"iyxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 79.56\n        },\n        {\n            \"domain\": \"iyxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 79.56\n        },\n        {\n            \"domain\": \"exampl2.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampl3.com\",\n            \"available\": false,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampl4.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exampl5.com\",\n            \"available\": true,\n            \"similarityScore\": 90.14\n        },\n        {\n            \"domain\": \"exdmple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"exqmple.com\",\n            \"available\": false,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"exsmple.com\",\n            \"available\": false,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"exwmple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"exxmple.com\",\n            \"available\": false,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"exzmple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"cxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"cxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"dxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"dxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"fxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"fxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"qxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"qxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"rxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"rxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"sxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"sxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"txamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"txamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"wxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"wxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"xxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"xxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"yxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"yxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"zxamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"zxamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"ecksample.com\",\n            \"available\": false,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"eckzample.com\",\n            \"available\": true,\n            \"similarityScore\": 80.36\n        },\n        {\n            \"domain\": \"2xample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"3xample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"4xample.com\",\n            \"available\": false,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"5xample.com\",\n            \"available\": true,\n            \"similarityScore\": 88.24\n        },\n        {\n            \"domain\": \"examplcs.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplcx.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplcz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplds.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampldz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplfs.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplfz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplqs.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplqz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplrs.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplrz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplss.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplsz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplts.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampltz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplws.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplwz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplxs.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplxz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplys.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplyz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplzs.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"examplzz.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exdmples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exdmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exqmples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exqmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exsmples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exsmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exwmples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exwmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exxmples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exxmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exzmples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"exzmplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ecksamples.com\",\n            \"available\": true,\n            \"similarityScore\": 77.36\n        },\n        {\n            \"domain\": \"ecksamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 77.36\n        },\n        {\n            \"domain\": \"eckzamples.com\",\n            \"available\": true,\n            \"similarityScore\": 77.36\n        },\n        {\n            \"domain\": \"eckzamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 77.36\n        },\n        {\n            \"domain\": \"ex1mple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"ex2mple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"ex3mple.com\",\n            \"available\": true,\n            \"similarityScore\": 89.19\n        },\n        {\n            \"domain\": \"2xamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"2xamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"3xamples.com\",\n            \"available\": false,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"3xamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"4xamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"4xamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"5xamples.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"5xamplez.com\",\n            \"available\": true,\n            \"similarityScore\": 83.45\n        },\n        {\n            \"domain\": \"exampl2s.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl2z.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl3s.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl3z.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl4s.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl4z.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl5s.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"exampl5z.com\",\n            \"available\": true,\n            \"similarityScore\": 86.07\n        },\n        {\n            \"domain\": \"ex1mples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ex1mplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ex2mples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ex2mplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ex3mples.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        },\n        {\n            \"domain\": \"ex3mplez.com\",\n            \"available\": true,\n            \"similarityScore\": 84.76\n        }\n    ]\n}"}],"_postman_id":"f79f45bc-036c-4b12-9dbe-13bc97b0ee7b"},{"name":"Keyword registrations","id":"945c0b71-d9e1-4178-be6a-ebbe1729cdc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/keywordRegistrations?keyword=<keyword>","description":"<p>This endpoint returns the total number of domains registered with a specified keyword in the past x days for gTLDs. The database gets updated daily at 7am UTC from zone files published by gTLD registries.</p>\n<p>The response also shows up to 1,000 registered domains from the total pool of registered domains.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","keywordRegistrations"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) keyword to check historical registrations for</p>\n","type":"text/plain"},"key":"keyword","value":"<keyword>"},{"disabled":true,"description":{"content":"<p>(optional) number of days from today to check historical registrations for. Default is 2 days. Maximum is 30 days.</p>\n","type":"text/plain"},"key":"days","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) IP address of your user.</p>\n","type":"text/plain"},"key":"clientIP","value":"<IP address>"},{"disabled":true,"description":{"content":"<p>(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)</p>\n","type":"text/plain"},"key":"usageID","value":"<string>"}],"variable":[]}},"response":[{"id":"6d7afea6-a461-4517-938e-1301d0ca05e7","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/keywordRegistrations?keyword=<keyword>","protocol":"https","host":["api","domai","io"],"path":["intelligence","keywordRegistrations"],"query":[{"key":"keyword","value":"<keyword>","description":"(required) keyword to check historical registrations for"},{"key":"days","value":"<integer>","description":"(optional) number of days from today to check historical registrations for. Default is 2 days. Maximum is 30 days.","disabled":true},{"key":"clientIP","value":"<IP address>","description":"(optional) IP address of your user.","type":"text","disabled":true},{"key":"usageID","value":"<string>","description":"(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"b21ee38cae6f5a1723508accb11a3f2c"},{"key":"Date","value":"Sat, 21 Dec 2024 00:18:33 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"13245"}],"cookie":[],"responseTime":null,"body":"{\n    \"keyword\": \"domai\",\n    \"status\": \"success\",\n    \"results\": {\n        \"total_count\": 191,\n        \"domains\": [\n            {\n                \"domain\": \"hosting-domain.click\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"test-domain-19581564.click\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaiu.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainrumble.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainsverkauf.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"insuredomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"cloud-test-domain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainfunders.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"marketyourdomains.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"buydomaims.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"addtest-bh-listdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"e-commercedomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"sampledomaintoregister123123p.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"shadowdomain-jetpari.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"sunbeltdomains.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"surplusdomainnames.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"test-bh-listdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain12-17-1.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain12-17-2.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-020805-7362.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-040749-3621.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-051918-8985.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-064015-6819.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-072139-1856.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-073714-6085.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-074231-2882.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-081745-4545.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-082041-4017.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-083557-4969.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-090521-3821.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-093124-8131.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-095710-7519.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-101056-7366.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-101653-5909.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-103905-2872.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-110928-8497.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-113245-8753.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-115800-1086.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-120135-4300.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-120737-4688.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-121719-4378.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-123932-9865.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-131242-3108.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-134807-3411.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-140232-7113.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-151144-0357.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-152422-6728.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-172431-9365.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-175848-7993.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomain20241217-225035-0682.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"webdomainfoundation.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"webdomainfusion.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"zarladomainstest20241217.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"mynewprettydomainnewnew.info\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domains.jewelry\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"bitdomain.net\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"vidomainnametest-6.net\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"exampledomain.network\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"localdomain.network\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"getmydomain.online\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domain-registry.online\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"newlifedomain.online\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomainim.site\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testrswdomain1218.site\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"workingdomain.solutions\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-cypress22.store\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"buyingdomainnames.co.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"buyingdomainnames.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"buyingdomains.co.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"buyingdomains.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"seodomains.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testassalesdomain.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"genericdomain654321.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domain-md-548896486.click\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domain-reseller-122986678.click\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"nlrsdomain.click\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"icondomain.cloud\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"smartdomainsearch.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainlast.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainedelatreille.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"k9domain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainaware.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaineperepuig.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainmanaged.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainfuturist.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"shilldomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"bookmyaidomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaibn.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domain000001.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaincontohyespandi.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaine-hirondelles.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainebonneblond.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainepagezi.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainepaquerettesetpissenlits.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainexpension.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainonlya.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainonlyz.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domains-auth.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainspheres.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaintestsslpurchase.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"gangstersdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"happydomainflow.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"homelabdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"olivier-commande-des-domaines.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"sellmydomaineasy.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"ssunbetdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"stdomain20241217-105708-9003.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"stereolanddomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"insane.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"linux.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"ben.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"kraft.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"cdef.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"wwwname.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"homomorphic.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"norden.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"xai.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"hk01.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"rule34.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"affiliatemarketing.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"langhe.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"paperstreet.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"pullable.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"sound.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"web3tld.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"whatabout.domains\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainnameservices.net\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"iwantthisdomain.net\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"homelabdomain.net\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domain-registration.online\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainhealthmetrics.pro\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainwatchtowersystem.pro\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-cypress22.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-f80032es.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-g80055au.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-j800551x.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-p800559f.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-q80055kp.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"autotests-domain-u80055nz.ru\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"auto-installer-domain-1.shop\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"auto-installer-domain-2.shop\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"auto-installer-domain.shop\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"blissfuldomain.shop\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"onedomainhub.shop\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"reindomains.store\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"publicdomain.top\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"devicedomain.top\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"devicedomainhub.top\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"apdomainbrokers.co.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testning-domain-avail.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domain-quanly.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainarc.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainbitcoin.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainsbitcoin.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"test-domain-cars-zzzz.bond\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"forwardomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"cp-domain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainacutions.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domaingrades.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainhanbai.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"ecologydomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"eclipziadomains.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainoflori.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomainexpressflow2.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"testdomainexpressflow3.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"zenndomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"asikindomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"brighthostdomains.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"evoepdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"expertsdomains.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"geofocdomains.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"lucrandomaisagora.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"manofremiumdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"migratingdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"pkdtest-bh-listdomain.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"topgundomainames.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"vitestingdomainsearch-6.com\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"endlessdomains.company\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"amessydomain.online\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"pitestdomain.online\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainverkauf.org\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"mydomainn.shop\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainexists.site\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"devtestdomain.today\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"selldomains.co.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"selldomain.co.uk\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"btcdomains.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainsbtc.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"domainbtc.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"play-element-domain.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            },\n            {\n                \"domain\": \"play-surge-domain.xyz\",\n                \"registration_date\": \"2024-12-19\"\n            }\n        ]\n    }\n}"}],"_postman_id":"945c0b71-d9e1-4178-be6a-ebbe1729cdc5"},{"name":"Domain Sales","id":"f47fef66-78ab-4d20-980b-14db74504df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/domainSales?keyword=<string>","description":"<p>This endpoint returns historical domain sales records. The database is updated daily and includes over 200,000 records since Jan 1st, 2024.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","domainSales"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain name or string. If a domain name, TLD must be valid, or be included in supportedTLDs defined in /account/, otherwise will default to .com.</p>\n","type":"text/plain"},"key":"keyword","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional) place of keyword - start, end, anywhere. Default is anywhere.</p>\n","type":"text/plain"},"key":"keywordPlace","value":"<string>"},{"disabled":true,"description":{"content":"<p>(optional) maximum number of results returned. Default is 100, maximum is 10,000.</p>\n","type":"text/plain"},"key":"maxResults","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) minimum price for the historical sales including the specified keyword.</p>\n","type":"text/plain"},"key":"priceFrom","value":"<number>"},{"disabled":true,"description":{"content":"<p>(optional) maximum price for the historical sales including the specified keyword.</p>\n","type":"text/plain"},"key":"priceTo","value":"<number>"},{"disabled":true,"description":{"content":"<p>(optional) minimum domain length for the historical sales which include the specified keyword.</p>\n","type":"text/plain"},"key":"lengthFrom","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) maximum domain length for the historical sales which include the specified keyword.</p>\n","type":"text/plain"},"key":"lengthTo","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) minimum date for the historical sales which include the specified keyword.</p>\n","type":"text/plain"},"key":"dateFrom","value":"<date>"},{"disabled":true,"description":{"content":"<p>(optional) maximum date for the historical sales which include the specified keyword.</p>\n","type":"text/plain"},"key":"dateTo","value":"<date>"},{"disabled":true,"description":{"content":"<p>(optional) whether to include domains which contain a hyphen. Default is True.</p>\n","type":"text/plain"},"key":"hyphen","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) whether to include domains which contain numbers. Default is True.</p>\n","type":"text/plain"},"key":"numbers","value":"<True or False>"},{"disabled":true,"description":{"content":"<p>(optional) IP address of your user.</p>\n","type":"text/plain"},"key":"clientIP","value":"<IP address>"},{"disabled":true,"description":{"content":"<p>(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)</p>\n","type":"text/plain"},"key":"usageID","value":"<string>"}],"variable":[]}},"response":[{"id":"98c99895-c3bf-471f-9ee2-abb6460933bb","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/domainSales?keyword=<string>","protocol":"https","host":["api","domai","io"],"path":["intelligence","domainSales"],"query":[{"key":"keyword","value":"<string>","description":"(required) domain name or string. If a domain name, TLD must be valid, or be included in supportedTLDs defined in /account/, otherwise will default to .com."},{"key":"keywordPlace","value":"<string>","description":"(optional) place of keyword - start, end, anywhere. Default is anywhere.","disabled":true},{"key":"maxResults","value":"<integer>","description":"(optional) maximum number of results returned. Default is 100, maximum is 10,000.","type":"text","disabled":true},{"key":"priceFrom","value":"<number>","description":"(optional) minimum price for the historical sales including the specified keyword.","disabled":true},{"key":"priceTo","value":"<number>","description":"(optional) maximum price for the historical sales including the specified keyword.","disabled":true},{"key":"lengthFrom","value":"<integer>","description":"(optional) minimum domain length for the historical sales which include the specified keyword.","disabled":true},{"key":"lengthTo","value":"<integer>","description":"(optional) maximum domain length for the historical sales which include the specified keyword.","disabled":true},{"key":"dateFrom","value":"<date>","description":"(optional) minimum date for the historical sales which include the specified keyword.","type":"text","disabled":true},{"key":"dateTo","value":"<date>","description":"(optional) maximum date for the historical sales which include the specified keyword.","type":"text","disabled":true},{"key":"hyphen","value":"<True or False>","description":"(optional) whether to include domains which contain a hyphen. Default is True.","type":"text","disabled":true},{"key":"numbers","value":"<True or False>","description":"(optional) whether to include domains which contain numbers. Default is True.","disabled":true},{"key":"clientIP","value":"<IP address>","description":"(optional) IP address of your user.","type":"text","disabled":true},{"key":"usageID","value":"<string>","description":"(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"96a266de618787df02c98d7a5ab48c69"},{"key":"Date","value":"Mon, 06 Jan 2025 22:33:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"10533"}],"cookie":[],"responseTime":null,"body":"{\n    \"keyword\": \"ai\",\n    \"status\": \"success\",\n    \"results\": [\n        {\n            \"domain\": \"hnsuomai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 331,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2025-01-04\"\n        },\n        {\n            \"domain\": \"sanselimai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 204,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2025-01-04\"\n        },\n        {\n            \"domain\": \"jinbolvtai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 640,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2025-01-03\"\n        },\n        {\n            \"domain\": \"kusoiinkai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 1148,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2025-01-02\"\n        },\n        {\n            \"domain\": \"shawai.com\",\n            \"TLD\": \".com\",\n            \"length\": 6,\n            \"price\": 188,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2025-01-01\"\n        },\n        {\n            \"domain\": \"huanyingxiazai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 102,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-29\"\n        },\n        {\n            \"domain\": \"tjpengkai.cn\",\n            \"TLD\": \".cn\",\n            \"length\": 9,\n            \"price\": 120,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-29\"\n        },\n        {\n            \"domain\": \"deepdataai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 125,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-27\"\n        },\n        {\n            \"domain\": \"passornthai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 125,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-26\"\n        },\n        {\n            \"domain\": \"marhalai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 247,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-26\"\n        },\n        {\n            \"domain\": \"fasaimoksuai.com\",\n            \"TLD\": \".com\",\n            \"length\": 12,\n            \"price\": 130,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-25\"\n        },\n        {\n            \"domain\": \"flai.io\",\n            \"TLD\": \".io\",\n            \"length\": 4,\n            \"price\": 106,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-25\"\n        },\n        {\n            \"domain\": \"koigashitai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 105,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-24\"\n        },\n        {\n            \"domain\": \"wallpaperai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 360,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-24\"\n        },\n        {\n            \"domain\": \"dubai.dev\",\n            \"TLD\": \".dev\",\n            \"length\": 5,\n            \"price\": 575,\n            \"venue\": \"Sav.com\",\n            \"date\": \"2024-12-24\"\n        },\n        {\n            \"domain\": \"namastechai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 860,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-24\"\n        },\n        {\n            \"domain\": \"ai.tattoo\",\n            \"TLD\": \".tattoo\",\n            \"length\": 2,\n            \"price\": 155,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-24\"\n        },\n        {\n            \"domain\": \"lamasipantai.com\",\n            \"TLD\": \".com\",\n            \"length\": 12,\n            \"price\": 1136,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-23\"\n        },\n        {\n            \"domain\": \"douzongcai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 303,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-23\"\n        },\n        {\n            \"domain\": \"gosilkthai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 305,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-22\"\n        },\n        {\n            \"domain\": \"uptobhai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 155,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-21\"\n        },\n        {\n            \"domain\": \"wzchaopai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 335,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-20\"\n        },\n        {\n            \"domain\": \"chewangdaipai.com\",\n            \"TLD\": \".com\",\n            \"length\": 13,\n            \"price\": 286,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-20\"\n        },\n        {\n            \"domain\": \"zhuaoshuai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 170,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-19\"\n        },\n        {\n            \"domain\": \"dealerhyundai.id\",\n            \"TLD\": \".id\",\n            \"length\": 13,\n            \"price\": 384,\n            \"venue\": \"Catched.com\",\n            \"date\": \"2024-12-18\"\n        },\n        {\n            \"domain\": \"biopsyai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 116,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-17\"\n        },\n        {\n            \"domain\": \"bjnankai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 171,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-17\"\n        },\n        {\n            \"domain\": \"jaguarai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 221,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-12-17\"\n        },\n        {\n            \"domain\": \"deepmindai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 244,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-16\"\n        },\n        {\n            \"domain\": \"competitionai.com\",\n            \"TLD\": \".com\",\n            \"length\": 13,\n            \"price\": 111,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-12-16\"\n        },\n        {\n            \"domain\": \"rougeai.com\",\n            \"TLD\": \".com\",\n            \"length\": 7,\n            \"price\": 356,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-16\"\n        },\n        {\n            \"domain\": \"bubaibubai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 101,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-15\"\n        },\n        {\n            \"domain\": \"aspiringai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 232,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-15\"\n        },\n        {\n            \"domain\": \"letsgoai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 404,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-12-15\"\n        },\n        {\n            \"domain\": \"caffecocokauai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 455,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-14\"\n        },\n        {\n            \"domain\": \"safurai.com\",\n            \"TLD\": \".com\",\n            \"length\": 7,\n            \"price\": 977,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-13\"\n        },\n        {\n            \"domain\": \"wardrobeai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 709,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-13\"\n        },\n        {\n            \"domain\": \"lifewithai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 357,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-12\"\n        },\n        {\n            \"domain\": \"generativeai.xyz\",\n            \"TLD\": \".xyz\",\n            \"length\": 12,\n            \"price\": 511,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-12\"\n        },\n        {\n            \"domain\": \"alicai.com\",\n            \"TLD\": \".com\",\n            \"length\": 6,\n            \"price\": 271,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-12\"\n        },\n        {\n            \"domain\": \"cardinalai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 1081,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-12\"\n        },\n        {\n            \"domain\": \"caihongjimai.com\",\n            \"TLD\": \".com\",\n            \"length\": 12,\n            \"price\": 175,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-11\"\n        },\n        {\n            \"domain\": \"voiceoverai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 555,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-10\"\n        },\n        {\n            \"domain\": \"tourthai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 1000,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-10\"\n        },\n        {\n            \"domain\": \"levelsai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 347,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-12-10\"\n        },\n        {\n            \"domain\": \"genoai.com\",\n            \"TLD\": \".com\",\n            \"length\": 6,\n            \"price\": 106,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-09\"\n        },\n        {\n            \"domain\": \"petai.net\",\n            \"TLD\": \".net\",\n            \"length\": 5,\n            \"price\": 405,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-12-09\"\n        },\n        {\n            \"domain\": \"bristolchai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 185,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-09\"\n        },\n        {\n            \"domain\": \"vogelai.com\",\n            \"TLD\": \".com\",\n            \"length\": 7,\n            \"price\": 160,\n            \"venue\": \"Private\",\n            \"date\": \"2024-12-08\"\n        },\n        {\n            \"domain\": \"nanjihai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 555,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-08\"\n        },\n        {\n            \"domain\": \"aviatorbotai.com\",\n            \"TLD\": \".com\",\n            \"length\": 12,\n            \"price\": 251,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-08\"\n        },\n        {\n            \"domain\": \"primarycareai.com\",\n            \"TLD\": \".com\",\n            \"length\": 13,\n            \"price\": 132,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-07\"\n        },\n        {\n            \"domain\": \"nightlifemumbai.com\",\n            \"TLD\": \".com\",\n            \"length\": 15,\n            \"price\": 185,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-07\"\n        },\n        {\n            \"domain\": \"access-ai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 935,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-06\"\n        },\n        {\n            \"domain\": \"tomkhathai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 116,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-04\"\n        },\n        {\n            \"domain\": \"digital-ai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 122,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-04\"\n        },\n        {\n            \"domain\": \"preceptorai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 171,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-04\"\n        },\n        {\n            \"domain\": \"restopubduquai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 995,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-12-03\"\n        },\n        {\n            \"domain\": \"japanrai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 102,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-01\"\n        },\n        {\n            \"domain\": \"siamai.com\",\n            \"TLD\": \".com\",\n            \"length\": 6,\n            \"price\": 910,\n            \"venue\": \"Dynadot\",\n            \"date\": \"2024-12-01\"\n        },\n        {\n            \"domain\": \"fiscoai.com\",\n            \"TLD\": \".com\",\n            \"length\": 7,\n            \"price\": 100,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-29\"\n        },\n        {\n            \"domain\": \"investifai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 153,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-27\"\n        },\n        {\n            \"domain\": \"chongsuweilai.com\",\n            \"TLD\": \".com\",\n            \"length\": 13,\n            \"price\": 512,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-26\"\n        },\n        {\n            \"domain\": \"qualifyai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 412,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-25\"\n        },\n        {\n            \"domain\": \"illustrationai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 348,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-25\"\n        },\n        {\n            \"domain\": \"mikenicolai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 350,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-11-25\"\n        },\n        {\n            \"domain\": \"whitelabelai.com\",\n            \"TLD\": \".com\",\n            \"length\": 12,\n            \"price\": 100,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-24\"\n        },\n        {\n            \"domain\": \"bachelorai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 125,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-24\"\n        },\n        {\n            \"domain\": \"gxtuhai.com\",\n            \"TLD\": \".com\",\n            \"length\": 7,\n            \"price\": 240,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-23\"\n        },\n        {\n            \"domain\": \"tokkasai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 280,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-11-23\"\n        },\n        {\n            \"domain\": \"useagentai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 488,\n            \"venue\": \"Afternic\",\n            \"date\": \"2024-11-23\"\n        },\n        {\n            \"domain\": \"vapebestdubai.com\",\n            \"TLD\": \".com\",\n            \"length\": 13,\n            \"price\": 100,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-11-23\"\n        },\n        {\n            \"domain\": \"keonhacai.online\",\n            \"TLD\": \".online\",\n            \"length\": 9,\n            \"price\": 209,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-11-18\"\n        },\n        {\n            \"domain\": \"jinshengkaitai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 151,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-16\"\n        },\n        {\n            \"domain\": \"photographerai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 164,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-16\"\n        },\n        {\n            \"domain\": \"keyboardai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 198,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-11-13\"\n        },\n        {\n            \"domain\": \"lonetreethai.com\",\n            \"TLD\": \".com\",\n            \"length\": 12,\n            \"price\": 190,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-12\"\n        },\n        {\n            \"domain\": \"pamelamordecai.com\",\n            \"TLD\": \".com\",\n            \"length\": 14,\n            \"price\": 962,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-12\"\n        },\n        {\n            \"domain\": \"runnerai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 365,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-12\"\n        },\n        {\n            \"domain\": \"opiai.com\",\n            \"TLD\": \".com\",\n            \"length\": 5,\n            \"price\": 160,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-11\"\n        },\n        {\n            \"domain\": \"cgbdubai.org\",\n            \"TLD\": \".org\",\n            \"length\": 8,\n            \"price\": 120,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-10\"\n        },\n        {\n            \"domain\": \"callsai.com\",\n            \"TLD\": \".com\",\n            \"length\": 7,\n            \"price\": 375,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-09\"\n        },\n        {\n            \"domain\": \"zanmenmai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 100,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-09\"\n        },\n        {\n            \"domain\": \"lingxianlicai.com\",\n            \"TLD\": \".com\",\n            \"length\": 13,\n            \"price\": 170,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-09\"\n        },\n        {\n            \"domain\": \"surgicalai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 1025,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-08\"\n        },\n        {\n            \"domain\": \"sukjai.com\",\n            \"TLD\": \".com\",\n            \"length\": 6,\n            \"price\": 305,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-07\"\n        },\n        {\n            \"domain\": \"ogthai.co\",\n            \"TLD\": \".co\",\n            \"length\": 6,\n            \"price\": 105,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-06\"\n        },\n        {\n            \"domain\": \"hzbangbai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 264,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-06\"\n        },\n        {\n            \"domain\": \"invertai.com\",\n            \"TLD\": \".com\",\n            \"length\": 8,\n            \"price\": 176,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-06\"\n        },\n        {\n            \"domain\": \"russianai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 172,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-05\"\n        },\n        {\n            \"domain\": \"deepnude-ai.com\",\n            \"TLD\": \".com\",\n            \"length\": 11,\n            \"price\": 569,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-02\"\n        },\n        {\n            \"domain\": \"allianceai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 779,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-11-02\"\n        },\n        {\n            \"domain\": \"undress-ai.org\",\n            \"TLD\": \".org\",\n            \"length\": 10,\n            \"price\": 1025,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-11-01\"\n        },\n        {\n            \"domain\": \"dsmuaythai.com\",\n            \"TLD\": \".com\",\n            \"length\": 10,\n            \"price\": 165,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-10-31\"\n        },\n        {\n            \"domain\": \"keynoteai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 405,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-10-31\"\n        },\n        {\n            \"domain\": \"acai.io\",\n            \"TLD\": \".io\",\n            \"length\": 4,\n            \"price\": 765,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-10-28\"\n        },\n        {\n            \"domain\": \"bicycleai.com\",\n            \"TLD\": \".com\",\n            \"length\": 9,\n            \"price\": 235,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-10-25\"\n        },\n        {\n            \"domain\": \"kenhnhacai.net\",\n            \"TLD\": \".net\",\n            \"length\": 10,\n            \"price\": 185,\n            \"venue\": \"Namecheap\",\n            \"date\": \"2024-10-25\"\n        },\n        {\n            \"domain\": \"downloadbuddyai.com\",\n            \"TLD\": \".com\",\n            \"length\": 15,\n            \"price\": 510,\n            \"venue\": \"GoDaddy\",\n            \"date\": \"2024-10-24\"\n        },\n        {\n            \"domain\": \"gumai.com\",\n            \"TLD\": \".com\",\n            \"length\": 5,\n            \"price\": 1013,\n            \"venue\": \"DropCatch\",\n            \"date\": \"2024-10-22\"\n        }\n    ]\n}"}],"_postman_id":"f47fef66-78ab-4d20-980b-14db74504df1"},{"name":"Close alternatives","id":"8c5639b5-9341-4edb-a32f-8aafb9076981","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/closeAlternatives?domain=<domain>","description":"<p>This endpoint returns the closest possible alternatives to a domain (e.g. plurals, verb form, ...), with their availability status. The purpose is to check whether a domain has better, very close alternatives available.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","closeAlternatives"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to generate close alternatives for</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"},{"disabled":true,"description":{"content":"<p>(optional) number of alternatives to generate. Default is 5. Maximum is 10.</p>\n","type":"text/plain"},"key":"results","value":"<integer>"},{"disabled":true,"description":{"content":"<p>(optional) IP address of your user.</p>\n","type":"text/plain"},"key":"clientIP","value":"<IP address>"},{"disabled":true,"description":{"content":"<p>(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)</p>\n","type":"text/plain"},"key":"usageID","value":"<string>"}],"variable":[]}},"response":[{"id":"33cb4ce9-fcc8-4069-8528-9b0505f8a847","name":"Close alternatives","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/closeAlternatives?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["intelligence","closeAlternatives"],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to generate close alternatives for"},{"key":"results","value":"<integer>","description":"(optional) number of alternatives to generate. Default is 5. Maximum is 10.","disabled":true},{"key":"clientIP","value":"<IP address>","description":"(optional) IP address of your user.","type":"text","disabled":true},{"key":"usageID","value":"<string>","description":"(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"dcab636fe0692e2e3a7669d0f224535b;o=1"},{"key":"Date","value":"Sat, 21 Dec 2024 00:27:23 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"286"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"britishhistory.com\",\n    \"status\": \"success\",\n    \"results\": [\n        {\n            \"domain\": \"british-history.com\",\n            \"available\": false\n        },\n        {\n            \"domain\": \"britishhistories.com\",\n            \"available\": false\n        },\n        {\n            \"domain\": \"historyofbritain.com\",\n            \"available\": false\n        },\n        {\n            \"domain\": \"britainhistory.com\",\n            \"available\": false\n        },\n        {\n            \"domain\": \"historybritain.com\",\n            \"available\": true\n        }\n    ]\n}"}],"_postman_id":"8c5639b5-9341-4edb-a32f-8aafb9076981"},{"name":"Domain similarity","id":"f847d07f-88c8-478e-bd0c-139b2be9fdee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/intelligence/domainSimilarity?baseDomain=<domain>&domainList=<list of domains>","description":"<p>This endpoint returns a similarity score between domains from a given list and a base domain using advanced Natural Language Processing (NLP) techniques such as Levenshtein distance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c","id":"96eef499-1073-465a-ad8e-a9bf11e5006c","name":"Intelligence","type":"folder"}},"urlObject":{"protocol":"https","path":["intelligence","domainSimilarity"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) base domain with which the similarity will be calculated</p>\n","type":"text/plain"},"key":"baseDomain","value":"<domain>"},{"description":{"content":"<p>(required) list of domains to check similarity with the base domain. Must be a JSON array (e.g. [\"domain1.com\", \"domain2.com\", ...]) with up to 10,000 domains.</p>\n","type":"text/plain"},"key":"domainList","value":"<list of domains>"},{"disabled":true,"description":{"content":"<p>(optional) IP address of your user.</p>\n","type":"text/plain"},"key":"clientIP","value":"<IP address>"},{"disabled":true,"description":{"content":"<p>(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)</p>\n","type":"text/plain"},"key":"usageID","value":"<string>"}],"variable":[]}},"response":[{"id":"36bc6e26-7815-43d7-b7c6-39e23dab0d59","name":"Domain similarity","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/intelligence/domainSimilarity?baseDomain=<domain>&domainList=<list of domains>","protocol":"https","host":["api","domai","io"],"path":["intelligence","domainSimilarity"],"query":[{"key":"baseDomain","value":"<domain>","description":"(required) base domain with which the similarity will be calculated"},{"key":"domainList","value":"<list of domains>","description":"(required) list of domains to check similarity with the base domain. Must be a JSON array (e.g. [\"domain1.com\", \"domain2.com\", ...]) with up to 10,000 domains."},{"key":"clientIP","value":"<IP address>","description":"(optional) IP address of your user.","type":"text","disabled":true},{"key":"usageID","value":"<string>","description":"(optional) for data tracking only - specify an ID to monitor the usage of this endpoint (e.g. .tldPromo-SearchBar)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"f74bd798a4d9d513d93a7e8c56c534a4;o=1"},{"key":"Date","value":"Sat, 21 Dec 2024 00:35:23 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"213"}],"cookie":[],"responseTime":null,"body":"{\n    \"base_domain\": \"domain.com\",\n    \"status\": \"success\",\n    \"similarity_scores\": [\n        {\n            \"domain\": \"domainz.co\",\n            \"similarity_score\": 92.77\n        },\n        {\n            \"domain\": \"domai.io\",\n            \"similarity_score\": 85.18\n        },\n        {\n            \"domain\": \"domain.xyz\",\n            \"similarity_score\": 80\n        }\n    ]\n}"}],"_postman_id":"f847d07f-88c8-478e-bd0c-139b2be9fdee"}],"id":"96eef499-1073-465a-ad8e-a9bf11e5006c","description":"<p>The Intelligence set of endpoints is aimed for registrars and web hosts looking to integrate intelligent domain services within their platform.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8d34e753-d064-416a-b0b6-4327aed14a19","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9483695f-1454-46ff-aea8-de0a173ec245","type":"text/javascript","exec":[""]}}],"_postman_id":"96eef499-1073-465a-ad8e-a9bf11e5006c"},{"name":"Domains","item":[{"name":"Basic availability check","id":"29beba2f-4b83-42a2-add4-4298b43ec245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/domains/basicAvail/?domain=<domain>","description":"<p>This endpoint provides a reliable low-cost availability check. Availability is checked using zone files obtained from all gTLD registries, zones compiled via web-crawling for ccTLDs, and WHOIS records, offering 98% accuracy with very few false positives. Use it in combination with EPP checks, or use EPP availability checks directly, for 100% accuracy.</p>\n","urlObject":{"protocol":"https","path":["domains","basicAvail",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to perform availability check on</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"}],"variable":[]}},"response":[{"id":"1e781b70-b9a2-4d25-bf49-40fc6128b48e","name":"Basic availability check","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/domains/basicAvail/?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["domains","basicAvail",""],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to perform availability check on"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"ab09361b95c7b30b42b8be38916ca4bb;o=1"},{"key":"Date","value":"Tue, 24 Sep 2024 11:31:06 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"66"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"domai.io\",\n    \"available\": false,\n    \"timestamp\": \"2024-09-24T11:38:58.078455+00:00Z\",\n    \"status\": \"success\"\n}"}],"_postman_id":"29beba2f-4b83-42a2-add4-4298b43ec245"},{"name":"EPP availability check","id":"7c3b41d1-5b0c-4d8f-8ca3-ecb8e20bdf87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/domains/EPPAvail/?domain=<domain>","description":"<p>This endpoint provides extensive registration status of the domain as provided in real-time by the registry. Data points include:</p>\n<ul>\n<li><p>Registration/Availability status</p>\n</li>\n<li><p>Whether the domain is premium</p>\n</li>\n<li><p>Whether the domain is available via the aftermarket, whether it is priced or not, and whether it is available for fast transfer</p>\n</li>\n<li><p>Lifecycle: whether the domain is in redemption period or pending delete</p>\n</li>\n<li><p>Whether the domain is delegated (present in the DNS), whether it's parked and whether it's reserved or not by the registry or ICANN</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["domains","EPPAvail",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to perform availability check on</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"}],"variable":[]}},"response":[{"id":"45ff72e9-f34b-420f-841c-4d62a916e07d","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/domains/EPPAvail/?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["domains","EPPAvail",""],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to perform availability check on"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"c581518134409c6307787063f7f494ae;o=1"},{"key":"Date","value":"Mon, 28 Oct 2024 15:01:01 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"236"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"example.com\",\n    \"timestamp\": \"2024-10-29T14:29:02.675836+00:00Z\",\n    \"status\": \"success\",\n    \"result\": {\n        \"availability\": {\n            \"registered\": true,\n            \"delegated\": false,\n            \"parked\": false,\n            \"reserved\": false\n        },\n        \"market\": {\n            \"premium\": false,\n            \"aftermarket\": false,\n            \"priced\": false,\n            \"fast_transfer\": false\n        },\n        \"lifecycle\": {\n            \"in_redemption_period\": false,\n            \"pending_delete\": false\n        }\n    }\n}"}],"_postman_id":"7c3b41d1-5b0c-4d8f-8ca3-ecb8e20bdf87"},{"name":"Basic bulk availability check","id":"b2d320c0-b279-4ad7-b396-4ea299e81a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/domains/basicBulkAvail/?domains=<list of domains>","description":"<p>This endpoint provides a reliable low-cost bulk availability check for up to <strong>1,000</strong> domains per request. Availability is checked using zone files obtained from all gTLD registries, zones compiled via web-crawling for ccTLDs, and WHOIS records, offering 98% accuracy with very few false positives.</p>\n<p>Use it in combination with EPP checks, or use EPP availability checks directly, for 100% accuracy.</p>\n","urlObject":{"protocol":"https","path":["domains","basicBulkAvail",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) list of domains in JSON array format (e.g. [\"example1.com\", \"example2.com\", \"example3.com\", ...]). You can enter up to 1,000 domains per request.</p>\n","type":"text/plain"},"key":"domains","value":"<list of domains>"}],"variable":[]}},"response":[{"id":"f0f64441-19a1-4ac5-9e1b-2d5839084b99","name":"Basic bulk availability check","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/domains/basicBulkAvail/?domains=<list of domains>","protocol":"https","host":["api","domai","io"],"path":["domains","basicBulkAvail",""],"query":[{"key":"domains","value":"<list of domains>","description":"(required) list of domains in JSON array format (e.g. [\"example1.com\", \"example2.com\", \"example3.com\", ...]). You can enter up to 1,000 domains per request."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"ee82931b97d554030defb71385313e7d"},{"key":"Date","value":"Fri, 20 Dec 2024 23:38:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"153"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"results\": [\n        {\n            \"domain\": \"domai.io\",\n            \"available\": false\n        },\n        {\n            \"domain\": \"domai.ai\",\n            \"available\": false\n        },\n        {\n            \"domain\": \"domai.tech\",\n            \"available\": true\n        }\n    ]\n}"}],"_postman_id":"b2d320c0-b279-4ad7-b396-4ea299e81a9c"},{"name":"Intrinsic characteristics","id":"9cdd781d-7b1f-468a-89e5-1abf266cf211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/domains/intrinsics?domain=<domain>","description":"<p>This endpoint returns intrinsic characteristics of a domain, such as length, keyword, language and more.</p>\n","urlObject":{"protocol":"https","path":["domains","intrinsics"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to get intrinsic characteristics for</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"}],"variable":[]}},"response":[{"id":"fa5b603b-6b47-4d04-954c-d195a5cacd3a","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/domains/intrinsics?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["domains","intrinsics"],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to get intrinsic characteristics for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"fa79d4485e9957ef788300982f5b26ea;o=1"},{"key":"Date","value":"Fri, 20 Dec 2024 23:45:56 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"155"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"greatdomains.com\",\n    \"status\": \"success\",\n    \"results\": {\n        \"length\": 12,\n        \"TLD\": \".com\",\n        \"TLD_is_valid\": true,\n        \"readability_score\": 70.74,\n        \"keywords\": [\n            \"great\",\n            \"domains\"\n        ],\n        \"language\": \"English\"\n    }\n}"}],"_postman_id":"9cdd781d-7b1f-468a-89e5-1abf266cf211"},{"name":"Tone","id":"9cd6a8e2-712a-423a-9a2d-eb01ec520d9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/domains/tone?domain=<domain>","description":"<p>This endpoint returns the tone of a domain. You can use a default list of tones, or specify tones for the AI to pick from. The AI will return the most appropriate tone from the given list.</p>\n","urlObject":{"protocol":"https","path":["domains","tone"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to get tone of</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"},{"disabled":true,"description":{"content":"<p>(optional) list of tones for the AI to pick from. Must be in JSON array format (e.g. [\"tone1\", \"tone2\", ...]) with up to 50 tones. If the AI can't find an appropriate tone for a given domain, it will return 'abstract'. </p>\n<p>By default, the tones are:</p>\n<ul>\n<li>professional,</li>\n<li>casual,</li>\n<li>playful\"</li>\n<li>modern,</li>\n<li>classic,</li>\n<li>creative,</li>\n<li>minimalistic,</li>\n<li>luxurious,</li>\n<li>trustworthy,</li>\n<li>tech-savvy,</li>\n<li>innovative,</li>\n<li>adventurous,</li>\n<li>educational,</li>\n<li>inspirational,</li>\n<li>sophisticated,</li>\n<li>elegant,</li>\n<li>youthful,</li>\n<li>energetic,</li>\n<li>serious,</li>\n<li>relaxing,</li>\n<li>quirky,</li>\n<li>edgy,</li>\n<li>eco-friendly,</li>\n<li>inclusive,</li>\n<li>bold,</li>\n<li>welcoming,</li>\n<li>ambitious,</li>\n<li>charming,</li>\n<li>artsy,</li>\n<li>reliable</li>\n</ul>\n","type":"text/plain"},"key":"tones","value":"<list of tones>"}],"variable":[]}},"response":[{"id":"6fd5cfad-58d0-49b1-a8e6-3ad8a2412f82","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/domains/tone?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["domains","tone"],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to get tone of"},{"key":"tones","value":"<list of tones>","description":"(optional) list of tones for the AI to pick from. Must be in JSON array format (e.g. [\"tone1\", \"tone2\", ...]) with up to 50 tones.  If the AI can't find an appropriate tone for a given domain, it will return 'abstract'. \n\nBy default, the tones are:\n- professional,\n- casual,\n- playful\"\n- modern,\n- classic,\n- creative,\n- minimalistic,\n- luxurious,\n- trustworthy,\n- tech-savvy,\n- innovative,\n- adventurous,\n- educational,\n- inspirational,\n- sophisticated,\n- elegant,\n- youthful,\n- energetic,\n- serious,\n- relaxing,\n- quirky,\n- edgy,\n- eco-friendly,\n- inclusive,\n- bold,\n- welcoming,\n- ambitious,\n- charming,\n- artsy,\n- reliable","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"f5a013102353b1332f347d0a50fca23f;o=1"},{"key":"Date","value":"Fri, 20 Dec 2024 23:52:08 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"domainwiki.com\",\n    \"status\": \"success\",\n    \"results\": {\n        \"tone\": \"educational\"\n    }\n}"}],"_postman_id":"9cd6a8e2-712a-423a-9a2d-eb01ec520d9b"},{"name":"Potential uses","id":"ef518c00-fc08-4466-9f68-b1d98b3578bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/domains/potentialUses?domain=<domain>","description":"<p>This endpoint returns the potential uses of a domain from a list of potential uses (e.g. e-commerce). You can use the default list of potential uses or specify a list for the AI to pick from. The AI will return the most relevant potential uses from the given list.</p>\n","urlObject":{"protocol":"https","path":["domains","potentialUses"],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to get potential uses of</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"},{"disabled":true,"description":{"content":"<p>(optional) list of potential uses for the AI to pick from. Must be in JSON array format (e.g. [\"use1\", \"use2\", ...]) with up to 50 potential uses.</p>\n<p>By default, the potential uses are:</p>\n<ul>\n<li>e-commerce,</li>\n<li>portfolio website,</li>\n<li>blog,</li>\n<li>news/media outlet,</li>\n<li>educational platform,</li>\n<li>forum,</li>\n<li>business website,</li>\n<li>event promotion,</li>\n<li>nonprofit/charity,</li>\n<li>landing page,</li>\n<li>real estate platform,</li>\n<li>travel and tourism guide,</li>\n<li>health and wellness site,</li>\n<li>technology review site,</li>\n<li>art and design showcase,</li>\n<li>recruitment site,</li>\n<li>subscription-based service,</li>\n<li>social networking site,</li>\n<li>membership platform,</li>\n<li>crowdfunding platform,</li>\n<li>recipe or cooking blog,</li>\n<li>gaming site,</li>\n<li>streaming platform,</li>\n<li>photography gallery,</li>\n<li>fitness/yoga site,</li>\n<li>consulting service,</li>\n<li>legal advice platform,</li>\n<li>financial services site,</li>\n<li>product comparison website,</li>\n<li>marketplace,</li>\n<li>government website,</li>\n<li>customer support portal,</li>\n<li>auction or bidding platform,</li>\n<li>travel booking site,</li>\n<li>online course,</li>\n<li>adult site,</li>\n<li>software or app landing page</li>\n</ul>\n","type":"text/plain"},"key":"potentialUses","value":"<list of potential uses>"}],"variable":[]}},"response":[{"id":"4920fa36-2d41-496f-8eb4-850d8b32f26b","name":"Potential uses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/domains/potentialUses?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["domains","potentialUses"],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to get potential uses of"},{"key":"potentialUses","value":"<list of potential uses>","description":"(optional) list of potential uses for the AI to pick from. Must be in JSON array format (e.g. [\"use1\", \"use2\", ...]) with up to 50 potential uses.\n\nBy default, the potential uses are:\n- e-commerce,\n- portfolio website,\n- blog,\n- news/media outlet,\n- educational platform,\n- forum,\n- business website,\n- event promotion,\n- nonprofit/charity,\n- landing page,\n- real estate platform,\n- travel and tourism guide,\n- health and wellness site,\n- technology review site,\n- art and design showcase,\n- recruitment site,\n- subscription-based service,\n- social networking site,\n- membership platform,\n- crowdfunding platform,\n- recipe or cooking blog,\n- gaming site,\n- streaming platform,\n- photography gallery,\n- fitness/yoga site,\n- consulting service,\n- legal advice platform,\n- financial services site,\n- product comparison website,\n- marketplace,\n- government website,\n- customer support portal,\n- auction or bidding platform,\n- travel booking site,\n- online course,\n- adult site,\n- software or app landing page","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept, origin"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"313fa6c808991218267ffca0f1f97145"},{"key":"Date","value":"Sat, 21 Dec 2024 00:01:56 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"craigzlist.com\",\n    \"status\": \"success\",\n    \"results\": {\n        \"potential_uses\": [\n            \"e-commerce\",\n            \"auction or bidding platform\",\n            \"marketplace\"\n        ]\n    }\n}"}],"_postman_id":"ef518c00-fc08-4466-9f68-b1d98b3578bc"}],"id":"1a72b71b-0c9c-4a80-8c44-c11a44ecad7a","_postman_id":"1a72b71b-0c9c-4a80-8c44-c11a44ecad7a","description":""},{"name":"DNS","item":[{"name":"DNS lookup","id":"91634818-0ecf-476c-978c-4d1537024c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"<p>(required) API bearer token - use get-token endpoint to generate</p>\n","type":"text"}],"url":"https://api.domai.io/dns/lookup/?domain=<domain>","description":"<p>Perform a DNS lookup on any domain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fd975704-7634-4143-8e43-d8bca9c48c97","id":"fd975704-7634-4143-8e43-d8bca9c48c97","name":"DNS","type":"folder"}},"urlObject":{"protocol":"https","path":["dns","lookup",""],"host":["api","domai","io"],"query":[{"description":{"content":"<p>(required) domain to perform DNS lookup on</p>\n","type":"text/plain"},"key":"domain","value":"<domain>"},{"disabled":true,"description":{"content":"<p>(optional) DNS record type to fetch. Default is ANY and will return all DNS records for the specified domain.</p>\n","type":"text/plain"},"key":"recordType","value":"<DNS record type>"}],"variable":[]}},"response":[{"id":"10a4d8a0-3ea1-4058-b2bb-f5707229455c","name":"DNS lookup","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token <bearer token>","description":"(required) API bearer token - use get-token endpoint to generate","type":"text"}],"url":{"raw":"https://api.domai.io/dns/lookup/?domain=<domain>","protocol":"https","host":["api","domai","io"],"path":["dns","lookup",""],"query":[{"key":"domain","value":"<domain>","description":"(required) domain to perform DNS lookup on"},{"key":"recordType","value":"<DNS record type>","description":"(optional) DNS record type to fetch. Default is ANY and will return all DNS records for the specified domain.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"X-Cloud-Trace-Context","value":"8e78de0074b42c14e0642f35af8437cb;o=1"},{"key":"Date","value":"Tue, 24 Sep 2024 11:24:00 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"2449"}],"cookie":[],"responseTime":null,"body":"{\n    \"domain\": \"google.com\",\n    \"query_type\": \"ANY\",\n    \"records\": [\n        {\n            \"type\": \"A\",\n            \"values\": [\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"74.125.69.138\",\n                    \"type_code\": 1\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"74.125.69.102\",\n                    \"type_code\": 1\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"74.125.69.101\",\n                    \"type_code\": 1\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"74.125.69.113\",\n                    \"type_code\": 1\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"74.125.69.100\",\n                    \"type_code\": 1\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"74.125.69.139\",\n                    \"type_code\": 1\n                }\n            ]\n        },\n        {\n            \"type\": \"AAAA\",\n            \"values\": [\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"2607:f8b0:4001:c08::64\",\n                    \"type_code\": 28\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"2607:f8b0:4001:c08::66\",\n                    \"type_code\": 28\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"2607:f8b0:4001:c08::71\",\n                    \"type_code\": 28\n                },\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"2607:f8b0:4001:c08::8a\",\n                    \"type_code\": 28\n                }\n            ]\n        },\n        {\n            \"type\": \"TXT\",\n            \"values\": [\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"v=spf1 include:_spf.google.com ~all\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8=\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"cisco-ci-domain-verification=479146de172eb01ddee38b1a455ab9e8bb51542ddd7f1fa298557dfa7b22d963\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"apple-domain-verification=30afIBcvSuDV2PLX\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"google-site-verification=4ibFUgB-wXLQ_S7vsXVomSTVamuOXBiVAzpR5IZ87D0\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"docusign=1b0a6754-49b1-4db5-8540-d2c12664b289\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"onetrust-domain-verification=de01ed21f2fa4d8781cbc3ffb89cf4ef\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB\\\"\",\n                    \"type_code\": 16\n                },\n                {\n                    \"ttl\": \"3600\",\n                    \"value\": \"\\\"google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o\\\"\",\n                    \"type_code\": 16\n                }\n            ]\n        },\n        {\n            \"type\": \"NS\",\n            \"values\": [\n                {\n                    \"ttl\": \"21600\",\n                    \"value\": \"ns1.google.com.\",\n                    \"type_code\": 2\n                },\n                {\n                    \"ttl\": \"21600\",\n                    \"value\": \"ns4.google.com.\",\n                    \"type_code\": 2\n                },\n                {\n                    \"ttl\": \"21600\",\n                    \"value\": \"ns2.google.com.\",\n                    \"type_code\": 2\n                },\n                {\n                    \"ttl\": \"21600\",\n                    \"value\": \"ns3.google.com.\",\n                    \"type_code\": 2\n                }\n            ]\n        },\n        {\n            \"type\": \"MX\",\n            \"values\": [\n                {\n                    \"ttl\": \"300\",\n                    \"value\": \"10 smtp.google.com.\",\n                    \"type_code\": 15\n                }\n            ]\n        },\n        {\n            \"type\": \"SOA\",\n            \"values\": [\n                {\n                    \"ttl\": \"60\",\n                    \"value\": \"ns1.google.com. dns-admin.google.com. 677709978 900 900 1800 60\",\n                    \"type_code\": 6\n                }\n            ]\n        }\n    ],\n    \"timestamp\": \"2024-09-24T11:24:00.627158+00:00Z\",\n    \"status\": \"success\"\n}"}],"_postman_id":"91634818-0ecf-476c-978c-4d1537024c8e"}],"id":"fd975704-7634-4143-8e43-d8bca9c48c97","description":"<p>DNS-related API endpoints. Includes DNS lookup endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"625016a6-d6fe-4e01-b2b7-fc4360d1174f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"f2e53772-2938-467c-a3b3-8b6fd71ff475","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"fd975704-7634-4143-8e43-d8bca9c48c97"}]}