url large_stringclasses 2
values | statusCode int64 200 404 | statusMessage large_stringclasses 2
values | isBroken bool 2
classes | isRedirect bool 2
classes | redirectChain large_stringclasses 2
values | finalUrl large_stringclasses 2
values | responseTime int64 645 878 | checkedAt large_stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
https://google.com | 200 | OK | false | true | ["https://www.google.com/"] | https://www.google.com/ | 645 | 2026-05-15T10:51:06.627Z |
https://apify.com/non-existent-page | 404 | Not Found | true | false | [] | https://apify.com/non-existent-page | 878 | 2026-05-15T10:51:06.912Z |
Bulk URL Status Checker – Broken Link & Redirect Audit
Bulk URL checker for HTTP status codes (200/301/302/404/410/500) with final URL, redirect chain and response time. Fast parallel link audit for SEO, site migrations, monitoring and QA. Export clean results to CSV/JSON.
What the actor scrapes
Bulk URL Status Checker — Broken Link & Redirect Audit Check the HTTP status of thousands of URLs in seconds. Detects broken links (404, 500), traces full redirect chains (301, 302), and measures response times — all in one fast, scalable run. The essential tool for SEO audits, link monitoring, content migrations, and QA pipelines. --- ## What Is This Actor? Every website accumulates broken links, outdated redirects, and slow pages over time. Checking them manually — or even with browser-based
Who this is for
This sample is useful for anyone working in data extraction, seo tools, developer tools who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
Source
Live source: This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: logiover/bulk-url-status-checker
Fields
url— canonical URL of the itemstatusCode— field captured by the actorstatusMessage— field captured by the actorisBroken— boolean flagisRedirect— boolean flagredirectChain— field captured by the actorfinalUrl— URL referenceresponseTime— timestampcheckedAt— timestamp
Sample preview
[
{
"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"
}
]
Snapshot stats
- Row count in this sample: 2
- Data quality flag at capture time:
THIN
License & Attribution
Released under Creative Commons Attribution 4.0 (CC BY 4.0). If you use this data, please credit the source actor and link back to its Apify Store page: logiover/bulk-url-status-checker.
The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
- Downloads last month
- 29