crawlee-js
apify-platform
crawlee-python
💻hire-freelancers
🚀actor-promotion
💫feature-request
💻devs-and-apify
🗣general-chat
🎁giveaways
programming-memes
🌐apify-announcements
🕷crawlee-announcements
👥community
Fingerprint and workers

How to set 'locale' and 'timezoneId' on browsers or pages?
Can't purge named datasets
const dataset = await Dataset.open("test");
and let the script run the data gets appended after each run. I tried to call purgeDefaultStorages()
but this has no effect. What am I doing wrong?SyntaxError Unexpected end of JSON input!
How to create a new cheerio instance $?
netERR_TUNNEL_CONNECTION_FAILED
PlaywrightCrawler: Reclaiming failed request back to the list or queue. page.goto: net::ERR_TUNNEL_CONNECTION_FAILED
,
any suggestions?
Without proxy it works fine on local. On platform I get timeout which could be because of banned aws ip range....How to pass UserData when executing crawler
await crawler.run(['https://crawlee.dev'], { userData: { depth: 0 } });
I got this error:
Uncaught ArgumentError ArgumentError: Did not expect property userData
to exist, got [object Object]
in object options
How can I set userData
in option?...Crawler does not work anymore due to error

Trying to combine a content checker with a login on Apify (new to Apify and webscraping)
How to solve navigation timed out after 60 seconds
Proxy Rotaion Apify-Python
Keep browser context alive in puppeteer crawler?
use JSDOMcrawler to crawl multiple consecutive links?
How to stop Puppeteer crawler without causing error?
page.close
creates issues, especially if I run concurrently.Sessions and proxies?
Increasing a memory limit
Stop crawler at specific request
Using SessionStorage in PuppeteerCrawler
Specific timeout for single request in PuppeteerCrawler