URLScan.io
URLScan.io — free tier with API key
URLScan.io exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://urlscan.io/api/v1/search/?q=domain:urlscan.io
{
"results": [
{
"canonical": {
"task": {
"url": "urlscan.io/result/019f1d95-a472-71f9-bd01-4a488a624cc6"
},
"page": {
"url": "urlscan.io/result/019f1d95-a472-71f9-bd01-4a488a624cc6"
}
},
"task": {
"visibility": "public",
"method": "manual",
"domain": "urlscan.io",
"apexDomain": "urlscan.io",
"time": "2026-07-05T18:07:11.362Z",
"uuid": "019f3376-60eb-777e-9679-f133c8e2715f",
"url": "https://urlscan.io/result/019f1d95-a472-71f9-bd01-4a488a624cc6/"
},
"stats": {
"uniqIPs": 1,
"uniqCountries": 1,
"dataLength": 1128,
"encodedDataLength": 1367,
"requests": 2
},
"page": {
"country": "DE",
"server": "nginx",
"ip": "49.12.22.106",
"apexDomainAgeDays": 3587,
"language": "en",
"mimeType": "text/html",
"title": "429 Too Many Requests",
"url": "https://urlscan.io/result/019f1d95-a472-71f9-bd01-4a488a624cc6/"
},
"_id": "019f3376-60eb-777e-9679-f133c8e2715f",
"_score": null,
"sort": [
1783274831362,
"019f3376-60eb-777e-9679-f133c8e2715f"
],
"result": "https://urlscan.io/api/v1/result/019f3376-60eb-777e-9679-f133c8e2715f/"
},
{
"canonical": {
"task": {
"url": "bandsworksconcerts.info/index.php"
},
"page": {
"url": "bandsworksconcerts.info/index.php"
}
},
"task": {
"visibility": "public",
"method": "manual",
"domain": "www.bandsworksconcerts.info",
"apexDomain": "bandsworksconcerts.info",
"time": "2026-07-05T17:49:06.250Z",
"uuid": "019f3364-8f09-74b4-a111-5da01e08f63b",
"url": "https://www.bandsworksconcerts.info/index.php?pesthouse7"
},
"stats": {
"uniqIPs": 27,
"uniqCountries": 6,
"dataLength": 11203379,
"encodedDataLength": 6900791,
"requests": 590
},
"page": {
"country": "JP",
"server": "nginx",
"ip": "157.112.187.29",
"apexDomainAgeDays": 2178,
"mimeType": "text/html",
"url": "https://www.bandsworksconcerts.info/index.php?pesthouse7",
"tlsValidDays": 89,
"tlsAgeDays": 18
},
"_id": "019f3364-8f09-74b4-a111-5da01e08f63b",
"_score": null,
"sort": [
1783273746250,
"019f3364-8f09-74b4-a111-5da01e08f63b"
],
"result": "https://urlscan.io/api/v1/result/019f3364-8f09-74b4-a111-5da01e08f63b/"
}
],
"total": 10000,
"took": 281,
"has_more": true
}curl "https://urlscan.io/api/v1/search/?q=domain:urlscan.io"const res = await fetch("https://urlscan.io/api/v1/search/?q=domain:urlscan.io");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://urlscan.io/api/v1/search/?q=domain:urlscan.io")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/api/v1/search/?q=domain:urlscan.ioPROBEDURLScan.io — free tier with API key
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
/api/search?q=testSearch by query parameters.
/api/v1/search/?limit=5Search by query parameters.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
URLScan.io: common questions
Is URLScan.io free to use?
Yes — URLScan.io is a free security API. Free tier: Free tier — key may be required. Whether the free tier allows commercial use is unclear — check the provider docs.
Does URLScan.io need an API key?
Yes — URLScan.io needs a free API key, which you pass on each request. Rate limits: Unpublished.
Can I call URLScan.io from the browser?
Not directly — URLScan.io doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is URLScan.io up right now?
URLScan.io is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.