Redirect Chain Checker
Pricing
from $0.20 / 1,000 checked urls
Redirect Chain Checker
Check URL redirect chains, final URLs, status codes, loops and too-long redirects in bulk.
Redirect Chain Checker
Pricing
from $0.20 / 1,000 checked urls
Check URL redirect chains, final URLs, status codes, loops and too-long redirects in bulk.
You can access the Redirect Chain Checker programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "startUrls": [< "https://httpbin.org/redirect/1"< ],< "maxRedirects": 10,< "maxResults": 100,< "proxyConfiguration": {< "useApifyProxy": true< }<}' |<apify call q_services/redirect-chain-checker --silent --output-datasetThe Apify CLI is the official tool that allows you to use Redirect Chain Checker locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: