# Estimate rental yield for a SUUMO used-condo listing

**Use case:** 

Paste a SUUMO used-condo listing URL and get an instant gross/net rental yield estimate, cross-referenced against the area's published rent benchmarks — a fast,

## Input

```json
{
  "mode": "byUrl",
  "propertyUrls": [],
  "prefecture": "",
  "city": "",
  "maxBuildingAgeYears": 30,
  "maxItems": 1,
  "maxDetailFetches": 1,
  "requestDelayMs": 2000
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property name",
    "format": "string"
  },
  "propertyUrl": {
    "label": "Property URL",
    "format": "string"
  },
  "priceYen": {
    "label": "Asking price (JPY)",
    "format": "integer"
  },
  "layout": {
    "label": "Layout",
    "format": "string"
  },
  "floorAreaSqm": {
    "label": "Floor area (sqm)",
    "format": "number"
  },
  "buildingAgeYears": {
    "label": "Building age (years)",
    "format": "integer"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "investmentAnalysis.grossYieldPercent": {
    "label": "Gross yield (%)",
    "format": "number"
  },
  "investmentAnalysis.netYieldEstimatePercent": {
    "label": "Net yield estimate (%)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SUUMO Property Investment Analyzer](https://apify.com/woolen_snake/suumo-investment-analyzer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/woolen_snake/suumo-investment-analyzer) to learn more, explore other use cases, and run it yourself.