"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "countryCode": "FR", "apifyProxyCountry": "FR" }, "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "countryCode": "FR", "apifyProxyCountry": "FR" },
const crawler = new PuppeteerCrawler({ proxyConfiguration, requestHandler: router, launchContext: { launchOptions: { args: [ '--accept-lang=de', '--lang=de', ], }, }, });