# Postobon Court Cases Scraper Colombia

**Use case:** 

Pull Colombian court records involving Postobon with case number, court, demandantes, demandados and case status.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "searchNames": [
    "POSTOBON S.A."
  ],
  "tipoPersona": "jur",
  "onlyActive": false
}
```

## Output

```json
{
  "radicado": {
    "label": "Radicado",
    "format": "text"
  },
  "despacho": {
    "label": "Court",
    "format": "text"
  },
  "processType": {
    "label": "Type",
    "format": "text"
  },
  "processClass": {
    "label": "Class",
    "format": "text"
  },
  "subClass": {
    "label": "Subclass",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "demandantes": {
    "label": "Plaintiffs",
    "format": "array"
  },
  "demandados": {
    "label": "Defendants",
    "format": "array"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "text"
  },
  "lastActionDate": {
    "label": "Last Action",
    "format": "text"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "actuacionesCount": {
    "label": "Movements",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Colombia Rama Judicial Court Case Scraper](https://apify.com/scrapers_lat/colombia-rama-judicial-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/colombia-rama-judicial-scraper) to learn more, explore other use cases, and run it yourself.