File size: 627 Bytes
3464568 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [
{
"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"
}
] |