Detecting Redirects

I'm using SCRAPE endpoint, is it possible to determine if you've been redirected from the original URL you supplied? Would love to extract the final URL I land at in this case
1 Reply
micah.stairs
micah.stairs2mo ago
Great question! So when you make a scrape request, the response includes metadata with two key URL fields: - sourceURL - The original URL you provided - url - The final URL after following redirects

Did you find this page helpful?