# Mansion Resale LIFULL HOMES Japan Sale — 中古マンション & 一戸建て

**Use case:** 

Scrape Mansion Resale lifull homes japan sale — 中古マンション & 一戸建て with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract lifull homes japan sale — 中古マンション & 一戸建て for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "prefectures": [
    "tokyo",
    "kanagawa",
    "osaka"
  ],
  "listingCategory": "mansion_resale",
  "scrapeDetails": true,
  "convertUsd": true,
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "property_type": {
    "label": "Property Type",
    "format": "string"
  },
  "prefecture": {
    "label": "Prefecture",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "price_jpy": {
    "label": "Price Jpy",
    "format": "number"
  },
  "price_usd": {
    "label": "Price Usd",
    "format": "number"
  },
  "building_area_sqm": {
    "label": "Building Area Sqm",
    "format": "number"
  },
  "building_age_years": {
    "label": "Building Age Years",
    "format": "number"
  },
  "rooms_layout": {
    "label": "Rooms Layout",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LIFULL HOMES Japan Sale Scraper — 中古マンション & 一戸建て](https://apify.com/jungle_synthesizer/homes-jp-sale-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/homes-jp-sale-scraper) to learn more, explore other use cases, and run it yourself.