# Poshmark Scraper for Nike Shoes

**Use case:** 

Scrape Poshmark Nike shoe listings with prices, brands, sizes, conditions, likes, images, and listing URLs.

## Input

```json
{
  "searchQuery": "nike shoes",
  "maxResults": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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