# Look Up Franchise Filings by Brand

**Use case:** 

Search Minnesota franchise registrations by brand name to find a franchise's filings, FDDs, and history.

## Input

```json
{
  "maxItems": 100,
  "documentType": "",
  "franchiseName": "Subway",
  "year": "2025"
}
```

## Output

```json
{
  "documentTitle": {
    "label": "Document",
    "format": "text"
  },
  "franchisor": {
    "label": "Franchisor",
    "format": "text"
  },
  "franchiseName": {
    "label": "Franchise Name",
    "format": "text"
  },
  "documentType": {
    "label": "Document Type",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "fileNumber": {
    "label": "File #",
    "format": "text"
  },
  "receivedDate": {
    "label": "Received",
    "format": "text"
  },
  "addedOn": {
    "label": "Added On",
    "format": "text"
  },
  "documentUrl": {
    "label": "PDF Link",
    "format": "link"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Minnesota Franchise Registrations Scraper](https://apify.com/parseforge/mn-franchise-registrations-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mn-franchise-registrations-scraper) to learn more, explore other use cases, and run it yourself.