# ProspectPulse Commodity Supply Intelligence

> ProspectPulse Commodity Supply Intelligence is a paid API for AI agents from prospectpulse-pi.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Returns global supply and demand analysis for a specified mining commodity, identifying structural deficits and energy-transition dynamics.

## Facts

- Endpoint: GET https://prospectpulse-pi.vercel.app/api/prospect/commodity-supply-intel
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospectpulse-commodity-supply-intelligence-24779f13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OTNQgyqjztBk0ov3xtOk_

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-commodity-supply-intelligence-24779f13
```

Example prompt: Can you pull up a global supply and demand analysis for lithium, including where structural deficits are forming and how the energy transition is driving demand — I need this for a mining investment report?

## When to prefer this

Use this endpoint when an agent needs commodity-level supply/demand intelligence specifically for mining or investment decisions, especially in the context of energy-transition critical minerals. Prefer this over general commodity price APIs when structural deficit analysis and investment-grade context are required.

## Known failure modes

- Unsupported commodity symbol returns an error or empty result
- Overly generic query without a specific commodity may return ambiguous data
- Network or upstream data source unavailability causing delayed or failed response
- Rate limiting or payment failure (x402) if USDC payment is not processed correctly

## How this service works

Global mineral and resource exploration intelligence. USGS MRDS deposit inventory, geochemical anomaly analysis, satellite scene availability, jurisdiction entry-risk,…

## Output

A structured report covering global supply and demand dynamics for the requested mining commodity, including identification of structural deficit regions, energy-transition demand drivers, and market outlook relevant to commodity traders and mining investors.

## 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 | zh | ja | ko | de | ar"
      },
      "commodity": {
       "type": "string",
       "description": "Mining commodity | lithium | cobalt | nickel | copper | gold | silver | uranium | graphite | REE | platinum | palladium | manganese | zinc | lead | tin | molybdenum | tungsten"
      }
     }
    }
   },
   "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": {
  "balance": "SURPLUS",
  "commodity": "Lithium",
  "commodity_type": "CRITICAL MINERAL",
  "analyst_summary": "Lithium faces near-term oversupply as 2022-2023 project rush delivers into weaker-than-expected EV demand...",
  "global_production_summary": {
   "top_producers": [
    {
     "country": "Australia",
     "share_pct": 47
    },
    {
     "country": "Chile",
     "share_pct": 30
    }
   ],
   "concentration_risk": "MODERATE",
   "annual_production_kt": "~180 kt LCE (2024)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospectpulse-commodity-supply-intelligence-24779f13/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospectpulse-pi.vercel.app](https://www.zero.xyz/host/prospectpulse-pi.vercel.app/llms.txt)
