# Individual Healthcare.Gov Standard Export

**Use case:** 

Standard Export of Healthcare.Gov for Individual. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "zipCode": "75201",
  "maxItems": 100,
  "year": 2026,
  "market": "Individual",
  "householdIncome": 52000,
  "people": [
    {
      "age": 35,
      "gender": "Male",
      "usesTobacco": false
    }
  ],
  "hsaEligible": false,
  "maxConcurrency": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "premium": {
    "label": "Premium",
    "format": "number"
  },
  "premiumWithCredit": {
    "label": "Premium With Credit",
    "format": "number"
  },
  "ehbPremium": {
    "label": "Ehb Premium",
    "format": "number"
  },
  "pediatricEhbPremium": {
    "label": "Pediatric Ehb Premium",
    "format": "number"
  },
  "aptcEligiblePremium": {
    "label": "Aptc Eligible Premium",
    "format": "number"
  },
  "metalLevel": {
    "label": "Metal Level",
    "format": "text"
  },
  "planType": {
    "label": "Plan Type",
    "format": "text"
  },
  "designType": {
    "label": "Design Type",
    "format": "text"
  },
  "isStandardizedPlan": {
    "label": "Is Standardized Plan",
    "format": "boolean"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "insuranceMarket": {
    "label": "Insurance Market",
    "format": "text"
  },
  "issuerId": {
    "label": "Issuer Id",
    "format": "text"
  },
  "issuerName": {
    "label": "Issuer Name",
    "format": "text"
  },
  "issuerState": {
    "label": "Issuer State",
    "format": "text"
  },
  "issuerPhone": {
    "label": "Issuer Phone",
    "format": "text"
  },
  "issuerTty": {
    "label": "Issuer Tty",
    "format": "text"
  },
  "issuerUrl": {
    "label": "Issuer Url",
    "format": "link"
  },
  "hsaEligible": {
    "label": "Hsa Eligible",
    "format": "boolean"
  },
  "specialistReferralRequired": {
    "label": "Specialist Referral Required",
    "format": "boolean"
  },
  "hasNationalNetwork": {
    "label": "Has National Network",
    "format": "boolean"
  },
  "maxAgeChild": {
    "label": "Max Age Child",
    "format": "number"
  },
  "rxThreeMonthMailOrder": {
    "label": "Rx Three Month Mail Order",
    "format": "boolean"
  },
  "oopc": {
    "label": "Oopc",
    "format": "number"
  },
  "isIneligible": {
    "label": "Is Ineligible",
    "format": "boolean"
  },
  "benefitsUrl": {
    "label": "Benefits Url",
    "format": "link"
  },
  "brochureUrl": {
    "label": "Brochure Url",
    "format": "link"
  },
  "formularyUrl": {
    "label": "Formulary Url",
    "format": "link"
  },
  "networkUrl": {
    "label": "Network Url",
    "format": "link"
  },
  "serviceAreaId": {
    "label": "Service Area Id",
    "format": "text"
  },
  "qualityRatingOverall": {
    "label": "Quality Rating Overall",
    "format": "number"
  },
  "qualityRatingClinical": {
    "label": "Quality Rating Clinical",
    "format": "number"
  },
  "qualityRatingEnrollee": {
    "label": "Quality Rating Enrollee",
    "format": "number"
  },
  "qualityRatingEfficiency": {
    "label": "Quality Rating Efficiency",
    "format": "number"
  },
  "deductibles": {
    "label": "Deductibles",
    "format": "array"
  },
  "moops": {
    "label": "Moops",
    "format": "array"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "diseaseMgmtPrograms": {
    "label": "Disease Mgmt Programs",
    "format": "array"
  },
  "zipCode": {
    "label": "Zip Code",
    "format": "text"
  },
  "countyFips": {
    "label": "County Fips",
    "format": "text"
  },
  "searchYear": {
    "label": "Search Year",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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