# Fukuoka Apartments for Rent

**Use case:** 

Scrape Fukuoka Prefecture rentals: monthly rent in JPY, deposit, key money, layout, floor area, building age, station access and photo URLs.

## Input

```json
{
  "scrapeMode": "overview",
  "searchMode": "byPlace",
  "section": "rent",
  "prefecture": "fukuoka",
  "searchUrls": [
    "https://suumo.jp/jj/chintai/ichiran/FR301FC001/?ar=030&bs=040&ta=13&pc=50"
  ],
  "listingUrls": [
    "https://suumo.jp/chintai/bc_100512520556/"
  ],
  "filters": {},
  "maxResults": 25
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "🆔 Listing ID",
    "format": "string"
  },
  "images": {
    "label": "🖼️ Images",
    "format": "array"
  },
  "url": {
    "label": "🔗 URL",
    "format": "string"
  },
  "source": {
    "label": "📡 Source",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "section": {
    "label": "🏠 Section",
    "format": "string"
  },
  "contract": {
    "label": "📝 Contract",
    "format": "string"
  },
  "propertyType": {
    "label": "🏢 Property Type",
    "format": "string"
  },
  "price": {
    "label": "💴 Price (JPY)",
    "format": "integer"
  },
  "priceFormatted": {
    "label": "💴 Price (raw)",
    "format": "string"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "adminFee": {
    "label": "🔧 Admin Fee",
    "format": "integer"
  },
  "deposit": {
    "label": "💰 Deposit (敷金)",
    "format": "string"
  },
  "keyMoney": {
    "label": "🔑 Key Money (礼金)",
    "format": "string"
  },
  "layout": {
    "label": "📐 Layout (間取り)",
    "format": "string"
  },
  "layoutDetail": {
    "label": "📐 Layout Detail",
    "format": "string"
  },
  "areaSqm": {
    "label": "📏 Area (m²)",
    "format": "number"
  },
  "floor": {
    "label": "🏢 Floor",
    "format": "string"
  },
  "totalFloors": {
    "label": "🏗️ Total Floors",
    "format": "string"
  },
  "buildingAge": {
    "label": "📅 Age",
    "format": "string"
  },
  "yearBuilt": {
    "label": "📅 Year Built",
    "format": "string"
  },
  "structure": {
    "label": "🏗️ Structure",
    "format": "string"
  },
  "direction": {
    "label": "🧭 Direction",
    "format": "string"
  },
  "totalUnits": {
    "label": "🏠 Total Units",
    "format": "string"
  },
  "parking": {
    "label": "🚗 Parking",
    "format": "string"
  },
  "moveIn": {
    "label": "🔑 Move-in",
    "format": "string"
  },
  "address": {
    "label": "📍 Address",
    "format": "string"
  },
  "stationAccess": {
    "label": "🚃 Station Access",
    "format": "array"
  },
  "transactionType": {
    "label": "📝 Transaction Type",
    "format": "string"
  },
  "contractTerm": {
    "label": "📝 Contract Term",
    "format": "string"
  },
  "updated": {
    "label": "🔄 Updated",
    "format": "string"
  },
  "imageCount": {
    "label": "🖼️ Image Count",
    "format": "integer"
  },
  "coverage": {
    "label": "📊 Coverage",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [SUUMO Scraper — Japan Property Data & API](https://apify.com/sian.agency/suumo-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/suumo-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/suumo-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).
