# Extract GOAT Product Details by Slug

**Use case:** 

Fetch comprehensive details for specific products using their unique GOAT slugs, ensuring accurate and complete product information. This is essential for catal

## Input

```json
{
  "mode": "bySlug",
  "query": "Air Jordan 1",
  "slugs": [
    "travis-scott-x-air-jordan-1-retro-low-og-reverse-mocha",
    "air-jordan-1-retro-high-og-chicago-2015",
    "adidas-yeezy-boost-350-v2-oreo-black-white"
  ],
  "category": "shoes",
  "sort": "most_popular",
  "condition": "",
  "maxItems": 5
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "sku": {
    "label": "Sku"
  },
  "lowestAskPrice": {
    "label": "Lowest ask price"
  },
  "lastSalePrice": {
    "label": "Last sale price"
  },
  "category": {
    "label": "Category"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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