URL Redirects
Pricing
Pay per usage
Go to Store
URL Redirects
Actor that takes a list of URLs and provides a list of loaded URLs after redirects
0.0 (0)
Pricing
Pay per usage
6
Monthly users
9
Runs succeeded
>99%
Last modified
3 years ago
Apify Actor - URL Redirects
For a list of input URLs, get a list of final URLs that are loaded after redirects.
Input parameters
Field | Type | Description |
`urlList` | String | (Option 1) List of URLs. One per line.` |
`sources.requestsFromUrl` | String | (Option 2) URL to a file with the list of URLs |
crawlerOptionsOverrides | Object | Crawler options Overrides. [See for overrides ↗](https://sdk.apify.com/docs/api/basiccrawler#new-basiccrawleroptions) |
Output
1{ 2 "origionalUrl": "http://google.com/", 3 "attemptedUrl": "http://www.google.com", 4 "loadedUrl": "https://www.google.com/", 5 "loadedUrlNormalized": "https://www.google.com", 6 "isOk": true, 7 "statusCode": 200, 8 "statusText": "", 9 "#errorMessage": "[<errors>]", 10 "#isFailed": "<true/false>" 11}
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.