# 361sport Running Product Catalog — Full Export

**Use case:** 

Scrape the full 361sport running product catalog dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract 361sport running product catalog for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200
}
```

## Output

```json
{
  "product_id": {
    "label": "Product Id",
    "format": "string"
  },
  "product_name": {
    "label": "Product Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "price_usd": {
    "label": "Price Usd",
    "format": "number"
  },
  "on_sale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "in_stock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "shoe_model_line": {
    "label": "Shoe Model Line",
    "format": "string"
  },
  "shoe_type": {
    "label": "Shoe Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [361sport Running Product Catalog Scraper](https://apify.com/jungle_synthesizer/361sport-running-product-catalog-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/361sport-running-product-catalog-scraper) to learn more, explore other use cases, and run it yourself.