# Wisconsin Franchise Search Latest Results

**Use case:** 

Latest Results of Wisconsin Franchise Search. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchTerm": "",
  "maxItems": 25,
  "downloadPdfs": false
}
```

## Output

```json
{
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "fileNumber": {
    "label": "File #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "legalName": {
    "label": "Legal Name",
    "format": "text"
  },
  "tradeName": {
    "label": "Trade Name",
    "format": "text"
  },
  "effectiveDate": {
    "label": "Effective Date",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration Date",
    "format": "text"
  },
  "businessAddress": {
    "label": "Address",
    "format": "text"
  },
  "businessCity": {
    "label": "City",
    "format": "text"
  },
  "businessState": {
    "label": "State",
    "format": "text"
  },
  "businessZip": {
    "label": "ZIP",
    "format": "text"
  },
  "businessCountry": {
    "label": "Country",
    "format": "text"
  },
  "contactName": {
    "label": "Contact",
    "format": "text"
  },
  "contactEmail": {
    "label": "Email",
    "format": "text"
  },
  "contactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "contactFax": {
    "label": "Fax",
    "format": "text"
  },
  "contactAddress": {
    "label": "Contact Address",
    "format": "text"
  },
  "serviceOfProcessName": {
    "label": "Service of Process",
    "format": "text"
  },
  "serviceOfProcessAddress": {
    "label": "SoP Address",
    "format": "text"
  },
  "organizationType": {
    "label": "Org Type",
    "format": "text"
  },
  "organizationState": {
    "label": "Org State",
    "format": "text"
  },
  "officerName": {
    "label": "Officer",
    "format": "text"
  },
  "officerTitle": {
    "label": "Officer Title",
    "format": "text"
  },
  "statesFiled": {
    "label": "States Filed",
    "format": "array"
  },
  "fddAvailable": {
    "label": "FDD Available",
    "format": "boolean"
  },
  "fddUploadDate": {
    "label": "FDD Upload Date",
    "format": "text"
  },
  "fddPdfUrl": {
    "label": "FDD PDF",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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