# Scrape Nike Sneakers — Poshmark & Vinted

**Use case:** 

Scrape Nike Air Max listings from Poshmark, Vinted. Active & sold prices, fees.

## Input

```json
{
  "searchQuery": "Nike Air Max 90",
  "platforms": [
    "poshmark",
    "vinted"
  ],
  "mode": "both",
  "condition": "all",
  "soldWithin": 30,
  "vintedCountry": "us",
  "maxResultsPerPlatform": 20,
  "includeFeeBreakdown": true,
  "useApifyProxy": true,
  "proxyCountry": "US"
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "soldPrice": {
    "label": "Sold price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "soldDate": {
    "label": "Sold date",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "sellerRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "platformFee": {
    "label": "Platform fee",
    "format": "number"
  },
  "netProfit": {
    "label": "Net profit",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Reseller Market Scraper](https://apify.com/brilliant_gum/reseller-market-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/brilliant_gum/reseller-market-scraper) to learn more, explore other use cases, and run it yourself.