Login Session avatar
Login Session
Try for free

No credit card required

View all Actors
Login Session

Login Session

pocesar/login-session
Try for free

No credit card required

Get localStorage, sessionStorage and cookies from logins for usage in other actors.

Your username

usernamestringRequired

The username/email that will be passed to the form

Your password

passwordstringRequired

The password that will be passed to the form

Browser User Agent

userAgentstringOptional

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"

Max request retries

maxRequestRetriesintegerOptional

How many retries before considering the request as failed

Default value of this property is 0

Website to grab a session from

websitearrayRequired

The website to get the session from. The login form should be available on the provided url

Session configuration

sessionConfigobjectOptional

The configuration for your sessions

Default value of this property is {"storageName":"login-sessions","maxAgeSecs":86400,"maxUsageCount":10000,"maxPoolSize":1}

Steps

stepsarrayRequired

Each step that should be taken for the login to happen. For multi-stage logins (username then password), provide multiple steps

Cookie domains

cookieDomainsarrayRequired

Specify the domains that should get cookies from

Default value of this property is []

Visit page timeout

gotoTimeoutintegerOptional

How many seconds until page.goto should wait

Default value of this property is 30

Proxy configuration

proxyConfigurationobjectOptional

Select proxies to be used by your actor.

Extra url blocking patterns

extraUrlPatternsarrayOptional

Passes this blocking pattern to puppeteer.blockRequests, so you can selectively block some requests on the page

Default value of this property is []

Force cloud

forceCloudbooleanOptional

Use this when you execute the actor locally in your machine, but fills the session storage on the Apify platform

Default value of this property is true

Proxy country

countryCodestringOptional

Set the proxy country to pass to proxy configuration when using RESIDENTIALS

Developer
Maintained by Community
Actor metrics
  • 10 monthly users
  • 4.5% runs succeeded
  • 0.0 days response time
  • Created in Feb 2020
  • Modified about 3 years ago
Categories