Autocomplete
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.
For example, to request autocomplete suggestions for the search term memory on ebay.com the request would be:
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