Getting product and seller info from eBay using APIs and Python

492 Views Asked by At

My question is about building and requesting a URL from a server using Python. Here specifically the eBay APIs. I want to submit the request and get the response and process the received Json in Python. I tried using the eBay Python sdk but I don't know how to use it for a price comparison sort of thing, or to get the seller information and anything else. I was able to use the finding API and get a category of products and I was able to iterate over products and get details.

I guess I could make URLs according to eBay API doc, if you can give me some examples of how it's done. I am really interested in using the new APIs, the analytics and metadata.

ebay Api Documentation

0

There are 0 best solutions below