{"name":"link-unshortener","description":"Follow a shortened or redirect-chained link all the way to its final destination before you fetch, enrich, or trust it. Same expand-url backend: it walks each HTTP hop manually, no auto-follow, returning status codes, locations, and timing for every redirect. Send a URL and get back the resolved final URL plus the full redirect chain, useful for catching cloaked or malicious destinations. Use it as a link unshortener API, short URL resolver, redirect chain tracer, or phishing link inspector.","price":"$0.02","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Starting URL (typically a shortlink). Must be http(s)."},"max_hops":{"type":"number","description":"Maximum redirect hops to follow. 1-20. Default 10."},"user_agent":{"type":"string","description":"Optional User-Agent header to send (some shorteners gate by UA). Default is a generic browser UA."}},"required":["url"]},"input_example":{"url":"https://httpbin.org/redirect/2"},"output_example":{"final_url":"https://httpbin.org/get","redirect_chain":[]},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}