Skip to main content

  • New Feature: The Inventory Mapping API helps you turn your existing product data into high-quality listings with AI-powered recommendations. Learn more here.
  • Important Update: eBay's API integrations will be modified to address data handling requirements for select developers. Usernames will be replaced with immutable user IDs, and financial data will be protected for certain users. Learn more here.
  • Action required: From early May, API users must include standardized condition details when creating or updating listings. Update your integration to stay compliant. Learn more here.

The Feed API provides the ability to download TSV_GZIP feed files containing eBay items and an hourly snapshot file for a specific category, date, and marketplace.

In addition to the API, there is an open-source Feed SDK written in Java that downloads, combines files into a single file when needed, and unzips the entire feed file. It also lets you specify field filters to curate the items in the file.

access

Method NameHTTP MethodPathSummarySamples
getAccessGET/accessRetrieves details of feed types and L1 categories accessible to the user.View getAccess - /access

feed_type

Method NameHTTP MethodPathSummarySamples
getFeedTypeGET/feed_type/{feed_type_id}Retrieves details on a feed type and a user's access to the feed type.View getFeedType - /feed_type/{feed_type_id}
getFeedTypesGET/feed_typeRetrieves details on one or more feed types available to the user based on search criteria.View getFeedTypes - /feed_type

file

Method NameHTTP MethodPathSummarySamples
downloadFileGET/file/{file_id}/downloadDownloads a specific hourly, daily, or weekly feed file for an L1 category.View downloadFile - /file/{file_id}/download
getFileGET/file/{file_id}Retrieves detailed metadata on a specific feed file.View getFile - /file/{file_id}
getFilesGET/fileRetrieves detailed metadata on one or more feed files based on search criteria.View getFiles - /file