Automating Fiverr Orders

Joined
Mar 17, 2016
Messages
182
Likes
123
Degree
1
I run a firm where I leverage fiverr for arbitrage. Is there a way to set a cron to run that will automatically purchase a specific gig from a specific seller and forward the order information that i collect to that provider without any involvement on my part? If any of you could point me in the right direction, I owe you my first born half-Thai child.
 
Yes it can be done. You are going to need automation - a headless browser or scraper of some sort and a programmer to put it all together.

You'll need to learn XPATH - @turbin3 has a guide for that: X Marks The Spot - Using XPath to Scrape Your Way to Success

And you might want to take a look at : Become An Unforgiving Scrapist - The Scrapy Framework For Python

I personally prefer CasperJS with PhantomJS due to the nature of how Fiverr.com's works - tons of javascript from what I feel.

What are you, a GOD?! I bear witness that @CCarter is the GREATEST!
 
Back