# Revoked Indiana Franchise Registration

**Use case:** 

Extract Indiana Franchise Registration data filtered by Revoked. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "status": "revoked",
  "expirationStartDate": "01/01/2025",
  "expirationEndDate": "12/31/2027",
  "maxCaptchaRetries": 20
}
```

## Output

```json
{
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "portfolioNumber": {
    "label": "Portfolio #",
    "format": "text"
  },
  "registrationType": {
    "label": "Type",
    "format": "text"
  },
  "issuer": {
    "label": "Issuer",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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