# Binh Duong Property for Sale on Batdongsan

**Use case:** 

Binh Duong sale listings from Batdongsan: price in dong, land and floor area, price per m2, bedrooms, ward and agent contact. Download as CSV or JSON.

## Input

```json
{
  "operation": "search",
  "listingType": "ban",
  "propertyType": "all",
  "provinces": [
    "binh-duong"
  ],
  "maxResults": 30,
  "priceBand": "",
  "areaBand": "",
  "searchUrls": []
}
```

## Output

```json
{
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "string"
  },
  "url": {
    "label": "🔗 Listing URL",
    "format": "string"
  },
  "propertyTitle": {
    "label": "📝 Title",
    "format": "string"
  },
  "priceText": {
    "label": "💵 Price as shown",
    "format": "string"
  },
  "priceVnd": {
    "label": "💰 Price (VND)",
    "format": "integer"
  },
  "priceUsd": {
    "label": "💲 Price (USD)",
    "format": "number"
  },
  "isNegotiable": {
    "label": "🤝 Negotiable price",
    "format": "boolean"
  },
  "rentPeriod": {
    "label": "🗓️ Rent period",
    "format": "string"
  },
  "areaText": {
    "label": "📐 Area as shown",
    "format": "string"
  },
  "areaSqm": {
    "label": "📏 Area (m²)",
    "format": "number"
  },
  "pricePerSqmText": {
    "label": "📊 Price per m² as shown",
    "format": "string"
  },
  "pricePerSqmVnd": {
    "label": "📈 Price per m² (VND)",
    "format": "integer"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "integer"
  },
  "locationText": {
    "label": "📍 District and ward",
    "format": "string"
  },
  "province": {
    "label": "🗺️ Province",
    "format": "string"
  },
  "listingType": {
    "label": "🏷️ For sale or rent",
    "format": "string"
  },
  "propertyType": {
    "label": "🏡 Category",
    "format": "string"
  },
  "description": {
    "label": "🗒️ Advert summary",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "imageUrls": {
    "label": "📷 Photos",
    "format": "array"
  },
  "photoCount": {
    "label": "🔢 Photo count",
    "format": "integer"
  },
  "isVerified": {
    "label": "✅ Verified by Batdongsan",
    "format": "boolean"
  },
  "listingTier": {
    "label": "⭐ Promotion tier",
    "format": "string"
  },
  "agentId": {
    "label": "👤 Agent ID",
    "format": "string"
  },
  "agentName": {
    "label": "🧑‍💼 Agent name",
    "format": "string"
  },
  "agentProfileUrl": {
    "label": "🔗 Agent profile",
    "format": "string"
  },
  "isProAgent": {
    "label": "🎖️ Professional agent",
    "format": "boolean"
  },
  "postedAt": {
    "label": "📅 Posted date",
    "format": "string"
  },
  "postedLabel": {
    "label": "⏱️ Posted as shown",
    "format": "string"
  },
  "fxRateVndPerUsd": {
    "label": "💱 VND per USD",
    "format": "number"
  },
  "searchUrl": {
    "label": "🔎 Search page",
    "format": "string"
  },
  "pageNumber": {
    "label": "📄 Page",
    "format": "integer"
  },
  "position": {
    "label": "#️⃣ Position on page",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "🕒 Scraped at",
    "format": "string"
  },
  "status": {
    "label": "🚦 Row status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ What went wrong",
    "format": "string"
  }
}
```

## About this Actor

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