# Normas Oficiales Mexicanas NOM México - DOF

**Use case:** 

Monitorea las Normas Oficiales Mexicanas (NOM) nuevas y actualizadas publicadas en el DOF para el cumplimiento regulatorio.

## Input

```json
{
  "maxPublications": 10,
  "searchTerm": "norma oficial mexicana",
  "searchIn": "title",
  "matchType": "phrase",
  "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.