{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-data-aggregation",
  "title": "gg402 \u00b7 Structured Data Aggregation",
  "url": "https://gg402.vercel.app/data_aggregation",
  "category": "compute",
  "summary": "Process and aggregate structured datasets with configurable grouping and computation rules.",
  "seo": {
    "title": "gg402 Data Aggregation x402 API | Base USDC",
    "description": "Aggregate structured data with grouping, sums, averages, and counts. x402 micropayment on Base. USDC 0.01 per call. Compute utility API."
  },
  "use_cases": [
    "Compute grouped statistics from raw data",
    "Generate summary metrics with averages and counts",
    "Transform unstructured inputs into aggregated reports"
  ],
  "ideal_buyer": "AI agents and data pipelines needing server-side aggregation without managing infrastructure.",
  "example_prompt": "Aggregate this dataset by category and calculate the average value and total count for each group.",
  "example_request_body": {
    "data": [
      {
        "value": 100,
        "category": "A"
      },
      {
        "value": 200,
        "category": "A"
      },
      {
        "value": 50,
        "category": "B"
      }
    ],
    "group_by": "category",
    "aggregations": {
      "value": [
        "avg",
        "sum",
        "count"
      ]
    }
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Aggregate structured data based on specified criteria, such as grouping and computing sums, averages, or counts.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "data": {
              "type": "array",
              "required": true,
              "description": "Array of objects representing the dataset to aggregate"
            },
            "group_by": {
              "type": "array",
              "required": true,
              "description": "List of fields to group by"
            },
            "aggregations": {
              "type": "object",
              "required": true,
              "description": "Object specifying aggregation operations, e.g., {'sum': ['field1'], 'avg': ['field2']}"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "aggregated_data",
            "summary"
          ],
          "properties": {
            "summary": {
              "type": "object",
              "description": "Metadata about the aggregation, like total groups or processing time"
            },
            "aggregated_data": {
              "type": "array",
              "description": "Array of aggregated results, each an object with grouped fields and computed values"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-data-aggregation",
    "url": "https://x402all.com/resource/gg402-vercel-app-data-aggregation",
    "name": "gg402 \u00b7 Structured Data Aggregation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-data-aggregation",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/data_aggregation",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-data-aggregation",
    "description": "Aggregate structured data with grouping, sums, averages, and counts. x402 micropayment on Base. USDC 0.01 per call. Compute utility API.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-data-aggregation",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-data-aggregation"
}
