← back to Commercialrealestate

data/metro-listings-config.json

29 lines

{
  "_note": "Per-metro Crexi sweep config for refresh-listings-multi.js. Each metro: the Crexi state code, a list of city pages to navigate, and a commercial price band (min/max) appropriate to that market. Price bands are wide on purpose — the goal is market-activity coverage for the agent-targeting product, not a personal buy-box. Adjust freely.",
  "types": [["multifamily", "Multifamily"], ["retail", "Retail"], ["office", "Office"]],
  "metros": {
    "los-angeles": { "state": "CA", "min": 750000, "max": 40000000, "cities": ["Los Angeles", "Long Beach", "Pasadena", "Santa Monica", "Culver City", "Glendale", "Inglewood", "Torrance"] },
    "beverly-hills": { "state": "CA", "min": 1500000, "max": 100000000, "cities": ["Beverly Hills", "West Hollywood", "Bel Air"] },
    "malibu": { "state": "CA", "min": 1500000, "max": 100000000, "cities": ["Malibu"] },
    "newport-beach": { "state": "CA", "min": 1000000, "max": 80000000, "cities": ["Newport Beach", "Corona Del Mar", "Costa Mesa"] },
    "montecito": { "state": "CA", "min": 1000000, "max": 80000000, "cities": ["Santa Barbara", "Montecito"] },
    "san-francisco": { "state": "CA", "min": 1000000, "max": 100000000, "cities": ["San Francisco"] },
    "silicon-valley": { "state": "CA", "min": 1000000, "max": 100000000, "cities": ["Palo Alto", "Menlo Park", "Mountain View", "San Jose", "Sunnyvale", "Cupertino"] },
    "atherton": { "state": "CA", "min": 1500000, "max": 100000000, "cities": ["Atherton", "Redwood City"] },
    "hillsborough": { "state": "CA", "min": 1500000, "max": 100000000, "cities": ["Hillsborough", "San Mateo", "Burlingame"] },
    "woodside": { "state": "CA", "min": 1500000, "max": 100000000, "cities": ["Woodside", "Portola Valley"] },
    "miami": { "state": "FL", "min": 750000, "max": 100000000, "cities": ["Miami", "Coral Gables", "Coconut Grove"] },
    "miami-beach": { "state": "FL", "min": 1000000, "max": 100000000, "cities": ["Miami Beach"] },
    "palm-beach": { "state": "FL", "min": 1000000, "max": 100000000, "cities": ["Palm Beach", "West Palm Beach"] },
    "naples": { "state": "FL", "min": 750000, "max": 80000000, "cities": ["Naples"] },
    "nyc": { "state": "NY", "min": 1500000, "max": 250000000, "cities": ["New York", "Brooklyn"] },
    "greenwich": { "state": "CT", "min": 1000000, "max": 80000000, "cities": ["Greenwich"] },
    "hamptons": { "state": "NY", "min": 1000000, "max": 100000000, "cities": ["East Hampton", "Southampton", "Bridgehampton"] },
    "las-vegas": { "state": "NV", "min": 750000, "max": 100000000, "cities": ["Las Vegas", "Henderson"] },
    "texas": { "state": "TX", "min": 750000, "max": 100000000, "cities": ["Austin", "Dallas", "Houston", "San Antonio", "Fort Worth"] },
    "aspen": { "state": "CO", "min": 1500000, "max": 100000000, "cities": ["Aspen", "Snowmass Village"] },
    "vail": { "state": "CO", "min": 1000000, "max": 80000000, "cities": ["Vail", "Beaver Creek"] },
    "telluride": { "state": "CO", "min": 1000000, "max": 80000000, "cities": ["Telluride"] }
  }
}