# Scrape CapitaLand REITs Listed on SGX

**Use case:** 

Collect CapitaLand REITs from the Singapore Exchange with symbol, price and yield inputs for real estate investment research.

## Input

```json
{
  "maxItems": 1000,
  "securityType": "reits",
  "searchQuery": "CapLand",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company / Security",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "lastPrice": {
    "label": "Last",
    "format": "number"
  },
  "change": {
    "label": "Change",
    "format": "number"
  },
  "changePercent": {
    "label": "Change %",
    "format": "number"
  },
  "previousClose": {
    "label": "Prev Close",
    "format": "number"
  },
  "dayHigh": {
    "label": "High",
    "format": "number"
  },
  "dayLow": {
    "label": "Low",
    "format": "number"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  },
  "lastTradedDate": {
    "label": "Last Traded",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Singapore SGX Listed Companies & Stock Price Scraper](https://apify.com/scrapers_lat/singapore-sgx-listed-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/singapore-sgx-listed-companies-scraper) to learn more, explore other use cases, and run it yourself.