Crawl with different devices and from countries #2012
Replies: 2 comments
-
Afaik just the geo API wont be enough, some websites also do track the IP address. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just UA and viewport wont work, browser fingerprint would be required as per used device and UA/viewport config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a usecase to
I'm using crawlee with puppeteer crawler.
Right now to achieve 1, I'm setting different UA and viewport on puppeteer
page
object based on device. Would that be enough to mimic the behavior or few more tweaks are required? (such as fingerprint etc)For point 2, I'm not sure how to go ahead with it, would just setting geolocation in puppeteer work? https://pptr.dev/api/puppeteer.page.setgeolocation/ ... or I'll have to use proxies present on the location.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions