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
I want to use a created dataset
Is it possible to increase the data item size when using `pushData` locally?
MAX_PAYLOAD_SIZE_BYTES
constant from the @apify/consts
package. I completely understand the need for this limit when running on the Apify platform.
Is it possible to customize this value when running locally?...JSDOMCrawler, website breaks crawlee
High Volume Scraping
enqueuelinks doesn't work.
Proxy authentication bug?
net::ERR_TUNNEL_CONNECTION_FAILEDAfter checking credentials, and all possible whitelists and blacklists I realized that problem is not on my side. So I tried to implement proxy authentication in old way and it worked....
How to pass Apify proxy as argument to puppeteer.launch()?
// Launch Puppeteer with proxy configuration
const browser = await puppeteer.launch({
headless: true,
args: [
--proxy-server=${proxyServer}`]...got many 429 status code when crawled the target site,even though proxies. How to optimise my code?

Download Delay
Mark request as handled inside response interceptor
Expire requests from request queue
Log Proxy IP
Error: Failed to launch the browser process with Puppeter
file:///home/myuser/node_modules/@puppeteer/browsers/lib/esm/launch.js:268 reject(new Error([ ^...
How to manage sensitive data in database?
How to set different requestHandlerTimeoutSecs for specific handlers?
Bayesian Network
Best practice to stop/crash the actor/crawler on high ratio of errors?
Interception error in Puppeteer
DEBUG Error while disabling request interception {"error":{"name":"TargetCloseError","message":"Protocol error (Network.setCacheDisabled): Target closed","stack":"TargetCloseError: Protocol error (Network.setCacheDisabled): Target closed\n at CallbackRegistry.clear (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js:138:36)\n at CDPSessionImpl._onClosed (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js:451:25)\n at Connection.onMessage (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js:248:25)\n at WebSocket.<anonymous> (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NodeWebSocketTransport.js:52:32)\n at callListener (project/node_modules/ws/lib/event-target.js:290:14)\n at WebSocket.onMessage (project/node_modules/ws/lib/event-target.js:209:9)\n at WebSocket.emit (node:events:365:28)\n at Receiver.receiverOnMessage (project/node_modules/ws/lib/websocket.js:1184:20)\n at Receiver.emit (node:events:365:28)\n at Receiver.dataMessage (project/node_modules/ws/lib/receiver.js:541:14)"}}
DEBUG Error while disabling request interception {"error":{"name":"TargetCloseError","message":"Protocol error (Network.setCacheDisabled): Target closed","stack":"TargetCloseError: Protocol error (Network.setCacheDisabled): Target closed\n at CallbackRegistry.clear (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js:138:36)\n at CDPSessionImpl._onClosed (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js:451:25)\n at Connection.onMessage (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js:248:25)\n at WebSocket.<anonymous> (project/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NodeWebSocketTransport.js:52:32)\n at callListener (project/node_modules/ws/lib/event-target.js:290:14)\n at WebSocket.onMessage (project/node_modules/ws/lib/event-target.js:209:9)\n at WebSocket.emit (node:events:365:28)\n at Receiver.receiverOnMessage (project/node_modules/ws/lib/websocket.js:1184:20)\n at Receiver.emit (node:events:365:28)\n at Receiver.dataMessage (project/node_modules/ws/lib/receiver.js:541:14)"}}
Webscraping list of TikTok account.
How does createSessionFunction create session when parallel requests are being made