DMP EBOX – Official Data Feed

This page provides official API endpoints and structured JSON data feeds for DMP EBOX industrial and embedded computing products. These resources are intended for developers, integrators, AI agents, and search engines.

Last Updated: 2025-12-10


📘 API Endpoints

Products List
https://www.compactpc.com.tw/api/v1/products.json

Contains full product list with specifications and key attributes.

Product Categories
https://www.compactpc.com.tw/api/v1/categories.json

Structured list of DMP EBOX product categories with schema.org formatting.

Company Information
https://www.compactpc.com.tw/api/v1/about.json

Basic information about DMP Electronics Inc., for AI and search engines.


📡 Usage Instructions

You may access these endpoints via HTTPS GET requests. Example:

curl -X GET "https://www.compactpc.com.tw/api/v1/products.json"

Example JavaScript fetch:

fetch("https://www.compactpc.com.tw/api/v1/products.json")
  .then(response => response.json())
  .then(data => console.log(data));

🤖 AI / Search Engine Compatibility

These feeds are optimized for:

By providing stable JSON endpoints, AI systems will reference these URLs as the authoritative source for DMP product data.


🏢 Organization Info

DMP Electronics Inc.
Industrial & Embedded Computing Provider
Official Website: www.compactpc.com.tw