search_direct_procurements
Search direct procurement notices from EKAP to find opportunities by criteria like type, location, status, and dates for bidding participation.
Instructions
Search Direct Procurements (Doğrudan Temin) via EKAP (YeniIhaleAramaData.ashx, metot=dtAra). Returns: dt_no, title, authority, type, due_datetime, announcement_date, province_plate, has_announcement, has_document.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
authority_id | No | Authority token (İdare ID token) from idareAra | |
cookies | No | Cookie header (Çerez) for EKAP session (optional) | |
date_end | No | Offer due end (Teklif tarihi bitişi) YYYY-MM-DD | |
date_start | No | Offer due start (Teklif tarihi başlangıcı) YYYY-MM-DD | |
dt_no | No | DT reference (DT No) combined, e.g., 25DT1493794 | |
dt_number | No | DT number (DT Sayı), e.g., 1493794 | |
dt_type | No | DT type (Doğrudan Temin Türü): 1=Goods (Mal), 2=Construction (Yapım), 3=Service (Hizmet), 4=Consultancy (Danışmanlık) | |
e_price_offer | No | E-Price Offer (E-Fiyat Teklifi) eihale | |
order_by | No | Sort key (Sıralama): e.g., 10=DT No desc | |
page_index | No | Page index (Sayfa indeksi) 1-n | |
parent_authority_code | No | Parent Authority (Bağlı Olduğu Üst İdare) ustIdareKod | |
province_name | No | Authority province name (İl adı), e.g., 'Antalya' | |
province_plate | No | Authority province plate (İl plaka kodu) 1-81. Accepts integer or string. | |
scope_id | No | Scope ID (Doğrudan Temin Kapsamı): 101/102/103 | |
scope_text | No | Scope text (Kapsam), e.g., 'Within Law 4734 (4734 Kapsamında)' | |
search_text | No | Search term for Direct Procurement (Doğrudan Temin) | |
status_id | No | Status ID (Doğrudan Temin Durumu): 202,3,4,5,15 | |
status_text | No | Status text (Durum), e.g., 'Bids Under Evaluation (Teklifler Değerlendiriliyor)' | |
top_authority_code | No | Top Authority (Bağlı Olduğu En Üst İdare) enUstIdareKod | |
year | No | DT year (Yıl), e.g., 2025 (API uses two digits) |
Input Schema (JSON Schema)
{
"properties": {
"authority_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Authority token (İdare ID token) from idareAra",
"title": "Authority Id"
},
"cookies": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Cookie header (Çerez) for EKAP session (optional)",
"title": "Cookies"
},
"date_end": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Offer due end (Teklif tarihi bitişi) YYYY-MM-DD",
"title": "Date End"
},
"date_start": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Offer due start (Teklif tarihi başlangıcı) YYYY-MM-DD",
"title": "Date Start"
},
"dt_no": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "DT reference (DT No) combined, e.g., 25DT1493794",
"title": "Dt No"
},
"dt_number": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "DT number (DT Sayı), e.g., 1493794",
"title": "Dt Number"
},
"dt_type": {
"anyOf": [
{
"enum": [
1,
2,
3,
4
],
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "DT type (Doğrudan Temin Türü): 1=Goods (Mal), 2=Construction (Yapım), 3=Service (Hizmet), 4=Consultancy (Danışmanlık)",
"title": "Dt Type"
},
"e_price_offer": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"description": "E-Price Offer (E-Fiyat Teklifi) eihale",
"title": "E Price Offer"
},
"order_by": {
"default": 10,
"description": "Sort key (Sıralama): e.g., 10=DT No desc",
"title": "Order By",
"type": "integer"
},
"page_index": {
"default": 1,
"description": "Page index (Sayfa indeksi) 1-n",
"title": "Page Index",
"type": "integer"
},
"parent_authority_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Parent Authority (Bağlı Olduğu Üst İdare) ustIdareKod",
"title": "Parent Authority Code"
},
"province_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Authority province name (İl adı), e.g., 'Antalya'",
"title": "Province Name"
},
"province_plate": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Authority province plate (İl plaka kodu) 1-81. Accepts integer or string.",
"title": "Province Plate"
},
"scope_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Scope ID (Doğrudan Temin Kapsamı): 101/102/103",
"title": "Scope Id"
},
"scope_text": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Scope text (Kapsam), e.g., 'Within Law 4734 (4734 Kapsamında)'",
"title": "Scope Text"
},
"search_text": {
"default": "",
"description": "Search term for Direct Procurement (Doğrudan Temin)",
"title": "Search Text",
"type": "string"
},
"status_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "Status ID (Doğrudan Temin Durumu): 202,3,4,5,15",
"title": "Status Id"
},
"status_text": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Status text (Durum), e.g., 'Bids Under Evaluation (Teklifler Değerlendiriliyor)'",
"title": "Status Text"
},
"top_authority_code": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Top Authority (Bağlı Olduğu En Üst İdare) enUstIdareKod",
"title": "Top Authority Code"
},
"year": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "DT year (Yıl), e.g., 2025 (API uses two digits)",
"title": "Year"
}
},
"type": "object"
}