I am working on a personal project to write a PHP site that will allow me to easily track all my purchases / applications / watch the list on eBay. As you know, purchases that are older than 2 months (I think) cannot be seen on eBay; but I would still like to track them. So I would use the eBay API to retrieve the information, and then write it to my database.
My question is: which API do I use to get the information I mentioned? Or even better: do you know any script or website or anything that already does what I'm trying to do, even if partially?
Thanks in advance,
Yusuf
source
share