# NASAA EFD Franchise Registration Latest Results

**Use case:** 

Latest Results of NASAA EFD Franchise Registration. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "keyword": "pizza",
  "getAllFranchises": false,
  "includeDetails": true
}
```

## Output

```json
{
  "efdId": {
    "label": "EFD ID",
    "format": "text"
  },
  "name": {
    "label": "Franchise Name",
    "format": "text"
  },
  "dba": {
    "label": "DBA",
    "format": "text"
  },
  "franchisor": {
    "label": "Franchisor",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "contacts": {
    "label": "Contacts",
    "format": "array"
  },
  "registrations": {
    "label": "Registrations",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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