Apify and Crawlee Official Forum

Updated 3 months ago

How can I set q={value} in “accept-language” part when using fingerprint suite?

I am using fingerprint suite to crawl data from Google Search Results, is there a automatic way to generate q={value} when I use fingerprint suite?
O
y
5 comments
What is the purpose ? can You please provide more info about use case?

Maybe You can use "locales" option in FingerprintGeneratorOptions ?
https://crawlee.dev/api/browser-pool/interface/FingerprintGeneratorOptions#locales
Thanks. Awesome, that’s I want.
And, another question, how to insert timezoneId ?😆
Try to set it in crawler's launchOptions. E.q.:
Plain Text
    launchContext: {
        launchOptions: {
            timezoneId: 'America/New_York',
            locale: 'en/US',
            args: [
                '--disable-gpu',
            ],
        },
        useChrome: true,
    },


https://crawlee.dev/api/playwright-crawler/interface/PlaywrightLaunchContext#launchOptions
Thank you much 😆😆
Add a reply
Sign up and join the conversation on Discord