# Patentes Chile Motorcycle Rental Audit Data

**Use case:** 

Audit Chilean motorcycle rental plates weekly for new fines and restriction changes. Rental operators and insurance risk teams catch problems early.

## Input

```json
{
  "search_terms": [
    "PG414"
  ],
  "search_type": "moto",
  "max_concurrency": 5
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "object"
  },
  "source_rut": {
    "label": "RUT origen",
    "format": "text"
  },
  "source_owner": {
    "label": "Propietario (RUT)",
    "format": "text"
  },
  "extraction_date": {
    "label": "Fecha extracción",
    "format": "text"
  },
  "extraction_datetime": {
    "label": "Timestamp (UTC)",
    "format": "date"
  },
  "patente": {
    "label": "Patente",
    "format": "text"
  },
  "tipo": {
    "label": "Tipo",
    "format": "text"
  },
  "marca": {
    "label": "Marca",
    "format": "text"
  },
  "modelo": {
    "label": "Modelo",
    "format": "text"
  },
  "ano": {
    "label": "Año",
    "format": "text"
  },
  "propietario": {
    "label": "Propietario",
    "format": "object"
  },
  "multas": {
    "label": "Multas",
    "format": "object"
  },
  "soap_estado": {
    "label": "SOAP Estado",
    "format": "text"
  },
  "soap_fecha_de_vencimiento": {
    "label": "SOAP Vencimiento",
    "format": "text"
  },
  "transporte_transporte_publico": {
    "label": "Transporte público",
    "format": "text"
  },
  "transporte_tipo_transporte_publico": {
    "label": "Tipo transporte público",
    "format": "text"
  },
  "revision_tecnica": {
    "label": "Revisión técnica",
    "format": "object"
  },
  "gases": {
    "label": "Gases",
    "format": "object"
  },
  "restriccion_vehicular": {
    "label": "Restricción vehicular",
    "format": "object"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Patentes Chile](https://apify.com/datacach/patentes-chile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/patentes-chile) to learn more, explore other use cases, and run it yourself.