linkcheck
Check URLs for availability and validity. This API allows users to verify if web links are accessible, active, and safe. It's useful for monitoring link status and ensuring reliability across websites.
linkcheck endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| POST |
post_v1_check /v1/check |
Check a URL via JSON body |
| GET |
get_v1_docs /v1/docs |
|
| GET |
get_v1_tiers /v1/tiers |
Get available pricing tiers and their limits |
| POST |
post_v1_crawl /v1/crawl |
Crawl a website to find broken links |
| GET |
get_v1_extract /v1/extract |
Extract all links from a webpage |
| GET |
get_v1_check /v1/check |
Check if a single URL is alive, dead, or redirecting |
| POST |
post_v1_bulk /v1/bulk |
Check multiple URLs in one request. Bulk limits vary by tier: BASIC (5), PRO (25), ULTRA (50), MEGA (100). |
| Other endpoints | ||
| POST |
/v1/bulk /v1/bulk |
|
| POST |
/v1/check /v1/check |
|
| POST |
/v1/crawl /v1/crawl |
|
| GET |
/v1/docs /v1/docs |
|
| GET |
/v1/extract /v1/extract |
|
| GET |
/v1/check /v1/check |
|
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| GET |
get_v1_tiers /v1/tiers |
Get available pricing tiers and their limits |
| POST |
post_v1_check /v1/check |
Check a URL via JSON body |
| POST |
post_v1_crawl /v1/crawl |
Crawl a website to find broken links |
| GET |
get_v1_check /v1/check |
Check if a single URL is alive, dead, or redirecting |
| POST |
post_v1_bulk /v1/bulk |
Check multiple URLs in one request. Bulk limits vary by tier: BASIC (5), PRO (25), ULTRA (50), MEGA (100). |
| GET |
get_v1_extract /v1/extract |
Extract all links from a webpage |
| GET |
get_v1_docs /v1/docs |
|
linkcheck pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|