Core API
...
Parameters
Utility Requests

Autocomplete

3min

Autocomplete Parameters

GET /request

When making a request with the type parameter set to type=autocomplete Countdown API will return autocomplete suggestions for the search term specified in the search_term parameter, on the Ebay domain specified in the ebay_domain parameter.

Autocomplete Suggestions
Autocomplete Suggestions


For example, to request autocomplete suggestions for the search term memory on ebay.com the request would be:

HTTP
Curl
Node.js
Python
PHP



Autocomplete Parameters

The following parameters are available for all requests made when type=autocomplete .

Parameter

Required

Description

ebay_domain

required

The Ebay domain to retrieve autocomplete details from for the search term specified in the search_term parameter. For a full list of supported Ebay domains see Supported Ebay Domains .

search_term

required

The search term to get autocomplete suggestions for. Used in combination with the ebay_domain parameter.



Next Steps      Autocomplete Results

Updated 08 Aug 2024
Did this page help you?