URL Redirects avatar
URL Redirects

Pricing

Pay per usage

Go to Apify Store
URL Redirects

URL Redirects

Actor that takes a list of URLs and provides a list of loaded URLs after redirects

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Manish Chiniwalar

Manish Chiniwalar

Maintained by Community

Actor stats

6

Bookmarked

370

Total users

23

Monthly active users

3 years ago

Last modified

Share

Apify Actor - URL Redirects

For a list of input URLs, get a list of final URLs that are loaded after redirects.

Input parameters

FieldTypeDescription
`urlList`String(Option 1) List of URLs. One per line.`
`sources.requestsFromUrl`String(Option 2) URL to a file with the list of URLs
crawlerOptionsOverridesObjectCrawler options Overrides. [See for overrides ↗](https://sdk.apify.com/docs/api/basiccrawler#new-basiccrawleroptions)

Output

{
"origionalUrl": "http://google.com/",
"attemptedUrl": "http://www.google.com",
"loadedUrl": "https://www.google.com/",
"loadedUrlNormalized": "https://www.google.com",
"isOk": true,
"statusCode": 200,
"statusText": "",
"#errorMessage": "[<errors>]",
"#isFailed": "<true/false>"
}