you need to explicitly pass the

you need to explicitly pass the requestQueueId when starting the actor.
1 Reply
foreign-sapphire
foreign-sapphire10mo ago
where do I pass this? I checked the docs and the npm source but can't really find a way how to specify the request queue id this is the full input schema based on the actor docs (from their example):
{
"startUrls": [
{
"url": "https://docs.apify.com/academy/web-scraping-for-beginners"
}
],
"useSitemaps": false,
"crawlerType": "playwright:adaptive",
"includeUrlGlobs": [],
"excludeUrlGlobs": [],
"ignoreCanonicalUrl": false,
"maxCrawlDepth": 20,
"maxCrawlPages": 9999999,
"initialConcurrency": 0,
"maxConcurrency": 200,
"initialCookies": [],
"proxyConfiguration": {
"useApifyProxy": true
},
"maxSessionRotations": 10,
"maxRequestRetries": 5,
"requestTimeoutSecs": 60,
"minFileDownloadSpeedKBps": 128,
"dynamicContentWaitSecs": 10,
"maxScrollHeightPixels": 5000,
"removeElementsCssSelector": "nav, footer, script, style, noscript, svg,\n[role=\"alert\"],\n[role=\"banner\"],\n[role=\"dialog\"],\n[role=\"alertdialog\"],\n[role=\"region\"][aria-label*=\"skip\" i],\n[aria-modal=\"true\"]",
"removeCookieWarnings": true,
"expandIframes": true,
"clickElementsCssSelector": "[aria-expanded=\"false\"]",
"htmlTransformer": "readableText",
"readableTextCharThreshold": 100,
"aggressivePrune": false,
"debugMode": false,
"debugLog": false,
"saveHtml": false,
"saveHtmlAsFile": false,
"saveMarkdown": true,
"saveFiles": false,
"saveScreenshots": false,
"maxResults": 9999999,
"clientSideMinChangePercentage": 15,
"renderingTypeDetectionPercentage": 10
}
{
"startUrls": [
{
"url": "https://docs.apify.com/academy/web-scraping-for-beginners"
}
],
"useSitemaps": false,
"crawlerType": "playwright:adaptive",
"includeUrlGlobs": [],
"excludeUrlGlobs": [],
"ignoreCanonicalUrl": false,
"maxCrawlDepth": 20,
"maxCrawlPages": 9999999,
"initialConcurrency": 0,
"maxConcurrency": 200,
"initialCookies": [],
"proxyConfiguration": {
"useApifyProxy": true
},
"maxSessionRotations": 10,
"maxRequestRetries": 5,
"requestTimeoutSecs": 60,
"minFileDownloadSpeedKBps": 128,
"dynamicContentWaitSecs": 10,
"maxScrollHeightPixels": 5000,
"removeElementsCssSelector": "nav, footer, script, style, noscript, svg,\n[role=\"alert\"],\n[role=\"banner\"],\n[role=\"dialog\"],\n[role=\"alertdialog\"],\n[role=\"region\"][aria-label*=\"skip\" i],\n[aria-modal=\"true\"]",
"removeCookieWarnings": true,
"expandIframes": true,
"clickElementsCssSelector": "[aria-expanded=\"false\"]",
"htmlTransformer": "readableText",
"readableTextCharThreshold": 100,
"aggressivePrune": false,
"debugMode": false,
"debugLog": false,
"saveHtml": false,
"saveHtmlAsFile": false,
"saveMarkdown": true,
"saveFiles": false,
"saveScreenshots": false,
"maxResults": 9999999,
"clientSideMinChangePercentage": 15,
"renderingTypeDetectionPercentage": 10
}

Did you find this page helpful?