# Global ASOS Products

**Use case:** 

Extract ASOS Products data filtered by Global. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "dress",
  "country": "COM",
  "currency": "USD",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "brand": {
    "label": "🏢 Brand",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "color": {
    "label": "🎨 Color",
    "format": "text"
  },
  "image": {
    "label": "🖼️ Image URL",
    "format": "text"
  },
  "sku": {
    "label": "🔖 SKU",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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