Paraguay Search Tenders
paraguay_search_tendersSearch Paraguay government procurement processes (tenders/contracts) from the official DNCP Open Contracting (OCDS) API. Results are date-scoped: the API requires a date range, so if you omit date_from/date_to it defaults to roughly the last 30 days. Returns a paginated list of processes with ocid, id, title, buyer (convocante), procurement method, and dates. Field values are in Spanish; monetary amounts are in PYG. Detailed value/status/items live in the full record — pass an id to paraguay_get_record. Note: the API has no free-text search parameter, so "query" is applied as a case-insensitive client-side filter over the current page of results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (10 processes per page). Defaults to 1. | |
| query | No | Optional keyword to filter the returned page by title/buyer (client-side, case-insensitive). The DNCP API has no server-side text search, so results are still bounded by the date range. | |
| date_to | No | End date (YYYY-MM-DD), inclusive. Maps to fecha_hasta. Defaults to today if both dates omitted. | |
| date_from | No | Start date (YYYY-MM-DD), inclusive. Maps to fecha_desde. Defaults to ~30 days ago if both dates omitted. |