Publish sample dataset for bulk-url-status-checker
Browse files- README.md +77 -0
- sample.json +26 -0
- sample.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "Bulk URL Status Checker – Broken Link & Redirect Audit"
|
| 4 |
+
tags: [data_extraction, web-scraping, apify, seo-tools, developer-tools]
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Bulk URL Status Checker – Broken Link & Redirect Audit
|
| 10 |
+
|
| 11 |
+
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.
|
| 12 |
+
|
| 13 |
+
## What the actor scrapes
|
| 14 |
+
|
| 15 |
+
# 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
|
| 16 |
+
|
| 17 |
+
## Who this is for
|
| 18 |
+
|
| 19 |
+
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.
|
| 20 |
+
|
| 21 |
+
## Source
|
| 22 |
+
|
| 23 |
+
**Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/bulk-url-status-checker](https://apify.com/logiover/bulk-url-status-checker)
|
| 24 |
+
|
| 25 |
+
## Fields
|
| 26 |
+
|
| 27 |
+
- **`url`** — canonical URL of the item
|
| 28 |
+
- **`statusCode`** — field captured by the actor
|
| 29 |
+
- **`statusMessage`** — field captured by the actor
|
| 30 |
+
- **`isBroken`** — boolean flag
|
| 31 |
+
- **`isRedirect`** — boolean flag
|
| 32 |
+
- **`redirectChain`** — field captured by the actor
|
| 33 |
+
- **`finalUrl`** — URL reference
|
| 34 |
+
- **`responseTime`** — timestamp
|
| 35 |
+
- **`checkedAt`** — timestamp
|
| 36 |
+
|
| 37 |
+
## Sample preview
|
| 38 |
+
|
| 39 |
+
```json
|
| 40 |
+
[
|
| 41 |
+
{
|
| 42 |
+
"url": "https://google.com",
|
| 43 |
+
"statusCode": 200,
|
| 44 |
+
"statusMessage": "OK",
|
| 45 |
+
"isBroken": false,
|
| 46 |
+
"isRedirect": true,
|
| 47 |
+
"redirectChain": [
|
| 48 |
+
"https://www.google.com/"
|
| 49 |
+
],
|
| 50 |
+
"finalUrl": "https://www.google.com/",
|
| 51 |
+
"responseTime": 645,
|
| 52 |
+
"checkedAt": "2026-05-15T10:51:06.627Z"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"url": "https://apify.com/non-existent-page",
|
| 56 |
+
"statusCode": 404,
|
| 57 |
+
"statusMessage": "Not Found",
|
| 58 |
+
"isBroken": true,
|
| 59 |
+
"isRedirect": false,
|
| 60 |
+
"redirectChain": [],
|
| 61 |
+
"finalUrl": "https://apify.com/non-existent-page",
|
| 62 |
+
"responseTime": 878,
|
| 63 |
+
"checkedAt": "2026-05-15T10:51:06.912Z"
|
| 64 |
+
}
|
| 65 |
+
]
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
## Snapshot stats
|
| 69 |
+
|
| 70 |
+
- Row count in this sample: **2**
|
| 71 |
+
- Data quality flag at capture time: `THIN`
|
| 72 |
+
|
| 73 |
+
## License & Attribution
|
| 74 |
+
|
| 75 |
+
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](https://apify.com/logiover/bulk-url-status-checker).
|
| 76 |
+
|
| 77 |
+
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.
|
sample.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"url": "https://google.com",
|
| 4 |
+
"statusCode": 200,
|
| 5 |
+
"statusMessage": "OK",
|
| 6 |
+
"isBroken": false,
|
| 7 |
+
"isRedirect": true,
|
| 8 |
+
"redirectChain": [
|
| 9 |
+
"https://www.google.com/"
|
| 10 |
+
],
|
| 11 |
+
"finalUrl": "https://www.google.com/",
|
| 12 |
+
"responseTime": 645,
|
| 13 |
+
"checkedAt": "2026-05-15T10:51:06.627Z"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"url": "https://apify.com/non-existent-page",
|
| 17 |
+
"statusCode": 404,
|
| 18 |
+
"statusMessage": "Not Found",
|
| 19 |
+
"isBroken": true,
|
| 20 |
+
"isRedirect": false,
|
| 21 |
+
"redirectChain": [],
|
| 22 |
+
"finalUrl": "https://apify.com/non-existent-page",
|
| 23 |
+
"responseTime": 878,
|
| 24 |
+
"checkedAt": "2026-05-15T10:51:06.912Z"
|
| 25 |
+
}
|
| 26 |
+
]
|
sample.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e179d49f417e0dcc2dcf2fcb20632cdfecfd2c3dc0285c596e8c214bb3f3045
|
| 3 |
+
size 5807
|