skip to Main Content

I am on working on a personal project to write a PHP website which will allow me to easily track all my purchases/bids/watch list on eBay. As you know, purchases which are older than 2 months (I think) can’t be seen on eBay; but I would still like to keep track of them. So I would be using the eBay API’s to retrieve the information and then write it to my database.

My question is: which API’s do I use to retrieve the information I mentioned? Or better still: would you know any script or website or anything that already does what I’m trying to do, even if partially?

Thanks in advance,

Yusuf

2

Answers


  1. You need to take a look at eBay API, you can use it to retrieve your information. For example, in java you can follow this guide which also includes sample PHP code.

    Login or Signup to reply.
  2. I’ve also thrown some example code up which includes searching active items in a user’s profile

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search