Skip to content
forked from mercatos/Ebay

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

Notifications You must be signed in to change notification settings

cryptomadvad/Ebay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published