how to customize http headers when fetch html page ? #2416
Unanswered
lamysafari
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can set the user agent via crawler options, e.g. https://crawlee.dev/api/playwright-crawler/interface/PlaywrightLaunchContext#userAgent |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I want to set UA to 'GoogleBot' to get same result like search engine's crawling .
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions