# Realestate.co.jp Property Listings Extractor

**Use case:** 

Extract detailed property listings from Realestate.co.jp in Japan, including prices, locations, sizes, and agent information for market analysis.

## Input

```json
{
  "location": "JP-13",
  "results_wanted": 200,
  "max_pages": 10,
  "withDetail": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Property",
    "format": "text"
  },
  "layout": {
    "label": "Layout",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "priceFormatted": {
    "label": "Price",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "landRights": {
    "label": "Land Rights",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "text"
  },
  "structure": {
    "label": "Structure",
    "format": "text"
  },
  "zoning": {
    "label": "Zoning",
    "format": "text"
  },
  "directionFacing": {
    "label": "Facing",
    "format": "text"
  },
  "occupancy": {
    "label": "Occupancy",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "galleryImages": {
    "label": "Gallery",
    "format": "text"
  },
  "floorPlanImage": {
    "label": "Floor Plan",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Realestate.co.jp Scraper 🏠](https://apify.com/shahidirfan/realestate-co-jp-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/realestate-co-jp-scraper) to learn more, explore other use cases, and run it yourself.