# Grailed Shirt Listings Data Extractor

**Use case:** 

Collect data on Grailed shirt listings, including prices, descriptions, and images. Analyze market trends with structured product data.

## Input

```json
{
  "url": "https://www.grailed.com/shop?query=shirt",
  "keyword": "shirt",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "designer_names": {
    "label": "Designer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "category_path": {
    "label": "Category",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "photo_url": {
    "label": "Photo",
    "format": "image"
  },
  "seller_username": {
    "label": "Seller",
    "format": "text"
  },
  "seller_rating_average": {
    "label": "Seller Rating Avg",
    "format": "number"
  },
  "seller_rating_count": {
    "label": "Seller Rating Count",
    "format": "number"
  },
  "sold": {
    "label": "Sold",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "bumped_at": {
    "label": "Bumped At",
    "format": "text"
  },
  "input_keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "input_url": {
    "label": "Input URL",
    "format": "link"
  },
  "page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

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