# 591 TW Scraper - Keyword Search, URLs & Enriched Output

**Use case:** 

Scrape 591.com.tw Taiwan property listings by city or URL: rentals, sales, land and commercial, with price, GPS, transit and contacts.

## Input

```json
{
  "mode": "search",
  "section": "rent",
  "regions": [
    "taipei-city"
  ],
  "rentKind": "any",
  "urls": [
    "https://rent.591.com.tw/list?region=1"
  ],
  "fetchDetails": true,
  "maxListings": 20,
  "maxPages": 500,
  "proxy": {
    "useApifyProxy": true
  },
  "maxResidentialRequests": 200,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "section": {
    "label": "Section"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price"
  },
  "priceUnit": {
    "label": "Unit"
  },
  "kindName": {
    "label": "Type"
  },
  "room": {
    "label": "Layout"
  },
  "area": {
    "label": "Area (ping)"
  },
  "regionName": {
    "label": "Region"
  },
  "sectionName": {
    "label": "District"
  },
  "address": {
    "label": "Address"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "contactName": {
    "label": "Contact"
  },
  "contactRole": {
    "label": "Role"
  },
  "contactMobile": {
    "label": "Mobile"
  },
  "contactPhone": {
    "label": "Phone"
  },
  "photoCount": {
    "label": "Photos"
  },
  "coverPhoto": {
    "label": "Cover",
    "format": "image"
  },
  "postedAt": {
    "label": "Posted"
  }
}
```

## About this Actor

This example demonstrates how to use [591 Taiwan Scraper | Rentals, Sales, Land & Commercial Listings](https://apify.com/abotapi/591-com-tw-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/591-com-tw-scraper) to learn more, explore other use cases, and run it yourself.