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
How to predict required memory for calling an actor from self-created actor (externally)?

Node-cron with CheerioCrawler

CheerioCrawler hangs with 12 million urls
Cheerio Crawler works for Amazon.de but gets detected bot at amazon.com
Unable to use Crawlee on AWS Lambda: hile loading shared libraries: libnss3.so: cannot open shared o
download xml.gz sitemaps.
Deploying Crawlee in Self-hosted Servers
Is it possible to close any dialogs that pop up automatically?
How to scrape sites that generate elements with dynamic attributes?
Cannot find module after build with typescript

Adding request via crawler.addRequest([]) is slow in express.js app.post() method
Note that RequestList can be used together with RequestQueue by the same crawler. In such cases, each request from RequestList is enqueued into RequestQueue first and then consumed from the latter. This is necessary to avoid the same URL being processed more than once (from the list first and then possibly from the queue). In practical terms, such a combination can be useful when there is a large number of initial URLs, but more URLs would be added dynamically by the crawler....
Crawlee Playwright Access to Network requests
Trying to use enqueueLinksByClickingElements
Configure Apify Proxy urls in a Crawlee Playwright crawler
net::ERR_TUNNEL_CONNECTION_FAILED
error. Evidently I'm doing something wrong, but the documentation has been extremely unhelpful, and it's been very hard to find tutorials on the matter. The relevant sections of code are as follows:
```ts
import {
PlaywrightCrawler,...Node running out of memory
I am trying to reseting crawlee cache in nextjs what its note working can any one help me
Is it possible to stop the crawler if a condition is met ?
IP address of the current browser
how to wait browser to close like playwright await browser.close();