WHOIS QUERY TIME

30 Apr 2024 - 12:57 PM UTC

Registered: 30 September 2014
Modified: 26 September 2023

REGISTRAR

Name: Freeparking Limited
Website: https://www.freeparking.co.nz

DNSSEC

unsigned

NAME SERVERS

ns1.secureparkme.com
ns2.secureparkme.com

DOMAIN STATUS

ok

You can fetch the above results in JSON or XML format through our API:

https://api.bigdomaindata.com/?key=XXXXX&current_whois=lawshop.nz
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "lawshop.nz"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "lawshop.nz",
            "domain_keyword": "lawshop",
            "domain_tld": "nz",
            "query_time": "2024-04-30 12:57:27",
            "create_date": "2014-09-30",
            "update_date": "2023-09-26",
            "registrar_name": "Freeparking Limited",
            "registrar_website": "https://www.freeparking.co.nz",
            "name_servers": [
                "ns1.secureparkme.com",
                "ns2.secureparkme.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.031,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>lawshop.nz</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>lawshop.nz</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>nz</domain_tld>
   <query_time>2024-04-30 12:57:27</query_time>
   <create_date>2014-09-30</create_date>
   <update_date>2023-09-26</update_date>
   <registrar_name>Freeparking Limited</registrar_name>
   <registrar_website>https://www.freeparking.co.nz</registrar_website>
   <name_servers>
    <value>ns1.secureparkme.com</value>
    <value>ns2.secureparkme.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.031</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>current_whois [1 domain]</cost_calculation>
 </stats>
</root>
We found a total of 2 historical WHOIS records (in 0.3 seconds) for "lawshop.nz" in our Historical WHOIS Database.
#1 - QUERY TIME

2 Aug 2023 - 6:16 PM UTC

Registered: 30 September 2014
Modified: 31 October 2022

REGISTRAR

Name: Freeparking Limited
Website: https://www.freeparking.co.nz

DNSSEC

unsigned

NAME SERVERS

ns.freeparking.co.nz
ns2.freeparking.co.nz

DOMAIN STATUS

ok

#2 - QUERY TIME

7 Oct 2023 - 5:22 AM UTC

Registered: 30 September 2014
Modified: 26 September 2023

REGISTRAR

Name: Freeparking Limited
Website: https://www.freeparking.co.nz

DNSSEC

unsigned

NAME SERVERS

ns1.secureparkme.com
ns2.secureparkme.com

DOMAIN STATUS

ok

* Changes to the WHOIS data as compared with the previous record are highlighted in yellow.

You can fetch the above results in JSON or XML format through our API:

https://api.bigdomaindata.com/?key=XXXXX&database=historical&domain_name=lawshop.nz
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "lawshop.nz",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "lawshop.nz",
    "results": [
        {
            "num": 1,
            "domain_name": "lawshop.nz",
            "domain_keyword": "lawshop",
            "domain_tld": "nz",
            "query_time": "2023-08-02 18:16:27",
            "create_date": "2014-09-30",
            "update_date": "2022-10-31",
            "registrar_name": "Freeparking Limited",
            "registrar_website": "https://www.freeparking.co.nz",
            "name_servers": [
                "ns.freeparking.co.nz",
                "ns2.freeparking.co.nz"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "lawshop.nz",
            "domain_keyword": "lawshop",
            "domain_tld": "nz",
            "query_time": "2023-10-07 05:22:46",
            "create_date": "2014-09-30",
            "update_date": "2023-09-26",
            "registrar_name": "Freeparking Limited",
            "registrar_website": "https://www.freeparking.co.nz",
            "name_servers": [
                "ns1.secureparkme.com",
                "ns2.secureparkme.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.3,
        "api_credits_used": 2,
        "cost_calculation": "1 (database[historical]) + 1 (search_fields[domain_name]) = 2"
    }
}
<root>
 <success>true</success>
 <query>
  <database>historical</database>
  <domain_name>lawshop.nz</domain_name>
  <sort_by>query_time</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>2</total>
  <relation>eq</relation>
  <current>2</current>
 </count>
 <unique_domains>lawshop.nz</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>lawshop.nz</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>nz</domain_tld>
   <query_time>2023-08-02 18:16:27</query_time>
   <create_date>2014-09-30</create_date>
   <update_date>2022-10-31</update_date>
   <registrar_name>Freeparking Limited</registrar_name>
   <registrar_website>https://www.freeparking.co.nz</registrar_website>
   <name_servers>
    <value>ns.freeparking.co.nz</value>
    <value>ns2.freeparking.co.nz</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>lawshop.nz</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>nz</domain_tld>
   <query_time>2023-10-07 05:22:46</query_time>
   <create_date>2014-09-30</create_date>
   <update_date>2023-09-26</update_date>
   <registrar_name>Freeparking Limited</registrar_name>
   <registrar_website>https://www.freeparking.co.nz</registrar_website>
   <name_servers>
    <value>ns1.secureparkme.com</value>
    <value>ns2.secureparkme.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.3</total_time>
  <api_credits_used>2</api_credits_used>
  <cost_calculation>1 (database[historical]) + 1 (search_fields[domain_name]) = 2</cost_calculation>
 </stats>
</root>
We found a total of 9 domain names (in 0.379 seconds) which contained the exact domain keyword "lawshop".
Domain Name Registered Expiry Registrar Ownership
1 lawshop.com 7 Jun 1996 6 Jun 2025 eName Technology Co.,Ltd. -
2 lawshop.co.nz 10 Feb 1999 - Freeparking Limited -
3 lawshop.org 15 Mar 2000 15 Mar 2025 GoDaddy.com, LLC Domains By Proxy, LLC
4 lawshop.ru 12 Mar 2007 12 Mar 2025 SALENAMES-RU Private Person
5 lawshop.nz 30 Sep 2014 - Freeparking Limited -
6 lawshop.net 24 Jul 2017 24 Jul 2025 Porkbun LLC Private by Design, LLC
7 lawshop.marketing 3 Apr 2022 3 Apr 2025 GoDaddy.com, LLC Domains By Proxy, LLC
8 lawshop.top 10 Apr 2024 10 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) lin mei
9 lawshop.club 10 Apr 2024 10 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) lin mei
10 lawshop.com.au - - SYNERGY WHOLESALE ACCREDITATIONS PTY LTD Tony Delauney

The above results can be generated through the following API query:

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=lawshop&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "lawshop",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 10,
        "relation": "eq",
        "current": 10
    },
    "unique_domains": "lawshop.com, lawshop.co.nz, lawshop.org, lawshop.ru, lawshop.nz, lawshop.net, lawshop.marketing, lawshop.top, lawshop.club, lawshop.com.au",
    "results": [
        {
            "num": 1,
            "domain_name": "lawshop.com",
            "domain_keyword": "lawshop",
            "domain_tld": "com",
            "query_time": "2024-06-06 00:19:58",
            "create_date": "1996-06-07",
            "update_date": "2024-05-24",
            "expiry_date": "2025-06-06",
            "registrar_iana": 1331,
            "registrar_name": "eName Technology Co.,Ltd.",
            "registrar_website": "http://www.ename.net",
            "registrant_state": "GuangDong",
            "registrant_country": "CN",
            "registrant_email": "https://whois.ename.net/contact/lawshop.com",
            "name_servers": [
                "ns3.dns.com",
                "ns4.dns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "lawshop.co.nz",
            "domain_keyword": "lawshop",
            "domain_tld": "co.nz",
            "query_time": "2024-05-07 18:25:56",
            "create_date": "1999-02-10",
            "update_date": "2024-04-12",
            "registrar_name": "Freeparking Limited",
            "registrar_website": "https://www.freeparking.co.nz",
            "name_servers": [
                "brit.ns.cloudflare.com",
                "sevki.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "lawshop.org",
            "domain_keyword": "lawshop",
            "domain_tld": "org",
            "query_time": "2024-04-25 06:58:59",
            "create_date": "2000-03-15",
            "update_date": "2023-08-11",
            "expiry_date": "2025-03-15",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns75.domaincontrol.com",
                "ns76.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "lawshop.ru",
            "domain_keyword": "lawshop",
            "domain_tld": "ru",
            "query_time": "2024-05-04 06:38:38",
            "create_date": "2007-03-12",
            "expiry_date": "2025-03-12",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 5,
            "domain_name": "lawshop.nz",
            "domain_keyword": "lawshop",
            "domain_tld": "nz",
            "query_time": "2024-04-30 12:57:27",
            "create_date": "2014-09-30",
            "update_date": "2023-09-26",
            "registrar_name": "Freeparking Limited",
            "registrar_website": "https://www.freeparking.co.nz",
            "name_servers": [
                "ns1.secureparkme.com",
                "ns2.secureparkme.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "lawshop.net",
            "domain_keyword": "lawshop",
            "domain_tld": "net",
            "query_time": "2024-04-30 12:57:27",
            "create_date": "2017-07-24",
            "update_date": "2023-10-14",
            "expiry_date": "2025-07-24",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://www.porkbun.com",
            "registrant_name": "Whois Privacy",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "500 Westover Dr #9816",
            "registrant_city": "Sanford",
            "registrant_state": "NC",
            "registrant_zip": "27330",
            "registrant_country": "US",
            "registrant_email": "https://porkbun.com/whois/contact/registrant/lawshop.net",
            "registrant_phone": "+1.9712666028",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "lawshop.marketing",
            "domain_keyword": "lawshop",
            "domain_tld": "marketing",
            "query_time": "2024-06-02 01:26:39",
            "create_date": "2022-04-03",
            "update_date": "2024-05-18",
            "expiry_date": "2025-04-03",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "jerome.ns.cloudflare.com",
                "kia.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "lawshop.top",
            "domain_keyword": "lawshop",
            "domain_tld": "top",
            "query_time": "2024-04-25 06:58:59",
            "create_date": "2024-04-10",
            "update_date": "2024-04-10",
            "expiry_date": "2025-04-10",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "lin mei",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "fu jian",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "sonia.ns.cloudflare.com",
                "zahir.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "lawshop.club",
            "domain_keyword": "lawshop",
            "domain_tld": "club",
            "query_time": "2024-06-12 12:20:32",
            "create_date": "2024-04-10",
            "update_date": "2024-04-15",
            "expiry_date": "2025-04-10",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "lin mei",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "fu jian",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "sonia.ns.cloudflare.com",
                "zahir.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "lawshop.com.au",
            "domain_keyword": "lawshop",
            "domain_tld": "com.au",
            "query_time": "2024-04-25 06:58:59",
            "update_date": "2023-10-03",
            "registrar_name": "SYNERGY WHOLESALE ACCREDITATIONS PTY LTD",
            "registrar_website": "https://synergywholesale.com/partner-lookup",
            "registrant_name": "Tony Delauney",
            "name_servers": [
                "ns1.perthwebhosting.net.au",
                "ns2.perthwebhosting.net.au",
                "ns3.perthwebhosting.net.au"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.379,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>lawshop</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>10</total>
  <relation>eq</relation>
  <current>10</current>
 </count>
 <unique_domains>lawshop.com, lawshop.co.nz, lawshop.org, lawshop.ru, lawshop.nz, lawshop.net, lawshop.marketing, lawshop.top, lawshop.club, lawshop.com.au</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>lawshop.com</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 00:19:58</query_time>
   <create_date>1996-06-07</create_date>
   <update_date>2024-05-24</update_date>
   <expiry_date>2025-06-06</expiry_date>
   <registrar_iana>1331</registrar_iana>
   <registrar_name>eName Technology Co.,Ltd.</registrar_name>
   <registrar_website>http://www.ename.net</registrar_website>
   <registrant_state>GuangDong</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.ename.net/contact/lawshop.com</registrant_email>
   <name_servers>
    <value>ns3.dns.com</value>
    <value>ns4.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>lawshop.co.nz</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2024-05-07 18:25:56</query_time>
   <create_date>1999-02-10</create_date>
   <update_date>2024-04-12</update_date>
   <registrar_name>Freeparking Limited</registrar_name>
   <registrar_website>https://www.freeparking.co.nz</registrar_website>
   <name_servers>
    <value>brit.ns.cloudflare.com</value>
    <value>sevki.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>lawshop.org</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-25 06:58:59</query_time>
   <create_date>2000-03-15</create_date>
   <update_date>2023-08-11</update_date>
   <expiry_date>2025-03-15</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns75.domaincontrol.com</value>
    <value>ns76.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>lawshop.ru</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 06:38:38</query_time>
   <create_date>2007-03-12</create_date>
   <expiry_date>2025-03-12</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>5</num>
   <domain_name>lawshop.nz</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>nz</domain_tld>
   <query_time>2024-04-30 12:57:27</query_time>
   <create_date>2014-09-30</create_date>
   <update_date>2023-09-26</update_date>
   <registrar_name>Freeparking Limited</registrar_name>
   <registrar_website>https://www.freeparking.co.nz</registrar_website>
   <name_servers>
    <value>ns1.secureparkme.com</value>
    <value>ns2.secureparkme.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>lawshop.net</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-30 12:57:27</query_time>
   <create_date>2017-07-24</create_date>
   <update_date>2023-10-14</update_date>
   <expiry_date>2025-07-24</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://www.porkbun.com</registrar_website>
   <registrant_name>Whois Privacy</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>500 Westover Dr #9816</registrant_address>
   <registrant_city>Sanford</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>27330</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://porkbun.com/whois/contact/registrant/lawshop.net</registrant_email>
   <registrant_phone>+1.9712666028</registrant_phone>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>lawshop.marketing</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>marketing</domain_tld>
   <query_time>2024-06-02 01:26:39</query_time>
   <create_date>2022-04-03</create_date>
   <update_date>2024-05-18</update_date>
   <expiry_date>2025-04-03</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>jerome.ns.cloudflare.com</value>
    <value>kia.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>lawshop.top</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-04-25 06:58:59</query_time>
   <create_date>2024-04-10</create_date>
   <update_date>2024-04-10</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>lin mei</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>fu jian</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>sonia.ns.cloudflare.com</value>
    <value>zahir.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>lawshop.club</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>club</domain_tld>
   <query_time>2024-06-12 12:20:32</query_time>
   <create_date>2024-04-10</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>lin mei</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>fu jian</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>sonia.ns.cloudflare.com</value>
    <value>zahir.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>lawshop.com.au</domain_name>
   <domain_keyword>lawshop</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-04-25 06:58:59</query_time>
   <update_date>2023-10-03</update_date>
   <registrar_name>SYNERGY WHOLESALE ACCREDITATIONS PTY LTD</registrar_name>
   <registrar_website>https://synergywholesale.com/partner-lookup</registrar_website>
   <registrant_name>Tony Delauney</registrant_name>
   <name_servers>
    <value>ns1.perthwebhosting.net.au</value>
    <value>ns2.perthwebhosting.net.au</value>
    <value>ns3.perthwebhosting.net.au</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.379</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>1 (search_fields[domain_keyword])</cost_calculation>
 </stats>
</root>
We found a total of 5,220 domain names (in 1.115 seconds) which look and sound like the brand name "lawshop".
Domain Name Registered Expiry Registrar Ownership
1 wawshop.shop 12 Mar 2023 12 Mar 2025 Namecheap, Inc. -
2 lajshop.net 11 Sep 2023 11 Sep 2024 TUCOWS, INC. Contact Privacy Inc. Customer 0168591351
3 laashop.com 29 Feb 2020 28 Feb 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
4 pawshop.net 10 Aug 2022 10 Aug 2024 Sav.com, LLC -
5 lapshop.ru 7 Jul 2011 7 Jul 2024 RD-RU Private Person
6 la-shop.com 18 Jul 2003 18 Jul 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
7 luwshop.com 9 Jun 2024 9 Jun 2025 CSL Computer Service Langenbach GmbH d/b/a joker.com -
8 larshop.online 3 Dec 2022 3 Dec 2024 Go Daddy, LLC Repossessed by Go Daddy
9 ladshop.ru 23 Mar 2012 23 Mar 2025 REGRU-RU Private Person
10 lkwshop.com 9 Jun 2021 9 Jun 2024 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
11 labshop.store 14 Dec 2023 14 Dec 2024 Go Daddy, LLC Domains By Proxy, LLC
12 lnwshop.com 27 Dec 2008 27 Dec 2030 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
13 labshop.ro 28 Dec 2006 26 Nov 2026 ICI - Registrar -
14 lanshop.ro 23 May 2024 22 May 2029 ICI - Registrar -
15 zawshop.pl 20 Jan 2024 20 Jan 2025 LH.pl Sp. z o.o. -
16 lavshop.space 8 Aug 2023 8 Aug 2024 Hosting Ukraine LLC Hosting Ukraine LLC
17 labshop.ca 6 Jan 2013 6 Jan 2026 Go Daddy Domains Canada, Inc REDACTED FOR PRIVACY
18 lanshop.biz 18 Dec 2023 18 Dec 2024 NameSilo, LLC PrivacyGuardian.org llc
19 lanshop.store 31 May 2024 31 May 2025 Dynadot LLC -
20 jawshop.org 15 Mar 2019 15 Mar 2025 GoDaddy.com, LLC Domains By Proxy, LLC
21 lowshop.net 21 Jun 2019 21 Jun 2024 gabia lee sang kyu
22 lapshop.ro 25 Apr 2011 19 Apr 2025 CYBER_FOLKS S.R.L. -
23 rawshop.ru 20 Jun 2012 20 Jun 2024 REGRU-RU Private Person
24 zawshop.com 25 May 2024 25 May 2025 Tucows Domains Inc. -
25 clawshop.pro 23 Feb 2024 23 Feb 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
26 laushop.com 30 Nov 2017 30 Nov 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
27 lwwshop.nl 30 Apr 2020 - Realtime Register -
28 lawskop.com 30 Oct 2023 30 Oct 2025 RegistryGate GmbH REDACTED FOR PRIVACY
29 lasshop.work 11 Oct 2021 11 Oct 2024 GMO Internet, Inc. d/b/a Onamae.com Whois Privacy Protection Service by MuuMuuDomain
30 latshop.com 17 Oct 2016 17 Oct 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
31 lamshop.net 4 Jul 2005 4 Jul 2024 GMO INTERNET, INC. Whois Privacy Protection Service by MuuMuuDomain
32 lakshop.com 17 Nov 2004 17 Nov 2024 GoDaddy.com, LLC -
33 labshop.com 15 Oct 1997 14 Oct 2024 TUCOWS, INC. REDACTED FOR PRIVACY
34 liwshop.com 15 Jul 2023 15 Jul 2024 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
35 pawshop.one 20 Apr 2022 20 Apr 2025 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
36 ilawshop.com 19 Feb 2023 19 Feb 2025 Squarespace Domains II LLC REDACTED FOR PRIVACY
37 lakshop.ru 17 Apr 2014 17 Apr 2025 REGTIME-RU Private Person
38 lawstop.co.uk 3 May 2018 3 May 2025 LCN.com Ltd [Tag = LCN] -
39 lawstop.com 25 Aug 1998 24 Aug 2028 Network Solutions, LLC -
40 ladshop.co.uk 10 Jul 2012 10 Jul 2024 Fasthosts Internet Ltd [Tag = LIVEDOMAINS] -
41 uawshop.com 18 Jul 2023 18 Jul 2024 GoDaddy.com, LLC -
42 lawchop.com 4 Jun 2019 4 Jun 2025 GoDaddy.com, LLC -
43 lapshop.net 9 Oct 2023 9 Oct 2024 Hostinger Operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
44 lcwshop.com 20 Mar 2019 20 Mar 2025 Atak Domain Registrant of lcwshop.com
45 sawshop.ru 23 Feb 2020 23 Feb 2025 REGRU-RU Private Person
46 lawashop.nl 21 Dec 2022 - Key-Systems GmbH -
47 tawshop.co.uk 27 Jan 2020 27 Jan 2025 Namesco Limited [Tag = NAMESCO] -
48 larshop.express 15 Oct 2022 15 Oct 2025 GoDaddy.com, LLC Domains By Proxy, LLC
49 lanshop.co.uk 8 Jul 2002 8 Jul 2025 Namesco Limited [Tag = NAMESCO] -
50 liwshop.xyz 13 Nov 2023 13 Nov 2024 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
51 wawshop.online 7 May 2023 7 May 2025 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
52 dawshop.com 19 Dec 2020 19 Dec 2026 PDR Ltd. d/b/a PublicDomainRegistry.com -
53 wlawshop.com 15 Jun 2015 15 Jun 2024 CSC CORPORATE DOMAINS, INC. Follett Corporation
54 la2shop.ru 24 Jan 2024 24 Jan 2025 REGTIME-RU Private Person
55 lowshop.club 10 Apr 2024 10 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) lin mei
56 labshop.online 31 Oct 2019 31 Oct 2024 Tucows.com Co. Data Protected
57 lowshop.top 10 Apr 2024 10 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) lin mei
58 laishop.net 10 Mar 2016 10 Mar 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
59 rawshop.com 17 May 1999 17 May 2026 MarkMonitor, Inc. World Wrestling Entertainment, Inc.
60 lapshop.co.uk 24 Jan 2020 24 Jan 2025 123-Reg Limited t/a 123-reg [Tag = 123-REG] -
61 lfwshop.com 5 May 2020 5 May 2026 Network Solutions, LLC -
62 laeshop.ru 15 Aug 2023 15 Aug 2024 TIMEWEB-RU Private Person
63 lawship.com 9 Aug 2015 9 Aug 2024 Dynadot Inc -
64 lawshap.com 6 Jun 2011 2 Dec 2031 Register.ca Inc REDACTED FOR PRIVACY
65 wawshop.com 1 Feb 2017 1 Feb 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
66 ldwshop.com 15 Apr 2024 15 Apr 2025 Squarespace Domains LLC REDACTED FOR PRIVACY
67 lapshop.xyz 4 Jun 2024 4 Jun 2025 Go Daddy, LLC Domains By Proxy, LLC
68 lawcshop.com 11 Jul 2020 11 Jul 2024 Cloudflare, Inc. DATA REDACTED
69 labshop.biz 30 Jul 2008 29 Jul 2024 IONOS SE Data Privacy Protected
70 laeshop.com 11 Apr 2024 11 Apr 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
71 lasshop.ru 14 Nov 2023 14 Nov 2024 REGRU-RU Private Person
72 fawshop.co.uk 15 Oct 2015 15 Oct 2024 Namesco Limited [Tag = NAMESCO] -
73 lxwshop.site 11 May 2023 11 May 2025 Registrar of Domain Names REG.RU, LLC Private Person
74 lawsdop.online 7 Sep 2023 7 Sep 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
75 llwshop.org 30 Nov 2023 30 Nov 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0169479708
76 lawnshop.com.au - - Web Address Registration Pty Ltd Michael Vincent
77 lapshop.org.uk 29 Aug 2022 29 Aug 2024 Namecheap, Inc. [Tag = NAMECHEAP-INC] -
78 sawshop.world 13 May 2023 13 May 2025 Name.com, Inc. REDACTED FOR PRIVACY
79 la-shop.ca 18 Aug 2020 18 Aug 2026 Go Daddy Domains Canada, Inc REDACTED FOR PRIVACY
80 layshop.com 21 Nov 2013 21 Nov 2024 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
81 pawshop.store 27 May 2023 27 May 2025 Tucows.com Co. Contact Privacy Inc. Customer 0167398351
82 lazshop.com 24 Sep 2014 24 Sep 2024 Network Solutions, LLC -
83 labshop.pl 16 Jul 2012 16 Jul 2024 OVH SAS -
84 rawshop.online 13 Feb 2024 13 Feb 2025 Hosting Ukraine LLC Hosting Ukraine LLC
85 lalshop.com 17 Apr 2018 17 Apr 2024 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
86 lanshop.com.br 12 May 2021 12 May 2024 HSTDOMAINS (127) Alan Roberth Teixeira
87 lswshop.com 10 Feb 2023 10 Feb 2025 DNSPod, Inc. REDACTED FOR PRIVACY
88 lnwshop.vip 1 Nov 2023 1 Nov 2024 Gname.com Pte. Ltd. REDACTED FOR PRIVACY
89 rawshop.store 16 Jun 2022 16 Jun 2024 One.com A/S Raw&Merlin Service OEivind Robbestad
90 lazshop.xyz 9 Jan 2024 9 Jan 2025 Atak Domain Hosting DNS Protection
91 ladshop.sbs 17 May 2024 17 May 2025 Atak Domain Hosting M Rombert
92 wawshop.ru 6 Feb 2024 6 Feb 2025 ACTIVE-RU Private Person
93 pawshop.uno 27 Nov 2023 27 Nov 2024 Name SRS AB -
94 rawshop.net 12 Apr 2023 12 Apr 2025 Sav.com, LLC -
95 lasshop.store 24 Feb 2024 24 Feb 2025 Tucows.com Co. Contact Privacy Inc. Customer 0170343481
96 lanshop.space 26 Apr 2023 26 Apr 2025 GMO Internet Group, Inc. d/b/a Onamae.com GMO-Z.com RUNSYSTEM JSC
97 lnwshop.net 22 Jun 2021 22 Jun 2024 Name.com, Inc. Domain Protection Services, Inc.
98 sawshop.online 13 May 2023 13 May 2025 Name.com, Inc -
99 laoshop.net 5 May 2023 5 May 2025 HOSTINGER operations, UAB -
100 blawshop.com 7 Sep 2006 7 Sep 2028 GoDaddy.com, LLC -
In this page, we have listed the top 100 results. Kindly use our Fuzzy Domains API to fetch the remaining results.
You can also view the top 500 results through Fuzzy Domains Finder tool for Lawshop.nz.

The above results can be generated through the following API query:

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=lawshop.nz
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "lawshop.nz",
        "page_size": 100
    },
    "count": {
        "total": 5220,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "wawshop.shop, lajshop.net, laashop.com, pawshop.net, lapshop.ru, la-shop.com, luwshop.com, larshop.online, ladshop.ru, lkwshop.com, labshop.store, lnwshop.com, labshop.ro, lanshop.ro, zawshop.pl, lavshop.space, labshop.ca, lanshop.biz, lanshop.store, jawshop.org, lowshop.net, lapshop.ro, rawshop.ru, zawshop.com, clawshop.pro, laushop.com, lwwshop.nl, lawskop.com, lasshop.work, latshop.com, lamshop.net, lakshop.com, labshop.com, liwshop.com, pawshop.one, ilawshop.com, lakshop.ru, lawstop.co.uk, lawstop.com, ladshop.co.uk, uawshop.com, lawchop.com, lapshop.net, lcwshop.com, sawshop.ru, lawashop.nl, tawshop.co.uk, larshop.express, lanshop.co.uk, liwshop.xyz, wawshop.online, dawshop.com, wlawshop.com, la2shop.ru, lowshop.club, labshop.online, lowshop.top, laishop.net, rawshop.com, lapshop.co.uk, lfwshop.com, laeshop.ru, lawship.com, lawshap.com, wawshop.com, ldwshop.com, lapshop.xyz, lawcshop.com, labshop.biz, laeshop.com, lasshop.ru, fawshop.co.uk, lxwshop.site, lawsdop.online, llwshop.org, lawnshop.com.au, lapshop.org.uk, sawshop.world, la-shop.ca, layshop.com, pawshop.store, lazshop.com, labshop.pl, rawshop.online, lalshop.com, lanshop.com.br, lswshop.com, lnwshop.vip, rawshop.store, lazshop.xyz, ladshop.sbs, wawshop.ru, pawshop.uno, rawshop.net, lasshop.store, lanshop.space, lnwshop.net, sawshop.online, laoshop.net, blawshop.com",
    "results": [
        {
            "num": 1,
            "domain_name": "wawshop.shop",
            "domain_keyword": "wawshop",
            "domain_tld": "shop",
            "query_time": "2024-04-20 04:42:31",
            "create_date": "2023-03-12",
            "update_date": "2024-03-27",
            "expiry_date": "2025-03-12",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "name_servers": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "lajshop.net",
            "domain_keyword": "lajshop",
            "domain_tld": "net",
            "query_time": "2024-04-28 10:40:10",
            "create_date": "2023-09-11",
            "update_date": "2023-09-11",
            "expiry_date": "2024-09-11",
            "registrar_iana": 69,
            "registrar_name": "TUCOWS, INC.",
            "registrar_website": "http://tucowsdomains.com",
            "registrant_name": "Contact Privacy Inc. Customer 0168591351",
            "registrant_company": "Contact Privacy Inc. Customer 0168591351",
            "registrant_address": "96 Mowat Ave",
            "registrant_city": "Toronto",
            "registrant_state": "ON",
            "registrant_zip": "M6K 3M1",
            "registrant_country": "CA",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.4165385457",
            "name_servers": [
                "ns-cloud-d1.googledomains.com",
                "ns-cloud-d2.googledomains.com",
                "ns-cloud-d3.googledomains.com",
                "ns-cloud-d4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "laashop.com",
            "domain_keyword": "laashop",
            "domain_tld": "com",
            "query_time": "2024-05-16 03:02:28",
            "create_date": "2020-02-29",
            "update_date": "2021-02-22",
            "expiry_date": "2025-02-28",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "pawshop.net",
            "domain_keyword": "pawshop",
            "domain_tld": "net",
            "query_time": "2024-05-31 04:56:38",
            "create_date": "2022-08-10",
            "update_date": "2024-03-18",
            "expiry_date": "2024-08-10",
            "registrar_iana": 609,
            "registrar_name": "Sav.com, LLC",
            "registrar_website": "http://sav.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "lapshop.ru",
            "domain_keyword": "lapshop",
            "domain_tld": "ru",
            "query_time": "2024-05-04 00:46:24",
            "create_date": "2011-07-07",
            "expiry_date": "2024-07-07",
            "registrar_name": "RD-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 6,
            "domain_name": "la-shop.com",
            "domain_keyword": "la-shop",
            "domain_tld": "com",
            "query_time": "2024-05-28 21:00:22",
            "create_date": "2003-07-18",
            "update_date": "2023-07-19",
            "expiry_date": "2024-07-18",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "Contact Privacy Inc. Customer 7151571251",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "96 Mowat Ave",
            "registrant_city": "Toronto",
            "registrant_state": "ON",
            "registrant_zip": "M4K 3K1",
            "registrant_country": "CA",
            "registrant_email": "https://domains.google.com/contactregistrant?domain=la-shop.com",
            "registrant_phone": "+1.4165385487",
            "name_servers": [
                "ns-1398.awsdns-46.org",
                "ns-1780.awsdns-30.co.uk",
                "ns-842.awsdns-41.net",
                "ns-95.awsdns-11.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "luwshop.com",
            "domain_keyword": "luwshop",
            "domain_tld": "com",
            "query_time": "2024-06-12 14:54:09",
            "create_date": "2024-06-09",
            "update_date": "2024-06-09",
            "expiry_date": "2025-06-09",
            "registrar_iana": 113,
            "registrar_name": "CSL Computer Service Langenbach GmbH d/b/a joker.com",
            "registrar_website": "https://joker.com",
            "registrant_state": "تهران",
            "registrant_country": "IR",
            "registrant_email": "https://csl-registrar.com/contact/luwshop.com/owner",
            "name_servers": [
                "ns5.avestahost.com",
                "ns6.avestahost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "larshop.online",
            "domain_keyword": "larshop",
            "domain_tld": "online",
            "query_time": "2024-04-24 20:10:38",
            "create_date": "2022-12-03",
            "update_date": "2024-04-17",
            "expiry_date": "2024-12-03",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Repossessed by Go Daddy",
            "registrant_state": "AZ",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns09.domaincontrol.com",
                "ns10.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "ladshop.ru",
            "domain_keyword": "ladshop",
            "domain_tld": "ru",
            "query_time": "2024-04-30 08:55:23",
            "create_date": "2012-03-23",
            "expiry_date": "2025-03-23",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.pa.infobox.ru",
                "ns2.pa.infobox.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 10,
            "domain_name": "lkwshop.com",
            "domain_keyword": "lkwshop",
            "domain_tld": "com",
            "query_time": "2024-05-15 06:51:29",
            "create_date": "2021-06-09",
            "update_date": "2021-08-27",
            "expiry_date": "2024-06-09",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "labshop.store",
            "domain_keyword": "labshop",
            "domain_tld": "store",
            "query_time": "2024-04-26 00:09:18",
            "create_date": "2023-12-14",
            "update_date": "2024-04-17",
            "expiry_date": "2024-12-14",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns15.domaincontrol.com",
                "ns16.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "lnwshop.com",
            "domain_keyword": "lnwshop",
            "domain_tld": "com",
            "query_time": "2024-06-02 14:24:03",
            "create_date": "2008-12-27",
            "update_date": "2023-08-23",
            "expiry_date": "2030-12-27",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "GDPR Masked",
            "registrant_company": "GDPR Masked",
            "registrant_address": "GDPR Masked",
            "registrant_city": "GDPR Masked",
            "registrant_state": "Bangkok",
            "registrant_zip": "GDPR Masked",
            "registrant_country": "TH",
            "registrant_email": "[email protected]",
            "registrant_phone": "GDPR Masked",
            "registrant_fax": "GDPR Masked",
            "name_servers": [
                "dns1.lnwshop.com",
                "dns2.lnwshop.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "labshop.ro",
            "domain_keyword": "labshop",
            "domain_tld": "ro",
            "query_time": "2024-05-25 21:37:38",
            "create_date": "2006-12-28",
            "expiry_date": "2026-11-26",
            "registrar_name": "ICI - Registrar",
            "registrar_website": "http://www.rotld.ro",
            "name_servers": [
                "ns10.securepod.com",
                "ns11.securepod.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Inactive"
            ]
        },
        {
            "num": 14,
            "domain_name": "lanshop.ro",
            "domain_keyword": "lanshop",
            "domain_tld": "ro",
            "query_time": "2024-05-29 19:03:35",
            "create_date": "2024-05-23",
            "expiry_date": "2029-05-22",
            "registrar_name": "ICI - Registrar",
            "registrar_website": "http://www.rotld.ro",
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Inactive"
            ]
        },
        {
            "num": 15,
            "domain_name": "zawshop.pl",
            "domain_keyword": "zawshop",
            "domain_tld": "pl",
            "query_time": "2024-01-22 01:06:39",
            "create_date": "2024-01-20",
            "update_date": "2024-01-20",
            "expiry_date": "2025-01-20",
            "registrar_name": "LH.pl Sp. z o.o.",
            "registrar_website": "https://www.lh.pl/",
            "name_servers": [
                "ns.lh.pl",
                "ns2.lighthosting.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "lavshop.space",
            "domain_keyword": "lavshop",
            "domain_tld": "space",
            "query_time": "2024-05-04 09:00:33",
            "create_date": "2023-08-08",
            "update_date": "2023-08-31",
            "expiry_date": "2024-08-08",
            "registrar_iana": 2374,
            "registrar_name": "Hosting Ukraine LLC",
            "registrar_website": "https://www.ukraine.com.ua/",
            "registrant_company": "Hosting Ukraine LLC",
            "registrant_country": "UA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns112.inhostedns.com",
                "ns212.inhostedns.net",
                "ns312.inhostedns.org"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "labshop.ca",
            "domain_keyword": "labshop",
            "domain_tld": "ca",
            "query_time": "2024-05-07 07:22:08",
            "create_date": "2013-01-06",
            "update_date": "2024-04-02",
            "expiry_date": "2026-01-06",
            "registrar_name": "Go Daddy Domains Canada, Inc",
            "registrar_website": "ca.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_email": "please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns13.domaincontrol.com",
                "ns14.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "lanshop.biz",
            "domain_keyword": "lanshop",
            "domain_tld": "biz",
            "query_time": "2024-04-28 20:22:46",
            "create_date": "2023-12-18",
            "update_date": "2023-12-23",
            "expiry_date": "2024-12-18",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "www.namesilo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "PrivacyGuardian.org llc",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "jason.ns.cloudflare.com",
                "jill.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "lanshop.store",
            "domain_keyword": "lanshop",
            "domain_tld": "store",
            "query_time": "2024-06-02 17:23:16",
            "create_date": "2024-05-31",
            "update_date": "2024-05-31",
            "expiry_date": "2025-05-31",
            "registrar_iana": 472,
            "registrar_name": "Dynadot LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_state": "California",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "170.ns1.abovedomains.com",
                "170.ns2.abovedomains.com"
            ],
            "domain_status": [
                "addPeriod",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "jawshop.org",
            "domain_keyword": "jawshop",
            "domain_tld": "org",
            "query_time": "2024-04-22 13:08:26",
            "create_date": "2019-03-15",
            "update_date": "2024-03-21",
            "expiry_date": "2025-03-15",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns17.domaincontrol.com",
                "ns18.domaincontrol.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "lowshop.net",
            "domain_keyword": "lowshop",
            "domain_tld": "net",
            "query_time": "2024-04-14 21:53:15",
            "create_date": "2019-06-21",
            "update_date": "2023-06-15",
            "expiry_date": "2024-06-21",
            "registrar_iana": 244,
            "registrar_name": "gabia",
            "registrar_website": "https://www.gabia.com",
            "registrant_name": "lee sang kyu",
            "registrant_company": "lee sang kyu",
            "registrant_address": "42 Muncheon-gil Jillyang-eup  Gyeongsan-si Gyeongsangbuk-do.",
            "registrant_city": "Gyeongsangbuk-do",
            "registrant_zip": "38447",
            "registrant_country": "KR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+82.538548119",
            "name_servers": [
                "ns1.cafe24.co.kr",
                "ns1.cafe24.com",
                "ns2.cafe24.co.kr",
                "ns2.cafe24.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "lapshop.ro",
            "domain_keyword": "lapshop",
            "domain_tld": "ro",
            "query_time": "2024-04-20 02:36:50",
            "create_date": "2011-04-25",
            "expiry_date": "2025-04-19",
            "registrar_name": "CYBER_FOLKS S.R.L.",
            "registrar_website": "https://cyberfolks.ro/",
            "name_servers": [
                "david.ns.cloudflare.com",
                "robin.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Inactive"
            ]
        },
        {
            "num": 23,
            "domain_name": "rawshop.ru",
            "domain_keyword": "rawshop",
            "domain_tld": "ru",
            "query_time": "2024-05-02 04:47:56",
            "create_date": "2012-06-20",
            "expiry_date": "2024-06-20",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "dns1.yandex.ru",
                "dns2.yandex.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 24,
            "domain_name": "zawshop.com",
            "domain_keyword": "zawshop",
            "domain_tld": "com",
            "query_time": "2024-05-28 07:58:21",
            "create_date": "2024-05-25",
            "update_date": "2024-05-25",
            "expiry_date": "2025-05-25",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns15.abovedomains.com",
                "ns16.abovedomains.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "clawshop.pro",
            "domain_keyword": "clawshop",
            "domain_tld": "pro",
            "query_time": "2024-06-03 21:29:04",
            "create_date": "2024-02-23",
            "update_date": "2024-02-28",
            "expiry_date": "2025-02-23",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "laushop.com",
            "domain_keyword": "laushop",
            "domain_tld": "com",
            "query_time": "2024-04-15 04:59:19",
            "create_date": "2017-11-30",
            "update_date": "2020-11-24",
            "expiry_date": "2025-11-30",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "lwwshop.nl",
            "domain_keyword": "lwwshop",
            "domain_tld": "nl",
            "query_time": "2024-05-09 16:11:31",
            "create_date": "2020-04-30",
            "update_date": "2021-02-01",
            "registrar_name": "Realtime Register",
            "name_servers": [
                "ns3.firstfind.nl",
                "ns4.firstfind.nl",
                "ns5.firstfind.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 28,
            "domain_name": "lawskop.com",
            "domain_keyword": "lawskop",
            "domain_tld": "com",
            "query_time": "2024-05-07 18:25:57",
            "create_date": "2023-10-30",
            "update_date": "2024-02-19",
            "expiry_date": "2025-10-30",
            "registrar_iana": 1328,
            "registrar_name": "RegistryGate GmbH",
            "registrar_website": "www.registrygate.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.nshost2.de",
                "ns2.nshost2.de",
                "ns3.nshost2.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "lasshop.work",
            "domain_keyword": "lasshop",
            "domain_tld": "work",
            "query_time": "2024-04-30 04:16:45",
            "create_date": "2021-10-11",
            "update_date": "2023-09-16",
            "expiry_date": "2024-10-11",
            "registrar_iana": 49,
            "registrar_name": "GMO Internet, Inc. d/b/a Onamae.com",
            "registrar_website": "whois.discount-domain.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Whois Privacy Protection Service by MuuMuuDomain",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Fukuoka",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "JP",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns01.muumuu-domain.com",
                "dns02.muumuu-domain.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "latshop.com",
            "domain_keyword": "latshop",
            "domain_tld": "com",
            "query_time": "2024-04-19 21:06:32",
            "create_date": "2016-10-17",
            "update_date": "2022-04-06",
            "expiry_date": "2025-10-17",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "lamshop.net",
            "domain_keyword": "lamshop",
            "domain_tld": "net",
            "query_time": "2024-04-17 18:33:06",
            "create_date": "2005-07-04",
            "update_date": "2023-06-04",
            "expiry_date": "2024-07-04",
            "registrar_iana": 49,
            "registrar_name": "GMO INTERNET, INC.",
            "registrar_website": "http://www.onamae.com",
            "registrant_name": "Whois Privacy Protection Service by MuuMuuDomain",
            "registrant_company": "Whois Privacy Protection Service by MuuMuuDomain",
            "registrant_address": "2-7-21 Tenjin Chuo-ku, Tenjin Prime 8F",
            "registrant_city": "Fukuoka-shi",
            "registrant_state": "Fukuoka",
            "registrant_zip": "810-0001",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.927137999",
            "registrant_fax": "+81.927137944",
            "name_servers": [
                "uns01.lolipop.jp",
                "uns02.lolipop.jp"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "lakshop.com",
            "domain_keyword": "lakshop",
            "domain_tld": "com",
            "query_time": "2024-04-21 21:06:37",
            "create_date": "2004-11-17",
            "update_date": "2023-11-18",
            "expiry_date": "2024-11-17",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns-1257.awsdns-29.org",
                "ns-1750.awsdns-26.co.uk",
                "ns-488.awsdns-61.com",
                "ns-560.awsdns-06.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "labshop.com",
            "domain_keyword": "labshop",
            "domain_tld": "com",
            "query_time": "2024-04-30 10:24:46",
            "create_date": "1997-10-15",
            "update_date": "2023-09-21",
            "expiry_date": "2024-10-14",
            "registrar_iana": 69,
            "registrar_name": "TUCOWS, INC.",
            "registrar_website": "http://tucowsdomains.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Berks",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "UK",
            "registrant_email": "https://tieredaccess.com/contact/49c2b4ff-9c45-49f8-8a15-d6218f8b5083",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.systemdns.com",
                "ns2.systemdns.com",
                "ns3.systemdns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "liwshop.com",
            "domain_keyword": "liwshop",
            "domain_tld": "com",
            "query_time": "2024-05-29 12:53:18",
            "create_date": "2023-07-15",
            "update_date": "2023-09-14",
            "expiry_date": "2024-07-15",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "GDPR Masked",
            "registrant_company": "GDPR Masked",
            "registrant_address": "GDPR Masked",
            "registrant_city": "GDPR Masked",
            "registrant_state": "KhonKaen",
            "registrant_zip": "GDPR Masked",
            "registrant_country": "TH",
            "registrant_email": "[email protected]",
            "registrant_phone": "GDPR Masked",
            "registrant_fax": "GDPR Masked",
            "name_servers": [
                "th155.hostatom.com",
                "th156.hostatom.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "pawshop.one",
            "domain_keyword": "pawshop",
            "domain_tld": "one",
            "query_time": "2024-04-28 15:47:16",
            "create_date": "2022-04-20",
            "update_date": "2024-04-25",
            "expiry_date": "2025-04-20",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-a1.googledomains.com",
                "ns-cloud-a2.googledomains.com",
                "ns-cloud-a3.googledomains.com",
                "ns-cloud-a4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 36,
            "domain_name": "ilawshop.com",
            "domain_keyword": "ilawshop",
            "domain_tld": "com",
            "query_time": "2024-06-13 06:27:11",
            "create_date": "2023-02-19",
            "update_date": "2024-06-01",
            "expiry_date": "2025-02-19",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 37,
            "domain_name": "lakshop.ru",
            "domain_keyword": "lakshop",
            "domain_tld": "ru",
            "query_time": "2024-04-30 14:04:49",
            "create_date": "2014-04-17",
            "expiry_date": "2025-04-17",
            "registrar_name": "REGTIME-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.domainparking.ru",
                "ns2.domainparking.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 38,
            "domain_name": "lawstop.co.uk",
            "domain_keyword": "lawstop",
            "domain_tld": "co.uk",
            "query_time": "2024-05-25 20:45:37",
            "create_date": "2018-05-03",
            "update_date": "2024-05-08",
            "expiry_date": "2025-05-03",
            "registrar_name": "LCN.com Ltd [Tag = LCN]",
            "registrar_website": "http://www.lcn.com",
            "name_servers": [
                "ns1.stackdns.com",
                "ns2.stackdns.com",
                "ns3.stackdns.com",
                "ns4.stackdns.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 39,
            "domain_name": "lawstop.com",
            "domain_keyword": "lawstop",
            "domain_tld": "com",
            "query_time": "2024-06-06 14:44:00",
            "create_date": "1998-08-25",
            "update_date": "2018-08-25",
            "expiry_date": "2028-08-24",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns47.domaincontrol.com",
                "ns48.domaincontrol.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "ladshop.co.uk",
            "domain_keyword": "ladshop",
            "domain_tld": "co.uk",
            "query_time": "2024-05-05 00:14:20",
            "create_date": "2012-07-10",
            "update_date": "2023-06-10",
            "expiry_date": "2024-07-10",
            "registrar_name": "Fasthosts Internet Ltd [Tag = LIVEDOMAINS]",
            "registrar_website": "http://www.fasthosts.co.uk",
            "name_servers": [
                "ns1.livedns.co.uk",
                "ns2.livedns.co.uk",
                "ns3.livedns.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 41,
            "domain_name": "uawshop.com",
            "domain_keyword": "uawshop",
            "domain_tld": "com",
            "query_time": "2024-06-07 03:49:05",
            "create_date": "2023-07-18",
            "update_date": "2023-07-18",
            "expiry_date": "2024-07-18",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns73.domaincontrol.com",
                "ns74.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "lawchop.com",
            "domain_keyword": "lawchop",
            "domain_tld": "com",
            "query_time": "2024-06-06 11:20:32",
            "create_date": "2019-06-04",
            "update_date": "2024-06-05",
            "expiry_date": "2025-06-04",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns39.domaincontrol.com",
                "ns40.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 43,
            "domain_name": "lapshop.net",
            "domain_keyword": "lapshop",
            "domain_tld": "net",
            "query_time": "2024-06-02 04:23:51",
            "create_date": "2023-10-09",
            "update_date": "2023-12-09",
            "expiry_date": "2024-10-09",
            "registrar_iana": 1636,
            "registrar_name": "Hostinger Operations, UAB",
            "registrar_website": "https://www.hostinger.com",
            "registrant_name": "Domain Admin",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_address": "10 Corporate Drive",
            "registrant_city": "Burlington",
            "registrant_state": "MA",
            "registrant_zip": "01803",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.8022274003",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "lcwshop.com",
            "domain_keyword": "lcwshop",
            "domain_tld": "com",
            "query_time": "2024-04-25 15:44:30",
            "create_date": "2019-03-20",
            "update_date": "2024-03-01",
            "expiry_date": "2025-03-20",
            "registrar_iana": 1601,
            "registrar_name": "Atak Domain",
            "registrar_website": "http://apiname.com",
            "registrant_name": "Domain Administrator",
            "registrant_company": "Registrant of lcwshop.com",
            "registrant_address": "72 Chase Side, Suite 2, London, United Kingdom, N14 5PH",
            "registrant_city": "London",
            "registrant_state": "Chase Side",
            "registrant_zip": "N14 5PH",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "+44.7520644531",
            "name_servers": [
                "eu.atakdomain.com",
                "tr.atakdomain.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "sawshop.ru",
            "domain_keyword": "sawshop",
            "domain_tld": "ru",
            "query_time": "2024-05-02 04:43:50",
            "create_date": "2020-02-23",
            "expiry_date": "2025-02-23",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.beget.pro",
                "ns1.beget.ru",
                "ns2.beget.pro",
                "ns2.beget.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 46,
            "domain_name": "lawashop.nl",
            "domain_keyword": "lawashop",
            "domain_tld": "nl",
            "query_time": "2024-06-06 15:23:55",
            "create_date": "2022-12-21",
            "registrar_name": "Key-Systems GmbH",
            "name_servers": [
                "dns.home.pl",
                "dns2.home.pl",
                "dns3.home.pl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 47,
            "domain_name": "tawshop.co.uk",
            "domain_keyword": "tawshop",
            "domain_tld": "co.uk",
            "query_time": "2024-04-17 20:16:47",
            "create_date": "2020-01-27",
            "update_date": "2024-01-27",
            "expiry_date": "2025-01-27",
            "registrar_name": "Namesco Limited [Tag = NAMESCO]",
            "registrar_website": "https://www.names.co.uk",
            "name_servers": [
                "ns0.phase8.net",
                "ns1.phase8.net",
                "ns2.phase8.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 48,
            "domain_name": "larshop.express",
            "domain_keyword": "larshop",
            "domain_tld": "express",
            "query_time": "2024-04-21 15:56:24",
            "create_date": "2022-10-15",
            "update_date": "2023-08-11",
            "expiry_date": "2025-10-15",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns53.domaincontrol.com",
                "ns54.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "lanshop.co.uk",
            "domain_keyword": "lanshop",
            "domain_tld": "co.uk",
            "query_time": "2024-04-25 08:42:24",
            "create_date": "2002-07-08",
            "update_date": "2023-07-04",
            "expiry_date": "2025-07-08",
            "registrar_name": "Namesco Limited [Tag = NAMESCO]",
            "registrar_website": "https://www.names.co.uk",
            "name_servers": [
                "ns0.phase8.net",
                "ns1.phase8.net",
                "ns2.phase8.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 50,
            "domain_name": "liwshop.xyz",
            "domain_keyword": "liwshop",
            "domain_tld": "xyz",
            "query_time": "2024-05-20 21:10:52",
            "create_date": "2023-11-13",
            "update_date": "2023-11-18",
            "expiry_date": "2024-11-13",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "hassan.ns.cloudflare.com",
                "sara.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "wawshop.online",
            "domain_keyword": "wawshop",
            "domain_tld": "online",
            "query_time": "2024-05-14 05:02:49",
            "create_date": "2023-05-07",
            "update_date": "2024-05-08",
            "expiry_date": "2025-05-07",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dns-expired.com",
                "ns2.dns-expired.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "dawshop.com",
            "domain_keyword": "dawshop",
            "domain_tld": "com",
            "query_time": "2024-06-13 13:25:57",
            "create_date": "2020-12-19",
            "update_date": "2023-09-18",
            "expiry_date": "2026-12-19",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "http://www.publicdomainregistry.com",
            "name_servers": [
                "ns1.lnwshop.com",
                "ns2.lnwshop.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "wlawshop.com",
            "domain_keyword": "wlawshop",
            "domain_tld": "com",
            "query_time": "2024-04-24 11:32:03",
            "create_date": "2015-06-15",
            "update_date": "2023-06-11",
            "expiry_date": "2024-06-15",
            "registrar_iana": 299,
            "registrar_name": "CSC CORPORATE DOMAINS, INC.",
            "registrar_website": "www.cscprotectsbrands.com",
            "registrant_name": "Christopher Beggs",
            "registrant_company": "Follett Corporation",
            "registrant_address": "3 Westbrook Corporate Center",
            "registrant_city": "Westchester",
            "registrant_state": "IL",
            "registrant_zip": "60154",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.7088840000",
            "name_servers": [
                "dns1.follett.com",
                "dns2.follett.com",
                "dns3.follett.com",
                "dns4.follett.com",
                "dns5.follett.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "la2shop.ru",
            "domain_keyword": "la2shop",
            "domain_tld": "ru",
            "query_time": "2024-04-30 08:52:11",
            "create_date": "2024-01-24",
            "expiry_date": "2025-01-24",
            "registrar_name": "REGTIME-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.smartape.ru",
                "ns2.smartape.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 55,
            "domain_name": "lowshop.club",
            "domain_keyword": "lowshop",
            "domain_tld": "club",
            "query_time": "2024-04-12 14:25:43",
            "create_date": "2024-04-10",
            "update_date": "2024-04-11",
            "expiry_date": "2025-04-10",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "lin mei",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "fu jian",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "sonia.ns.cloudflare.com",
                "zahir.ns.cloudflare.com"
            ],
            "domain_status": [
                "addPeriod",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "labshop.online",
            "domain_keyword": "labshop",
            "domain_tld": "online",
            "query_time": "2024-06-13 07:16:10",
            "create_date": "2019-10-31",
            "update_date": "2024-04-25",
            "expiry_date": "2024-10-31",
            "registrar_iana": 69,
            "registrar_name": "Tucows.com Co.",
            "registrar_website": "http://www.tucows.com/",
            "registrant_company": "Data Protected",
            "registrant_state": "ON",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns.forpsi.cz",
                "ns.forpsi.it",
                "ns.forpsi.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "lowshop.top",
            "domain_keyword": "lowshop",
            "domain_tld": "top",
            "query_time": "2024-04-12 17:28:40",
            "create_date": "2024-04-10",
            "update_date": "2024-04-10",
            "expiry_date": "2025-04-10",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "lin mei",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "fu jian",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "sonia.ns.cloudflare.com",
                "zahir.ns.cloudflare.com"
            ],
            "domain_status": [
                "addPeriod",
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "laishop.net",
            "domain_keyword": "laishop",
            "domain_tld": "net",
            "query_time": "2024-04-15 23:48:12",
            "create_date": "2016-03-10",
            "update_date": "2024-03-11",
            "expiry_date": "2025-03-10",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "Hu Bei",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com",
                "expirens3.hichina.com",
                "expirens4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "rawshop.com",
            "domain_keyword": "rawshop",
            "domain_tld": "com",
            "query_time": "2024-04-24 07:38:48",
            "create_date": "1999-05-17",
            "update_date": "2024-04-15",
            "expiry_date": "2026-05-17",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "World Wrestling Entertainment, Inc.",
            "registrant_state": "CT",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/rawshop.com",
            "name_servers": [
                "ns1.wwe.com",
                "ns2.wwe.com",
                "ns3.wwe.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 60,
            "domain_name": "lapshop.co.uk",
            "domain_keyword": "lapshop",
            "domain_tld": "co.uk",
            "query_time": "2024-05-28 03:30:58",
            "create_date": "2020-01-24",
            "update_date": "2024-01-25",
            "expiry_date": "2025-01-24",
            "registrar_name": "123-Reg Limited t/a 123-reg [Tag = 123-REG]",
            "registrar_website": "https://www.123-reg.co.uk",
            "name_servers": [
                "ns57.domaincontrol.com",
                "ns58.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 61,
            "domain_name": "lfwshop.com",
            "domain_keyword": "lfwshop",
            "domain_tld": "com",
            "query_time": "2024-06-09 22:07:23",
            "create_date": "2020-05-05",
            "update_date": "2024-01-01",
            "expiry_date": "2026-05-05",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns47.worldnic.com",
                "ns48.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "laeshop.ru",
            "domain_keyword": "laeshop",
            "domain_tld": "ru",
            "query_time": "2024-04-30 08:56:03",
            "create_date": "2023-08-15",
            "expiry_date": "2024-08-15",
            "registrar_name": "TIMEWEB-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 63,
            "domain_name": "lawship.com",
            "domain_keyword": "lawship",
            "domain_tld": "com",
            "query_time": "2024-04-25 06:58:59",
            "create_date": "2015-08-09",
            "update_date": "2023-08-10",
            "expiry_date": "2024-08-09",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns3.afternic.com",
                "ns4.afternic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "lawshap.com",
            "domain_keyword": "lawshap",
            "domain_tld": "com",
            "query_time": "2024-04-25 06:58:57",
            "create_date": "2011-06-06",
            "update_date": "2022-08-12",
            "expiry_date": "2031-12-02",
            "registrar_iana": 1375,
            "registrar_name": "Register.ca Inc",
            "registrar_website": "http://register.ca",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "https://tieredaccess.com/contact/be35d3ca-cb01-40c7-a567-bed6c8fb7628",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.supercp.com",
                "ns2.supercp.com",
                "ns3.supercp.com",
                "ns4.supercp.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "wawshop.com",
            "domain_keyword": "wawshop",
            "domain_tld": "com",
            "query_time": "2024-04-20 04:42:29",
            "create_date": "2017-02-01",
            "update_date": "2021-01-26",
            "expiry_date": "2025-02-01",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "ldwshop.com",
            "domain_keyword": "ldwshop",
            "domain_tld": "com",
            "query_time": "2024-04-18 14:34:46",
            "create_date": "2024-04-15",
            "update_date": "2024-04-15",
            "expiry_date": "2025-04-15",
            "registrar_iana": 3827,
            "registrar_name": "Squarespace Domains LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Sicilia",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IT",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.p03.nsone.net",
                "dns2.p03.nsone.net",
                "dns3.p03.nsone.net",
                "dns4.p03.nsone.net",
                "ns01.squarespacedns.com",
                "ns02.squarespacedns.com",
                "ns03.squarespacedns.com",
                "ns04.squarespacedns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "lapshop.xyz",
            "domain_keyword": "lapshop",
            "domain_tld": "xyz",
            "query_time": "2024-06-06 18:18:28",
            "create_date": "2024-06-04",
            "expiry_date": "2025-06-04",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns15.domaincontrol.com",
                "ns16.domaincontrol.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "lawcshop.com",
            "domain_keyword": "lawcshop",
            "domain_tld": "com",
            "query_time": "2024-05-11 18:25:30",
            "create_date": "2020-07-11",
            "update_date": "2023-06-20",
            "expiry_date": "2024-07-11",
            "registrar_iana": 1910,
            "registrar_name": "Cloudflare, Inc.",
            "registrar_website": "https://www.cloudflare.com",
            "registrant_name": "DATA REDACTED",
            "registrant_company": "DATA REDACTED",
            "registrant_address": "DATA REDACTED",
            "registrant_city": "DATA REDACTED",
            "registrant_state": "CABA",
            "registrant_zip": "DATA REDACTED",
            "registrant_country": "AR",
            "registrant_email": "https://domaincontact.cloudflareregistrar.com/lawcshop.com",
            "registrant_phone": "DATA REDACTED",
            "registrant_fax": "DATA REDACTED",
            "name_servers": [
                "bella.ns.cloudflare.com",
                "kanye.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "labshop.biz",
            "domain_keyword": "labshop",
            "domain_tld": "biz",
            "query_time": "2024-06-13 07:16:10",
            "create_date": "2008-07-30",
            "update_date": "2023-09-13",
            "expiry_date": "2024-07-29",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "https://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Privacy Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "BW",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1046.ui-dns.com",
                "ns1079.ui-dns.de",
                "ns1094.ui-dns.biz",
                "ns1099.ui-dns.org"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "laeshop.com",
            "domain_keyword": "laeshop",
            "domain_tld": "com",
            "query_time": "2024-06-12 23:57:56",
            "create_date": "2024-04-11",
            "update_date": "2024-04-11",
            "expiry_date": "2025-04-11",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "registrant_state": "guang dong",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "lasshop.ru",
            "domain_keyword": "lasshop",
            "domain_tld": "ru",
            "query_time": "2024-05-04 00:49:00",
            "create_date": "2023-11-14",
            "expiry_date": "2024-11-14",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.shop.reg.ru",
                "ns2.shop.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 72,
            "domain_name": "fawshop.co.uk",
            "domain_keyword": "fawshop",
            "domain_tld": "co.uk",
            "query_time": "2024-04-23 09:03:04",
            "create_date": "2015-10-15",
            "update_date": "2023-09-05",
            "expiry_date": "2024-10-15",
            "registrar_name": "Namesco Limited [Tag = NAMESCO]",
            "registrar_website": "https://www.names.co.uk",
            "name_servers": [
                "ns0.phase8.net",
                "ns1.phase8.net",
                "ns2.phase8.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 73,
            "domain_name": "lxwshop.site",
            "domain_keyword": "lxwshop",
            "domain_tld": "site",
            "query_time": "2024-05-19 11:09:47",
            "create_date": "2023-05-11",
            "update_date": "2024-05-12",
            "expiry_date": "2025-05-11",
            "registrar_iana": 1606,
            "registrar_name": "Registrar of Domain Names REG.RU, LLC",
            "registrar_website": "https://www.reg.ru/",
            "registrant_company": "Private Person",
            "registrant_state": "Moscow",
            "registrant_country": "RU",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.expired.reg.ru",
                "ns2.expired.reg.ru"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 74,
            "domain_name": "lawsdop.online",
            "domain_keyword": "lawsdop",
            "domain_tld": "online",
            "query_time": "2024-05-19 22:07:46",
            "create_date": "2023-09-07",
            "update_date": "2023-09-25",
            "expiry_date": "2024-09-07",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.namecheaphosting.com",
                "dns2.namecheaphosting.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "llwshop.org",
            "domain_keyword": "llwshop",
            "domain_tld": "org",
            "query_time": "2024-05-29 05:12:03",
            "create_date": "2023-11-30",
            "update_date": "2023-12-05",
            "expiry_date": "2024-11-30",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0169479708",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.p04.nsone.net",
                "dns2.p04.nsone.net",
                "dns3.p04.nsone.net",
                "dns4.p04.nsone.net",
                "ns01.squarespacedns.com",
                "ns02.squarespacedns.com",
                "ns03.squarespacedns.com",
                "ns04.squarespacedns.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "lawnshop.com.au",
            "domain_keyword": "lawnshop",
            "domain_tld": "com.au",
            "query_time": "2024-04-22 13:35:36",
            "update_date": "2023-08-29",
            "registrar_name": "Web Address Registration Pty Ltd",
            "registrar_website": "https://www.crazydomains.com.au/contact/",
            "registrant_name": "Michael Vincent",
            "name_servers": [
                "ns11.constellix.com",
                "ns21.constellix.com",
                "ns31.constellix.com",
                "ns41.constellix.net",
                "ns51.constellix.net",
                "ns61.constellix.net"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "lapshop.org.uk",
            "domain_keyword": "lapshop",
            "domain_tld": "org.uk",
            "query_time": "2024-05-20 19:07:33",
            "create_date": "2022-08-29",
            "update_date": "2023-07-30",
            "expiry_date": "2024-08-29",
            "registrar_name": "Namecheap, Inc. [Tag = NAMECHEAP-INC]",
            "registrar_website": "https://www.namecheap.com",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 78,
            "domain_name": "sawshop.world",
            "domain_keyword": "sawshop",
            "domain_tld": "world",
            "query_time": "2024-05-16 03:22:57",
            "create_date": "2023-05-13",
            "update_date": "2024-05-13",
            "expiry_date": "2025-05-13",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "TX",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1qsy.name.com",
                "ns2kqz.name.com",
                "ns3cqz.name.com",
                "ns4clq.name.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "la-shop.ca",
            "domain_keyword": "la-shop",
            "domain_tld": "ca",
            "query_time": "2024-06-11 10:27:04",
            "create_date": "2020-08-18",
            "update_date": "2023-08-19",
            "expiry_date": "2026-08-18",
            "registrar_name": "Go Daddy Domains Canada, Inc",
            "registrar_website": "ca.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_email": "please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns45.domaincontrol.com",
                "ns46.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "layshop.com",
            "domain_keyword": "layshop",
            "domain_tld": "com",
            "query_time": "2024-04-16 15:49:44",
            "create_date": "2013-11-21",
            "update_date": "2021-11-28",
            "expiry_date": "2024-11-21",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "GDPR Masked",
            "registrant_company": "GDPR Masked",
            "registrant_address": "GDPR Masked",
            "registrant_city": "GDPR Masked",
            "registrant_zip": "GDPR Masked",
            "registrant_country": "TH",
            "registrant_email": "[email protected]",
            "registrant_phone": "GDPR Masked",
            "registrant_fax": "GDPR Masked",
            "name_servers": [
                "ns1.lnwshop.com",
                "ns2.lnwshop.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 81,
            "domain_name": "pawshop.store",
            "domain_keyword": "pawshop",
            "domain_tld": "store",
            "query_time": "2024-05-30 02:08:18",
            "create_date": "2023-05-27",
            "update_date": "2024-05-28",
            "expiry_date": "2025-05-27",
            "registrar_iana": 69,
            "registrar_name": "Tucows.com Co.",
            "registrar_website": "http://www.tucows.com/",
            "registrant_company": "Contact Privacy Inc. Customer 0167398351",
            "registrant_state": "ON",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns-cloud-d1.googledomains.com",
                "ns-cloud-d2.googledomains.com",
                "ns-cloud-d3.googledomains.com",
                "ns-cloud-d4.googledomains.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientHold"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "lazshop.com",
            "domain_keyword": "lazshop",
            "domain_tld": "com",
            "query_time": "2024-04-24 12:58:44",
            "create_date": "2014-09-24",
            "update_date": "2023-06-07",
            "expiry_date": "2024-09-24",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns1.qti.com",
                "ns2.qti.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "labshop.pl",
            "domain_keyword": "labshop",
            "domain_tld": "pl",
            "query_time": "2024-05-11 07:50:02",
            "create_date": "2012-07-16",
            "update_date": "2023-06-01",
            "expiry_date": "2024-07-16",
            "registrar_name": "OVH SAS",
            "registrar_website": "https://www.ovhcloud.com",
            "name_servers": [
                "ns1.dcsaas.net",
                "ns2.dcsaas.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 84,
            "domain_name": "rawshop.online",
            "domain_keyword": "rawshop",
            "domain_tld": "online",
            "query_time": "2024-06-01 20:36:12",
            "create_date": "2024-02-13",
            "update_date": "2024-02-18",
            "expiry_date": "2025-02-13",
            "registrar_iana": 2374,
            "registrar_name": "Hosting Ukraine LLC",
            "registrar_website": "https://www.ukraine.com.ua/",
            "registrant_company": "Hosting Ukraine LLC",
            "registrant_country": "UA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns114.inhostedns.com",
                "ns214.inhostedns.net",
                "ns314.inhostedns.org"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "lalshop.com",
            "domain_keyword": "lalshop",
            "domain_tld": "com",
            "query_time": "2024-05-31 07:30:01",
            "create_date": "2018-04-17",
            "update_date": "2021-04-11",
            "expiry_date": "2024-04-17",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "lanshop.com.br",
            "domain_keyword": "lanshop",
            "domain_tld": "com.br",
            "query_time": "2024-06-02 19:31:15",
            "create_date": "2021-05-12",
            "update_date": "2024-05-27",
            "expiry_date": "2024-05-12",
            "registrar_name": "HSTDOMAINS (127)",
            "registrant_name": "Alan Roberth Teixeira",
            "name_servers": [
                "cdns1.main-hosting.eu",
                "cdns2.main-hosting.eu"
            ],
            "domain_status": [
                "on-hold"
            ]
        },
        {
            "num": 87,
            "domain_name": "lswshop.com",
            "domain_keyword": "lswshop",
            "domain_tld": "com",
            "query_time": "2024-06-12 03:19:14",
            "create_date": "2023-02-10",
            "update_date": "2024-01-17",
            "expiry_date": "2025-02-10",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "select contact domain holder link at https://whois.cloud.tencent.com/domain?domain=lswshop.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "channing.dnspod.net",
                "shooting.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "lnwshop.vip",
            "domain_keyword": "lnwshop",
            "domain_tld": "vip",
            "query_time": "2024-05-12 09:23:49",
            "create_date": "2023-11-01",
            "update_date": "2023-11-06",
            "expiry_date": "2024-11-01",
            "registrar_iana": 1923,
            "registrar_name": "Gname.com Pte. Ltd.",
            "registrar_website": "https://www.gname.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Subang Jaya",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "MY",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "camilo.ns.cloudflare.com",
                "elinore.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 89,
            "domain_name": "rawshop.store",
            "domain_keyword": "rawshop",
            "domain_tld": "store",
            "query_time": "2024-05-08 02:57:56",
            "create_date": "2022-06-16",
            "update_date": "2023-10-24",
            "expiry_date": "2024-06-16",
            "registrar_iana": 1462,
            "registrar_name": "One.com A/S",
            "registrar_website": "http://www.one.com",
            "registrant_company": "Raw&Merlin Service OEivind Robbestad",
            "registrant_country": "NO",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 90,
            "domain_name": "lazshop.xyz",
            "domain_keyword": "lazshop",
            "domain_tld": "xyz",
            "query_time": "2024-05-13 20:13:34",
            "create_date": "2024-01-09",
            "update_date": "2024-04-23",
            "expiry_date": "2025-01-09",
            "registrar_iana": 1601,
            "registrar_name": "Atak Domain Hosting",
            "registrar_website": "http://www.apiname.com",
            "registrant_company": "DNS Protection",
            "registrant_state": "United Arab Emaratis",
            "registrant_country": "UA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curt.ns.cloudflare.com",
                "ulla.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "ladshop.sbs",
            "domain_keyword": "ladshop",
            "domain_tld": "sbs",
            "query_time": "2024-05-19 17:24:45",
            "create_date": "2024-05-17",
            "expiry_date": "2025-05-17",
            "registrar_iana": 1601,
            "registrar_name": "Atak Domain Hosting",
            "registrar_website": "http://www.apiname.com",
            "registrant_company": "M Rombert",
            "registrant_state": "Bratislava",
            "registrant_country": "SK",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "liberty.ns.cloudflare.com",
                "marty.ns.cloudflare.com"
            ],
            "domain_status": [
                "addPeriod",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "wawshop.ru",
            "domain_keyword": "wawshop",
            "domain_tld": "ru",
            "query_time": "2024-05-01 16:37:32",
            "create_date": "2024-02-06",
            "expiry_date": "2025-02-06",
            "registrar_name": "ACTIVE-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "agustin.ns.cloudflare.com",
                "tessa.ns.cloudflare.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 93,
            "domain_name": "pawshop.uno",
            "domain_keyword": "pawshop",
            "domain_tld": "uno",
            "query_time": "2024-05-30 02:08:18",
            "create_date": "2023-11-27",
            "update_date": "2024-01-09",
            "expiry_date": "2024-11-27",
            "registrar_iana": 638,
            "registrar_name": "Name SRS AB",
            "registrar_website": "http://www.namesrs.com",
            "registrant_country": "ES",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.sered.net",
                "dns2.sered.net",
                "dns3.sered.net",
                "dns4.sered.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "rawshop.net",
            "domain_keyword": "rawshop",
            "domain_tld": "net",
            "query_time": "2024-04-19 06:31:57",
            "create_date": "2023-04-12",
            "update_date": "2024-04-13",
            "expiry_date": "2025-04-12",
            "registrar_iana": 609,
            "registrar_name": "Sav.com, LLC",
            "registrar_website": "http://sav.com",
            "name_servers": [
                "ns5.afternic.com",
                "ns6.afternic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "lasshop.store",
            "domain_keyword": "lasshop",
            "domain_tld": "store",
            "query_time": "2024-04-27 09:17:56",
            "create_date": "2024-02-24",
            "update_date": "2024-04-25",
            "expiry_date": "2025-02-24",
            "registrar_iana": 69,
            "registrar_name": "Tucows.com Co.",
            "registrar_website": "http://www.tucows.com/",
            "registrant_company": "Contact Privacy Inc. Customer 0170343481",
            "registrant_state": "ON",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns-cloud-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "lanshop.space",
            "domain_keyword": "lanshop",
            "domain_tld": "space",
            "query_time": "2024-04-28 20:22:46",
            "create_date": "2023-04-26",
            "update_date": "2024-04-27",
            "expiry_date": "2025-04-26",
            "registrar_iana": 49,
            "registrar_name": "GMO Internet Group, Inc. d/b/a Onamae.com",
            "registrar_website": "http://www.onamae.com",
            "registrant_company": "GMO-Z.com RUNSYSTEM JSC",
            "registrant_state": "Hanoi",
            "registrant_country": "VN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns7.tenten.vn",
                "ns8.tenten.vn"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 97,
            "domain_name": "lnwshop.net",
            "domain_keyword": "lnwshop",
            "domain_tld": "net",
            "query_time": "2024-05-17 14:17:20",
            "create_date": "2021-06-22",
            "update_date": "2023-06-03",
            "expiry_date": "2024-06-22",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "Redacted For Privacy",
            "registrant_company": "Domain Protection Services, Inc.",
            "registrant_address": "PO Box 1769",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80201",
            "registrant_country": "US",
            "registrant_email": "https://www.name.com/contact-domain-whois/lnwshop.net",
            "registrant_phone": "+1.7208009072",
            "registrant_fax": "+1.7209758725",
            "name_servers": [
                "ns1.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unSigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "sawshop.online",
            "domain_keyword": "sawshop",
            "domain_tld": "online",
            "query_time": "2024-05-16 03:22:56",
            "create_date": "2023-05-13",
            "update_date": "2024-05-14",
            "expiry_date": "2025-05-13",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc",
            "registrar_website": "http://www.name.com/",
            "registrant_state": "TX",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1qsy.name.com",
                "ns2kqz.name.com",
                "ns3cqz.name.com",
                "ns4clq.name.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "laoshop.net",
            "domain_keyword": "laoshop",
            "domain_tld": "net",
            "query_time": "2024-05-28 03:27:43",
            "create_date": "2023-05-05",
            "update_date": "2024-05-06",
            "expiry_date": "2025-05-05",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "http://www.hostinger.com",
            "name_servers": [
                "ns1.dns-expired.com",
                "ns2.dns-expired.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "blawshop.com",
            "domain_keyword": "blawshop",
            "domain_tld": "com",
            "query_time": "2024-06-13 14:58:48",
            "create_date": "2006-09-07",
            "update_date": "2022-09-04",
            "expiry_date": "2028-09-07",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns25.domaincontrol.com",
                "ns26.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 1.115,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>lawshop.nz</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>5220</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>wawshop.shop, lajshop.net, laashop.com, pawshop.net, lapshop.ru, la-shop.com, luwshop.com, larshop.online, ladshop.ru, lkwshop.com, labshop.store, lnwshop.com, labshop.ro, lanshop.ro, zawshop.pl, lavshop.space, labshop.ca, lanshop.biz, lanshop.store, jawshop.org, lowshop.net, lapshop.ro, rawshop.ru, zawshop.com, clawshop.pro, laushop.com, lwwshop.nl, lawskop.com, lasshop.work, latshop.com, lamshop.net, lakshop.com, labshop.com, liwshop.com, pawshop.one, ilawshop.com, lakshop.ru, lawstop.co.uk, lawstop.com, ladshop.co.uk, uawshop.com, lawchop.com, lapshop.net, lcwshop.com, sawshop.ru, lawashop.nl, tawshop.co.uk, larshop.express, lanshop.co.uk, liwshop.xyz, wawshop.online, dawshop.com, wlawshop.com, la2shop.ru, lowshop.club, labshop.online, lowshop.top, laishop.net, rawshop.com, lapshop.co.uk, lfwshop.com, laeshop.ru, lawship.com, lawshap.com, wawshop.com, ldwshop.com, lapshop.xyz, lawcshop.com, labshop.biz, laeshop.com, lasshop.ru, fawshop.co.uk, lxwshop.site, lawsdop.online, llwshop.org, lawnshop.com.au, lapshop.org.uk, sawshop.world, la-shop.ca, layshop.com, pawshop.store, lazshop.com, labshop.pl, rawshop.online, lalshop.com, lanshop.com.br, lswshop.com, lnwshop.vip, rawshop.store, lazshop.xyz, ladshop.sbs, wawshop.ru, pawshop.uno, rawshop.net, lasshop.store, lanshop.space, lnwshop.net, sawshop.online, laoshop.net, blawshop.com</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>wawshop.shop</domain_name>
   <domain_keyword>wawshop</domain_keyword>
   <domain_tld>shop</domain_tld>
   <query_time>2024-04-20 04:42:31</query_time>
   <create_date>2023-03-12</create_date>
   <update_date>2024-03-27</update_date>
   <expiry_date>2025-03-12</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <name_servers>
    <value>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>lajshop.net</domain_name>
   <domain_keyword>lajshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-28 10:40:10</query_time>
   <create_date>2023-09-11</create_date>
   <update_date>2023-09-11</update_date>
   <expiry_date>2024-09-11</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>TUCOWS, INC.</registrar_name>
   <registrar_website>http://tucowsdomains.com</registrar_website>
   <registrant_name>Contact Privacy Inc. Customer 0168591351</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0168591351</registrant_company>
   <registrant_address>96 Mowat Ave</registrant_address>
   <registrant_city>Toronto</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>M6K 3M1</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.4165385457</registrant_phone>
   <name_servers>
    <value>ns-cloud-d1.googledomains.com</value>
    <value>ns-cloud-d2.googledomains.com</value>
    <value>ns-cloud-d3.googledomains.com</value>
    <value>ns-cloud-d4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>laashop.com</domain_name>
   <domain_keyword>laashop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-16 03:02:28</query_time>
   <create_date>2020-02-29</create_date>
   <update_date>2021-02-22</update_date>
   <expiry_date>2025-02-28</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>pawshop.net</domain_name>
   <domain_keyword>pawshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-31 04:56:38</query_time>
   <create_date>2022-08-10</create_date>
   <update_date>2024-03-18</update_date>
   <expiry_date>2024-08-10</expiry_date>
   <registrar_iana>609</registrar_iana>
   <registrar_name>Sav.com, LLC</registrar_name>
   <registrar_website>http://sav.com</registrar_website>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>lapshop.ru</domain_name>
   <domain_keyword>lapshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 00:46:24</query_time>
   <create_date>2011-07-07</create_date>
   <expiry_date>2024-07-07</expiry_date>
   <registrar_name>RD-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>6</num>
   <domain_name>la-shop.com</domain_name>
   <domain_keyword>la-shop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-28 21:00:22</query_time>
   <create_date>2003-07-18</create_date>
   <update_date>2023-07-19</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>Contact Privacy Inc. Customer 7151571251</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>96 Mowat Ave</registrant_address>
   <registrant_city>Toronto</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>M4K 3K1</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>https://domains.google.com/contactregistrant?domain=la-shop.com</registrant_email>
   <registrant_phone>+1.4165385487</registrant_phone>
   <name_servers>
    <value>ns-1398.awsdns-46.org</value>
    <value>ns-1780.awsdns-30.co.uk</value>
    <value>ns-842.awsdns-41.net</value>
    <value>ns-95.awsdns-11.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>luwshop.com</domain_name>
   <domain_keyword>luwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 14:54:09</query_time>
   <create_date>2024-06-09</create_date>
   <update_date>2024-06-09</update_date>
   <expiry_date>2025-06-09</expiry_date>
   <registrar_iana>113</registrar_iana>
   <registrar_name>CSL Computer Service Langenbach GmbH d/b/a joker.com</registrar_name>
   <registrar_website>https://joker.com</registrar_website>
   <registrant_state>تهران</registrant_state>
   <registrant_country>IR</registrant_country>
   <registrant_email>https://csl-registrar.com/contact/luwshop.com/owner</registrant_email>
   <name_servers>
    <value>ns5.avestahost.com</value>
    <value>ns6.avestahost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>larshop.online</domain_name>
   <domain_keyword>larshop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-04-24 20:10:38</query_time>
   <create_date>2022-12-03</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2024-12-03</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Repossessed by Go Daddy</registrant_company>
   <registrant_state>AZ</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns09.domaincontrol.com</value>
    <value>ns10.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>ladshop.ru</domain_name>
   <domain_keyword>ladshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-04-30 08:55:23</query_time>
   <create_date>2012-03-23</create_date>
   <expiry_date>2025-03-23</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.pa.infobox.ru</value>
    <value>ns2.pa.infobox.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>10</num>
   <domain_name>lkwshop.com</domain_name>
   <domain_keyword>lkwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-15 06:51:29</query_time>
   <create_date>2021-06-09</create_date>
   <update_date>2021-08-27</update_date>
   <expiry_date>2024-06-09</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>labshop.store</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-04-26 00:09:18</query_time>
   <create_date>2023-12-14</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2024-12-14</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns15.domaincontrol.com</value>
    <value>ns16.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>lnwshop.com</domain_name>
   <domain_keyword>lnwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-02 14:24:03</query_time>
   <create_date>2008-12-27</create_date>
   <update_date>2023-08-23</update_date>
   <expiry_date>2030-12-27</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>www.publicdomainregistry.com</registrar_website>
   <registrant_name>GDPR Masked</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>GDPR Masked</registrant_address>
   <registrant_city>GDPR Masked</registrant_city>
   <registrant_state>Bangkok</registrant_state>
   <registrant_zip>GDPR Masked</registrant_zip>
   <registrant_country>TH</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>GDPR Masked</registrant_phone>
   <registrant_fax>GDPR Masked</registrant_fax>
   <name_servers>
    <value>dns1.lnwshop.com</value>
    <value>dns2.lnwshop.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>labshop.ro</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>ro</domain_tld>
   <query_time>2024-05-25 21:37:38</query_time>
   <create_date>2006-12-28</create_date>
   <expiry_date>2026-11-26</expiry_date>
   <registrar_name>ICI - Registrar</registrar_name>
   <registrar_website>http://www.rotld.ro</registrar_website>
   <name_servers>
    <value>ns10.securepod.com</value>
    <value>ns11.securepod.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Inactive</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>lanshop.ro</domain_name>
   <domain_keyword>lanshop</domain_keyword>
   <domain_tld>ro</domain_tld>
   <query_time>2024-05-29 19:03:35</query_time>
   <create_date>2024-05-23</create_date>
   <expiry_date>2029-05-22</expiry_date>
   <registrar_name>ICI - Registrar</registrar_name>
   <registrar_website>http://www.rotld.ro</registrar_website>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Inactive</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>zawshop.pl</domain_name>
   <domain_keyword>zawshop</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-01-22 01:06:39</query_time>
   <create_date>2024-01-20</create_date>
   <update_date>2024-01-20</update_date>
   <expiry_date>2025-01-20</expiry_date>
   <registrar_name>LH.pl Sp. z o.o.</registrar_name>
   <registrar_website>https://www.lh.pl/</registrar_website>
   <name_servers>
    <value>ns.lh.pl</value>
    <value>ns2.lighthosting.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>lavshop.space</domain_name>
   <domain_keyword>lavshop</domain_keyword>
   <domain_tld>space</domain_tld>
   <query_time>2024-05-04 09:00:33</query_time>
   <create_date>2023-08-08</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-08-08</expiry_date>
   <registrar_iana>2374</registrar_iana>
   <registrar_name>Hosting Ukraine LLC</registrar_name>
   <registrar_website>https://www.ukraine.com.ua/</registrar_website>
   <registrant_company>Hosting Ukraine LLC</registrant_company>
   <registrant_country>UA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns112.inhostedns.com</value>
    <value>ns212.inhostedns.net</value>
    <value>ns312.inhostedns.org</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>labshop.ca</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-05-07 07:22:08</query_time>
   <create_date>2013-01-06</create_date>
   <update_date>2024-04-02</update_date>
   <expiry_date>2026-01-06</expiry_date>
   <registrar_name>Go Daddy Domains Canada, Inc</registrar_name>
   <registrar_website>ca.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_email>please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns13.domaincontrol.com</value>
    <value>ns14.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>lanshop.biz</domain_name>
   <domain_keyword>lanshop</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-28 20:22:46</query_time>
   <create_date>2023-12-18</create_date>
   <update_date>2023-12-23</update_date>
   <expiry_date>2024-12-18</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>www.namesilo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>PrivacyGuardian.org llc</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>jason.ns.cloudflare.com</value>
    <value>jill.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>lanshop.store</domain_name>
   <domain_keyword>lanshop</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-06-02 17:23:16</query_time>
   <create_date>2024-05-31</create_date>
   <update_date>2024-05-31</update_date>
   <expiry_date>2025-05-31</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_state>California</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>170.ns1.abovedomains.com</value>
    <value>170.ns2.abovedomains.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>20</num>
   <domain_name>jawshop.org</domain_name>
   <domain_keyword>jawshop</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-22 13:08:26</query_time>
   <create_date>2019-03-15</create_date>
   <update_date>2024-03-21</update_date>
   <expiry_date>2025-03-15</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns17.domaincontrol.com</value>
    <value>ns18.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>lowshop.net</domain_name>
   <domain_keyword>lowshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-14 21:53:15</query_time>
   <create_date>2019-06-21</create_date>
   <update_date>2023-06-15</update_date>
   <expiry_date>2024-06-21</expiry_date>
   <registrar_iana>244</registrar_iana>
   <registrar_name>gabia</registrar_name>
   <registrar_website>https://www.gabia.com</registrar_website>
   <registrant_name>lee sang kyu</registrant_name>
   <registrant_company>lee sang kyu</registrant_company>
   <registrant_address>42 Muncheon-gil Jillyang-eup  Gyeongsan-si Gyeongsangbuk-do.</registrant_address>
   <registrant_city>Gyeongsangbuk-do</registrant_city>
   <registrant_zip>38447</registrant_zip>
   <registrant_country>KR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+82.538548119</registrant_phone>
   <name_servers>
    <value>ns1.cafe24.co.kr</value>
    <value>ns1.cafe24.com</value>
    <value>ns2.cafe24.co.kr</value>
    <value>ns2.cafe24.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>lapshop.ro</domain_name>
   <domain_keyword>lapshop</domain_keyword>
   <domain_tld>ro</domain_tld>
   <query_time>2024-04-20 02:36:50</query_time>
   <create_date>2011-04-25</create_date>
   <expiry_date>2025-04-19</expiry_date>
   <registrar_name>CYBER_FOLKS S.R.L.</registrar_name>
   <registrar_website>https://cyberfolks.ro/</registrar_website>
   <name_servers>
    <value>david.ns.cloudflare.com</value>
    <value>robin.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Inactive</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>rawshop.ru</domain_name>
   <domain_keyword>rawshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 04:47:56</query_time>
   <create_date>2012-06-20</create_date>
   <expiry_date>2024-06-20</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>dns1.yandex.ru</value>
    <value>dns2.yandex.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>24</num>
   <domain_name>zawshop.com</domain_name>
   <domain_keyword>zawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-28 07:58:21</query_time>
   <create_date>2024-05-25</create_date>
   <update_date>2024-05-25</update_date>
   <expiry_date>2025-05-25</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns15.abovedomains.com</value>
    <value>ns16.abovedomains.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>clawshop.pro</domain_name>
   <domain_keyword>clawshop</domain_keyword>
   <domain_tld>pro</domain_tld>
   <query_time>2024-06-03 21:29:04</query_time>
   <create_date>2024-02-23</create_date>
   <update_date>2024-02-28</update_date>
   <expiry_date>2025-02-23</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>laushop.com</domain_name>
   <domain_keyword>laushop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-15 04:59:19</query_time>
   <create_date>2017-11-30</create_date>
   <update_date>2020-11-24</update_date>
   <expiry_date>2025-11-30</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>lwwshop.nl</domain_name>
   <domain_keyword>lwwshop</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-09 16:11:31</query_time>
   <create_date>2020-04-30</create_date>
   <update_date>2021-02-01</update_date>
   <registrar_name>Realtime Register</registrar_name>
   <name_servers>
    <value>ns3.firstfind.nl</value>
    <value>ns4.firstfind.nl</value>
    <value>ns5.firstfind.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>28</num>
   <domain_name>lawskop.com</domain_name>
   <domain_keyword>lawskop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-07 18:25:57</query_time>
   <create_date>2023-10-30</create_date>
   <update_date>2024-02-19</update_date>
   <expiry_date>2025-10-30</expiry_date>
   <registrar_iana>1328</registrar_iana>
   <registrar_name>RegistryGate GmbH</registrar_name>
   <registrar_website>www.registrygate.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.nshost2.de</value>
    <value>ns2.nshost2.de</value>
    <value>ns3.nshost2.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>lasshop.work</domain_name>
   <domain_keyword>lasshop</domain_keyword>
   <domain_tld>work</domain_tld>
   <query_time>2024-04-30 04:16:45</query_time>
   <create_date>2021-10-11</create_date>
   <update_date>2023-09-16</update_date>
   <expiry_date>2024-10-11</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO Internet, Inc. d/b/a Onamae.com</registrar_name>
   <registrar_website>whois.discount-domain.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Whois Privacy Protection Service by MuuMuuDomain</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Fukuoka</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns01.muumuu-domain.com</value>
    <value>dns02.muumuu-domain.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>latshop.com</domain_name>
   <domain_keyword>latshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 21:06:32</query_time>
   <create_date>2016-10-17</create_date>
   <update_date>2022-04-06</update_date>
   <expiry_date>2025-10-17</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>lamshop.net</domain_name>
   <domain_keyword>lamshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-17 18:33:06</query_time>
   <create_date>2005-07-04</create_date>
   <update_date>2023-06-04</update_date>
   <expiry_date>2024-07-04</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO INTERNET, INC.</registrar_name>
   <registrar_website>http://www.onamae.com</registrar_website>
   <registrant_name>Whois Privacy Protection Service by MuuMuuDomain</registrant_name>
   <registrant_company>Whois Privacy Protection Service by MuuMuuDomain</registrant_company>
   <registrant_address>2-7-21 Tenjin Chuo-ku, Tenjin Prime 8F</registrant_address>
   <registrant_city>Fukuoka-shi</registrant_city>
   <registrant_state>Fukuoka</registrant_state>
   <registrant_zip>810-0001</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.927137999</registrant_phone>
   <registrant_fax>+81.927137944</registrant_fax>
   <name_servers>
    <value>uns01.lolipop.jp</value>
    <value>uns02.lolipop.jp</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>32</num>
   <domain_name>lakshop.com</domain_name>
   <domain_keyword>lakshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-21 21:06:37</query_time>
   <create_date>2004-11-17</create_date>
   <update_date>2023-11-18</update_date>
   <expiry_date>2024-11-17</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns-1257.awsdns-29.org</value>
    <value>ns-1750.awsdns-26.co.uk</value>
    <value>ns-488.awsdns-61.com</value>
    <value>ns-560.awsdns-06.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>33</num>
   <domain_name>labshop.com</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-30 10:24:46</query_time>
   <create_date>1997-10-15</create_date>
   <update_date>2023-09-21</update_date>
   <expiry_date>2024-10-14</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>TUCOWS, INC.</registrar_name>
   <registrar_website>http://tucowsdomains.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Berks</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>UK</registrant_country>
   <registrant_email>https://tieredaccess.com/contact/49c2b4ff-9c45-49f8-8a15-d6218f8b5083</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.systemdns.com</value>
    <value>ns2.systemdns.com</value>
    <value>ns3.systemdns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>liwshop.com</domain_name>
   <domain_keyword>liwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 12:53:18</query_time>
   <create_date>2023-07-15</create_date>
   <update_date>2023-09-14</update_date>
   <expiry_date>2024-07-15</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>www.publicdomainregistry.com</registrar_website>
   <registrant_name>GDPR Masked</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>GDPR Masked</registrant_address>
   <registrant_city>GDPR Masked</registrant_city>
   <registrant_state>KhonKaen</registrant_state>
   <registrant_zip>GDPR Masked</registrant_zip>
   <registrant_country>TH</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>GDPR Masked</registrant_phone>
   <registrant_fax>GDPR Masked</registrant_fax>
   <name_servers>
    <value>th155.hostatom.com</value>
    <value>th156.hostatom.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>pawshop.one</domain_name>
   <domain_keyword>pawshop</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-04-28 15:47:16</query_time>
   <create_date>2022-04-20</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2025-04-20</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-a1.googledomains.com</value>
    <value>ns-cloud-a2.googledomains.com</value>
    <value>ns-cloud-a3.googledomains.com</value>
    <value>ns-cloud-a4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>ilawshop.com</domain_name>
   <domain_keyword>ilawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-13 06:27:11</query_time>
   <create_date>2023-02-19</create_date>
   <update_date>2024-06-01</update_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>lakshop.ru</domain_name>
   <domain_keyword>lakshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-04-30 14:04:49</query_time>
   <create_date>2014-04-17</create_date>
   <expiry_date>2025-04-17</expiry_date>
   <registrar_name>REGTIME-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.domainparking.ru</value>
    <value>ns2.domainparking.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>38</num>
   <domain_name>lawstop.co.uk</domain_name>
   <domain_keyword>lawstop</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-25 20:45:37</query_time>
   <create_date>2018-05-03</create_date>
   <update_date>2024-05-08</update_date>
   <expiry_date>2025-05-03</expiry_date>
   <registrar_name>LCN.com Ltd [Tag = LCN]</registrar_name>
   <registrar_website>http://www.lcn.com</registrar_website>
   <name_servers>
    <value>ns1.stackdns.com</value>
    <value>ns2.stackdns.com</value>
    <value>ns3.stackdns.com</value>
    <value>ns4.stackdns.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>39</num>
   <domain_name>lawstop.com</domain_name>
   <domain_keyword>lawstop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 14:44:00</query_time>
   <create_date>1998-08-25</create_date>
   <update_date>2018-08-25</update_date>
   <expiry_date>2028-08-24</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns47.domaincontrol.com</value>
    <value>ns48.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>ladshop.co.uk</domain_name>
   <domain_keyword>ladshop</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-05 00:14:20</query_time>
   <create_date>2012-07-10</create_date>
   <update_date>2023-06-10</update_date>
   <expiry_date>2024-07-10</expiry_date>
   <registrar_name>Fasthosts Internet Ltd [Tag = LIVEDOMAINS]</registrar_name>
   <registrar_website>http://www.fasthosts.co.uk</registrar_website>
   <name_servers>
    <value>ns1.livedns.co.uk</value>
    <value>ns2.livedns.co.uk</value>
    <value>ns3.livedns.co.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>41</num>
   <domain_name>uawshop.com</domain_name>
   <domain_keyword>uawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-07 03:49:05</query_time>
   <create_date>2023-07-18</create_date>
   <update_date>2023-07-18</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns73.domaincontrol.com</value>
    <value>ns74.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>lawchop.com</domain_name>
   <domain_keyword>lawchop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 11:20:32</query_time>
   <create_date>2019-06-04</create_date>
   <update_date>2024-06-05</update_date>
   <expiry_date>2025-06-04</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns39.domaincontrol.com</value>
    <value>ns40.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>lapshop.net</domain_name>
   <domain_keyword>lapshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-02 04:23:51</query_time>
   <create_date>2023-10-09</create_date>
   <update_date>2023-12-09</update_date>
   <expiry_date>2024-10-09</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>Hostinger Operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_address>10 Corporate Drive</registrant_address>
   <registrant_city>Burlington</registrant_city>
   <registrant_state>MA</registrant_state>
   <registrant_zip>01803</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.8022274003</registrant_phone>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>44</num>
   <domain_name>lcwshop.com</domain_name>
   <domain_keyword>lcwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 15:44:30</query_time>
   <create_date>2019-03-20</create_date>
   <update_date>2024-03-01</update_date>
   <expiry_date>2025-03-20</expiry_date>
   <registrar_iana>1601</registrar_iana>
   <registrar_name>Atak Domain</registrar_name>
   <registrar_website>http://apiname.com</registrar_website>
   <registrant_name>Domain Administrator</registrant_name>
   <registrant_company>Registrant of lcwshop.com</registrant_company>
   <registrant_address>72 Chase Side, Suite 2, London, United Kingdom, N14 5PH</registrant_address>
   <registrant_city>London</registrant_city>
   <registrant_state>Chase Side</registrant_state>
   <registrant_zip>N14 5PH</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+44.7520644531</registrant_phone>
   <name_servers>
    <value>eu.atakdomain.com</value>
    <value>tr.atakdomain.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>sawshop.ru</domain_name>
   <domain_keyword>sawshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 04:43:50</query_time>
   <create_date>2020-02-23</create_date>
   <expiry_date>2025-02-23</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.beget.pro</value>
    <value>ns1.beget.ru</value>
    <value>ns2.beget.pro</value>
    <value>ns2.beget.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>46</num>
   <domain_name>lawashop.nl</domain_name>
   <domain_keyword>lawashop</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-06-06 15:23:55</query_time>
   <create_date>2022-12-21</create_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <name_servers>
    <value>dns.home.pl</value>
    <value>dns2.home.pl</value>
    <value>dns3.home.pl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>tawshop.co.uk</domain_name>
   <domain_keyword>tawshop</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-17 20:16:47</query_time>
   <create_date>2020-01-27</create_date>
   <update_date>2024-01-27</update_date>
   <expiry_date>2025-01-27</expiry_date>
   <registrar_name>Namesco Limited [Tag = NAMESCO]</registrar_name>
   <registrar_website>https://www.names.co.uk</registrar_website>
   <name_servers>
    <value>ns0.phase8.net</value>
    <value>ns1.phase8.net</value>
    <value>ns2.phase8.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>48</num>
   <domain_name>larshop.express</domain_name>
   <domain_keyword>larshop</domain_keyword>
   <domain_tld>express</domain_tld>
   <query_time>2024-04-21 15:56:24</query_time>
   <create_date>2022-10-15</create_date>
   <update_date>2023-08-11</update_date>
   <expiry_date>2025-10-15</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns53.domaincontrol.com</value>
    <value>ns54.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>lanshop.co.uk</domain_name>
   <domain_keyword>lanshop</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-25 08:42:24</query_time>
   <create_date>2002-07-08</create_date>
   <update_date>2023-07-04</update_date>
   <expiry_date>2025-07-08</expiry_date>
   <registrar_name>Namesco Limited [Tag = NAMESCO]</registrar_name>
   <registrar_website>https://www.names.co.uk</registrar_website>
   <name_servers>
    <value>ns0.phase8.net</value>
    <value>ns1.phase8.net</value>
    <value>ns2.phase8.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>50</num>
   <domain_name>liwshop.xyz</domain_name>
   <domain_keyword>liwshop</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-20 21:10:52</query_time>
   <create_date>2023-11-13</create_date>
   <update_date>2023-11-18</update_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>hassan.ns.cloudflare.com</value>
    <value>sara.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>51</num>
   <domain_name>wawshop.online</domain_name>
   <domain_keyword>wawshop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-14 05:02:49</query_time>
   <create_date>2023-05-07</create_date>
   <update_date>2024-05-08</update_date>
   <expiry_date>2025-05-07</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dns-expired.com</value>
    <value>ns2.dns-expired.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>dawshop.com</domain_name>
   <domain_keyword>dawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-13 13:25:57</query_time>
   <create_date>2020-12-19</create_date>
   <update_date>2023-09-18</update_date>
   <expiry_date>2026-12-19</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>http://www.publicdomainregistry.com</registrar_website>
   <name_servers>
    <value>ns1.lnwshop.com</value>
    <value>ns2.lnwshop.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>wlawshop.com</domain_name>
   <domain_keyword>wlawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 11:32:03</query_time>
   <create_date>2015-06-15</create_date>
   <update_date>2023-06-11</update_date>
   <expiry_date>2024-06-15</expiry_date>
   <registrar_iana>299</registrar_iana>
   <registrar_name>CSC CORPORATE DOMAINS, INC.</registrar_name>
   <registrar_website>www.cscprotectsbrands.com</registrar_website>
   <registrant_name>Christopher Beggs</registrant_name>
   <registrant_company>Follett Corporation</registrant_company>
   <registrant_address>3 Westbrook Corporate Center</registrant_address>
   <registrant_city>Westchester</registrant_city>
   <registrant_state>IL</registrant_state>
   <registrant_zip>60154</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.7088840000</registrant_phone>
   <name_servers>
    <value>dns1.follett.com</value>
    <value>dns2.follett.com</value>
    <value>dns3.follett.com</value>
    <value>dns4.follett.com</value>
    <value>dns5.follett.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>la2shop.ru</domain_name>
   <domain_keyword>la2shop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-04-30 08:52:11</query_time>
   <create_date>2024-01-24</create_date>
   <expiry_date>2025-01-24</expiry_date>
   <registrar_name>REGTIME-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.smartape.ru</value>
    <value>ns2.smartape.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>55</num>
   <domain_name>lowshop.club</domain_name>
   <domain_keyword>lowshop</domain_keyword>
   <domain_tld>club</domain_tld>
   <query_time>2024-04-12 14:25:43</query_time>
   <create_date>2024-04-10</create_date>
   <update_date>2024-04-11</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>lin mei</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>fu jian</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>sonia.ns.cloudflare.com</value>
    <value>zahir.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>labshop.online</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-06-13 07:16:10</query_time>
   <create_date>2019-10-31</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2024-10-31</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows.com Co.</registrar_name>
   <registrar_website>http://www.tucows.com/</registrar_website>
   <registrant_company>Data Protected</registrant_company>
   <registrant_state>ON</registrant_state>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns.forpsi.cz</value>
    <value>ns.forpsi.it</value>
    <value>ns.forpsi.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>lowshop.top</domain_name>
   <domain_keyword>lowshop</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-04-12 17:28:40</query_time>
   <create_date>2024-04-10</create_date>
   <update_date>2024-04-10</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>lin mei</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>fu jian</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>sonia.ns.cloudflare.com</value>
    <value>zahir.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>laishop.net</domain_name>
   <domain_keyword>laishop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-15 23:48:12</query_time>
   <create_date>2016-03-10</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2025-03-10</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_state>Hu Bei</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
    <value>expirens3.hichina.com</value>
    <value>expirens4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>rawshop.com</domain_name>
   <domain_keyword>rawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 07:38:48</query_time>
   <create_date>1999-05-17</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2026-05-17</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>World Wrestling Entertainment, Inc.</registrant_company>
   <registrant_state>CT</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/rawshop.com</registrant_email>
   <name_servers>
    <value>ns1.wwe.com</value>
    <value>ns2.wwe.com</value>
    <value>ns3.wwe.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>lapshop.co.uk</domain_name>
   <domain_keyword>lapshop</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-28 03:30:58</query_time>
   <create_date>2020-01-24</create_date>
   <update_date>2024-01-25</update_date>
   <expiry_date>2025-01-24</expiry_date>
   <registrar_name>123-Reg Limited t/a 123-reg [Tag = 123-REG]</registrar_name>
   <registrar_website>https://www.123-reg.co.uk</registrar_website>
   <name_servers>
    <value>ns57.domaincontrol.com</value>
    <value>ns58.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>61</num>
   <domain_name>lfwshop.com</domain_name>
   <domain_keyword>lfwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-09 22:07:23</query_time>
   <create_date>2020-05-05</create_date>
   <update_date>2024-01-01</update_date>
   <expiry_date>2026-05-05</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns47.worldnic.com</value>
    <value>ns48.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>laeshop.ru</domain_name>
   <domain_keyword>laeshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-04-30 08:56:03</query_time>
   <create_date>2023-08-15</create_date>
   <expiry_date>2024-08-15</expiry_date>
   <registrar_name>TIMEWEB-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>63</num>
   <domain_name>lawship.com</domain_name>
   <domain_keyword>lawship</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 06:58:59</query_time>
   <create_date>2015-08-09</create_date>
   <update_date>2023-08-10</update_date>
   <expiry_date>2024-08-09</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>ns3.afternic.com</value>
    <value>ns4.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>lawshap.com</domain_name>
   <domain_keyword>lawshap</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 06:58:57</query_time>
   <create_date>2011-06-06</create_date>
   <update_date>2022-08-12</update_date>
   <expiry_date>2031-12-02</expiry_date>
   <registrar_iana>1375</registrar_iana>
   <registrar_name>Register.ca Inc</registrar_name>
   <registrar_website>http://register.ca</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>https://tieredaccess.com/contact/be35d3ca-cb01-40c7-a567-bed6c8fb7628</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.supercp.com</value>
    <value>ns2.supercp.com</value>
    <value>ns3.supercp.com</value>
    <value>ns4.supercp.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>wawshop.com</domain_name>
   <domain_keyword>wawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-20 04:42:29</query_time>
   <create_date>2017-02-01</create_date>
   <update_date>2021-01-26</update_date>
   <expiry_date>2025-02-01</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>ldwshop.com</domain_name>
   <domain_keyword>ldwshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 14:34:46</query_time>
   <create_date>2024-04-15</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-04-15</expiry_date>
   <registrar_iana>3827</registrar_iana>
   <registrar_name>Squarespace Domains LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Sicilia</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IT</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.p03.nsone.net</value>
    <value>dns2.p03.nsone.net</value>
    <value>dns3.p03.nsone.net</value>
    <value>dns4.p03.nsone.net</value>
    <value>ns01.squarespacedns.com</value>
    <value>ns02.squarespacedns.com</value>
    <value>ns03.squarespacedns.com</value>
    <value>ns04.squarespacedns.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>lapshop.xyz</domain_name>
   <domain_keyword>lapshop</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-06 18:18:28</query_time>
   <create_date>2024-06-04</create_date>
   <expiry_date>2025-06-04</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns15.domaincontrol.com</value>
    <value>ns16.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>lawcshop.com</domain_name>
   <domain_keyword>lawcshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-11 18:25:30</query_time>
   <create_date>2020-07-11</create_date>
   <update_date>2023-06-20</update_date>
   <expiry_date>2024-07-11</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>Cloudflare, Inc.</registrar_name>
   <registrar_website>https://www.cloudflare.com</registrar_website>
   <registrant_name>DATA REDACTED</registrant_name>
   <registrant_company>DATA REDACTED</registrant_company>
   <registrant_address>DATA REDACTED</registrant_address>
   <registrant_city>DATA REDACTED</registrant_city>
   <registrant_state>CABA</registrant_state>
   <registrant_zip>DATA REDACTED</registrant_zip>
   <registrant_country>AR</registrant_country>
   <registrant_email>https://domaincontact.cloudflareregistrar.com/lawcshop.com</registrant_email>
   <registrant_phone>DATA REDACTED</registrant_phone>
   <registrant_fax>DATA REDACTED</registrant_fax>
   <name_servers>
    <value>bella.ns.cloudflare.com</value>
    <value>kanye.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>labshop.biz</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-06-13 07:16:10</query_time>
   <create_date>2008-07-30</create_date>
   <update_date>2023-09-13</update_date>
   <expiry_date>2024-07-29</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Data Privacy Protected</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>BW</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1046.ui-dns.com</value>
    <value>ns1079.ui-dns.de</value>
    <value>ns1094.ui-dns.biz</value>
    <value>ns1099.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>laeshop.com</domain_name>
   <domain_keyword>laeshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 23:57:56</query_time>
   <create_date>2024-04-11</create_date>
   <update_date>2024-04-11</update_date>
   <expiry_date>2025-04-11</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <registrant_state>guang dong</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>lasshop.ru</domain_name>
   <domain_keyword>lasshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 00:49:00</query_time>
   <create_date>2023-11-14</create_date>
   <expiry_date>2024-11-14</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.shop.reg.ru</value>
    <value>ns2.shop.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>72</num>
   <domain_name>fawshop.co.uk</domain_name>
   <domain_keyword>fawshop</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-23 09:03:04</query_time>
   <create_date>2015-10-15</create_date>
   <update_date>2023-09-05</update_date>
   <expiry_date>2024-10-15</expiry_date>
   <registrar_name>Namesco Limited [Tag = NAMESCO]</registrar_name>
   <registrar_website>https://www.names.co.uk</registrar_website>
   <name_servers>
    <value>ns0.phase8.net</value>
    <value>ns1.phase8.net</value>
    <value>ns2.phase8.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>73</num>
   <domain_name>lxwshop.site</domain_name>
   <domain_keyword>lxwshop</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-19 11:09:47</query_time>
   <create_date>2023-05-11</create_date>
   <update_date>2024-05-12</update_date>
   <expiry_date>2025-05-11</expiry_date>
   <registrar_iana>1606</registrar_iana>
   <registrar_name>Registrar of Domain Names REG.RU, LLC</registrar_name>
   <registrar_website>https://www.reg.ru/</registrar_website>
   <registrant_company>Private Person</registrant_company>
   <registrant_state>Moscow</registrant_state>
   <registrant_country>RU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.expired.reg.ru</value>
    <value>ns2.expired.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>74</num>
   <domain_name>lawsdop.online</domain_name>
   <domain_keyword>lawsdop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-19 22:07:46</query_time>
   <create_date>2023-09-07</create_date>
   <update_date>2023-09-25</update_date>
   <expiry_date>2024-09-07</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.namecheaphosting.com</value>
    <value>dns2.namecheaphosting.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>75</num>
   <domain_name>llwshop.org</domain_name>
   <domain_keyword>llwshop</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-29 05:12:03</query_time>
   <create_date>2023-11-30</create_date>
   <update_date>2023-12-05</update_date>
   <expiry_date>2024-11-30</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0169479708</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.p04.nsone.net</value>
    <value>dns2.p04.nsone.net</value>
    <value>dns3.p04.nsone.net</value>
    <value>dns4.p04.nsone.net</value>
    <value>ns01.squarespacedns.com</value>
    <value>ns02.squarespacedns.com</value>
    <value>ns03.squarespacedns.com</value>
    <value>ns04.squarespacedns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>lawnshop.com.au</domain_name>
   <domain_keyword>lawnshop</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-04-22 13:35:36</query_time>
   <update_date>2023-08-29</update_date>
   <registrar_name>Web Address Registration Pty Ltd</registrar_name>
   <registrar_website>https://www.crazydomains.com.au/contact/</registrar_website>
   <registrant_name>Michael Vincent</registrant_name>
   <name_servers>
    <value>ns11.constellix.com</value>
    <value>ns21.constellix.com</value>
    <value>ns31.constellix.com</value>
    <value>ns41.constellix.net</value>
    <value>ns51.constellix.net</value>
    <value>ns61.constellix.net</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>lapshop.org.uk</domain_name>
   <domain_keyword>lapshop</domain_keyword>
   <domain_tld>org.uk</domain_tld>
   <query_time>2024-05-20 19:07:33</query_time>
   <create_date>2022-08-29</create_date>
   <update_date>2023-07-30</update_date>
   <expiry_date>2024-08-29</expiry_date>
   <registrar_name>Namecheap, Inc. [Tag = NAMECHEAP-INC]</registrar_name>
   <registrar_website>https://www.namecheap.com</registrar_website>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>78</num>
   <domain_name>sawshop.world</domain_name>
   <domain_keyword>sawshop</domain_keyword>
   <domain_tld>world</domain_tld>
   <query_time>2024-05-16 03:22:57</query_time>
   <create_date>2023-05-13</create_date>
   <update_date>2024-05-13</update_date>
   <expiry_date>2025-05-13</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>TX</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1qsy.name.com</value>
    <value>ns2kqz.name.com</value>
    <value>ns3cqz.name.com</value>
    <value>ns4clq.name.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>la-shop.ca</domain_name>
   <domain_keyword>la-shop</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-06-11 10:27:04</query_time>
   <create_date>2020-08-18</create_date>
   <update_date>2023-08-19</update_date>
   <expiry_date>2026-08-18</expiry_date>
   <registrar_name>Go Daddy Domains Canada, Inc</registrar_name>
   <registrar_website>ca.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_email>please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns45.domaincontrol.com</value>
    <value>ns46.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>layshop.com</domain_name>
   <domain_keyword>layshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 15:49:44</query_time>
   <create_date>2013-11-21</create_date>
   <update_date>2021-11-28</update_date>
   <expiry_date>2024-11-21</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>www.publicdomainregistry.com</registrar_website>
   <registrant_name>GDPR Masked</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>GDPR Masked</registrant_address>
   <registrant_city>GDPR Masked</registrant_city>
   <registrant_zip>GDPR Masked</registrant_zip>
   <registrant_country>TH</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>GDPR Masked</registrant_phone>
   <registrant_fax>GDPR Masked</registrant_fax>
   <name_servers>
    <value>ns1.lnwshop.com</value>
    <value>ns2.lnwshop.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>pawshop.store</domain_name>
   <domain_keyword>pawshop</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-30 02:08:18</query_time>
   <create_date>2023-05-27</create_date>
   <update_date>2024-05-28</update_date>
   <expiry_date>2025-05-27</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows.com Co.</registrar_name>
   <registrar_website>http://www.tucows.com/</registrar_website>
   <registrant_company>Contact Privacy Inc. Customer 0167398351</registrant_company>
   <registrant_state>ON</registrant_state>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns-cloud-d1.googledomains.com</value>
    <value>ns-cloud-d2.googledomains.com</value>
    <value>ns-cloud-d3.googledomains.com</value>
    <value>ns-cloud-d4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientHold</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>lazshop.com</domain_name>
   <domain_keyword>lazshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 12:58:44</query_time>
   <create_date>2014-09-24</create_date>
   <update_date>2023-06-07</update_date>
   <expiry_date>2024-09-24</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns1.qti.com</value>
    <value>ns2.qti.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>83</num>
   <domain_name>labshop.pl</domain_name>
   <domain_keyword>labshop</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-11 07:50:02</query_time>
   <create_date>2012-07-16</create_date>
   <update_date>2023-06-01</update_date>
   <expiry_date>2024-07-16</expiry_date>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>https://www.ovhcloud.com</registrar_website>
   <name_servers>
    <value>ns1.dcsaas.net</value>
    <value>ns2.dcsaas.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>84</num>
   <domain_name>rawshop.online</domain_name>
   <domain_keyword>rawshop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-06-01 20:36:12</query_time>
   <create_date>2024-02-13</create_date>
   <update_date>2024-02-18</update_date>
   <expiry_date>2025-02-13</expiry_date>
   <registrar_iana>2374</registrar_iana>
   <registrar_name>Hosting Ukraine LLC</registrar_name>
   <registrar_website>https://www.ukraine.com.ua/</registrar_website>
   <registrant_company>Hosting Ukraine LLC</registrant_company>
   <registrant_country>UA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns114.inhostedns.com</value>
    <value>ns214.inhostedns.net</value>
    <value>ns314.inhostedns.org</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>lalshop.com</domain_name>
   <domain_keyword>lalshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-31 07:30:01</query_time>
   <create_date>2018-04-17</create_date>
   <update_date>2021-04-11</update_date>
   <expiry_date>2024-04-17</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>lanshop.com.br</domain_name>
   <domain_keyword>lanshop</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-06-02 19:31:15</query_time>
   <create_date>2021-05-12</create_date>
   <update_date>2024-05-27</update_date>
   <expiry_date>2024-05-12</expiry_date>
   <registrar_name>HSTDOMAINS (127)</registrar_name>
   <registrant_name>Alan Roberth Teixeira</registrant_name>
   <name_servers>
    <value>cdns1.main-hosting.eu</value>
    <value>cdns2.main-hosting.eu</value>
   </name_servers>
   <domain_status>
    <value>on-hold</value>
   </domain_status>
  </value>
  <value>
   <num>87</num>
   <domain_name>lswshop.com</domain_name>
   <domain_keyword>lswshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 03:19:14</query_time>
   <create_date>2023-02-10</create_date>
   <update_date>2024-01-17</update_date>
   <expiry_date>2025-02-10</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>select contact domain holder link at https://whois.cloud.tencent.com/domain?domain=lswshop.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>channing.dnspod.net</value>
    <value>shooting.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>lnwshop.vip</domain_name>
   <domain_keyword>lnwshop</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-05-12 09:23:49</query_time>
   <create_date>2023-11-01</create_date>
   <update_date>2023-11-06</update_date>
   <expiry_date>2024-11-01</expiry_date>
   <registrar_iana>1923</registrar_iana>
   <registrar_name>Gname.com Pte. Ltd.</registrar_name>
   <registrar_website>https://www.gname.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Subang Jaya</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>MY</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>camilo.ns.cloudflare.com</value>
    <value>elinore.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>rawshop.store</domain_name>
   <domain_keyword>rawshop</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-08 02:57:56</query_time>
   <create_date>2022-06-16</create_date>
   <update_date>2023-10-24</update_date>
   <expiry_date>2024-06-16</expiry_date>
   <registrar_iana>1462</registrar_iana>
   <registrar_name>One.com A/S</registrar_name>
   <registrar_website>http://www.one.com</registrar_website>
   <registrant_company>Raw&amp;Merlin Service OEivind Robbestad</registrant_company>
   <registrant_country>NO</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>lazshop.xyz</domain_name>
   <domain_keyword>lazshop</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-13 20:13:34</query_time>
   <create_date>2024-01-09</create_date>
   <update_date>2024-04-23</update_date>
   <expiry_date>2025-01-09</expiry_date>
   <registrar_iana>1601</registrar_iana>
   <registrar_name>Atak Domain Hosting</registrar_name>
   <registrar_website>http://www.apiname.com</registrar_website>
   <registrant_company>DNS Protection</registrant_company>
   <registrant_state>United Arab Emaratis</registrant_state>
   <registrant_country>UA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curt.ns.cloudflare.com</value>
    <value>ulla.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>ladshop.sbs</domain_name>
   <domain_keyword>ladshop</domain_keyword>
   <domain_tld>sbs</domain_tld>
   <query_time>2024-05-19 17:24:45</query_time>
   <create_date>2024-05-17</create_date>
   <expiry_date>2025-05-17</expiry_date>
   <registrar_iana>1601</registrar_iana>
   <registrar_name>Atak Domain Hosting</registrar_name>
   <registrar_website>http://www.apiname.com</registrar_website>
   <registrant_company>M Rombert</registrant_company>
   <registrant_state>Bratislava</registrant_state>
   <registrant_country>SK</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>liberty.ns.cloudflare.com</value>
    <value>marty.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>wawshop.ru</domain_name>
   <domain_keyword>wawshop</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 16:37:32</query_time>
   <create_date>2024-02-06</create_date>
   <expiry_date>2025-02-06</expiry_date>
   <registrar_name>ACTIVE-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>agustin.ns.cloudflare.com</value>
    <value>tessa.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>93</num>
   <domain_name>pawshop.uno</domain_name>
   <domain_keyword>pawshop</domain_keyword>
   <domain_tld>uno</domain_tld>
   <query_time>2024-05-30 02:08:18</query_time>
   <create_date>2023-11-27</create_date>
   <update_date>2024-01-09</update_date>
   <expiry_date>2024-11-27</expiry_date>
   <registrar_iana>638</registrar_iana>
   <registrar_name>Name SRS AB</registrar_name>
   <registrar_website>http://www.namesrs.com</registrar_website>
   <registrant_country>ES</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.sered.net</value>
    <value>dns2.sered.net</value>
    <value>dns3.sered.net</value>
    <value>dns4.sered.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>rawshop.net</domain_name>
   <domain_keyword>rawshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-19 06:31:57</query_time>
   <create_date>2023-04-12</create_date>
   <update_date>2024-04-13</update_date>
   <expiry_date>2025-04-12</expiry_date>
   <registrar_iana>609</registrar_iana>
   <registrar_name>Sav.com, LLC</registrar_name>
   <registrar_website>http://sav.com</registrar_website>
   <name_servers>
    <value>ns5.afternic.com</value>
    <value>ns6.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>95</num>
   <domain_name>lasshop.store</domain_name>
   <domain_keyword>lasshop</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-04-27 09:17:56</query_time>
   <create_date>2024-02-24</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2025-02-24</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows.com Co.</registrar_name>
   <registrar_website>http://www.tucows.com/</registrar_website>
   <registrant_company>Contact Privacy Inc. Customer 0170343481</registrant_company>
   <registrant_state>ON</registrant_state>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns-cloud-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>lanshop.space</domain_name>
   <domain_keyword>lanshop</domain_keyword>
   <domain_tld>space</domain_tld>
   <query_time>2024-04-28 20:22:46</query_time>
   <create_date>2023-04-26</create_date>
   <update_date>2024-04-27</update_date>
   <expiry_date>2025-04-26</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO Internet Group, Inc. d/b/a Onamae.com</registrar_name>
   <registrar_website>http://www.onamae.com</registrar_website>
   <registrant_company>GMO-Z.com RUNSYSTEM JSC</registrant_company>
   <registrant_state>Hanoi</registrant_state>
   <registrant_country>VN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns7.tenten.vn</value>
    <value>ns8.tenten.vn</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>lnwshop.net</domain_name>
   <domain_keyword>lnwshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-17 14:17:20</query_time>
   <create_date>2021-06-22</create_date>
   <update_date>2023-06-03</update_date>
   <expiry_date>2024-06-22</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>Redacted For Privacy</registrant_name>
   <registrant_company>Domain Protection Services, Inc.</registrant_company>
   <registrant_address>PO Box 1769</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80201</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://www.name.com/contact-domain-whois/lnwshop.net</registrant_email>
   <registrant_phone>+1.7208009072</registrant_phone>
   <registrant_fax>+1.7209758725</registrant_fax>
   <name_servers>
    <value>ns1.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unSigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>sawshop.online</domain_name>
   <domain_keyword>sawshop</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-16 03:22:56</query_time>
   <create_date>2023-05-13</create_date>
   <update_date>2024-05-14</update_date>
   <expiry_date>2025-05-13</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc</registrar_name>
   <registrar_website>http://www.name.com/</registrar_website>
   <registrant_state>TX</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1qsy.name.com</value>
    <value>ns2kqz.name.com</value>
    <value>ns3cqz.name.com</value>
    <value>ns4clq.name.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>laoshop.net</domain_name>
   <domain_keyword>laoshop</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-28 03:27:43</query_time>
   <create_date>2023-05-05</create_date>
   <update_date>2024-05-06</update_date>
   <expiry_date>2025-05-05</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>http://www.hostinger.com</registrar_website>
   <name_servers>
    <value>ns1.dns-expired.com</value>
    <value>ns2.dns-expired.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>blawshop.com</domain_name>
   <domain_keyword>blawshop</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-13 14:58:48</query_time>
   <create_date>2006-09-07</create_date>
   <update_date>2022-09-04</update_date>
   <expiry_date>2028-09-07</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns25.domaincontrol.com</value>
    <value>ns26.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>1.115</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

Can be used for Current WHOIS API, Bulk WHOIS API, WHOIS History API, Reverse WHOIS API and Fuzzy Domains API.

Package Quantity Price Rate Order
5,000 API Credits 5,000 $25 $5.00 Buy Now
25,000 API Credits 25,000 $100 $4.00 Buy Now
250,000 API Credits 250,000 $750 $3.00 Buy Now
1 Million API Credits Most Popular 1,000,000 $2,000 $2.00 Buy Now
10 Million API Credits 10,000,000 $10,000 $1.00 Buy Now

API Credits you purchase have lifetime validity, and you may use it whenever you wish. We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB and China UnionPay. Popular payment wallets like Apple Pay, Google Pay, Alipay, WeChat Pay & Cash App Pay are accepted. You can also pay in installments through Buy Now, Pay Later (Affirm, Afterpay, Clearpay, Klarna) services. For orders worth $1000 and higher, you can also pay through Bank Wire Transfer (ACH, Fedwire and SWIFT). We also accept crypto payments through Bitcoin, Ethereum, Tether, Binance, Ripple and 100+ Cryptocurrencies.

Current WHOIS Database Domain Names Cost Price
Total Unique Domain Names in our Current WHOIS Database 267,149,823

$4500

Order Now More Info

$4500

Buy Now More Info
Total WHOIS records in our Current WHOIS Database 267,149,823
Total WHOIS records with a Registrant Contact 166,662,762
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 154,065,237
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 125,448,455
Historical WHOIS Database Total Count Cost Price
Total Unique Domain Names in our Historical WHOIS Database 555,709,089

$8500

Order Now More Info

$8500

Buy Now More Info
Total WHOIS records in our Historical WHOIS Database 1,561,982,636
Total WHOIS records with a Registrant Contact 1,288,467,292
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 1,128,078,018
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 1,056,212,192

Domain Name WHOIS Lookup

Discover a domain's current owners and details with our free WHOIS lookup tool.

Powered by Current WHOIS Database

Our Current WHOIS Database contains the latest WHOIS of over 267 Million active domain names, that are currently registered. This powers our Current WHOIS API, which lets you quickly see the complete WHOIS details of any active domain name.