> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Domain Scans

Search for existing domain scans.

## Parameters

<div className="integrations-table">
  | Parameter | Description                              |
  | --------- | ---------------------------------------- |
  | Domain    | The domain to search for existing scans. |
</div>

## Example Output

```json theme={"dark"}
{
	"results": [
		{
			"submitter": {},
			"task": {
				"visibility": "<string>",
				"method": "<string>",
				"domain": "<string>",
				"apexDomain": "<string>",
				"time": "2016-10-16T06:23:10.908Z",
				"uuid": "<string>",
				"url": "<string>",
				"tags": [
					"<string>"
				]
			},
			"stats": {
				"uniqIPs": 8,
				"uniqCountries": 5,
				"dataLength": 5385512,
				"encodedDataLength": 7660943,
				"requests": 5
			},
			"page": {
				"country": "<string>",
				"server": "<string>",
				"redirected": "<string>",
				"ip": "<string>",
				"mimeType": "<string>",
				"title": "<string>",
				"url": "<string>",
				"tlsValidDays": 169,
				"tlsAgeDays": 74,
				"ptr": "<string>",
				"tlsValidFrom": "2018-10-02T04:05:03.151Z",
				"domain": "<string>",
				"apexDomain": "<string>",
				"asnname": "<string>",
				"asn": "<string>",
				"tlsIssuer": "<string>",
				"status": "<string>"
			},
			"_id": "<string>",
			"_score": null,
			"sort": [
				2265872435656,
				"<string>"
			],
			"result": "<string>",
			"screenshot": "<string>"
		},
		{
			"task": {
				"visibility": "<string>",
				"method": "<string>",
				"domain": "<string>",
				"apexDomain": "<string>",
				"time": "2002-06-22T01:11:43.986Z",
				"uuid": "<string>",
				"url": "<string>"
			},
			"stats": {
				"uniqIPs": 5,
				"uniqCountries": 3,
				"dataLength": 15863934,
				"encodedDataLength": 13247822,
				"requests": 13
			},
			"page": {
				"country": "<string>",
				"server": "<string>",
				"redirected": "<string>",
				"ip": "<string>",
				"mimeType": "<string>",
				"title": "<string>",
				"url": "<string>",
				"tlsValidDays": 27,
				"tlsAgeDays": 25,
				"ptr": "<string>",
				"tlsValidFrom": "2022-08-18T10:36:17.412Z",
				"domain": "<string>",
				"apexDomain": "<string>",
				"asnname": "<string>",
				"asn": "<string>",
				"tlsIssuer": "<string>",
				"status": "<string>"
			},
			"_id": "<string>",
			"_score": null,
			"sort": [
				381223679533,
				"<string>"
			],
			"result": "<string>",
			"screenshot": "<string>"
		}
	],
	"total": 2966,
	"took": 311,
	"has_more": true
}
```

## Workflow Library Example

[Search Domain Scans with Urlscan and Send Results Via Email](https://library.blinkops.com/workflows/search-domain-scans-with-urlscan-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-domain-scans-with-urlscan-and-send-results-via-email/canvas" />
</div>
