# Franchise Disclosure Documents Data Export

**Use case:** 

Data Export of Franchise Disclosure Documents. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "searchQuery": "McDonald's",
  "maxConcurrency": 5
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "franchiseName": {
    "label": "Franchise Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "string"
  },
  "initialFranchiseFeeMin": {
    "label": "Franchise Fee Min",
    "format": "number"
  },
  "initialFranchiseFeeMax": {
    "label": "Franchise Fee Max",
    "format": "number"
  },
  "totalInvestmentMin": {
    "label": "Investment Min",
    "format": "number"
  },
  "totalInvestmentMax": {
    "label": "Investment Max",
    "format": "number"
  },
  "royaltyFee": {
    "label": "Royalty Fee",
    "format": "string"
  },
  "advertisingFee": {
    "label": "Advertising Fee",
    "format": "string"
  },
  "transferFee": {
    "label": "Transfer Fee",
    "format": "string"
  },
  "yearBusinessBegan": {
    "label": "Year Began",
    "format": "number"
  },
  "franchisingSince": {
    "label": "Franchising Since",
    "format": "number"
  },
  "estimatedUnits": {
    "label": "Estimated Units",
    "format": "string"
  },
  "franchiseDescription": {
    "label": "Description",
    "format": "string"
  },
  "trainingOverview": {
    "label": "Training",
    "format": "string"
  },
  "territoryGranted": {
    "label": "Territory",
    "format": "string"
  },
  "termOfAgreement": {
    "label": "Term",
    "format": "string"
  },
  "financialAssistance": {
    "label": "Financial Assistance",
    "format": "string"
  },
  "investmentBreakdown": {
    "label": "Investment Breakdown",
    "format": "array"
  },
  "ongoingFees": {
    "label": "Ongoing Fees",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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