# Newest First Vinted | Secondhand Fashion Listings

**Use case:** 

Extract Vinted | Secondhand Fashion Listings data filtered by Newest First. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchText": "vintage jacket",
  "maxItems": 10,
  "order": "newest_first"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted Scraper | Secondhand Fashion Listings](https://apify.com/parseforge/vinted-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/vinted-scraper) to learn more, explore other use cases, and run it yourself.