# Rakuten Ichiba Market Basket Monitor

**Use case:** 

Monitor multiple Rakuten Ichiba product searches in one run and collect structured prices, shops, ratings, images, and product URLs.

## Input

```json
{
  "searchQueries": [
    "炊飯器",
    "イヤホン",
    "スニーカー"
  ],
  "startUrls": [
    {
      "url": "https://search.rakuten.co.jp/search/mall/%E3%82%AB%E3%83%A1%E3%83%A9/"
    }
  ],
  "maxResults": 150,
  "useApifyProxy": true,
  "proxyGroups": [
    "RESIDENTIAL"
  ],
  "proxyCountryCode": "JP",
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceText": {
    "label": "Price text",
    "format": "string"
  },
  "shopName": {
    "label": "Shop",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "pagePosition": {
    "label": "Page position",
    "format": "integer"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "pointsText": {
    "label": "Points",
    "format": "string"
  },
  "shippingText": {
    "label": "Shipping",
    "format": "string"
  },
  "rawText": {
    "label": "Raw text",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Rakuten Ichiba Scraper](https://apify.com/automation-lab/rakuten-ichiba-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/rakuten-ichiba-scraper) to learn more, explore other use cases, and run it yourself.