# All types California Franchise

**Use case:** 

Extract California Franchise data filtered by All types. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "filingType": "",
  "enforcementOnly": false,
  "includeDetails": false
}
```

## Output

```json
{
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "franchiseName": {
    "label": "Franchise Name",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "applicationType": {
    "label": "Application Type",
    "format": "text"
  },
  "filingType": {
    "label": "Filing Type",
    "format": "text"
  },
  "filingTypeCode": {
    "label": "Filing Type Code",
    "format": "text"
  },
  "applicationId": {
    "label": "Application ID",
    "format": "text"
  },
  "dateFiled": {
    "label": "Date Filed",
    "format": "text"
  },
  "effectiveDate": {
    "label": "Effective Date",
    "format": "text"
  },
  "hasEnforcementCases": {
    "label": "Enforcement",
    "format": "boolean"
  },
  "hasPublicActions": {
    "label": "Public Actions",
    "format": "boolean"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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