User agent rotation together with proxy rotation

chillybang

Newbie
Joined
Jul 27, 2014
Messages
10
Reaction score
2
I'm looking for Windows software or any online service, doing user agent rotation together with proxy rotation.

Thank you for any idea!

PS: scraperApi and crawlera are out of scope.
 
User agent switching is done via a browser, not the system.
 
Don't really understand the question but if you just want to change your browser user-agent you could try this chrome extension.
But if it's a software you already have and want to integrate user-agent rotation with it you should post more info.
 
Thanks all for answers, but:

  • I'm not using a browser.
  • I use a scraping tool, which connects to the internet through the "normal" Windows internet connection.
  • I've already learned, how i rotate proxies for this tool.
  • What i miss, is user agent rotation, which corresponds with scraping threads, produced by my scraping tool, and with rotated proxies.
  • I want that eachscraping thread (headles browser from my tool) is routed through an own proxy (already done by proxy rotation) AND that each connection happens with own user agent.
 
Pretty sure you can automate that with chromedriver or python's BS4.
 
You can use plugins/extensions to automate this. If you use Chrome or Firefox, there are plenty of available options!
 
@Th3 Technician I think @chillybang wants something that assigns a user agent to a proxy and when he changes the proxy the user agent also gets changed to the one assigned to that proxy, without using a separate addon for changing the user agent.
 
I'm looking for Windows software or any online service, doing user agent rotation together with proxy rotation.

Thank you for any idea!

PS: scraperApi and crawlera are out of scope.

May I ask why scraperAPI and crawlera are out of scope? You don't like-trust- them, money issues or ....?
 
Back
Top