mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Tried crawler without useChrome
This commit is contained in:
parent
e4ff7ec417
commit
d2415cf044
|
|
@ -57,7 +57,7 @@ Apify.main(async () => {
|
||||||
const crawler = new Apify.PuppeteerCrawler({
|
const crawler = new Apify.PuppeteerCrawler({
|
||||||
launchPuppeteerOptions: {
|
launchPuppeteerOptions: {
|
||||||
useApifyProxy: true,
|
useApifyProxy: true,
|
||||||
useChrome: true,
|
// useChrome: true,
|
||||||
apifyProxyGroups: ['CZECH_LUMINATI'],
|
apifyProxyGroups: ['CZECH_LUMINATI'],
|
||||||
// liveView: Apify.isAtHome(),
|
// liveView: Apify.isAtHome(),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user