Returns a list of domains that matched the search query. Allows getting only the first 10,000 results. To get more results please use scroll or download API endpoints. By default, search operations, which return a list of found items, return only the first 25 items. To get a different set of items, you can use the offset and limit parameters in the request body.

Options for search params:

Search parameter Operators Value
name
eq
,
starts
,
ends
,
not_eq
Search by domain name.
string
dns_a
eq
,
exists
,
not_exists
Search by a specific IPv4 address, stored in DNS A record, or CIDR.
string
dns_aaaa
eq
,
exists
,
not_exists
Search by a specific IPv6 address stored in DNS AAAA record.
string
dns_txt
eq
,
contains
,
exists
,
not_exists
Search by content of DNS TXT record.
string
dns_cname
eq
,
contains
,
starts
,
exists
,
not_exists
Search by domain aliases stored in DNS CNAME record.
string
dns_caa
eq
,
contains
,
exists
,
not_exists
Search by content of DNS CAA record.
string
dns_ns
eq
,
contains
,
starts
,
exists
,
not_exists
Search by name server (NS) address stored in DNS NS record. Example: ns1.google.com.
string
dns_mx
eq
,
contains
,
starts
,
exists
,
not_exists
Search by mail server (MX) address stored in DNS MX record. Example: alt4.aspmx.l.google.com.
string
dns_spf_version
eq
,
exists
,
not_exists
Search by an SPF record version. F.e., 'spf1'.
string
dns_spf_errors_description
contains
,
exists
,
not_exists
Search by the description of a validation error.
string
dns_spf_errors_target
contains
,
exists
,
not_exists
Search for mechanism or modifier, which includes an error.
string
dns_spf_mechanisms_name
eq
,
exists
,
not_exists
Search by the name of the mechanism. F.e., 'ip4', 'ip6', 'all'.
string
dns_spf_mechanisms_qualifier
contains
,
exists
,
not_exists
Search by a qualifier of the mechanism.
string
dns_spf_mechanisms_value
contains
,
exists
,
not_exists
Search by a mechanism value. F.e., '195.201.206.85', '_spf.google.com'.
string
dns_spf_modifiers_name
contains
,
exists
,
not_exists
Search by a modifier name. F.e., 'ip4', 'redirect', 'include'.
string
dns_spf_modifiers_value
contains
,
exists
,
not_exists
Search by a modifier value. F.e., '_spf.mailhostbox.com', '_spf.yandex.net.
string
dns_spf_raw
contains
,
exists
,
not_exists
Search by not parsed SPF record.
string
is_mx
eq
Find domains that are fully qualified domain names of a mail server.
bool
is_ns
eq
Find domains that are fully qualified domain names of a nameserver.
bool
is_ptr
eq
Find domain names that have been found in any DNS PTR record.
bool
http_extract_tracker_adsense_id
eq
,
exists
,
not_exists
Search domains with the homepage containing the specified Google AdSense identifier.
string
http_extract_title
eq
,
contains
,
not_contains
,
starts
,
exists
,
not_exists
Search by content of the HTML title tag.
string
http_extract_description
contains
,
exists
,
not_exists
Search by content of the HTML description meta tag.
string
http_extract_robots
contains
,
exists
,
not_exists
Search by content of the robots.txt file.
string
http_extract_status_code
eq
,
gte
,
lte
,
exists
,
not_exists
Search by HTTP response status code.
string
http_extract_favicon_sha256
eq
,
exists
,
not_exists
Search by SHA256 hash of the site favicon.
string
http_extract_favicon_uri
eq
,
contains
,
exists
,
not_exists
Search by website favicon URI.
string
http_extract_email
eq
,
contains
,
exists
,
not_exists
Search by emails found on the web-page.
string
http_extract_headers_name
eq
,
contains
Search by HTTP response header name.
string
http_extract_headers_value
eq
,
contains
Search by HTTP response header value.
string
http_extract_meta_name
eq
,
contains
Search by HTML meta tag name.
string
http_extract_meta_value
eq
,
contains
Search by HTML meta tag value.
string
http_extract_scripts
contains
,
exists
,
not_exists
Search by links found in the src attribute of the script HTML tag.
string
http_extract_styles
contains
,
exists
,
not_exists
Search by links found in the href attribute of the link HTML tag.
string
without_suffix
eq
Search by domain name without public suffix. Example: google.
string
whois_registrant_name
eq
,
contains
,
exists
,
not_exists
Search by registrant name.
string
whois_registrant_org
eq
,
contains
,
exists
,
not_exists
Search by the name of organization who has registered the domain name.
string
whois_registrar_email
eq
,
contains
,
exists
,
not_exists
Search by registrar email.
string
whois_registrar_name
eq
,
contains
,
exists
,
not_exists
Search by registrar name.
string
whois_registrar_whois_server
eq
,
exists
,
not_exists
Search by WHOIS server domain name.
string
alexa_rank
eq
,
gte
,
lte
,
exists
,
not_exists
Search by Alexa Rank value.
string
certificate_version
eq
,
contains
,
exists
,
not_exists
Search by a specific SSL/TLS version. Example: SSLv3.
string
certificate_sha256
eq
,
exists
,
not_exists
Search by certificate SHA256 fingerprint.
string
certificate_issuer_org
eq
,
contains
,
exists
,
not_exists
Search domains by certificate issuer organization.
string
certificate_issuer_cname
eq
,
contains
,
exists
,
not_exists
Search domains by certificate issuer CNAME.
string
certificate_issuer_email
eq
,
contains
,
exists
,
not_exists
Search domains by certificate issuer email.
string
certificate_issuer_organizational_unit
eq
,
contains
,
exists
,
not_exists
Search domains by certificate issuer organizational unit.
string
certificate_issuer_country
eq
,
exists
,
not_exists
Search domains by certificate issuer country.
string
certificate_issuer_state
eq
,
contains
,
exists
,
not_exists
Search domains by certificate issuer state.
string
certificate_issuer_locality
eq
,
contains
,
exists
,
not_exists
Search domains by certificate issuer locality.
string
certificate_subject_org
eq
,
contains
,
exists
,
not_exists
Search domains by certificate subject organization.
string
certificate_subject_cname
eq
,
contains
,
exists
,
not_exists
Search domains by certificate subject CNAME.
string
certificate_subject_email
eq
,
contains
,
exists
,
not_exists
Search domains by certificate subject email.
string
certificate_subject_organizational_unit
eq
,
contains
,
exists
,
not_exists
Search domains by certificate subject organizational unit.
string
certificate_subject_country
eq
,
exists
,
not_exists
Search domains by certificate subject country.
string
certificate_subject_state
eq
,
contains
,
exists
,
not_exists
Search domains by certificate subject state.
string
certificate_subject_locality
eq
,
contains
,
exists
,
not_exists
Search domains by certificate subject locality.
string
certificate_subject_serial_number
eq
,
exists
,
not_exists
Search domains by certificate subject serial number.
string
certificate_validity_end
eq
,
gte
,
lte
Search domains by certificate validity end date.
string
whois_registrant_email
eq
,
contains
,
exists
,
not_exists
Search by registrant email.
string
whois_registrant_phone
eq
,
exists
,
not_exists
Search by registrant phone.
string
http_extract_tracker_google_analytics_key
eq
,
exists
,
not_exists
Search domains with the homepage containing the specified Google Analytics key.
string
http_extract_tracker_google_play_app
eq
,
contains
,
exists
,
not_exists
Search domains with the homepage containing the specified Google Play app identifier..
string
http_extract_tracker_apple_itunes_app
eq
,
contains
,
exists
,
not_exists
Search domains with the homepage containing the specified Apple iTunes app identifier.
string
http_extract_tracker_google_site_verification
eq
,
exists
,
not_exists
Search domains with the homepage containing the specified Google Site verification identifier.
string
is_cname
eq
Find domain names that have been found in any CNAME record.
bool
technology_name
eq
,
contains
Search by technology name. Example: PHP.
string
technology_version
eq
,
gte
,
lte
Search by technology version. Example: 5.6.40.
string
cve_id
eq
Search by Common Vulnerability and Exposures (CVE) ID. Example: CVE-2019-16905.
string
cve_severity
eq
Search by CVE severity. Options: "high", "medium", "low".
string
http_extract_link_url
eq
,
starts
,
ends
Search by a full link found on sites.
string
http_extract_link_host
eq
,
starts
,
ends
Search by a set of links found on sites.
string
http_extract_final_redirect_url
eq
,
contains
,
exists
,
not_exists
Find hosts that redirect to a specific domain.
string
geo_country_iso_code
eq
,
exists
,
not_exists
Find domains by the ISO code of the country they are located in.
string
geo_country
eq
,
exists
,
not_exists
Find domains by the country they are located in.
string
geo_city
eq
,
contains
,
exists
,
not_exists
Find domains by the city they are located in.
string
as_num
eq
,
exists
,
not_exists
Find domains by the autonomous system number.
string
as_org
eq
,
contains
,
exists
,
not_exists
Find domains by the autonomous system organization.
string
isp
eq
,
contains
,
exists
,
not_exists
Find domains by the autonomous system ISP.
string
organization_industry
eq
,
contains
,
exists
,
not_exists
Find domains by the organization industry.
string
organization_email
eq
,
contains
,
exists
,
not_exists
Find domains by the organization email.
string
organization_name
eq
,
contains
,
exists
,
not_exists
Find domains by the organization name.
string
organization_legal_name
eq
,
contains
,
exists
,
not_exists
Find domains by the organization legal name.
string
is_subdomain
eq
Find domains that are subdomains.
bool
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!