Initiates the creation of the file with data about domains that matched the search query. When the file is created, it will be available for download. On the successful call, returns the unique identifier that represents the file creation process. The file creation is an asynchronous process, because the amount of data that should be exported to the file and the export duration is hard to predict. The call to this endpoint just initiates the file creation. To check the file status and get the download link, send a GET request to the /v4/data/account/downloads/ API endpoint with the identifier returned by this endpoint. The number of rows available for download is determined by the subscription plan.

Log in to see full request history
Body Params
column_list
array of strings
required

List of columns to download. Supported values: name, alexa_rank, title, dns_records_a, dns_records_cname, cert_summary_tls_version, http_status_code, cert_summary_fingerprint_sha256, cert_summary_validity_end, dns_records_aaaa, dns_records_caa, dns_records_mx, dns_records_ns, dns_records_txt, description, registrar_expiration_date, registrant_email, registrant_name, registrant_organization, registrant_phone, is_mx, is_ns, osh, site_info_robots, site_info_favicon_hash, site_info_emails, site_info_scripts, site_info_styles, registrar_domain_status, registrar_emails, registrar_name, registrar_whois_server, security_score

column_list*
string
length ≤ 254

An optional field with a short file description. Max length: 254 characters.

domain_list
array of strings
required

The list of domain names to search for.

domain_list*
string
required

The file format to use for the file creation. Supported values: ndjson, csv.

int64
≥ 1

The number of rows the user wants to receive in the current download request.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json