{
  "service": {
    "name": "Chile Procurement Intel",
    "description": "Agent-native Chile public procurement sales intelligence: hospital buyers, medical-equipment demand, public-sector buyer leads, supplier opportunity matching and ChileCompra OCDS evidence.",
    "country": "CL",
    "data_source": "ChileCompra OCDS",
    "metrics": "deterministic",
    "intents": [
      "find Chile hospital buyers",
      "medical equipment procurement Chile",
      "public sector buyer leads Chile",
      "hospital procurement intelligence",
      "supplier opportunity matching Chile",
      "public procurement sales intelligence",
      "ChileCompra buyer intelligence",
      "government sales leads Chile"
    ]
  },
  "resources": [
    {
      "method": "POST",
      "path": "/v1/buyers/search",
      "description": "Search 8,004 July 2026 ChileCompra OCDS procurement processes and rank public-sector buyers matching a product, service or procurement intent.",
      "price_usd": 0.01,
      "network": "eip155:8453",
      "asset": "USDC",
      "payTo": "0x1e937ABC519f7B9f959986Bfe259d29f745f6eCf",
      "input_schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "minLength": 3,
            "maxLength": 160,
            "description": "Natural-language procurement demand query, product, service, buyer intent or UNSPSC-related phrase."
          },
          "region": {
            "type": "string",
            "maxLength": 120,
            "description": "Optional Chilean region filter."
          },
          "limit": {
            "type": "integer",
            "minimum": 1,
            "maximum": 20,
            "default": 5
          }
        },
        "required": [
          "query"
        ],
        "additionalProperties": false
      },
      "example_input": {
        "query": "hospitales que compran equipamiento médico",
        "region": "Región Metropolitana de Santiago",
        "limit": 5
      },
      "example_output": {
        "query": "hospitales que compran equipamiento médico",
        "coverage": {
          "period": "2026-07",
          "indexed_processes": 8004,
          "population_processes": 8004,
          "unique_buyers": 2138
        },
        "results": [
          {
            "buyer_id": "CL-MP-1057489",
            "buyer_name": "SERVICIO DE SALUD ORIENTE HOSPITAL DEL SALVADOR | Bienes y Servicios",
            "buyer_region": "Región Metropolitana de Santiago",
            "observed_tenders": 3,
            "evidence_title": "Convenio de Suministro de Cistoscopio Flexible con incorporación de equipamiento por 36 meses para Hospital del Salvador"
          }
        ],
        "provenance": {
          "publisher": "Dirección de Compras y Contratación Pública (ChileCompra)",
          "standard": "OCDS",
          "period": "2026-07"
        }
      }
    },
    {
      "method": "POST",
      "path": "/v1/opportunities/match",
      "description": "Find supplier sales opportunities in Chile public procurement. Match a supplier offering to supported government demand and return structured buyer leads and evidence.",
      "price_usd": 0.05,
      "network": "eip155:8453",
      "asset": "USDC",
      "payTo": "0x1e937ABC519f7B9f959986Bfe259d29f745f6eCf",
      "input_schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "type": "object",
        "properties": {
          "need": {
            "type": "string",
            "minLength": 3,
            "description": "Natural-language description of what the supplier sells or the demand it wants to find in Chile public procurement."
          },
          "region": {
            "type": "string",
            "description": "Optional Chilean region filter. Current validation sample may not contain enough rows for hard filtering."
          },
          "max_results": {
            "type": "integer",
            "minimum": 1,
            "maximum": 20,
            "default": 10
          }
        },
        "required": [
          "need"
        ],
        "additionalProperties": false
      },
      "example_input": {
        "need": "Vendemos ecógrafos y equipamiento clínico en Chile",
        "region": "Región Metropolitana de Santiago",
        "max_results": 10
      },
      "example_output": {
        "matched_vertical": "medical-equipment",
        "unspsc_segment": "42",
        "confidence_basis": "deterministic_keyword_rules",
        "sample_scope": "first 100 listed ChileCompra OCDS processes, July 2026",
        "demand_summary": {
          "tenders": 15,
          "unique_buyers": 12,
          "repeat_buyers": 2,
          "budget_coverage_pct": 53.33
        },
        "top_buyers": [
          {
            "buyer_id": "CL-MP-1057489",
            "buyer_name": "SERVICIO DE SALUD ORIENTE HOSPITAL DEL SALVADOR | Bienes y Servicios",
            "region": "Región Metropolitana de Santiago",
            "tenders": 3
          }
        ]
      },
      "x402": {
        "x402Version": 2,
        "error": "Payment required",
        "resource": {
          "url": "https://exp-100k-001-v2.vercel.app/v1/opportunities/match",
          "description": "Match a supplier need to Chile public procurement demand and return buyer evidence.",
          "mimeType": "application/json",
          "serviceName": "Chile Procurement Intel",
          "tags": [
            "procurement",
            "chile",
            "buyers",
            "ocds",
            "opportunities"
          ]
        },
        "accepts": [
          {
            "scheme": "exact",
            "network": "eip155:8453",
            "amount": "50000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "payTo": "0x1e937ABC519f7B9f959986Bfe259d29f745f6eCf",
            "maxTimeoutSeconds": 120,
            "extra": {
              "assetTransferMethod": "eip3009",
              "name": "USD Coin",
              "version": "2"
            }
          }
        ],
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "type": "http",
                "method": "POST",
                "bodyType": "json",
                "body": {
                  "need": "Vendemos ecógrafos y equipamiento clínico en Chile",
                  "region": "Región Metropolitana de Santiago",
                  "max_results": 10
                }
              },
              "output": {
                "type": "json",
                "example": {
                  "matched_vertical": "medical-equipment",
                  "unspsc_segment": "42",
                  "confidence_basis": "deterministic_keyword_rules",
                  "sample_scope": "first 100 listed ChileCompra OCDS processes, July 2026",
                  "demand_summary": {
                    "tenders": 15,
                    "unique_buyers": 12,
                    "repeat_buyers": 2,
                    "budget_coverage_pct": 53.33
                  },
                  "top_buyers": [
                    {
                      "buyer_id": "CL-MP-1057489",
                      "buyer_name": "SERVICIO DE SALUD ORIENTE HOSPITAL DEL SALVADOR | Bienes y Servicios",
                      "region": "Región Metropolitana de Santiago",
                      "tenders": 3
                    }
                  ]
                }
              }
            },
            "schema": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "type": "object",
              "properties": {
                "input": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string",
                      "const": "http"
                    },
                    "method": {
                      "type": "string",
                      "enum": [
                        "POST",
                        "PUT",
                        "PATCH"
                      ]
                    },
                    "bodyType": {
                      "type": "string",
                      "enum": [
                        "json",
                        "form-data",
                        "text"
                      ]
                    },
                    "body": {
                      "type": "object"
                    },
                    "queryParams": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    },
                    "headers": {
                      "type": "object",
                      "additionalProperties": {
                        "type": "string"
                      }
                    }
                  },
                  "required": [
                    "type",
                    "method",
                    "bodyType",
                    "body"
                  ],
                  "additionalProperties": false
                },
                "output": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "example": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "type"
                  ]
                }
              },
              "required": [
                "input"
              ]
            }
          }
        }
      }
    },
    {
      "method": "GET",
      "path": "/v1/verticals/medical-equipment/preview",
      "description": "Free conversion preview with freshness, demand volume, repeat-buyer and visible-budget signals.",
      "price_usd": 0,
      "network": null,
      "asset": null
    },
    {
      "method": "GET",
      "path": "/v1/verticals/medical-equipment/buyer-map",
      "description": "Find Chile hospital and public health-service buyers for medical equipment. Preview demand free; US$0.01 unlocks named buyer leads, buyer IDs, regions, repeat-demand signals, budget evidence and provenance.",
      "price_usd": 0.01,
      "network": "eip155:8453",
      "asset": "USDC",
      "payTo": "0x1e937ABC519f7B9f959986Bfe259d29f745f6eCf"
    }
  ]
}