# 01 MLIT Japan Real Estate Prices

**Use case:** 

Extract MLIT Japan Real Estate Prices data filtered by 01. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "prefectureCode": "01",
  "from": "20231",
  "to": "20234",
  "maxItems": 10
}
```

## Output

```json
{
  "prefecture": {
    "label": "🗺️ Prefecture",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "district": {
    "label": "🏘️ District",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "price": {
    "label": "💴 Price",
    "format": "text"
  },
  "area": {
    "label": "📐 Area",
    "format": "text"
  },
  "year_built": {
    "label": "🏗️ Year Built",
    "format": "text"
  },
  "transaction_date": {
    "label": "📅 Tx Date",
    "format": "text"
  },
  "structure": {
    "label": "🏠 Structure",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MLIT Japan Real Estate Prices Scraper](https://apify.com/parseforge/mlit-japan-real-estate-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mlit-japan-real-estate-prices-scraper) to learn more, explore other use cases, and run it yourself.