Korean automotive-electronics intelligence (jeonjang = vehicle E/E systems), sold per quer
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.
120000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-07
updated
Provider
jeonjang.kr · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xD727082fE03a798c667366b9467b1CF5964bBe54",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "120000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xD727082fE03a798c667366b9467b1CF5964bBe54",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cc03d5c3359",
"amount": "120000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"category": "data",
"discoverable": true,
"info": {
"input": {
"method": "GET",
"queryParams": {
"depth": "brief",
"limit": "10"
},
"type": "http"
},
"output": {
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"category": {
"description": "comma-separated; raw Korean kicker substring or a facet from x-vocabulary in /openapi.json",
"type": "string"
},
"cursor": {
"description": "opaque id from a previous response's nextCursor",
"type": "string"
},
"depth": {
"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.",
"enum": [
"index",
"brief",
"full"
],
"type": "string"
},
"limit": {
"description": "1-100, default 5",
"type": "string"
},
"q": {
"description": "keyword, matched against title and summary. Korean content; common English terms are auto-mapped to Korean.",
"type": "string"
},
"since": {
"description": "YYYY-MM-DD, inclusive",
"type": "string"
},
"until": {
"description": "YYYY-MM-DD, inclusive",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"method"
]
}
}
},
"tags": [
"korea",
"automotive",
"automotive-electronics",
"sdv",
"adas",
"semiconductors",
"news",
"korean-language"
]
},
"kr.jeonjang": {
"preview": {
"count": 5,
"depth": "brief",
"newest": "2026-09-06",
"priceUSD": "$0.12"
}
}
}Use it
curl
curl "https://jeonjang.kr/api/intel" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://jeonjang.kr/api/intel");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://jeonjang.kr/api/intel")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14980.json, and this resource appears in /discovery/resources and /discovery/search.