# Suumo.jp Scraper - Japan Rental Listings, Prices & Agents

**Use case:** 

Scrape Suumo Japan rentals: rent, fees, layout, station access & agency. Search by prefecture/link. Monitor price changes with recurring updates.

## Input

```json
{
  "mode": "search",
  "prefecture": "13",
  "cityCodes": [
    "13101"
  ],
  "layouts": [
    "02"
  ],
  "urls": [
    "https://suumo.jp/jj/chintai/ichiran/FR301FC001/?ar=030&bs=040&ta=13&sc=13101"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "maxPages": 0,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Room id"
  },
  "buildingId": {
    "label": "Building id"
  },
  "buildingName": {
    "label": "Building"
  },
  "buildingType": {
    "label": "Building type"
  },
  "address": {
    "label": "Address"
  },
  "stations": {
    "label": "Stations"
  },
  "buildingAge": {
    "label": "Age"
  },
  "buildingFloors": {
    "label": "Building floors"
  },
  "floor": {
    "label": "Floor"
  },
  "rentYen": {
    "label": "Rent (yen)"
  },
  "rentDisplay": {
    "label": "Rent (display)"
  },
  "mgmtFeeYen": {
    "label": "Management fee (yen)"
  },
  "depositYen": {
    "label": "Deposit (yen)"
  },
  "keyMoneyYen": {
    "label": "Key money (yen)"
  },
  "guaranteeYen": {
    "label": "Guarantee (yen)"
  },
  "layout": {
    "label": "Layout"
  },
  "areaSqm": {
    "label": "Area (m2)"
  },
  "url": {
    "label": "Link"
  },
  "imageUrl": {
    "label": "Image"
  },
  "name": {
    "label": "Room title"
  },
  "transport": {
    "label": "Transport"
  },
  "facing": {
    "label": "Facing"
  },
  "buildingKind": {
    "label": "Kind"
  },
  "layoutBreakdown": {
    "label": "Rooms breakdown"
  },
  "structure": {
    "label": "Structure"
  },
  "floorsDetail": {
    "label": "Floor detail"
  },
  "builtMonth": {
    "label": "Built"
  },
  "parking": {
    "label": "Parking"
  },
  "moveIn": {
    "label": "Move in"
  },
  "dealType": {
    "label": "Deal type"
  },
  "conditions": {
    "label": "Conditions"
  },
  "totalUnits": {
    "label": "Total units"
  },
  "infoUpdatedAt": {
    "label": "Info updated"
  },
  "guaranteeCompany": {
    "label": "Guarantor company"
  },
  "otherInitialCost": {
    "label": "Other initial costs"
  },
  "otherMonthlyCost": {
    "label": "Other monthly costs"
  },
  "remarks": {
    "label": "Remarks"
  },
  "point": {
    "label": "Agent point"
  },
  "pointText": {
    "label": "Agent pitch"
  },
  "agencyName": {
    "label": "Agency"
  },
  "photos": {
    "label": "Photos"
  },
  "photoCount": {
    "label": "Photo count"
  },
  "sourceType": {
    "label": "Source kind"
  },
  "sourceId": {
    "label": "Source"
  },
  "sourceUrl": {
    "label": "Source link"
  },
  "position": {
    "label": "Position"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "changeType": {
    "label": "Change"
  },
  "changedFields": {
    "label": "Changed fields"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  }
}
```

## About this Actor

This example demonstrates how to use [Suumo.jp Scraper - Japan Rental Listings, Prices & Agents](https://apify.com/abotapi/suumo-jp-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/suumo-jp-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/abotapi/suumo-jp-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
