
Login Session
Pricing
Pay per usage
Go to Apify Store

Login Session
Get localStorage, sessionStorage and cookies from logins for usage in other actors.
0.0 (0)
Pricing
Pay per usage
8
416
7
Issues response
66 days
Last modified
4 years ago
Pricing
Pay per usage
Get localStorage, sessionStorage and cookies from logins for usage in other actors.
0.0 (0)
Pricing
Pay per usage
8
416
7
Issues response
66 days
Last modified
4 years ago
userAgent
stringOptional
Choose an user-agent string
Default value of this property is "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36"
maxRequestRetries
integerOptional
How many retries before considering the request as failed
Default value of this property is 0
website
arrayRequired
The website to get the session from. The login form should be available on the provided url
sessionConfig
objectOptional
The configuration for your sessions
Default value of this property is {"storageName":"login-sessions","maxAgeSecs":86400,"maxUsageCount":10000,"maxPoolSize":1}
steps
arrayRequired
Each step that should be taken for the login to happen. For multi-stage logins (username then password), provide multiple steps
cookieDomains
arrayRequired
Specify the domains that should get cookies from
Default value of this property is []
gotoTimeout
integerOptional
How many seconds until page.goto should wait
Default value of this property is 30
extraUrlPatterns
arrayOptional
Passes this blocking pattern to puppeteer.blockRequests, so you can selectively block some requests on the page
Default value of this property is []