# Automotive & Boat VettedBiz Franchise

**Use case:** 

Extract VettedBiz Franchise data filtered by Automotive & Boat. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "industry": "automotive-boat",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Franchise",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "text"
  },
  "franchiseFee": {
    "label": "Franchise Fee",
    "format": "text"
  },
  "minimumCashRequired": {
    "label": "Min Cash",
    "format": "text"
  },
  "investmentRange": {
    "label": "Investment Range",
    "format": "text"
  },
  "yearlyGrossSales": {
    "label": "Yearly Sales",
    "format": "text"
  },
  "ownerOperatorEarnings": {
    "label": "Earnings",
    "format": "text"
  },
  "paybackPeriod": {
    "label": "Payback",
    "format": "text"
  },
  "royaltyFee": {
    "label": "Royalty",
    "format": "text"
  },
  "marketingFee": {
    "label": "Marketing Fee",
    "format": "text"
  },
  "trainingDescription": {
    "label": "Training",
    "format": "text"
  },
  "legalDescription": {
    "label": "Legal",
    "format": "text"
  },
  "challengesDescription": {
    "label": "Challenges",
    "format": "text"
  },
  "fddProductUrl": {
    "label": "FDD",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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