# Taipei Rental Listings — 台北租屋 from 591

**Use case:** 

Export every Taipei rental on 591 as a spreadsheet: monthly rent in NT$, ping area, layout, floor, district, nearest MRT station and who posted the listing.

## Input

```json
{
  "operation": "rentSearch",
  "city": "1",
  "maxResults": 100,
  "keyword": "",
  "rentalType": "any",
  "saleCategory": "any",
  "bedrooms": "any",
  "minRent": 0,
  "maxRent": 0,
  "buildingAge": "any",
  "landlordOnly": false,
  "sortBy": "default",
  "searchUrls": [],
  "listingUrls": []
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "number"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "url": {
    "label": "🔗 591 URL",
    "format": "string"
  },
  "listingType": {
    "label": "📋 Board",
    "format": "string"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (NT$)",
    "format": "number"
  },
  "priceText": {
    "label": "💵 Price (as shown)",
    "format": "string"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "pricePerPing": {
    "label": "📊 Price per ping (NT$)",
    "format": "number"
  },
  "areaPing": {
    "label": "📐 Area (ping)",
    "format": "number"
  },
  "mainAreaPing": {
    "label": "📏 Main area (ping)",
    "format": "number"
  },
  "areaText": {
    "label": "📐 Area (as shown)",
    "format": "string"
  },
  "layout": {
    "label": "🧭 Layout",
    "format": "string"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "floorText": {
    "label": "🪜 Floor",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "cityId": {
    "label": "🆔 City ID",
    "format": "number"
  },
  "district": {
    "label": "📍 District",
    "format": "string"
  },
  "districtId": {
    "label": "🆔 District ID",
    "format": "number"
  },
  "address": {
    "label": "📮 Address",
    "format": "string"
  },
  "communityName": {
    "label": "🏘️ Community",
    "format": "string"
  },
  "buildingAgeYears": {
    "label": "📅 Building age",
    "format": "number"
  },
  "nearestStation": {
    "label": "🚇 Nearest station",
    "format": "string"
  },
  "nearestStationDistanceM": {
    "label": "📏 Station distance (m)",
    "format": "number"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "photos": {
    "label": "📷 Photos",
    "format": "array"
  },
  "listerName": {
    "label": "👤 Lister",
    "format": "string"
  },
  "listerRole": {
    "label": "🧑‍💼 Lister role",
    "format": "string"
  },
  "listerPhone": {
    "label": "📞 Lister phone",
    "format": "string"
  },
  "agencyName": {
    "label": "🏢 Agency",
    "format": "string"
  },
  "isLandlord": {
    "label": "👤 Owner advert",
    "format": "boolean"
  },
  "viewCount": {
    "label": "👁️ Views",
    "format": "number"
  },
  "postedAt": {
    "label": "🕒 Posted",
    "format": "string"
  },
  "refreshedText": {
    "label": "🔄 Refreshed",
    "format": "string"
  },
  "depositText": {
    "label": "🔐 Deposit",
    "format": "string"
  },
  "managementFeeText": {
    "label": "🧾 Management fee",
    "format": "string"
  },
  "extraFeesText": {
    "label": "➕ Extra fees",
    "format": "string"
  },
  "facilities": {
    "label": "🛋️ Appliances",
    "format": "array"
  },
  "descriptionText": {
    "label": "📄 Description",
    "format": "string"
  },
  "developer": {
    "label": "🏗️ Developer",
    "format": "string"
  },
  "hasVideo": {
    "label": "🎬 Has video",
    "format": "boolean"
  },
  "isPromoted": {
    "label": "⭐ Promoted",
    "format": "boolean"
  },
  "searchedCity": {
    "label": "🔎 Searched city",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔗 Search URL",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Message",
    "format": "string"
  },
  "_operation": {
    "label": "⚙️ Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [591.com.tw Scraper - Taiwan Rentals, Sales & Presale](https://apify.com/sian.agency/591-com-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/591-com-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/591-com-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).
