# Hiroshima Apartments For Rent

**Use case:** 

Export Hiroshima Naka-ku rental units: monthly rent in JPY, common fee, deposit, key money, layout, floor area, floor, building age, station and walk time.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byPlace",
  "places": [
    "hiroshima"
  ],
  "cities": [
    "34101"
  ],
  "maxResults": 25,
  "useProxy": false
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "listingId": {
    "label": "🆔 Code",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "source": {
    "label": "📑 Source",
    "format": "text"
  },
  "propertyTitle": {
    "label": "🏷️ Building",
    "format": "text"
  },
  "building_name": {
    "label": "🏢 Bldg Name",
    "format": "text"
  },
  "property_type": {
    "label": "🏢 Type",
    "format": "text"
  },
  "propertyDescription": {
    "label": "📝 Description",
    "format": "text"
  },
  "layout": {
    "label": "🗺️ Layout",
    "format": "text"
  },
  "price": {
    "label": "💴 Rent",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "price_per_sqm_jpy": {
    "label": "📐 Rent/m²",
    "format": "number"
  },
  "price_formatted": {
    "label": "💴 Rent (raw)",
    "format": "text"
  },
  "common_fee": {
    "label": "🧾 Common Fee",
    "format": "number"
  },
  "deposit": {
    "label": "🔐 Deposit",
    "format": "text"
  },
  "key_money": {
    "label": "🎁 Key Money",
    "format": "text"
  },
  "key_money_amort": {
    "label": "💸 Amort",
    "format": "text"
  },
  "other_fees": {
    "label": "💰 Other Fees",
    "format": "text"
  },
  "guarantee": {
    "label": "🤝 Guarantee",
    "format": "text"
  },
  "area_m2": {
    "label": "📐 Area m²",
    "format": "number"
  },
  "floor": {
    "label": "🏬 Floor",
    "format": "text"
  },
  "total_floors": {
    "label": "🏗️ Bldg Floors",
    "format": "text"
  },
  "total_units": {
    "label": "🔢 Units",
    "format": "text"
  },
  "structure": {
    "label": "🧱 Structure",
    "format": "text"
  },
  "building_age": {
    "label": "📅 Age",
    "format": "text"
  },
  "direction": {
    "label": "🧭 Direction",
    "format": "text"
  },
  "move_in": {
    "label": "🚚 Move-in",
    "format": "text"
  },
  "conditions": {
    "label": "📋 Conditions",
    "format": "text"
  },
  "transaction_type": {
    "label": "🤝 Txn Type",
    "format": "text"
  },
  "contract_form": {
    "label": "📜 Contract",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "postal_code": {
    "label": "📮 Postal",
    "format": "text"
  },
  "latitude": {
    "label": "🌐 Lat",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Lng",
    "format": "number"
  },
  "station": {
    "label": "🚉 Station",
    "format": "text"
  },
  "line": {
    "label": "🚆 Line",
    "format": "text"
  },
  "walk_min": {
    "label": "🚶 Walk min",
    "format": "number"
  },
  "walk_distance_m": {
    "label": "📏 Walk m",
    "format": "number"
  },
  "transit": {
    "label": "🚉 Transit",
    "format": "array"
  },
  "agent_name": {
    "label": "🏢 Agent",
    "format": "text"
  },
  "agent_url": {
    "label": "🔗 Agent URL",
    "format": "link"
  },
  "agent_address": {
    "label": "📮 Agent Addr",
    "format": "text"
  },
  "feature_tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "equipment": {
    "label": "🛠️ Equipment",
    "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 [HOME MATE Scraper — Japan Rental Property Data & API](https://apify.com/sian.agency/homemate-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/homemate-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/homemate-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).
