# Normalize an Authorized Baku Property Export

**Use case:** 

Turn authorized Baku property records into provenance-linked review rows with freshness, confidence, gaps, actions, and settlement evidence.

## Input

```json
{
  "schemaVersion": "2.0",
  "authorization": "I confirm I may process and commercially use these property records.",
  "sourceContext": "owner_or_agent_authorized_export",
  "batchName": "baku-property-review",
  "freshnessHours": 168,
  "listings": [
    {
      "sourceListingId": "demo-baku-001",
      "title": "Two-bedroom apartment",
      "price": 285000,
      "currency": "AZN",
      "deal_type": "sale",
      "property_type": "Apartment",
      "rooms": 2,
      "rooms_raw": "2 otaq",
      "area_sqm": 75,
      "location": "Bakı, Azərbaycan",
      "floor_raw": "8-ci mərtəbə",
      "lat": null,
      "lng": null,
      "posted_date": "2026-08-12T09:00:00.000Z",
      "description": "Buyer-supplied property summary.",
      "images": [],
      "url": "https://properties.example.com/listings/demo-baku-001",
      "sourceName": "Example authorized property export",
      "sourceUrl": "https://properties.example.com/exports/baku",
      "sourceLicense": "Owner-authorized export for internal property review.",
      "sourceRetrievedAt": "2026-08-12T10:00:00.000Z",
      "changesMade": "Selected fields and normalized whitespace."
    }
  ]
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "sourceListingId": {
    "label": "Source listing ID",
    "format": "text"
  },
  "title": {
    "label": "Supplied title",
    "format": "text"
  },
  "price": {
    "label": "Supplied price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "deal_type": {
    "label": "Deal",
    "format": "text"
  },
  "property_type": {
    "label": "Property type",
    "format": "text"
  },
  "rooms_raw": {
    "label": "Rooms",
    "format": "text"
  },
  "area_sqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "floor_raw": {
    "label": "Floor",
    "format": "text"
  },
  "url": {
    "label": "Recorded URL",
    "format": "link"
  },
  "freshness": {
    "label": "Evidence freshness",
    "format": "json"
  },
  "confidence": {
    "label": "Evidence confidence",
    "format": "json"
  },
  "recommendedAction": {
    "label": "Human-review action",
    "format": "text"
  },
  "priority": {
    "label": "Priority",
    "format": "text"
  },
  "safeToAutomate": {
    "label": "Safe to automate",
    "format": "boolean"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "evidence": {
    "label": "Provenance and licence",
    "format": "json"
  },
  "failureDiagnostics": {
    "label": "Free diagnostic",
    "format": "json"
  },
  "billing": {
    "label": "Delivery intent",
    "format": "json"
  },
  "observedAt": {
    "label": "Processed at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Licensed Baku Property Export Normalizer](https://apify.com/zinin/tap-az-baku) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/tap-az-baku) 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/zinin/tap-az-baku.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).
