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
Alexey Udovydchenko
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
automatic-fuchsia3y ago
optimistic-gold
optimistic-gold3y 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

Did you find this page helpful?