partoa / Ebay

Search products via keyword query and compare prices on Ebay via API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

search on Ebay via API --> JSON

Search products via keyword query and compare prices on Ebay via API.

Developer account required: https://developer.ebay.com/develop/apis

The script allows you to make the following requests to Ebay via the API and get the result in JSON format:

1. Search for products using the API:

https://developer.ebay.com/api-docs/buy/browse/resources/item_summary/methods/search

2. Get information about a product by its ID on Ebay:

https://developer.ebay.com/api-docs/buy/browse/resources/item/methods/getItem

  • price and price type (auction or fixed price)
  • header
  • description
  • category
  • condition of the goods (new / used ...)
  • product location
  • pictures
  • ....

About

Search products via keyword query and compare prices on Ebay via API


Languages

Language:Python 100.0%