# Agendas Municode Records

**Use case:** 

Extract Municode Records data filtered by agendas. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "stateAbbr": "tx",
  "municipalityName": "Abilene",
  "documentType": "agendas"
}
```

## Output

```json
{
  "documentId": {
    "label": "Document ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "documentType": {
    "label": "Type",
    "format": "text"
  },
  "meetingDate": {
    "label": "Meeting Date",
    "format": "date"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "municipalityName": {
    "label": "Municipality",
    "format": "text"
  },
  "municipalityCity": {
    "label": "City",
    "format": "text"
  },
  "stateAbbr": {
    "label": "State",
    "format": "text"
  },
  "stateName": {
    "label": "State Name",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "originalFileName": {
    "label": "File Name",
    "format": "text"
  },
  "pdfUrl": {
    "label": "PDF URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Municode Records Scraper](https://apify.com/parseforge/municipal-meeting-minutes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/municipal-meeting-minutes-scraper) to learn more, explore other use cases, and run it yourself.