# Concurso mercantil y quiebras en México - DOF

**Use case:** 

Monitorea concursos mercantiles y quiebras (insolvencia) publicados en el Diario Oficial de la Federación. Nuevas entradas cada día.

## Input

```json
{
  "maxPublications": 10,
  "searchTerm": "concurso mercantil",
  "searchIn": "title",
  "matchType": "all",
  "dateFrom": "",
  "dateTo": "",
  "organism": "all",
  "withContent": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "organism": {
    "label": "Issuing Body",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "gazetteId": {
    "label": "Gazette ID",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Nota ID",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DOF Mexico Official Gazette & Sanctions Scraper](https://apify.com/scrapers_lat/dof-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/dof-scraper) to learn more, explore other use cases, and run it yourself.