# Nagoya Apartments for Rent

**Use case:** 

Central Nagoya rentals from Naka, Chikusa and Nakamura wards: rent, management fee, deposit, key money, layout, size, floor and subway walk time.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byArea",
  "searchUrls": [
    "https://house.goo.ne.jp/rent/shuto_ap/area_tokyo/13106.html"
  ],
  "region": "toukai",
  "pref": "aichi",
  "cityCodes": [
    "23106",
    "23101",
    "23105"
  ],
  "vertical": "ap",
  "contract": "rent",
  "maxResults": 25,
  "maxPages": 3,
  "useProxy": false
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "listingId": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "source": {
    "label": "📑 Source",
    "format": "text"
  },
  "provider_id": {
    "label": "🏷️ Provider",
    "format": "text"
  },
  "data_source": {
    "label": "📡 Source Portal",
    "format": "text"
  },
  "propertyTitle": {
    "label": "🏷️ Building",
    "format": "text"
  },
  "property_type": {
    "label": "🏢 Type",
    "format": "text"
  },
  "layout": {
    "label": "🗺️ Layout",
    "format": "text"
  },
  "price": {
    "label": "💴 Price",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "price_formatted": {
    "label": "💴 Price (raw)",
    "format": "text"
  },
  "price_per_sqm_jpy": {
    "label": "📐 Price/m²",
    "format": "number"
  },
  "mgmt_fee": {
    "label": "🧾 Mgmt Fee",
    "format": "number"
  },
  "deposit": {
    "label": "🔐 Deposit",
    "format": "text"
  },
  "key_money": {
    "label": "🎁 Key Money",
    "format": "text"
  },
  "guarantee_deposit": {
    "label": "🛡️ Guarantee",
    "format": "text"
  },
  "renewal_fee": {
    "label": "🔄 Renewal",
    "format": "text"
  },
  "area_m2": {
    "label": "📐 Area m²",
    "format": "number"
  },
  "floor": {
    "label": "🏬 Floor",
    "format": "text"
  },
  "building_structure": {
    "label": "🧱 Structure",
    "format": "text"
  },
  "building_age": {
    "label": "📅 Age",
    "format": "text"
  },
  "built_date": {
    "label": "🏗️ Built",
    "format": "text"
  },
  "orientation": {
    "label": "🧭 Orientation",
    "format": "text"
  },
  "move_in": {
    "label": "📦 Move-in",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "transit": {
    "label": "🚉 Transit",
    "format": "array"
  },
  "latitude": {
    "label": "🌐 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Lng",
    "format": "number"
  },
  "contract_period": {
    "label": "📜 Term",
    "format": "text"
  },
  "guarantor_company": {
    "label": "🤝 Guarantor",
    "format": "text"
  },
  "card_payment": {
    "label": "💳 Card Pay",
    "format": "text"
  },
  "agent": {
    "label": "🏢 Agent",
    "format": "text"
  },
  "published_at": {
    "label": "🗓️ Published",
    "format": "text"
  },
  "updated_at": {
    "label": "🔄 Updated",
    "format": "text"
  },
  "highlight": {
    "label": "✨ Highlight",
    "format": "text"
  },
  "remarks": {
    "label": "📝 Remarks",
    "format": "text"
  },
  "equipment": {
    "label": "🛠️ Equipment",
    "format": "array"
  },
  "feature_tags": {
    "label": "🏷️ Features",
    "format": "array"
  },
  "images": {
    "label": "📷 Images",
    "format": "array"
  },
  "image_count": {
    "label": "🔢 Img Count",
    "format": "number"
  },
  "metadata": {
    "label": "ℹ️ Metadata",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [goo Housing Scraper — Japan Property Data & API](https://apify.com/sian.agency/goo-housing-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/goo-housing-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/goo-housing-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
