Search results

  1. debster

    Los Angeles GMB listing verification

    Looking to verify Los Angeles GMB listing Thanks
  2. debster

    Permanently Closed Marketplace Sales Thread

    order placed!
  3. debster

    [GUIDE] Solving Google reCaptcha V2 in puppeteer

    Hey!, I wrote a simple JS function to solve captchas using services like 2captcha, death by captcha etc If you're using vanilla puppeteer there is already a library for this, this code if for people using puppeteer librarys without wrappers for captcha async function solveCaptcha(page, in_url...
  4. debster

    [GUIDE] Handling multiple Puppeteer/Playwright instances (Node.js)

    got it all working, multiple instances and all and again thank you lol, you really helped me. one last(?) thing, using headless mode I sometime still get recapcha for some reason any idea on why would that happen? I use a different chrome profile every time with randomized history would that...
  5. debster

    [GUIDE] Handling multiple Puppeteer/Playwright instances (Node.js)

    Got it, I got it all working actually but one problem, when I try to run multiple browsers with fingerprints I load manually I get: Error: Lock is not acquired/owned by you, have you encountered anything like that?
  6. debster

    [GUIDE] Handling multiple Puppeteer/Playwright instances (Node.js)

    Looks great!, could you explain how to actually implement it? should I save each block of code in a seperate file and import? or all in one, Also I encountered in some bugs I don't know if just my configuration. some bugs: Cannot find name 'DEFAULT_PROFILE_STORAGE_PATH'. Variable 'profilePath'...
  7. debster

    Bot to login to 100 gmails

    You need to make a bot in either selenium or puppeteer, the bot needs to create a chromeprofile each times he runs and login. there are ALOT of videos on how to do this in either python or javascript
  8. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    that will be really great, got multiple instances of selenium working flawless but puppeteer is so damn exhausting lol
  9. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Hey again I got it all working and thank you!. I would really love to know how to run multiple instances
  10. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Very interesting about warming cookies up I’ll look into that, I have very good infrastructure for running the bots with python selenium but I didn’t try it with puppeteer yet, any things I should look out for?
  11. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Yeah, seems my proxy provider has 10% chance of bad proxy Thing is with cookies thought is that I’m sending about 30k bots a day so I can’t use the same ones. Need to find a way to randomize cookies reliably
  12. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Thank you!, with history and cookies it works great. already did it with python selenium but forgot to convert it to puppeteer. but can't cookies be tracked? also I meant that it doesn't seem google runs any recaptcha v3 scripts but still sometimes I get the recaptcha v2 window with "unusual...
  13. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    do you have any idea if google actually uses with the search engine?, I don't see any scripts that indicate that they use it
  14. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    proxy is clean, getting flying colors in every fingerprinting websites but low recaptcha score, really weird
  15. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    bought the full version and using proxies but still getting low score, very interesting Im trying to work with google but it doesn't the google search even uses recaptcha v3 or even canvas which is really weird. anyway I would really appreciate some help :)
  16. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Tried using this methond, Getting 0.3 captcha score.... code sample const { plugin } = require('puppeteer-with-fingerprints'); // Sleep function to make life easier function timeSleep(seconds) { var timeToSleep = seconds * 1000 return new Promise((resolve) => setTimeout(resolve...
  17. debster

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Really interesting thread guys, using python with selenium right now working fine but still get detected by google after a few days, moving to puppeter right now
Back
Top