VOOZH about

URL: https://apify.com/webdata_labs/bulk-url-status-checker

โ‡ฑ Bulk URL Status Checker - Redirect & Broken Link Audit ยท Apify


๐Ÿ‘ Bulk URL Status Checker - Redirect & Broken Link Audit avatar

Bulk URL Status Checker - Redirect & Broken Link Audit

Pricing

from $1.40 / 1,000 checked urls

Go to Apify Store

Bulk URL Status Checker - Redirect & Broken Link Audit

[๐Ÿ’ต $2.00 / 1K] Check URLs in bulk for HTTP status codes, broken links, redirects, response times, final URLs, and redirect chains. Built for SEO audits, migrations, QA, and monitoring. CSV/JSON.

Pricing

from $1.40 / 1,000 checked urls

Rating

0.0

(0)

Developer

๐Ÿ‘ Open Web Team

Open Web Team

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Check thousands of URLs at once for broken links, redirects, and final destinations - one clean report instead of opening URLs by hand.

This Actor checks URLs in bulk for HTTP status codes, broken links, redirects, final URLs, response times, and redirect chains, and returns a clean CSV/JSON report. Built for SEO audits, site migrations, QA checks, and monitoring workflows.

โœ… What you get / โŒ what this isn't

โœ… This Actor gives youโŒ This Actor is not
Status code, final URL, full redirect chainNot a browser - it does not run JavaScript
Broken-link, timeout, and error classificationNot a crawler that discovers new pages
Response time + content type per URLNot a tool that fails the whole run on one bad URL
One run summary row with totalsNot a single-URL checker you repeat by hand

๐Ÿ”Ž What you get

  • HTTP status code and status text
  • Final URL after redirects
  • Full redirect chain (every hop)
  • Broken-link classification for 4xx/5xx pages
  • Timeout and request-error classification
  • Response time in milliseconds
  • Content-Type header
  • SEO issue flags such as client_error, server_error, long_redirect_chain, final_not_https, non_html_content, and slow_response
  • One run summary row with totals

๐Ÿ‘ฅ Who it's for

SEO and QA teams auditing links at scale. Common jobs:

  • Check URLs before or after a site migration.
  • Find 404s and 5xx pages in bulk.
  • Audit redirect chains and final URLs.
  • QA exported links from a CMS, sitemap, or crawler.
  • Monitor high-value landing pages.
  • Prepare clean URL health data for SEO reports.

Example tasks

โš™๏ธ How to check URLs in bulk

  1. Open the Actor on Apify.
  2. Paste your urls (full URLs or domains).
  3. Set maxUrls (safety cap; 0 for no cap) and concurrency.
  4. Keep followRedirects on to record the full chain.
  5. Click Start.
  6. Download CSV/JSON/Excel or pull from the Apify API.

๐Ÿ“ฅ Input

{
"urls":[
"https://example.com",
"http://example.com",
"https://example.com/not-found"
],
"maxUrls":100,
"followRedirects":true,
"maxRedirects":10,
"timeoutMs":15000,
"concurrency":20
}
  • urls - full URLs or domains to check.
  • maxUrls - safety cap for a run. Use 0 for no cap.
  • followRedirects - follow redirects and record the chain.
  • maxRedirects - max redirects per input URL.
  • timeoutMs - per-request timeout.
  • concurrency - parallel URL checks.

๐Ÿ“ค Output

Each URL audit row includes:

{
"recordType":"url_audit",
"inputUrl":"http://example.com",
"finalUrl":"https://example.com/",
"status":"redirect",
"statusCode":200,
"ok":true,
"broken":false,
"redirected":true,
"redirectCount":1,
"hasSeoIssue":false,
"seoIssues":[],
"responseTimeMs":183,
"contentType":"text/html",
"redirectChain":[
{
"url":"http://example.com/",
"statusCode":301,
"location":"https://example.com/"
}
]
}

The dataset also includes one run_summary row with totals for checked, OK, broken, redirected, timeout, error, invalid URLs, and SEO issue flags.

๐Ÿ’ต How much does it cost?

This Actor uses lightweight HTTP requests only (no browser), so it is cheap and fast even for large lists. You pay per result plus Apify platform usage. Cost scales with the number of URLs; concurrency controls speed.

๐Ÿ” Run it on the Apify platform

Schedule recurring link-health monitoring, call it from the Apify API, export to CSV/JSON/Excel, or wire alerts into Make, Zapier, Slack, or webhooks when broken links appear.

โš ๏ธ Limits and caveats

  • This Actor uses HTTP requests only. It does not run a browser.
  • It does not execute JavaScript on pages.
  • It checks the URLs you provide; it does not crawl to discover new ones.
  • One bad URL produces an error row, not a failed run.
  • Redirect chains are captured manually so you can inspect every hop.
  • non_html_content is an informational flag, not always a problem. PDFs, images, feeds, and downloads can be valid targets.

๐Ÿงฉ Related Actors

  • Website Contact Extractor - once a domain is reachable, pull its public contacts.
  • Lead List Deduplicator & Normalizer - clean and merge URL/contact exports before CRM import.

โ“ FAQ

Does it run JavaScript? No. It uses HTTP requests only, which keeps it fast and cheap; client-side redirects are not followed.

Does one bad URL fail the run? No. A bad URL becomes an error row so the rest of the batch still completes.

Can I check whole domains? Yes - pass domains or full URLs; it checks exactly what you provide.

๐Ÿ› ๏ธ Support

If a run fails or a field is missing, open an Actor issue with the run URL, the input you used, and the field or behavior you expected.

You might also like

HTTP Status Code Checker - Bulk URLs & Redirect Chains

dltik/http-status-checker

Bulk-check HTTP status codes and full redirect chains for any list of URLs. For each URL: final status, every redirect hop (status + Location), response time, content-type and server. Pure HTTP, reads headers only โ€” fast and cheap. Great for SEO migrations, link audits and uptime spot-checks.

Bulk URL Status Checker โ€“ Broken Link & Redirect Audit

logiover/bulk-url-status-checker

Bulk HTTP status code checker and broken link checker. Trace redirect chains, find 404s, export to CSV/JSON. No browser, no login.

Bulk URL Status Checker

taroyamada/bulk-url-health-checker

Check large URL lists for HTTP status, redirect chains, response timing, and broken URL findings for QA and SEO operations.

HTTP Status Code Checker

automation-lab/http-status-checker

Check HTTP status codes and redirects in bulk for any list of URLs. Detect 404 errors, 301/302 redirects, redirect chains, and broken links for SEO audits and site maintenance.

๐Ÿ‘ User avatar

Stas Persiianenko

54

5.0

Bulk URL Status Checker

automation-lab/bulk-url-status-checker

Bulk check URLs for status codes, redirects, broken links, response times, canonical tags, robots meta, headers, and final destinations.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Broken Link Checker

parseforge/broken-link-checker

Scan thousands of URLs instantly and detect broken links, 404s, redirects, and slow pages. Get comprehensive link health reports with status codes, response times, redirect chains, and detailed error information. Perfect for website maintenance, SEO audits, and quality assurance.

58

2.6

HTTP Status Code Checker

onescales/simple-http-status-code-checker

Bulk check HTTP status codes (200, 301, 302, 402, 404, 500, and more) and redirect chains for any list of URLs. A must-have lookup tool for SEO audits, site migrations, and broken link detection

1.7K

5.0

Http Status Scanner

zerobreak/http-status-scanner

HTTP status scanner that checks URL status codes and redirect chains in bulk. Built for SEO teams and developers who need to catch broken links and verify redirects at scale.