# Franchise Resale Full Export

**Use case:** 

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

## Input

```json
{
  "maxItems": 500,
  "search": "pizza franchise",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "franchiseLogoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "franchiseBrand": {
    "label": "Brand",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "text"
  },
  "grossSales": {
    "label": "Gross Sales",
    "format": "text"
  },
  "cashFlow": {
    "label": "Cash Flow",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "yearFounded": {
    "label": "Year Founded",
    "format": "text"
  },
  "franchiseFoundedYear": {
    "label": "Franchise Founded Year",
    "format": "text"
  },
  "franchiseLocations": {
    "label": "Franchise Locations",
    "format": "text"
  },
  "franchiseInitialInvestment": {
    "label": "Initial Investment",
    "format": "text"
  },
  "franchiseHeadquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "dateModified": {
    "label": "Date Modified",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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