# Chotot Vietnam Real Estate Listings Scraper

**Use case:** 

Retrieve live classified ads from Chotot Vietnam by category and region. Get details like title, price, area, category, and seller directly.

## Input

```json
{
  "items": [
    "2013:15000"
  ],
  "maxConcurrency": 1
}
```

## Output

```json
{
  "input": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceStr": {
    "label": "Price",
    "format": "text"
  },
  "areaName": {
    "label": "Area",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chotot Vietnam Listings Scraper](https://apify.com/zinin/chotot-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/chotot-listings) to learn more, explore other use cases, and run it yourself.