{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-data-filter-nl",
  "title": "gg402 \u00b7 Filter structured data with natural language",
  "url": "https://gg402.vercel.app/data_filter_nl",
  "category": "data",
  "summary": "Filter structured datasets using natural language queries and receive filtered results with applied condition summaries.",
  "seo": {
    "title": "Natural Language Data Filter API | x402 Pay-Per-Call",
    "description": "Filter structured datasets using plain English queries. Returns filtered records with condition summaries. 0.01 USDC per call on Base."
  },
  "use_cases": [
    "Filter customer records by demographic criteria described in plain English",
    "Extract sales data matching complex temporal conditions without writing SQL",
    "Refine datasets for downstream analysis using conversational queries"
  ],
  "ideal_buyer": "Data analysts and developers building internal tools who need flexible filtering without query language expertise.",
  "example_prompt": "Filter this dataset to only include records from the last 30 days where revenue exceeded $10,000 and the customer tier is enterprise.",
  "example_request_body": {
    "data": [],
    "query": "records from last 30 days with revenue over $10000 and enterprise tier"
  },
  "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": "Filter structured data using natural language queries.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "data": {
              "type": "array",
              "required": true,
              "description": "The dataset to filter, as an array of objects."
            },
            "query": {
              "type": "string",
              "required": true,
              "description": "Natural language description of the filter condition, e.g., 'records where age > 30 and city is New York'."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "filtered_data",
            "filter_summary"
          ],
          "properties": {
            "filtered_data": {
              "type": "array",
              "description": "The filtered subset of the dataset."
            },
            "filter_summary": {
              "type": "object",
              "required": [
                "original_count",
                "filtered_count",
                "applied_conditions"
              ],
              "properties": {
                "filtered_count": {
                  "type": "number",
                  "description": "Number of records in the filtered dataset."
                },
                "original_count": {
                  "type": "number",
                  "description": "Number of records in the original dataset."
                },
                "applied_conditions": {
                  "type": "string",
                  "description": "Description of the filter conditions applied based on the natural language query."
                }
              },
              "description": "Summary including number of records before/after filtering and applied conditions."
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "tools-cl-3a9f14290a85",
  "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-filter-nl",
    "url": "https://x402all.com/resource/gg402-vercel-app-data-filter-nl",
    "name": "gg402 \u00b7 Filter structured data with natural language",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-data-filter-nl",
      "@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_filter_nl",
    "@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-filter-nl",
    "description": "Filter structured datasets using plain English queries. Returns filtered records with condition summaries. 0.01 USDC per call on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-data-filter-nl",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-data-filter-nl"
}
