blueboy121
Junior Member
- Oct 21, 2015
- 105
- 100
I'm using python to automate amazon to ebay dropshipping. For Ebay, I'm using their API system using my personal ebay account. In order to check product availability and price changes on Amazon, I'm doing scraping using rotating proxies. I'm assuming that I can't use amazon's API becuase I'd get banned and it's not easy getting access to their API. Right? Or am I wrong about not using Amazon's API.
So far, I think I have figured out how to eventually automate price and availability from Amazon to ebay for my listed items. The next stage for me is to figure out how to setup automatic shipping from amazon to ebay. This will probably involve using several amazon accounts, which I can set up by hand. But I don't know where to start with automated shipping. The only idea that I have is to use browser controlling modules in python (such as selenium) or, in the worst case scenario GUI a-utomation modules (I really want to avoid this option!)
Is there an easier way to this (even if it isn't using python, I heard something about Django and some other coding languages) or do you have any other recommendations for setting up automated shipping from amazon to ebay?
So far, I think I have figured out how to eventually automate price and availability from Amazon to ebay for my listed items. The next stage for me is to figure out how to setup automatic shipping from amazon to ebay. This will probably involve using several amazon accounts, which I can set up by hand. But I don't know where to start with automated shipping. The only idea that I have is to use browser controlling modules in python (such as selenium) or, in the worst case scenario GUI a-utomation modules (I really want to avoid this option!)
Is there an easier way to this (even if it isn't using python, I heard something about Django and some other coding languages) or do you have any other recommendations for setting up automated shipping from amazon to ebay?
Last edited: