#Crawl using the same tab and session

1 messages ยท Page 1 of 1 (latest)

soft apex
#

๐Ÿค” I think you could limit the number of currentbrowser/tabs/crawlers depends of what crawler you are using

#

if not, do it in a simple script with puppeteer or cheerio

hybrid pulsar
#

I'm already using min and max concurrency as 1, it still opens a new browser for every request and a new session according to the debug logs :/

soft apex
#

then I would suggest to use puppeteer or playwright in 1 single script if you want to do it now and fast

surreal saffronBOT
#

@soft apex just advanced to level 1! Thanks for your contributions! ๐ŸŽ‰

hybrid pulsar
#

I am in fact using playwright in crawlee /apify

soft apex
#

Sessions are used to store information such as cookies and can be used for generating fingerprints and proxy sessions.
You can imagine each session as a specific user, with its own cookies, IP (via proxy) and potentially a unique browser fingerprint.
Session internal state can be enriched with custom user data for example some authorization toke...

#

you can set the sessions and cookies I guess

hybrid pulsar
#

already using persistent sessions

surreal saffronBOT
#

@hybrid pulsar just advanced to level 1! Thanks for your contributions! ๐ŸŽ‰