ConsoleCatalog
Sign in
2dehands (Belgium) logo

2dehands (Belgium)

2ememain.beMarketplaceno auth

Belgian second-hand classifieds - listings, item details, sellers, and categories.

Autocomplete Suggestions

ASYNCREADNo auth

Returns search typeahead suggestions with completion text, category IDs, and parent category names.

ParametersFormJSON

Partial search prefix typed by the user

Optional category scope for suggestions

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_2ememain_be_autocomplete_suggestions",
    "params": {
      "prefix": "vélo",
      "category": "505"
    }
  }'