search_tenders
Search public procurement tenders from BOAMP (France) and TED (EU) using filters like CPV code, region, budget, deadline, source, and status. Returns paginated results.
Instructions
Search public procurement tenders from BOAMP (France) and TED (EU).
Returns a paginated list of tender notices matching the filters.
Args: cpv: CPV classification code (e.g. "72000000" for IT services). region: French region slug, lowercase (e.g. "occitanie", "ile-de-france", "bretagne"). budget_min: Minimum estimated budget, EUR. budget_max: Maximum estimated budget, EUR. deadline_after: ISO date (YYYY-MM-DD); only tenders with submission deadline after this date. source: "boamp" (France) or "ted" (EU-wide). Omit to include both. status: "open" | "closed" | "awarded". buyer_siret: Exact SIRET of the French contracting authority (14 digits). country: ISO 3-letter country code (default FR). page: 1-indexed page number. page_size: Results per page, 1-100.
Returns a dict with keys: total, page, page_size, results (list of tenders).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpv | No | ||
| region | No | ||
| budget_min | No | ||
| budget_max | No | ||
| deadline_after | No | ||
| source | No | ||
| status | No | ||
| buyer_siret | No | ||
| country | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||