# Cameras Under 30000 Yen on Mercari JP

**Use case:** 

Retrieve listings for cameras priced under 30000 Yen on Mercari Japan. Get detailed information including prices and availability in JSON or CSV.

## Input

```json
{
  "searchTerms": [
    "カメラ"
  ],
  "status": "on_sale",
  "sort": "SORT_PRICE",
  "priceMin": 1000,
  "priceMax": 30000,
  "fetchDetails": false,
  "maxItemsPerTerm": 0,
  "maxResults": 150,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search term",
    "format": "string"
  },
  "name": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "brandName": {
    "label": "Brand",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercari Japan Scraper — Listings, Prices & Sold Data](https://apify.com/logiover/mercari-japan-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/mercari-japan-scraper) to learn more, explore other use cases, and run it yourself.