ConsoleCatalog
Sign in
Swappie logo

Swappie

https://swappie.com/it-enMarketplaceno auth

European marketplace for refurbished iPhones - buying and selling.

Resale Prices

ASYNCREADNo auth

Returns refurbished iPhone variants for a model with grade, storage, color, battery type, price, and stock.

ParametersFormJSON

iPhone model name exactly as Swappie labels it - e.g. 'iPhone 14', 'iPhone 15', 'iPhone 16', 'iPhone 15 Pro', 'iPhone 16 Pro Max'

Swappie locale code ('{country}-{lang}'). Default 'it-en' (Italy, English). Other examples: 'de-en', 'fi-en', 'fr-fr'

cost: 3 credits · 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": "swappie_resale_prices",
    "params": {
      "model_name": "iPhone 15",
      "locale": "it-en"
    }
  }'