Countdown API
countdown_apiCountdown API provides real-time eBay product data, including product details, customer reviews, seller feedback, and search results, enabling businesses and developers to access comprehensive eBay marketplace information.
Acciones disponibles (23)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Clear Collection RequestsCOUNTDOWN_API_CLEAR_ALL_REQUESTSAcciónTool to clear all requests from a specified collection. Use when you need to remove all queued requests for an idle collection.
COUNTDOWN_API_CLEAR_ALL_REQUESTSAcciónTool to clear all requests from a specified collection. Use when you need to remove all queued requests for an idle collection.
Parámetros de entrada
collection_idstringObligatorioID of the collection whose requests should be cleared
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a new collectionCOUNTDOWN_API_COLLECTIONS_CREATE_COLLECTIONAcciónTool to create a new collection. Use when you need to batch and orchestrate multiple requests on a schedule.
COUNTDOWN_API_COLLECTIONS_CREATE_COLLECTIONAcciónTool to create a new collection. Use when you need to batch and orchestrate multiple requests on a schedule.
Parámetros de entrada
namestringObligatorioCollection name
enabledbooleanEnable or disable scheduled runs
prioritystringenumCollection priority
highesthighnormallowlowestrequests_typestringenumLock collection to a specific request type; cannot be changed after creation
mixedsearchproductreviewsseller profileseller feedbackautocompletedealsschedule_typestringenumRun schedule type
monthlyweeklydailyminutesmanualschedule_hoursinteger[]Hours (0-23) to run
destination_idsstring[]Destination IDs to upload results to
schedule_minutesstringenumMinute interval when schedule_type='minutes'
every minute51015202530hournotification_emailstringEmail to send notifications to
notification_as_csvbooleanOutput/upload results as CSV
notification_as_jsonbooleanOutput/upload results as JSON
notification_webhookstringuriWebhook URL to POST when results are available
schedule_days_of_weekinteger[]Days of week (0=Sun ... 6=Sat) for weekly schedules
schedule_days_of_monthinteger[]Days of month (1-31) for monthly schedules
notification_csv_fieldsstringComma-separated field list when CSV enabled
notification_as_jsonlinesbooleanOutput/upload results as JSON Lines
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CollectionCOUNTDOWN_API_COLLECTIONS_GET_COLLECTIONAcciónTool to retrieve details for a single collection by ID. Use when you need collection metadata and counts for a given collection ID.
COUNTDOWN_API_COLLECTIONS_GET_COLLECTIONAcciónTool to retrieve details for a single collection by ID. Use when you need collection metadata and counts for a given collection ID.
Parámetros de entrada
collection_idstringObligatorioID of the collection to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CollectionsCOUNTDOWN_API_COLLECTIONS_LIST_COLLECTIONSAcciónTool to list all collections for the authenticated account. Use when you need to retrieve paginated collections with filtering, sorting, and timing constraints.
COUNTDOWN_API_COLLECTIONS_LIST_COLLECTIONSAcciónTool to list all collections for the authenticated account. Use when you need to retrieve paginated collections with filtering, sorting, and timing constraints.
Parámetros de entrada
pageintegerPage number to retrieve (default is 1).
statusstringenumFilter by status. Default is 'all'.
allidlequeuedrunningsort_bystringenumField to sort by (default 'name').
created_atlast_runnameprioritystatuspage_sizeintegerResults per page (default 25, maximum 1000).
search_termstringLimit results to collections whose name contains this term.
search_typestringenumHow to match the search_term. One of: contains, starts_with, ends_with, exact.
containsstarts_withends_withexactcreated_afterstringOnly collections created after this ISO UTC timestamp (ISO 8601).
created_beforestringOnly collections created before this ISO UTC timestamp (ISO 8601).
destination_idstringOnly collections with the specified destination id.
last_run_afterstringOnly collections with last run after this ISO UTC timestamp (ISO 8601).
sort_directionstringenumSort direction (default 'ascending').
ascendingdescendinglast_run_beforestringOnly collections with last run before this ISO UTC timestamp (ISO 8601).
only_with_resultsbooleanOnly return collections that have result sets available.
only_without_resultsbooleanOnly return collections with no result sets available.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Start CollectionCOUNTDOWN_API_COLLECTIONS_START_COLLECTIONAcciónTool to start processing a collection's queued requests. Use after creating or pausing a collection to initiate its queued requests.
COUNTDOWN_API_COLLECTIONS_START_COLLECTIONAcciónTool to start processing a collection's queued requests. Use after creating or pausing a collection to initiate its queued requests.
Parámetros de entrada
collection_idstringObligatorioID of the collection to start processing
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an existing collectionCOUNTDOWN_API_COLLECTIONS_UPDATE_COLLECTIONAcciónTool to update an existing collection. Use when you need to modify collection settings before scheduling runs.
COUNTDOWN_API_COLLECTIONS_UPDATE_COLLECTIONAcciónTool to update an existing collection. Use when you need to modify collection settings before scheduling runs.
Parámetros de entrada
namestringObligatorioCollection name
enabledbooleanEnable or disable scheduled runs
prioritystringenumCollection priority
highesthighnormallowlowestcollection_idstringObligatorioID of the collection to update
requests_typestringenumLock collection to a specific request type; cannot be changed after creation
mixedsearchproductreviewsseller profileseller feedbackautocompletedealsschedule_typestringenumRun schedule type
monthlyweeklydailyminutesmanualschedule_hoursinteger[]Hours (0-23) to run
destination_idsstring[]Destination IDs to upload results to
schedule_minutesstringenumMinute interval when schedule_type='minutes'
every minuteevery 5 minutesevery 10 minutesevery 15 minutesevery 20 minutesevery 25 minutesevery 30 minutesevery hournotification_emailstringEmail to send notifications to
notification_as_csvbooleanOutput/upload results as CSV
notification_as_jsonbooleanOutput/upload results as JSON
notification_webhookstringuriWebhook URL to POST when results are available
schedule_days_of_weekinteger[]Days of week (0=Sun...6=Sat) for weekly schedules
schedule_days_of_monthinteger[]Days of month (1-31) for monthly schedules
notification_csv_fieldsstringComma-separated field list when CSV enabled
notification_as_jsonlinesbooleanOutput/upload results as JSON Lines
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
eBay AutocompleteCOUNTDOWN_API_CORE_API_SEND_REQUESTAcciónTool to fetch eBay autocomplete suggestions. Use when needing search-term-based suggestions from Countdown API.
COUNTDOWN_API_CORE_API_SEND_REQUESTAcciónTool to fetch eBay autocomplete suggestions. Use when needing search-term-based suggestions from Countdown API.
Parámetros de entrada
typestringObligatorioMust be "autocomplete" to retrieve autocomplete suggestions.
api_keystringObligatorioYour Countdown API key.
ebay_domainstringObligatorioeBay domain to retrieve autocomplete suggestions from, e.g., 'ebay.com'.
search_termstringObligatorioThe search term to get autocomplete suggestions for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create DestinationCOUNTDOWN_API_CREATE_DESTINATIONAcciónTool to create a destination. Use when you need to set up a new destination for results or notifications.
COUNTDOWN_API_CREATE_DESTINATIONAcciónTool to create a destination. Use when you need to set up a new destination for results or notifications.
Parámetros de entrada
namestringObligatorioDestination name.
typestringObligatorioenumType of destination to create.
s3s3compatiblegcsazureossenabledbooleanObligatorioWhether uploads are active for this destination.
s3_regionstringS3 region (optional when type is s3compatible)
s3_endpointstringS3 endpoint (required when type is s3compatible)
oss_region_idstringOSS region ID (required when type is oss)
gcs_access_keystringGCS access key (required when type is gcs)
gcs_secret_keystringGCS secret key (required when type is gcs)
oss_access_keystringOSS access key (required when type is oss)
oss_secret_keystringOSS secret key (required when type is oss)
s3_bucket_namestringS3 bucket name (required when type is s3 or s3compatible)
s3_path_prefixstringS3 path prefix (optional)
gcs_bucket_namestringGCS bucket name (required when type is gcs)
gcs_path_prefixstringGCS path prefix (optional)
oss_bucket_namestringOSS bucket name (required when type is oss)
oss_path_prefixstringOSS path prefix (optional)
s3_access_key_idstringS3 access key id (required when type is s3 or s3compatible)
azure_account_keystringAzure account key (required when type is azure)
azure_path_prefixstringAzure path prefix (optional)
azure_account_namestringAzure account name (required when type is azure)
azure_container_namestringAzure container name (required when type is azure)
s3_secret_access_keystringS3 secret access key (required when type is s3 or s3compatible)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CollectionCOUNTDOWN_API_DELETE_COLLECTIONAcciónTool to delete a collection and its configuration by ID. Use when you need to remove an existing, non-running collection.
COUNTDOWN_API_DELETE_COLLECTIONAcciónTool to delete a collection and its configuration by ID. Use when you need to remove an existing, non-running collection.
Parámetros de entrada
collection_idstringObligatorioID of the collection to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete DestinationCOUNTDOWN_API_DELETE_DESTINATIONAcciónTool to delete a destination by ID. Use when you need to remove an existing destination.
COUNTDOWN_API_DELETE_DESTINATIONAcciónTool to delete a destination by ID. Use when you need to remove an existing destination.
Parámetros de entrada
destination_idstringObligatorioID of the destination to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Single RequestCOUNTDOWN_API_DELETE_SINGLE_REQUESTAcciónTool to remove a specific request from a collection. Use when you need to delete one request by ID.
COUNTDOWN_API_DELETE_SINGLE_REQUESTAcciónTool to remove a specific request from a collection. Use when you need to delete one request by ID.
Parámetros de entrada
request_idstringObligatorioID of the request to delete
collection_idstringObligatorioID of the collection the request belongs to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DestinationsCOUNTDOWN_API_DESTINATIONS_LIST_DESTINATIONSAcciónTool to list all destinations configured for the account. Use when you need to inspect or paginate through configured destinations.
COUNTDOWN_API_DESTINATIONS_LIST_DESTINATIONSAcciónTool to list all destinations configured for the account. Use when you need to inspect or paginate through configured destinations.
Parámetros de entrada
pageintegerPage number to return; 10 destinations per page
sort_bystringenumSort field; valid values: 'type' or 'name'; use with sort_direction
typenamesearch_termstringFilter results to destinations whose names contain this term
sort_directionstringenumSort direction; valid values: ascending or descending; use with sort_by
ascendingdescending
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account InformationCOUNTDOWN_API_GET_ACCOUNTAcciónTool to retrieve account usage and current platform status. Use when needing to check plan, usage, and quota details for the authenticated user.
COUNTDOWN_API_GET_ACCOUNTAcciónTool to retrieve account usage and current platform status. Use when needing to check plan, usage, and quota details for the authenticated user.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Export Requests CSVCOUNTDOWN_API_REQUESTS_EXPORT_CSVAcciónTool to export all requests in a collection as CSV download links. Use when you need per-page CSV URLs for a given collection.
COUNTDOWN_API_REQUESTS_EXPORT_CSVAcciónTool to export all requests in a collection as CSV download links. Use when you need per-page CSV URLs for a given collection.
Parámetros de entrada
collection_idstringObligatorioThe ID of the collection whose requests you want to export as CSV.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Export Requests as JSONCOUNTDOWN_API_REQUESTS_EXPORT_JSONAcciónTool to download all requests in a collection as JSON. Use when you need to export the entire request history for a collection.
COUNTDOWN_API_REQUESTS_EXPORT_JSONAcciónTool to download all requests in a collection as JSON. Use when you need to export the entire request history for a collection.
Parámetros de entrada
collection_idstringObligatorioID of the collection to export requests from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Requests PagedCOUNTDOWN_API_REQUESTS_LIST_REQUESTS_PAGEDAcciónTool to list requests for a collection by page. Use when you need to fetch a specific batch of up to 1000 requests for a given collection.
COUNTDOWN_API_REQUESTS_LIST_REQUESTS_PAGEDAcciónTool to list requests for a collection by page. Use when you need to fetch a specific batch of up to 1000 requests for a given collection.
Parámetros de entrada
pageintegerObligatorio1-indexed page number; each page returns up to 1000 requests
collection_idstringObligatorioID of the collection to list requests from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Single RequestCOUNTDOWN_API_REQUESTS_UPDATE_SINGLE_REQUESTAcciónTool to modify parameters of an existing request in a collection. Use when the collection is not running and you need to update eBay Product Data API parameters.
COUNTDOWN_API_REQUESTS_UPDATE_SINGLE_REQUESTAcciónTool to modify parameters of an existing request in a collection. Use when the collection is not running and you need to update eBay Product Data API parameters.
Parámetros de entrada
bodyobjectObligatorioFields to update on the request; must conform to the eBay Product Data API common request parameters schema. Only include fields being updated.
request_idstringObligatorioID of the specific request to update within the collection.
collection_idstringObligatorioID of the collection containing the request to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Result SetCOUNTDOWN_API_RESULTS_GET_RESULT_SETAcciónTool to retrieve a collection run's result set payload. Use after a collection run completes to fetch metadata and download links.
COUNTDOWN_API_RESULTS_GET_RESULT_SETAcciónTool to retrieve a collection run's result set payload. Use after a collection run completes to fetch metadata and download links.
Parámetros de entrada
collection_idstringObligatorioID of the collection containing the result set
result_set_idintegerObligatorioNumeric ID of the result set within the collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Result SetsCOUNTDOWN_API_RESULTS_LIST_RESULT_SETSAcciónTool to list result sets produced by a collection. Use when you need to retrieve all summary status of result sets generated by a collection within the 14-day retention window.
COUNTDOWN_API_RESULTS_LIST_RESULT_SETSAcciónTool to list result sets produced by a collection. Use when you need to retrieve all summary status of result sets generated by a collection within the 14-day retention window.
Parámetros de entrada
collection_idstringObligatorioID of the collection to list result sets for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resend Result Set WebhookCOUNTDOWN_API_RESULTS_RESEND_RESULT_SET_WEBHOOKAcciónTool to resend the webhook for a previously generated result set. Use when a result set's webhook delivery needs a retry.
COUNTDOWN_API_RESULTS_RESEND_RESULT_SET_WEBHOOKAcciónTool to resend the webhook for a previously generated result set. Use when a result set's webhook delivery needs a retry.
Parámetros de entrada
collection_idstringObligatorioID of the collection containing the result set
result_set_idintegerObligatorioNumeric ID of the result set within the collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stop All CollectionsCOUNTDOWN_API_STOP_ALL_COLLECTIONSAcciónTool to stop all collections. Use when you need to halt any running or queued collections after reviewing operations.
COUNTDOWN_API_STOP_ALL_COLLECTIONSAcciónTool to stop all collections. Use when you need to halt any running or queued collections after reviewing operations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stop CollectionCOUNTDOWN_API_STOP_COLLECTIONAcciónTool to stop (pause) a single collection’s processing by ID. Use when you need to halt a running or queued collection after confirming the target collection ID.
COUNTDOWN_API_STOP_COLLECTIONAcciónTool to stop (pause) a single collection’s processing by ID. Use when you need to halt a running or queued collection after confirming the target collection ID.
Parámetros de entrada
collection_idstringObligatorioID of the collection to stop
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DestinationCOUNTDOWN_API_UPDATE_DESTINATIONAcciónTool to update a destination's configuration by ID. Use after creating or retrieving a destination to modify its settings.
COUNTDOWN_API_UPDATE_DESTINATIONAcciónTool to update a destination's configuration by ID. Use after creating or retrieving a destination to modify its settings.
Parámetros de entrada
namestringDestination name
typestringenumDestination type
s3s3compatiblegcsazureossenabledbooleanWhether uploads are active for this destination
s3_regionstringS3 region (optional when type is s3compatible)
s3_endpointstringS3 endpoint URL (required when type is s3compatible)
oss_region_idstringOSS region ID (required when type is oss)
destination_idstringObligatorioID of the destination to update
gcs_access_keystringGCS access key (required when type is gcs)
gcs_secret_keystringGCS secret key (required when type is gcs)
oss_access_keystringOSS access key (required when type is oss)
oss_secret_keystringOSS secret key (required when type is oss)
s3_bucket_namestringS3 bucket name (required when type is s3 or s3compatible)
s3_path_prefixstringS3 path prefix (optional); supports tokens %collection_id%, %collection_name%, %result_set_id%, %date%
gcs_bucket_namestringGCS bucket name (required when type is gcs)
gcs_path_prefixstringGCS path prefix (optional); supports tokens %collection_id%, %collection_name%, %result_set_id%, %date%
oss_bucket_namestringOSS bucket name (required when type is oss)
oss_path_prefixstringOSS path prefix (optional); supports tokens %collection_id%, %collection_name%, %result_set_id%, %date%
s3_access_key_idstringS3 access key id (required when type is s3 or s3compatible)
azure_account_keystringAzure account key (required when type is azure)
azure_path_prefixstringAzure path prefix (optional); supports tokens %collection_id%, %collection_name%, %result_set_id%, %date%
azure_account_namestringAzure account name (required when type is azure)
azure_container_namestringAzure container name (required when type is azure)
s3_secret_access_keystringS3 secret access key (required when type is s3 or s3compatible)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not