# ProspectPulse Critical Minerals Scan

> ProspectPulse Critical Minerals Scan is a paid API for AI agents from prospectpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns country and region-level endowment assessments for energy-transition and strategic minerals (Li, Co, Ni, REE, Cu, graphite, PGE, uranium) with supply-chain geopolitics analysis.

## Facts

- Endpoint: GET https://prospectpulse.theaslangroupllc.com/api/prospect/critical-minerals-scan
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-critical-minerals-scan-0d6860c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1eHdgMfF-gGI7_JJ4GODk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability prospectpulse-critical-minerals-scan-0d6860c2
```

Example prompt: Run a critical minerals scan for Chile and Argentina — I want to know their lithium and copper endowment levels, and what the supply-chain geopolitics look like for each country from an energy-transition investment perspective.

## When to prefer this

Use this endpoint when you need a country- or region-level strategic overview of critical and energy-transition mineral endowment combined with supply-chain geopolitics — ideal for investment screening, portfolio country selection, or geopolitical risk briefings. Prefer this over the commodity market endpoint (which focuses on global supply/demand dynamics) or the entry-risk endpoint (which focuses on regulatory and permitting risk). Best suited for high-level strategic intelligence rather than deposit-level geological detail.

## Known failure modes

- Country or region not recognized or too ambiguous — returns error requesting clarification
- Mineral type not in the supported set (Li, Co, Ni, REE, Cu, graphite, PGE, uranium) — returns unsupported commodity error
- Insufficient data for obscure sub-national regions — returns partial result or low-confidence warning
- Payment failure via x402 protocol — returns 402 Payment Required before data is delivered

## How this service works

Country and region endowment in energy-transition and strategic minerals (Li, Co, Ni, REE, Cu, graphite, PGE, uranium) for mining and resource-investment agents, with supply-chain geopolitics on each.

## Output

A structured assessment of a country or region's endowment in critical and strategic minerals (Li, Co, Ni, REE, Cu, graphite, PGE, uranium), including reserve estimates, production context, strategic importance for energy transition, and a supply-chain geopolitics narrative covering export controls, alliances, chokepoints, and investment risk.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | pt | ru | zh | id | ar | ja | ko"
      },
      "country": {
       "type": "string",
       "description": "Country or region | DRC | Chile | Indonesia | Australia | Greenland | Kazakhstan | Philippines | Argentina"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "jurisdiction": "DRC (Democratic Republic of Congo)",
  "analyst_summary": "DRC holds the world's largest cobalt endowment and is critical to global EV supply chains...",
  "critical_minerals": [
   {
    "mineral": "Cobalt",
    "endowment_tier": "WORLD CLASS",
    "global_production_rank": "#1 (70%+ global supply)",
    "strategic_significance": "Irreplaceable for EV battery cathodes"
   }
  ],
  "supply_chain_risk_score": 72,
  "overall_strategic_significance": "TIER 1 CRITICAL"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-critical-minerals-scan-0d6860c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse.theaslangroupllc.com](https://www.zero.xyz/host/prospectpulse.theaslangroupllc.com/llms.txt)
