Countdown API
eBay product data API for product details, reviews, seller feedback, and search results delivered through batched collections.
Tailored to eBay research that orchestrates scheduled scrape collections, queues product and search requests, autocompletes terms, and tracks request status.
Sign in to connect Countdown API
Sign in to connect an account and start using Countdown API in your apps.
Example Use Cases
These are example ways Snow can use Countdown API when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Clears (removes) all pending requests from a collection. Use this to reset a collection before adding new requests, or to cancel all queued requests. The collection must be in 'idle' status. Returns the updated collection details after clearing.
Tool to create a new collection. Use when you need to batch and orchestrate multiple requests on a schedule.
Tool to create new requests within a collection for bulk eBay data retrieval. Use when you need to add search, product, reviews, or other eBay data queries to a collection that will be executed on schedule. Collections must be in 'idle' status to accept new requests.
Creates a cloud storage destination where batch result sets will be automatically uploaded. Supports Amazon S3, S3-compatible services (MinIO, DigitalOcean Spaces), Google Cloud Storage, Microsoft Azure Blob Storage, and Alibaba Cloud OSS. When enabled=true, the API validates credentials by uploading and deleting a test file. Set enabled=false to create the destination without credential validation.
Tool to delete a collection and its configuration by ID. Use when you need to remove an existing, non-running collection.
Tool to delete a destination by ID. Use when you need to remove an existing destination.
Delete a specific request from a Countdown API collection by its ID. Use this to remove individual requests that are no longer needed. The collection must not be running when deleting requests.
Tool to fetch eBay autocomplete suggestions. Use when needing search-term-based suggestions from Countdown API.
Tool to download all requests in a collection as JSON. Use when you need to export the entire request history for a collection.
Export all requests from a collection as downloadable CSV files. Returns URLs to CSV files containing the request data. Use this tool when you need to bulk export or download collection request data in CSV format. The response includes paginated download links if the collection has many requests. Collections with no requests will return an empty pages array.