# Mexico Public Tender Monitoring in the DOF

**Use case:** 

Watch public tenders (licitaciones) in Mexico's official gazette, the Diario Oficial de la Federacion. Keyword search, structured export.

## Input

```json
{
  "maxItems": 50,
  "searchTerm": "licitacion",
  "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 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.