Cities and countries pour billions into sustainable mobility, but the data is scattered. Public dashboards like EAFO, OpenChargeMap, or operator reports give partial views, while consulting studies are static snapshots. The result: it’s hard to compare two markets side-by-side or track progress over time.
This segment brings together web intelligence and curated APIs under one taxonomy. You get standardized indicators for carsharing and EV charging, operator rankings, and a MaaS maturity index with clear explanations. For consultants, foresight teams, or policymakers, it means moving from patchwork data to a comparable, explainable view of mobility ecosystems, at local, national, and global scale.
Normalize territories (city, region, country) into a consistent taxonomy.
Count active operators and rank the top three (≥300 vehicles for carsharing).
Track public EV charging networks, excluding private or closed systems.
Compute a MaaS maturity index (0–100) combining operator scale, ticketing, and digital integration.
Provide plain-language comments and a confidence score for every variable.
This segment is activated with a blend of trusted sources and your own inputs
AI reasoning
Web intelligence
Comparable datasets on EV and carsharing ecosystems across geographies.
Top-3 operator lists with fleets and charging points, standardized.
MaaS maturity index with clear explanatory comments.
Ready-to-use outputs in CSV, Sheets, JSON, or API for BI or CRM.
Your questions on this segment, answered
Your questions on this segment, answered
How quickly can we get a first extract for a new geography?
First extracts are typically delivered within minutes to hours, depending on scope and data volume.
What confidence should I place in the maturity scores?
Every field includes a confidence % based on source availability, freshness, and methods, so you can weigh reliability transparently.
Can we integrate the outputs into BI, CRM, or policy tools?
Yes. Exports are available in CSV, Sheets, JSON, or API for seamless integration with dashboards, models, or CRMs.
How does this dataset differ from EAFO, OpenChargeMap, or city dashboards?
Those sources show partial data; Starzdata combines them with Smart Queries into a standardized, explainable dataset with confidence scoring.
How do you ensure comparability across cities and countries?
All geographies are normalized under one taxonomy, and scoring rules are consistent worldwide, making maturity indices directly comparable.
How are operator counts and top-3 rankings defined?
Carsharing operators must have at least 300 active vehicles; charging rankings include only public networks with open access.
What exactly does the MaaS maturity index measure?
It scores digital integration, ticketing and booking coverage, operator scale, and EV charging density, normalized to 0–100.
How often is the mobility dataset refreshed?
Updates run monthly by default, with on-demand refreshes for major operator or policy changes.
{ "_meta": { "dictionaryColumns": ["Variable", "Data_Type", "Sample_Value", "Description"] }, "data": [ { "Variable": "geo_name", "Description": "Geographic unit analyzed (city, state/region, or country)", "Business_Rules": "Provided by client; standardized to official English naming where possible", "Source_System": "User Input", "Data_Type": "VARCHAR", "Sample_Value": "Berlin" }, { "Variable": "geo_level", "Description": "Granularity of the geographic unit", "Business_Rules": "ENUM allowed: city|state|region|country", "Source_System": "User Input", "Data_Type": "ENUM", "Sample_Value": "city" }, { "Variable": "carsharing_operators_count", "Description": "Number of active carsharing operators in the geography", "Business_Rules": "Count distinct operators; include only operators with ≥300 active vehicles in the geography", "Source_System": "Web Intelligence", "Data_Type": "INTEGER", "Sample_Value": "5" }, { "Variable": "carsharing_top3_list", "Description": "Top 3 carsharing providers with name, URL, and fleet size", "Business_Rules": "Array of objects {name, url, fleet_size}; include only operators with ≥300 active vehicles; fleet_size is integer", "Source_System": "Web Intelligence", "Data_Type": "ARRAY", "Sample_Value": "[{\"name\":\"ShareNow\",\"url\":\"www.share-now.com\",\"fleet_size\":450},{\"name\":\"Miles\",\"url\":\"www.miles-mobility.com\",\"fleet_size\":320},{\"name\":\"WeShare\",\"url\":\"www.weshare.de\",\"fleet_size\":300}]" }, { "Variable": "ev_charging_operators", "Description": "Number of public EV charging network operators present", "Business_Rules": "Count distinct public-charging operators; exclude purely private or closed networks", "Source_System": "Web Intelligence", "Data_Type": "INTEGER", "Sample_Value": "12" }, { "Variable": "ev_charging_top3_list", "Description": "Top 3 EV charging providers with name, URL, and charging points", "Business_Rules": "Array of objects {name, url, charging_points}; charging_points is integer; public networks only", "Source_System": "Web Intelligence", "Data_Type": "ARRAY", "Sample_Value": "[{\"name\":\"Allego\",\"url\":\"www.allego.eu\",\"charging_points\":220},{\"name\":\"Ionity\",\"url\":\"www.ionity.eu\",\"charging_points\":140},{\"name\":\"EnBW\",\"url\":\"www.enbw.com\",\"charging_points\":120}]" }, { "Variable": "maas_maturity_index", "Description": "MaaS maturity score (0–100) for the geography", "Business_Rules": "Composite score using digital integration, ticketing/booking coverage, and operator scale; only carsharing operators with ≥300 active vehicles contribute to scale component", "Source_System": "AI Reasoning", "Data_Type": "DECIMAL", "Sample_Value": "68.0" }, { "Variable": "maas_maturity_comment", "Description": "Short qualitative note explaining the MaaS maturity score", "Business_Rules": "One-line rationale referencing integration level, operator scale (≥300 rule), and charging density", "Source_System": "AI Reasoning", "Data_Type": "VARCHAR", "Sample_Value": "High integration; multiple ≥300-car operators and dense charging grid." } ] }