logiover's picture
Publish sample dataset for bulk-url-status-checker
3464568 verified
raw
history blame contribute delete
627 Bytes
[
{
"url": "https://google.com",
"statusCode": 200,
"statusMessage": "OK",
"isBroken": false,
"isRedirect": true,
"redirectChain": [
"https://www.google.com/"
],
"finalUrl": "https://www.google.com/",
"responseTime": 645,
"checkedAt": "2026-05-15T10:51:06.627Z"
},
{
"url": "https://apify.com/non-existent-page",
"statusCode": 404,
"statusMessage": "Not Found",
"isBroken": true,
"isRedirect": false,
"redirectChain": [],
"finalUrl": "https://apify.com/non-existent-page",
"responseTime": 878,
"checkedAt": "2026-05-15T10:51:06.912Z"
}
]