# Suumo — Japan Real Estate Listings — Full Export

**Use case:** 

Scrape the full suumo — japan real estate listings dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract suumo — japan real estate listings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "rental",
  "searchUrl": "https://suumo.jp/jj/chintai/ichiran/FR301FC001/?ar=030&bs=040&ta=14&sc=14104&pc=50",
  "maxItems": 200,
  "maxPages": 0,
  "fetchDetails": false
}
```

## Output

```json
{
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "rent": {
    "label": "Rent",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "layout": {
    "label": "Layout",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "stationAccess": {
    "label": "Stationaccess",
    "format": "array"
  },
  "detailUrl": {
    "label": "Detailurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Suumo Scraper — Japan Real Estate Listings](https://apify.com/jungle_synthesizer/suumo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/suumo-scraper) to learn more, explore other use cases, and run it yourself.