Skip to main content
POST
/
api
/
kaufland
/
products
/
autosuggest
/kaufland/products/autosuggest
curl --request POST \
  --url https://api.anysite.io/api/kaufland/products/autosuggest \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "keyword": "<string>",
  "timeout": 300
}
'
[
  {
    "suggestion": "<string>",
    "@type": "@kaufland_suggestion"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
keyword
string
required

Partial search keyword to autocomplete

Minimum string length: 1
Examples:

"playsta"

"kaffee"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

suggestion
string
required
@type
string
default:@kaufland_suggestion