Marketplace
Vinted Germany logo

Vinted Germany API

vinted.de

Vinted Germany marketplace - product search, categories, details, and availability.

Actions
4
Category
Marketplace
Login
Not required
Output
JSON

Call the Vinted Germany API

Submit a task, then poll the job until it settles. This example runs act_vinted_de_catalog_items_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_vinted_de_catalog_items_listing",
    "params": {
      "page": 1,
      "search_text": "Jacke",
      "catalog_id": "2994",
      "sort_order": "newest_first",
      "status_ids": "1"
    }
  }'

4 actions on vinted.de

Read

  • Catalog Items Listing

    act_vinted_de_catalog_items_listingread2 credits / call

    Returns paginated catalog search results with item IDs, titles, prices, photos, and seller metadata.

    page
    integer · required
    search_text
    string · required
    catalog_id
    string · required
    sort_order
    string · required
    status_ids
    string · required
    cache_time
    string
  • Filter Facets

    act_vinted_de_filter_facetsread2 credits / call

    Returns catalog filter facets and option counts for a category, including status and attribute filters.

    catalog_id
    string · required
  • Homepage Feed

    act_vinted_de_homepage_ssrread1 credit / call

    Returns the homepage item feed with titles, prices, images, and brands.

  • Search Autocomplete

    act_vinted_de_search_autocompleteread2 credits / call

    Returns search autocomplete suggestions for a partial keyword, including suggested queries and catalog hints.

    search_keyword
    string · required

Vinted Germany API questions

Is there an API for Vinted Germany?
Vinted Germany does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for vinted.de. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Vinted Germany data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when vinted.de changes its markup, Anakin updates the action.
Do I need a Vinted Germany account?
No. Every Vinted Germany action listed here runs anonymously — no account and no credentials required.
What does the Vinted Germany API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites