Using ebaysdk-python with ebay.com

Python integration

Install
pip install ebaysdk-python
Quick start
import ebaysdk-python

# Use an OAuth2 access token
client = ebaysdk_python.Client(access_token="YOUR_ACCESS_TOKEN")
<p>This method lets you download a TSV_GZIP (tab separated value gzip) <b> It…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/buy/feed/v1_beta/item
<p>This method lets you download a TSV_GZIP (tab separated value gzip) <b> It…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/buy/feed/v1_beta/item_group
<p>Using this method, you can download a TSV_GZIP (tab separated value gzip) …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.ebay.com/buy/feed/v1_beta/item_priority
SDK on GitHub 📄 API Docs
SDK
ebaysdk-python
Python
API
ebay.com
ebay.com:buy-feed
At a glance
Language Python
Endpoints4
Base URLhttps://api.ebay.com/buy/feed/v1_beta