# AgentDatum US Industry Data

> AgentDatum US Industry Data is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns US industrial sector metrics including manufacturing share of GDP, services sector breakdown, export intensity, factory output, and energy landscape data.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/us/industry
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-us-industry-data-44f19ea9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4trFJLnRx7nSipUA-t7dR

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 agentdatum-us-industry-data-44f19ea9
```

Example prompt: What's the latest US industry breakdown — I need manufacturing's share of GDP, the services sector contribution, export intensity, and factory output figures.

## When to prefer this

Choose this endpoint when you specifically need US industrial sector data — manufacturing, services, exports intensity, factory output, and energy — as a focused, lower-cost alternative to the US bundle. Prefer the US Industry endpoint when you do not need full macro indicators (GDP growth, CPI, unemployment) and want only the industrial breakdown. Use the US Bundle if you need macro + industry + trade together at a discount.

## Known failure modes

- HTTP 402 Payment Required if USDC payment is not provided or fails
- HTTP 429 rate limiting if too many requests are made
- Stale or delayed data if upstream economic data sources have not been refreshed
- Empty or partial response if specific sub-metrics are temporarily unavailable

## How this service works

🇺🇸 US INDUSTRY DATA — manufacturing share of GDP, services sector, exports intensity. Track American industrial output, factory output, and energy landscape. 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

Returns structured data on US industrial sector metrics including manufacturing's share of GDP, services sector contribution, exports intensity, factory and industrial output figures, and energy landscape indicators — all reflecting current American economic conditions.

## 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": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "exports_intensity_pct": 11.2,
  "services_share_gdp_pct": 77,
  "manufacturing_share_gdp_pct": 10.8
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-us-industry-data-44f19ea9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
