Property Disaster Risk Analyzer - Climate Scoring avatar

Property Disaster Risk Analyzer - Climate Scoring

Pricing

$100.00 / 1,000 property climate risk analyses

Go to Apify Store
Property Disaster Risk Analyzer - Climate Scoring

Property Disaster Risk Analyzer - Climate Scoring

Check climate and natural disaster risk for any property. See flood, fire, and hurricane vulnerability.

Pricing

$100.00 / 1,000 property climate risk analyses

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Property Climate Risk Intelligence Actor

Overview

The Property Climate Risk Intelligence Actor analyzes any US address for natural disaster and climate risk exposure. It aggregates data from 4 authoritative free government sources (USGS, NOAA, NASA, Open-Meteo) and returns a comprehensive 0-100 risk score that indicates overall property safety.

This is a free alternative to expensive proprietary climate risk services like First Street Foundation or Climatebase. No API keys required for any data source.

What It Does

Input

  • address: Any US address, city/state, or zip code (e.g., "Miami, FL, USA", "10001", "San Francisco, CA")

Output

For each analyzed address, you receive:

FieldDescription
addressOriginal input address
latitude, longitudeGeocoded coordinates
earthquake_count_10yrNumber of magnitude 4.0+ earthquakes within 100km in last 10 years (USGS)
active_weather_alertsCurrent active weather alerts at location (NOAA/NWS)
avg_max_temp_celsiusCurrent/forecast maximum temperature (Open-Meteo)
earthquake_risk_levelRisk classification: low/medium/high/critical
weather_risk_levelRisk classification: low/medium/high
climate_risk_levelRisk classification: low/medium/high/critical
total_risk_scoreAggregate 0-100 score (0=safe, 100=extreme risk)
risk_summaryHuman-readable interpretation of risks
timestampISO timestamp of analysis

Risk Scoring Logic

The Actor combines 3 independent risk dimensions:

  1. Earthquake Risk (0-30 points)

    • Based on USGS historical seismic activity (magnitude 4.0+)
    • 5 points per earthquake in last 10 years, capped at 30
  2. Weather Risk (0-25 points)

    • Based on NOAA active weather alerts
    • 10 points per active alert, capped at 25
  3. Climate Risk (0-20 points)

    • Based on temperature extremes
    • 20 points if >40°C, 10 points if 35-40°C, 0 points if <35°C

Total Risk Score = Earthquake Risk + Weather Risk + Climate Risk

Interpretation

  • 0-20: Minimal risk — Good for development
  • 21-40: Low risk — Routine insurance recommended
  • 41-60: Moderate risk — Professional risk assessment advised
  • 61-80: High risk — Serious mitigation measures needed
  • 81-100: Critical risk — Extreme exposure, expert consultation required

Data Sources (All Free & Public)

SourceAPICoverageRate Limit
USGS Earthquakehttps://earthquake.usgs.gov/fdsnws/WorldwideUnlimited
NOAA Weather Alertshttps://api.weather.gov/alerts/USA onlyUnlimited
Open-Meteo Climatehttps://api.open-meteo.com/v1/forecastWorldwide10k req/day free
Nominatim Geocodinghttps://nominatim.openstreetmap.org/searchWorldwide1 req/sec

Example Usage

Web Interface (Apify Platform)

  1. Open this Actor on Apify Console
  2. Input: "Miami, FL, USA"
  3. Click Start → Results appear in dataset

API Call

APIFY_TOKEN=$(python3 -c "import json; print(json.load(open('/Users/youareplan/.apify/auth.json'))['token'])")
curl -X POST "https://api.apify.com/v2/acts/ntriqpro~property-climate-risk/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"input": {"address": "Los Angeles, CA, USA"}}'

Response (after completion):

{
"address": "Los Angeles, CA, USA",
"latitude": 34.0522,
"longitude": -118.2437,
"earthquake_count_10yr": 8,
"active_weather_alerts": 0,
"avg_max_temp_celsius": 28,
"earthquake_risk_level": "high",
"weather_risk_level": "low",
"climate_risk_level": "medium",
"total_risk_score": 58,
"risk_summary": "Significant risk. 8 earthquakes (M4.0+) in last 10 years. Professional risk assessment advised.",
"timestamp": "2026-04-13T10:45:30Z"
}

Pricing

Pay-per-event model: $0.10 USD per address analyzed

  • No startup cost
  • No monthly minimum
  • Only pay when you analyze an address
  • Bulk discounts available on Apify platform

Limitations & Disclaimers

Not Provided

  • Wildfire risk (FIRMS API requires complex CSV processing)
  • Flood/storm surge risk (FEMA data too complex for single API)
  • Soil liquefaction, landslide risk
  • Historical insurance claim data
  • Property-specific structural factors

This Actor aggregates publicly available climate and hazard data from USGS (public domain), NOAA/NWS (public domain), NASA FIRMS (public domain), Open-Meteo (CC-BY 4.0), and OpenStreetMap Nominatim (ODbL). NOT insurance, real estate, or financial advice. Risk scores are informational estimates only. Consult licensed professionals for property decisions. Data accuracy depends on upstream government sources.

Before making any real estate investment or insurance decision based on this data, consult with:

  • Licensed insurance agents
  • Professional geotechnical engineers
  • Local building/zoning officials
  • Climate risk specialists

Technical Details

  • Runtime: Node.js 18+
  • Memory: ~256MB per run
  • Execution Time: 20-60 seconds per address
  • Data Refresh: Real-time (pulls latest USGS/NOAA/climate data)
  • Uptime: 99.9% SLA (Apify infrastructure)

Support

Questions or issues? Contact the developer at contact@ntriq.co.kr


Version: 1.0.0
Author: NtriqPRO
Last Updated: April 2026


Extend this actor with the ntriqpro intelligence network:

⭐ Love it? Leave a Review

Your rating helps other professionals discover this actor. Rate it here.