LIVE MONITORING ACTIVE

Global Renewable Energy Intelligence

Real-time data intelligence platform that tracks global renewable infrastructure — from project announcements and grid connection queues to policy changes and investment signals. Powered by AI.

225
Countries
160,000+
Projects & Assets
80+
OEM Components
SIGNAL FEED
LIVE
142MW Solar Farm — Darling Downs QLD Expansion
SOLARAU142 MW
2m
North Sea Offshore Wind Complex — Phase II Approved
WINDDE1.2 GW
5m
Texas Grid-Scale BESS — 200MWh Now Online
STORAGEUS200 MWh
8m
Amazon Basin Micro-Hydro Network — Permit Filed
HYDROBR45 MW
12m
Rajasthan Ultra Mega Solar Park — Phase III
SOLARIN500 MW
15m
Scottish Highland Onshore Wind — Grid Connected
WINDUK340 MW
18m
Hokkaido–Honshu HVDC Interconnector Funded
GRIDJP2 GW
22m
Andalusia Floating PV — Construction Start
SOLARES80 MW
25m
Bornholm Energy Island — EIA Complete
WINDDK3 GW
28m
Victorian Big Battery Expansion — Stage 2
STORAGEAU450 MWh
31m
NEOM Green Hydrogen Solar Array — Procurement
SOLARSA2.2 GW
35m
Senja Pumped Storage — Construction Milestone
HYDRONO120 MW
38m
142MW Solar Farm — Darling Downs QLD Expansion
SOLARAU142 MW
2m
North Sea Offshore Wind Complex — Phase II Approved
WINDDE1.2 GW
5m
Texas Grid-Scale BESS — 200MWh Now Online
STORAGEUS200 MWh
8m
Amazon Basin Micro-Hydro Network — Permit Filed
HYDROBR45 MW
12m
Rajasthan Ultra Mega Solar Park — Phase III
SOLARIN500 MW
15m
Scottish Highland Onshore Wind — Grid Connected
WINDUK340 MW
18m
Hokkaido–Honshu HVDC Interconnector Funded
GRIDJP2 GW
22m
Andalusia Floating PV — Construction Start
SOLARES80 MW
25m
Bornholm Energy Island — EIA Complete
WINDDK3 GW
28m
Victorian Big Battery Expansion — Stage 2
STORAGEAU450 MWh
31m
NEOM Green Hydrogen Solar Array — Procurement
SOLARSA2.2 GW
35m
Senja Pumped Storage — Construction Milestone
HYDRONO120 MW
38m
How It Works

From raw signal to actionable insight

Our automated pipeline ingests thousands of data points daily, extracting and correlating renewable energy project intelligence in near real-time.

01

Ingest

Continuously scan thousands of global sources — news wires, government filings, grid queues, and industry databases.

02

Extract

AI-powered extraction identifies project names, capacities, locations, developers, and stage transitions from raw signals.

03

Converge

Cross-reference and cluster signals into canonical projects with confidence scoring and full provenance tracking.

04

Deliver

Access via REST API, interactive map dashboard, real-time alerts, CSV/PDF exports, and webhook integrations.

Global Coverage

Every major project, one map

Interactive global map with real-time project data, confidence-scored markers, and client-side clustering for performant rendering of 10,000+ data points.

Solar
Wind
Hydro
Grid
Storage
PROJECTS
160,245
COUNTRIES
225
SIGNALS/DAY
2,847
64,218
Solar Projects
42,842
Wind Projects
22,637
Hydro Projects
18,584
Grid Projects
11,964
Storage Projects
Capabilities

Everything you need for energy intelligence

Purpose-built for energy analysts, infrastructure investors, insurance underwriters, and energy traders who need comprehensive, timely project data.

Signal Ingestion

Automated OSINT pipeline scans news, government filings, grid connection queues, and industry databases across 225 countries.

Convergence Engine

Clusters fragmented signals into unified project records using multi-dimensional matching with confidence scores and provenance.

AI Insights

Machine-generated market intelligence: country growth trends, investment flows, technology shifts, anomaly detection, and LLM summaries.

Watchlist Alerts

Monitor specific countries, technologies, or developers. Get notified via dashboard, email, or webhook when matching signals appear.

REST API

Full programmatic access to project data, signals, and insights. Filter by country, technology, stage, capacity. Export CSV and GeoJSON.

Data Exports

Download filtered project data as CSV, PDF reports, or GeoJSON. Formatted for direct import into GIS tools and financial models.

AI Insights

Machine-generated market intelligence

Our AI engine analyzes patterns across thousands of signals to surface trends, anomalies, and market-moving developments before they become consensus.

country growth4 hours ago

Australia Solar Capacity +340% YoY

Australian utility-scale solar installations surged 340% year-over-year, driven by the Darling Downs and Pilbara expansions. Queensland accounts for 58% of new capacity.

investment flow6 hours ago

Nordic Wind Investment Reaches €12.4B

Combined investment in Scandinavian offshore wind projects reached €12.4B in Q3, with Denmark's Bornholm Energy Island attracting the largest single allocation at €3.1B.

anomaly detection12 hours ago

Grid Connection Delays — Southeast Asia

Anomalous increase in grid connection queue times detected across Vietnam, Thailand, and Philippines. Average wait time extended from 14 to 28 months since Q1.

Pricing

Plans for every scale

Start free and scale as your data needs grow. All plans include the interactive map dashboard and real-time signal monitoring.

Free

Explore the platform with basic access.

$0forever
25 projects per request
5 watchlists
Interactive map
Basic insights
Community support
API access
Data exports
Webhooks
Priority support
Get Started
MOST POPULAR

Pro

Full access for analysts and researchers.

$49/month
100 projects per request
25 watchlists
3 API keys
CSV & PDF exports
All AI insights
Email support
Webhooks
GeoJSON export
SSO
Start Free Trial

Team

For teams needing full data pipeline access.

$199/month
500 projects per request
100 watchlists
10 API keys
All export formats
Webhook integrations
Priority support
SSO
Custom integrations
Start Free Trial

Enterprise

Unlimited access with dedicated support.

Custom
Unlimited projects
Unlimited watchlists
Unlimited API keys
All export formats
Webhooks + SSO
Custom integrations
Dedicated account manager
SLA guarantee
Contact Sales
Developer API

Built for developers, by developers

Full programmatic access to project data, signals, and insights via our REST API. Filter by country, technology, stage, and capacity. Export as JSON, CSV, or GeoJSON.

RESTful JSON API
Clean, predictable endpoints with comprehensive filtering and pagination.
API Key Authentication
Secure access with rotatable keys. Rate limits scale with your plan.
Multiple Export Formats
JSON responses, CSV downloads, and GeoJSON for direct GIS integration.
Terminal
# Fetch solar projects in Australia
curl -H "X-API-Key: rem_sk_live_xxxxx" \
"https://api.remtel.io/v1/projects?country=AU&type=solar"
# Response
{
  "projects": [
    {
      "id": 1042,
      "name": "Darling Downs Solar Farm",
      "country": "Australia",
      "capacity_mw": 142,
      "project_type": "solar",
      "stage": "construction",
      "confidence_score": 0.94
    }
  ],
  "total": 847,
  "page": 1
}