# Rakumachi — Japan Investment Property & Yields — Full Export

**Use case:** 

Scrape the full rakumachi — japan investment property & yields dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract rakumachi — japan investment property & yields for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "prefectures": [
    "tokyo"
  ],
  "propertyType": "any",
  "minYieldPct": 0,
  "maxPriceJpy": 0,
  "scrapeDetails": true,
  "convertUsd": true,
  "usdPerJpy": 155,
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "prefecture": {
    "label": "Prefecture",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "price_jpy": {
    "label": "Price Jpy",
    "format": "number"
  },
  "price_usd": {
    "label": "Price Usd",
    "format": "number"
  },
  "gross_yield_pct": {
    "label": "Gross Yield Pct",
    "format": "number"
  },
  "units_total": {
    "label": "Units Total",
    "format": "integer"
  },
  "listing_url": {
    "label": "Listing Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Rakumachi Scraper — Japan Investment Property & Yields](https://apify.com/jungle_synthesizer/rakumachi-investment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/rakumachi-investment-scraper) to learn more, explore other use cases, and run it yourself.