# Ladies' fashion catalog on Qoo10 Japan

**Use case:** 

—

## Input

```json
{
  "keyword": "serum",
  "category": "ladies_fashion",
  "shipsFrom": "all",
  "excludeAds": false,
  "fetchProductDetails": false,
  "maxItems": 200,
  "maxPages": 6,
  "maxConcurrency": 25,
  "maxRequestRetries": 8,
  "incremental": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price (¥)"
  },
  "listPrice": {
    "label": "List (¥)"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "discountRate": {
    "label": "Disc %"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "sellerName": {
    "label": "Seller"
  },
  "shipsFrom": {
    "label": "From"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Qoo10 Japan Scraper | 1$/1k Cheap](https://apify.com/trev0n/qoo10-japan-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/qoo10-japan-scraper) to learn more, explore other use cases, and run it yourself.