# FranchiseDirect Low Investment Franchises Scraper

**Use case:** 

Scrape low investment franchise opportunities (under $50K) from FranchiseDirect with name, franchise fee, industry, description, and opportunity URL.

## Input

```json
{
  "investmentRange": [
    "UNDER_50K"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Primary Image",
    "format": "url"
  },
  "id": {
    "label": "Franchise ID",
    "format": "text"
  },
  "title": {
    "label": "Franchise Title",
    "format": "text"
  },
  "short_description": {
    "label": "Short Description",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "franchise_name": {
    "label": "Franchise Name",
    "format": "text"
  },
  "franchise_units": {
    "label": "Franchise Units",
    "format": "number"
  },
  "franchise_opportunity_url": {
    "label": "Franchise Opportunity URL",
    "format": "url"
  },
  "minimum_cash_required": {
    "label": "Minimum Cash Required",
    "format": "text"
  },
  "franchise_fee": {
    "label": "Franchise Fee",
    "format": "text"
  },
  "total_investment_range": {
    "label": "Total Investment Range",
    "format": "text"
  },
  "available_locations": {
    "label": "Available Locations",
    "format": "text"
  },
  "business_type": {
    "label": "Business Type",
    "format": "text"
  },
  "financing_assistance": {
    "label": "Financing Assistance",
    "format": "text"
  },
  "training_provided": {
    "label": "Training Provided",
    "format": "text"
  },
  "home_based": {
    "label": "Home Based",
    "format": "text"
  },
  "financial_data": {
    "label": "Financial Data",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "news": {
    "label": "News Articles",
    "format": "json"
  },
  "videos": {
    "label": "Videos",
    "format": "json"
  },
  "images": {
    "label": "Images",
    "format": "json"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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