Making money with Browser Automation Studio

Andrew2019

Junior Member
Joined
Jan 26, 2019
Messages
189
Reaction score
60
I learned browser automation studio - is it a tool that can automate any task in the browser?
How can I use it to get money?
What method of earning should I consider
Recently, I automated mailing one forum, I sent more than 2000 test messages to my GIG on Fiverr.I earned a little more than 200 dollars
What can you advise me to earn more?
 
Hummm.. It is better you learn Python + Selenium for the stability of your bots.. I started with Ubot Studio.. The Dev edition will cost you $1000 USD.. Python + Selenium is FREE!!!
 
It's just a tool. Either you do some custom works for others or get creative and use it in some unique way.
 
Hummm.. It is better you learn Python + Selenium for the stability of your bots.. I started with Ubot Studio.. The Dev edition will cost you $1000 USD.. Python + Selenium is FREE!!!

Reinforce this some more--Python is a fairly easy programming language to pick up and Selenium (despite having terrible documentation overall) is also really easy to use. Learning to program is the best thing you'll do for your career (in online marketing and in life in general). When I started reading / lurking here (years ago!) programming wasn't as easily accessible as it is now and there were much fewer opportunities to learn. Now you have Udemy ($10 / class), YouTube (free), DataCamp, Reddit, Slack / Discord channels, and numerous websites to solve programming problems. It's never been easier.

As for Selenium, look at this video below and see how easy it is to use. I just don't know how you'll make money from this, barring filling out lead forms. You can't do advertising to an automated browser--you'll get caught for sure.

 
Reinforce this some more--Python is a fairly easy programming language to pick up and Selenium (despite having terrible documentation overall) is also really easy to use. Learning to program is the best thing you'll do for your career (in online marketing and in life in general). When I started reading / lurking here (years ago!) programming wasn't as easily accessible as it is now and there were much fewer opportunities to learn. Now you have Udemy ($10 / class), YouTube (free), DataCamp, Reddit, Slack / Discord channels, and numerous websites to solve programming problems. It's never been easier.

As for Selenium, look at this video below and see how easy it is to use. I just don't know how you'll make money from this, barring filling out lead forms. You can't do advertising to an automated browser--you'll get caught for sure.

Thank you
 
how does one create separate profiles , unique broswers w this tool
 
You earned 200 dollars... How much time did it take you? May be you should try to increase the result?
 
I learned browser automation studio - is it a tool that can automate any task in the browser?
How can I use it to get money?
What method of earning should I consider
Recently, I automated mailing one forum, I sent more than 2000 test messages to my GIG on Fiverr.I earned a little more than 200 dollars
What can you advise me to earn more?
can the software make different fake browser type to send out?
 
You can make tutorial about using Browser Automation Studio on YouTube and earn forever. Sure you can make better tutorials than some already out there.
 
I'm interested in paying you for an easy task. PM'd you :)
 
how? any sample?

Here. This is a beginner sample.

You could do this to scrape a link to the profile page for every user that's posted on this page:

example.PNG

Read through that slowly and I think you'll figure out what's going on. It's really not that hard.

If you don't understand, then find a beginner Python tutorial. Once you've learned the basics like variables and conditionals, you'll get what's going on in the example and, hopefully, be inspired to learn more.
 
Last edited:
Back
Top