# Find items by designer on Grailed

**Use case:** 

Scrape Grailed listings filtered by designer. Structured menswear resale data. No subscription, pay per result.

## Input

```json
{
  "mode": "byDesigner",
  "searchQuery": "nike",
  "designer": "stone-island",
  "department": "",
  "condition": "",
  "soldOnly": false,
  "sortBy": "relevance",
  "onSaleOnly": false,
  "maxResults": 5,
  "maxPages": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "designer": {
    "label": "Designer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "sold": {
    "label": "Sold",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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