crawlee-js
apify-platform
crawlee-python
π»hire-freelancers
πactor-promotion
π«feature-request
π»creators-and-apify
π£general-chat
πgiveaways
programming-memes
πapify-announcements
π·crawlee-announcements
π₯community
Prevent automatic reclaim of failed requests
How to make sure all external requests have been awaited and intercepted?
puppeteer because I found the addInterceptRequestHandler in the docs, but I could use Playwright if it's easier. Can someone here help me to understand what I'm doing wrong? Here is a gist with the code I'm using: https://gist.github.com/lcnogueira/d1822287d718731a7f4a36f05d1292fc (I can't post it here, otherwise my message becomes too long)...chromium issue in apify/actor-node-playwright-chrome:22
How to launch a crawlee browser that I can manually pass the cloudfare anti-bot protection
remove uniqueKey from queue blacklist
Apify-cli create new actor error:
Error: EINVAL: invalid argument, mkdir 'C:\Crawlee-latest\Crawlee\my-new-actor\C:'
Error: EINVAL: invalid argument, mkdir 'C:\Crawlee-latest\Crawlee\my-new-actor\C:'
save HTML file using crawlee
How can I override the default logs of Crawlee?

Error in crawlee import: `Module '"cheerio"' has no exported member 'Element'`
npm run build on version 3.11.1 of Crawlee, I get the error below:
```
node_modules/.pnpm/@crawlee+playwright@3.11.1_playwright@1.46.1/node_modules/@crawlee/playwright/internals/adaptive-playwright-crawler.d.ts:7:29 - error TS2305: Module '"cheerio"' has no exported member 'Element'.
...Unable to install crawlee on node 18
cheerio@1.0.0: The engine "node" is incompatible with this module. Expected version ">=18.17". Got "18.16.0"
cheerio@1.0.0: The engine "node" is incompatible with this module. Expected version ">=18.17". Got "18.16.0"
Scraping Government Websites
Is there a way to select the name of the dataset files?
pushData method (or something else) allow me to select the name of the generated file in the dataset? I prefer using the ASIN code instead of the adding index because it does not make any sense in my case.Any relative imported files throws error in Crawlee
why is crawlee running old deleted code for the first url?
How to debug seemingly no html in crawled response (CheerioCrawler)
Issues with dependencies when attempting to bundle
excludes in my esbuild, and copy over specific files that Crawlee is looking for into my bundle....How should I fix the userData if I run 2 different crawler in the same app?
Running userscripts in Playwright/Puppeteer crawler
Cheerio not persisting cookies
persistCookiesPerSession: true and I also verify that the cookie is being saved in the session in the requestHandler. But when i print out the request headers the cookie header is not present. The session in preNavigationHooks also does not contain the cookies
```ts
const crawler = new CheerioCrawler({
minConcurrency: 1,
maxConcurrency: 10,...Cheerio Fingerprint