# 전장(電裝) 자동차 전장 산업 리포트 API

> 전장(電裝) 자동차 전장 산업 리포트 API is a paid API for AI agents from jeonjang.kr, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Retrieves Korean-language automotive electronics industry reports covering ADAS, power semiconductors, sensors, infotainment, batteries, E/E architecture, and supply chains

## Facts

- Endpoint: GET https://jeonjang.kr/api/intel
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-4b79b2ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__GCIK5J2By-6dXVvQ9zTd

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 api-4b79b2ca
```

Example prompt: Can you pull the latest full-depth reports from 전장(電裝) on ADAS and power semiconductors published since 2024-01-01, up to 10 results, with body and sources included?

## When to prefer this

Choose this endpoint when you need Korean-language automotive electronics industry intelligence — especially for niche topics like ADAS, power semiconductors, E/E architecture, or Korean automotive supply chains — and want structured access with tiered depth (headline-only vs. summary+KPIs vs. full article). Prefer it over generic news APIs when the target domain is specifically Korean automotive electronics journalism and analysis.

## Known failure modes

- Invalid depth enum value returns an error
- Date format other than YYYY-MM-DD rejected
- Limit value outside 1-100 range causes error
- Unknown or malformed cursor value may return error or empty results
- No results found for narrow keyword/category/date combination returns empty list
- Payment failure (x402) blocks access to the endpoint

## How this service works

Korean automotive-electronics intelligence (jeonjang = vehicle E/E systems), sold per query. Structured feed of Korean auto-electronics news, analysis and KPIs - software-defined vehicles, ADAS, automotive semiconductors, in-vehicle networking, power electronics, and the Hyundai/Kia, Mobis, LG and HL Mando supply chains - written from Korean primary reporting English-language sources do not cover. Filter by date, category and keyword. Pay per query in USDC on Base or Polygon; empty results free.

## Output

A JSON response containing a list of automotive electronics industry report items. Depending on the depth parameter, each item includes: title only (index), title plus summary and KPIs (brief), or full article body with sources (full). The response also includes a nextCursor field for paginating through additional results.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "description": "keyword, matched against title and summary. Korean content; common English terms are auto-mapped to Korean."
      },
      "depth": {
       "enum": [
        "index",
        "brief",
        "full"
       ],
       "type": "string",
       "description": "index = slug/date/category/title/facets (FREE, any limit), brief = +summary +KPIs ($0.022/item), full = +body +sources ($0.11/item). Paid queries add a $0.01 base fee, waived on cursor continuations. Empty results are free."
      },
      "limit": {
       "type": "string",
       "description": "1-100, default 5"
      },
      "since": {
       "type": "string",
       "description": "YYYY-MM-DD, inclusive"
      },
      "until": {
       "type": "string",
       "description": "YYYY-MM-DD, inclusive"
      },
      "cursor": {
       "type": "string",
       "description": "opaque id from a previous response's nextCursor"
      },
      "category": {
       "type": "string",
       "description": "comma-separated; raw Korean kicker substring or a facet from x-vocabulary in /openapi.json"
      }
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-4b79b2ca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jeonjang.kr](https://www.zero.xyz/host/jeonjang.kr/llms.txt)
