Session/Login Extractor avatar
Session/Login Extractor

Pricing

Pay per usage

Go to Store
Session/Login Extractor

Session/Login Extractor

Developed by

pragmaticcoders

Maintained by Community

Automates login flows and extracts session data. Supports MFA with TOTP code. You can use this actor if you need to access website with authentication.

0.0 (0)

Pricing

Pay per usage

0

Total users

10

Monthly users

7

Runs succeeded

>99%

Last modified

a month ago

You can access the Session/Login Extractor 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.

1echo '{
2  "steps": [
3    {
4      "action": "type",
5      "selector": "#email",
6      "value": "..."
7    },
8    {
9      "action": "type",
10      "selector": "#password",
11      "value": "..."
12    },
13    {
14      "action": "click",
15      "selector": "#submit"
16    }
17  ],
18  "cookieDomains": [],
19  "gotoTimeout": 30,
20  "proxyConfiguration": {
21    "useApifyProxy": true
22  },
23  "storageName": "SESSION_DATA"
24}' |
25apify call pragmaticcoders/session-login-extractor --silent --output-dataset

Session/Login Extractor API through CLI

The Apify CLI is the official tool that allows you to use Session/Login Extractor locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: