justmeseo
Power Member
- Nov 16, 2017
- 646
- 450
I’m also building a SERP bot of my own, but I’m very new to this space. It seems to require a lot of know-how, so I’ve been doing a huge amount of research. First of all, thank you for answering all my questions so openly and sincerely.
I’ve built a bot that creates browser sessions, searches for a specific keyword, simulates user-like mouse movements and browsing behavior, and then clicks the target result.
When I test the browser fingerprint on pixelscan.net/fingerprint-check, it is evaluated as **consistent**.
I’m planning to use the system with ISP/mobile rotating proxies, but as far as I understand, cookies are another important part of the setup. I’m not very familiar with what exactly needs to be considered on the cookie side.
For example, let’s say I have 100 Gmail accounts. If I manually log into these accounts, browse websites such as YouTube and Facebook for a while, and then export their cookies in Netscape format using the “Get cookies.txt” browser extension, would it make sense to randomly import cookies from one of those 100 accounts into each browser session created by my SERP bot?
Then the bot would search for the target keyword and click my domain. Could an approach like this help make the sessions look more established and potentially improve the effectiveness of the SERP activity?
Is this generally how cookies are handled in setups like this, or is there a different approach I should be researching?
Honestly I'm very happy to meet like-minded people, its quiet hard, and I'm always interested in connecting, that is the right concept and the right mentality.
- Importing cookies is good, but cookies do carry a timestamp... they will expire, cookies + username + password + 2fa is important
- I noticed that proxies are not as important as the stubs you are using for the chrome accounts (you must add human mouse moving techniques) hope this helps https://github.com/Xetera/ghost-cursor
- check https://abrahamjuliot.github.io/creepjs/ to see if your browser is leaking anything
- At the moment from my personal test I'm getting 99% legit browser identities (windows, macos, linux, android, ios) so checking for leakeages is one of the most important things, the tests I have done are unimaginable, I spent weeks trying to figure out the best way to do it.
- The automation is the easiest part, I understand your workflow, search keywords, act like a human searching etc...
- You should avoid free stubs since you will need to do C++ injections on the stub releases, and update on every release.
- The test underneath the one in pixelscan failed on the collecting of the fingerprint (I try blocking some js that could reveal the identity of the browser)
- If your browsers are leaking anything forget about the interaction it just made because if pixels can can identify google already did, your interactions wont count in the long term, believe me.
This is my current formula = [90% chromium/firefox stub] + [8% proxy] + [2% correct scripting]
Hope that helps, and if you have any findings please share them
