mirrored listing x402 eip155:8453eip155:137

Korean robotics industry intelligence, sold per query

Korean robotics industry intelligence, sold per query. Structured feed of Korea/Asia robot-sector news, analysis and KPIs - humanoids, physical AI, robot components (reducers, actuators, MEMS force-torque and tactile sensors), robot semiconductors, defense and logistics robots - written from Korean primary reporting and DART filings that English-language sources do not cover. Filter by date, region, category and keyword. Pay per query in USDC on Base or Polygon; empty results free.

Do you run robotinsight.kr? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
110000 (raw units)
price
4
calls / 30d
3
unique payers
2026-09-07
updated

Provider

robotinsight.kr · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xee1c101a65605a235F0c4f6c8B83a176369f899F",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "110000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xee1c101a65605a235F0c4f6c8B83a176369f899F",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cc03d5c3359",
    "amount": "110000",
    "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.02/item), full = +body +sources ($0.10/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"
                },
                "region": {
                  "description": "comma-separated: world, us, korea, company",
                  "type": "string"
                },
                "since": {
                  "description": "YYYY-MM-DD, inclusive",
                  "type": "string"
                },
                "until": {
                  "description": "YYYY-MM-DD, inclusive",
                  "type": "string"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "method"
          ]
        }
      }
    },
    "tags": [
      "korea",
      "robotics",
      "humanoid",
      "news",
      "supply-chain",
      "korean-language",
      "research"
    ]
  },
  "kr.robotinsight": {
    "preview": {
      "count": 5,
      "depth": "brief",
      "newest": "2026-09-07",
      "priceUSD": "$0.11"
    }
  }
}

Use it

curl

curl "https://robotinsight.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://robotinsight.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://robotinsight.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 header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14941.json, and this resource appears in /discovery/resources and /discovery/search.