URL Redirect Tracer & Unshortener avatar

URL Redirect Tracer & Unshortener

Pricing

from $2.00 / 1,000 url traceds

Go to Apify Store
URL Redirect Tracer & Unshortener

URL Redirect Tracer & Unshortener

Trace the full redirect chain of any URL (301/302) and expand short links (bit.ly, t.co, lnkd.in...). See every hop, the final destination and its UTM/click params. Marketing and security. No key, no proxy.

Pricing

from $2.00 / 1,000 url traceds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

Follow the full redirect chain of any URL and reveal where short links really go. Expand bit.ly, t.co, lnkd.in, goo.gl and any 301/302 chain — see every hop and the final destination.

Input

{ "urls": ["https://bit.ly/3xExample", "t.co/abc123"], "maxHops": 12 }

Output (per URL)

{
"input_url": "https://bit.ly/3xExample",
"final_url": "https://example.com/landing?utm_source=twitter",
"final_status": 200,
"hop_count": 3,
"hops": [
{ "url": "https://bit.ly/3xExample", "status": 301, "location": "https://t.co/abc" },
{ "url": "https://t.co/abc", "status": 301, "location": "https://example.com/landing?..." },
{ "url": "https://example.com/landing?...", "status": 200 }
],
"final_params": { "utm_source": "twitter" }
}

Use cases

  • Unshorten and vet links before clicking (security / phishing checks)
  • Reveal affiliate / tracking chains and UTM params
  • Marketing attribution and competitor link analysis

Loop-safe (detects cycles). Billed per URL traced.