Bulk URL Status & Broken Link Checker
Bulk URL Status & Broken Link Checker — a Python client for the Apify Actor. Pull Bulk URL Status & Broken Link data at scale with no API-key hassle: thousands of clean, structured results you can export to JSON, CSV or Excel.
▶️ Run it on Apify: https://apify.com/logiover/bulk-url-status-checker
Install
pip install bulk-url-status-checker
Usage
from bulk_url_status_checker import scrape
items = scrape({}, token="YOUR_APIFY_TOKEN")
print(len(items), "results")
print(items[0])
Get your free Apify token at https://console.apify.com/account/integrations.
Input
| Field | Type | Description |
|---|---|---|
startUrls |
array | URLs to Check |
maxConcurrency |
integer | Max Concurrency |
proxyConfiguration |
object | Proxy Configuration |
All fields optional — run with empty input {} for a broad default result set.
Output
Each result item includes fields such as: url, statusCode, statusMessage, isRedirect, redirectCount, finalUrl, responseTime, contentType, contentLength, isBroken, redirectChain, server, checkedAt.
Why use this
- ⚡ Thousands of results per run, auto-paginated
- 🔑 No Bulk URL Status & Broken Link login or reverse-engineering — just call the Actor
- 📦 Export to JSON, CSV, Excel, JSONL, XML
- ☁️ Runs on Apify cloud — schedule it, add webhooks, wire into Make / Zapier / n8n
FAQ
Do I need an API key?
Only a free Apify token (grab one at https://console.apify.com/account/integrations). No Bulk URL Status & Broken Link login and no scraping setup on your side.
How many results can I get?
Thousands per run. Raise the limit in the input to pull more — the Actor paginates for you.
What export formats are supported?
Results are plain JSON in code; from the Apify dataset you can export CSV, Excel, JSON, JSONL or XML.
Is this an official Bulk URL Status & Broken Link API?
No. It is an unofficial Bulk URL Status & Broken Link data client on the Apify platform — a maintained alternative when there is no official or affordable API.
Links
- ▶️ Run the Actor: https://apify.com/logiover/bulk-url-status-checker
- 📚 Docs & examples: https://github.com/logiover/bulk-url-status-checker
- 🧰 More scrapers by logiover: https://apify.com/logiover
MIT © 2026 logiover · Client library for the hosted Apify Actor. Not affiliated with Bulk URL Status & Broken Link.
Release files for bulk-url-status-checker 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bulk_url_status_checker-1.0.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bulk_url_status_checker-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.5 kB
Release files / bulk_url_status_checker-1.0.0.tar.gz
| Download URL | bulk_url_status_checker-1.0.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
92551d1b31f246a6a78b1151c2616f278531fa72059688cc685555c8333595f4
|
|
BLAKE2b-256 checksum How to use checksums |
927e2b9420cd7ac31a2d575f0813bd667751aaf10e394688c82912a6661c5b8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / bulk_url_status_checker-1.0.0-py3-none-any.whl
| Download URL | bulk_url_status_checker-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6cc8d29f294b4900e2e4d9cf4ebe94e82f3c8926f42d118de1c6757dc689c339
|
|
BLAKE2b-256 checksum How to use checksums |
7719d3b599e0fcf2093bf3154cef97c51ee4cdd564ade1c9b6ac5f3b880b6cea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|