{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "BoomTownIndex County Data \u2014 Delaware",
  "description": "Per-county economic indicators for Delaware, USA. Includes job growth, wage growth, population growth, migration inflow, median income, median home value, and median rent.",
  "url": "https://boomtownindex.com/state/delaware/",
  "license": "https://boomtownindex.com/methodology/",
  "creator": {
    "@type": "Organization",
    "name": "BoomTownIndex",
    "url": "https://boomtownindex.com"
  },
  "spatialCoverage": {
    "@type": "Place",
    "name": "Delaware",
    "containedInPlace": {
      "@type": "Country",
      "name": "United States"
    }
  },
  "variableMeasured": [
    "job_growth_pct",
    "wage_growth_pct",
    "pop_growth_pct",
    "migration_inflow_pct",
    "income_growth_pct",
    "median_income",
    "median_home_value",
    "median_rent",
    "population",
    "employment_level"
  ],
  "state_abbr": "DE",
  "state_name": "Delaware",
  "county_count": 3,
  "counties": [
    {
      "fips": "10005",
      "name": "Sussex County",
      "state_abbr": "DE",
      "state_name": "Delaware",
      "population": 240668,
      "median_income": 75406,
      "median_home_value": 324400,
      "median_rent": 1162,
      "migration_inflow_pct": 1.21,
      "income_growth_pct": 9.46,
      "pop_growth_pct": 2.83,
      "job_growth_pct": 3.8,
      "wage_growth_pct": 4.4,
      "employment_level": 94273
    },
    {
      "fips": "10001",
      "name": "Kent County",
      "state_abbr": "DE",
      "state_name": "Delaware",
      "population": 182400,
      "median_income": 69278,
      "median_home_value": 272300,
      "median_rent": 1224,
      "migration_inflow_pct": 1.84,
      "income_growth_pct": 8.73,
      "pop_growth_pct": 1.29,
      "job_growth_pct": 1.1,
      "wage_growth_pct": 6.4,
      "employment_level": 71071
    },
    {
      "fips": "10003",
      "name": "New Castle County",
      "state_abbr": "DE",
      "state_name": "Delaware",
      "population": 570567,
      "median_income": 85309,
      "median_home_value": 312000,
      "median_rent": 1327,
      "migration_inflow_pct": 0.75,
      "income_growth_pct": 8.77,
      "pop_growth_pct": 0.49,
      "job_growth_pct": 1.2,
      "wage_growth_pct": 4.1,
      "employment_level": 303806
    }
  ]
}