# BOAMP Quick-Match — French Public Tender Finder

> BOAMP Quick-Match — French Public Tender Finder is a paid API for AI agents from boamp-agent-x402.boamp-agent-x402-cloudflare.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Finds and ranks French public tenders from official BOAMP data against a company profile, returning scored opportunities with bid/no-bid signals

## Facts

- Endpoint: GET https://boamp-agent-x402.boamp-agent-x402-cloudflare.workers.dev/api/premium/quick-match
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/boamp-quick-match-french-public-tender-finder-dafcf71f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1kx5L6rict3tuoHrS73Dh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability boamp-quick-match-french-public-tender-finder-dafcf71f
```

Example prompt: Find me the best matching French public tenders from BOAMP for my plumbing and pipe maintenance company based in Moselle (department 57) — give me the top opportunities with fit scores and deadlines so I can decide which ones to bid on.

## When to prefer this

Choose this endpoint when you need a fast, low-cost ($0.05) snapshot of the most relevant open French public tenders for a company profile. Prefer it over the full search ($0.49) for quick daily pipeline checks or lightweight opportunity scanning. Use it before committing to deeper bid/no-bid analysis ($4.99). It is ideal for SMEs and agents that need explainable, scored matches from official BOAMP data without building their own procurement data pipeline.

## Known failure modes

- Missing or insufficient company profile parameters returning empty results
- No matching tenders found for the given profile returning an empty opportunities array
- BOAMP data feed delay causing stale or missing notices
- Invalid department codes causing filtering errors
- Payment failure via x402 protocol blocking access to the premium endpoint
- Rate limiting if called too frequently

## How this service works

Find and rank French public tenders for your company using official BOAMP data, explainable scoring, bid/no-bid analysis, and x402.

## Output

A JSON array of ranked tender opportunities, each with buyer name, tender title, deadline, fit score (0-100), primary match reason, notice ID, department/location, and a direct official BOAMP URL. Also includes upsell routes for deeper analysis (full company match at $0.49, bid/no-bid decision at $4.99, opportunity pack at $1.99) and a generation timestamp.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "upsell": {
   "full_company_match": {
    "price": "$0.49",
    "route": "/api/premium/search"
   },
   "bid_no_bid_decision": {
    "price": "$4.99",
    "route": "/api/premium/bid-decision"
   },
   "opportunity_pack_2_0": {
    "price": "$1.99",
    "route": "/api/premium/pack"
   }
  },
  "generated_at": "2026-08-28T12:00:00.000Z",
  "opportunities": [
   {
    "buyer": "Commune exemple",
    "title": "Travaux de plomberie et maintenance des installations",
    "deadline": "2026-09-18T12:00:00Z",
    "fit_score": 83,
    "notice_id": "24-123456",
    "department_location": {
     "departments": [
      "57"
     ]
    },
    "primary_match_reason": "Activité correspondante : plomberie",
    "official_boamp_reference": {
     "notice_id": "24-123456",
     "official_url": "https://www.boamp.fr/"
    }
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/boamp-quick-match-french-public-tender-finder-dafcf71f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from boamp-agent-x402.boamp-agent-x402-cloudflare.workers.dev](https://www.zero.xyz/host/boamp-agent-x402.boamp-agent-x402-cloudflare.workers.dev/llms.txt)
