CA
fair-rose
Using header-generator in fingerprint-suite library?
How do you integrate the header-generator with puppeteer? I see in the docs how you can generate the headers, but not how it works with puppeteer. I would also appreciate it if someone can explain the benefits of using the generator vs without it in puppeteer. Thanks!
3 Replies
Usage is site-specific, means if targeted site detecting crawler as a bot you need to inject fingerprinting in crawler (of any type, cheerio or pptr etc) and see if bot detection bypassed.
If targeted site do not "see" crawler as a bot then fingerprinting does not matter
automatic-fuchsia•3y ago
You can be inspired by this: https://discord.com/channels/801163717915574323/1031841202905022505
optimistic-gold•3y ago
You can let it generate headers and then add those to launch context. But better to just configure the fingerprints or use the defaults