
Login Session
Pricing
Pay per usage
Go to Store

Login Session
Get localStorage, sessionStorage and cookies from logins for usage in other actors.
0.0 (0)
Pricing
Pay per usage
7
Total users
383
Monthly users
6
Runs succeeded
15%
Last modified
4 years ago
You can access the Login Session programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36",< "maxRequestRetries": 0,< "sessionConfig": {< "storageName": "login-sessions",< "maxAgeSecs": 3600,< "maxUsageCount": 100,< "maxPoolSize": 100< },< "steps": [< {< "username": {< "selector": "input#email"< },< "password": {< "selector": "input#pass"< },< "submit": {< "selector": "input[type=\\"submit\\"]"< },< "failed": {< "selector": "[role=\\"alert\\"]"< },< "waitForMillis": 5000< }< ],< "cookieDomains": [],< "gotoTimeout": 30,< "proxyConfiguration": {< "useApifyProxy": true< },< "extraUrlPatterns": []<}' |<apify call pocesar/login-session --silent --output-dataset
Login Session API through CLI
The Apify CLI is the official tool that allows you to use Login Session locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: