{
  "openapi": "3.0.1",
  "info": {
    "title": "Evergabe-online.de Scraper",
    "description": "Extract public procurement tenders from Germany’s Evergabe-online.de—get titles, deadlines, contract types, CPV codes, and awarding authorities. Fast, flexible, and API-ready for procurement analysis, bid monitoring, and market research with rich filtering options.",
    "version": "0.0",
    "x-build-id": "hbRrQgTn75AhMM7r3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lexis-solutions~evergabe-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lexis-solutions-evergabe-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/lexis-solutions~evergabe-scraper/runs": {
      "post": {
        "operationId": "runs-sync-lexis-solutions-evergabe-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/lexis-solutions~evergabe-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-lexis-solutions-evergabe-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "maxItems"
        ],
        "properties": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "URLs to start with.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxItems": {
            "title": "Maximum number of items",
            "type": "integer",
            "description": "Maximum number of items that will be extracted.",
            "default": 10
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Your proxy configuration from Apify",
            "default": {
              "useApifyProxy": false
            }
          },
          "query": {
            "title": "Location Query",
            "type": "string",
            "description": "Location Query"
          },
          "publishDateRange": {
            "title": "Publish Date Range",
            "enum": [
              "ALL",
              "USER_SELECTION",
              "TODAY",
              "YESTERDAY",
              "TWO_DAYS",
              "SEVEN_DAYS",
              "FOURTEEN_DAYS",
              "TWENTY_ONE_DAYS",
              "TWENTY_EIGHT_DAYS"
            ],
            "type": "string",
            "description": "Publish Date Range",
            "default": "ALL"
          },
          "place": {
            "title": "Place",
            "type": "string",
            "description": "Place"
          },
          "cpvCode": {
            "title": "CPV Code",
            "type": "string",
            "description": "CPV Code"
          },
          "deadlineFrom": {
            "title": "Deadline From",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Deadline From (YYYY-MM-DD)"
          },
          "deadlineTo": {
            "title": "Deadline To",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Deadline To (YYYY-MM-DD)"
          },
          "floatingPeriodFrom": {
            "title": "Floating Period From",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Floating Period From (YYYY-MM-DD)"
          },
          "floatingPeriodTo": {
            "title": "Floating Period To",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Floating Period To (YYYY-MM-DD)"
          },
          "publishDateFrom": {
            "title": "Publish Date From",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Publish Date From (YYYY-MM-DD)"
          },
          "publishDateTo": {
            "title": "Publish Date To",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Publish Date To (YYYY-MM-DD)"
          },
          "tenderingFrameworkNational": {
            "title": "Tendering Framework National",
            "type": "array",
            "description": "Tendering Framework National",
            "items": {
              "type": "string",
              "enum": [
                "UVGO",
                "VOB",
                "VOL",
                "HHR"
              ],
              "enumTitles": [
                "UVgO",
                "VOB",
                "VOL",
                "Budget law"
              ]
            }
          },
          "tenderingFrameworkEuropean": {
            "title": "Tendering Framework European",
            "type": "array",
            "description": "Tendering Framework European",
            "items": {
              "type": "string",
              "enum": [
                "VGV",
                "VSVGV",
                "KONZVGV",
                "SEKTVO"
              ],
              "enumTitles": [
                "VgV",
                "VSVgV",
                "ConcVgV",
                "Sector Ordinance"
              ]
            }
          },
          "contractTypes": {
            "title": "Contract Types",
            "type": "array",
            "description": "Contract Types",
            "items": {
              "type": "string",
              "enum": [
                "SERVICES",
                "WORKS",
                "SUPPLIES"
              ],
              "enumTitles": [
                "Services / Dienstleistungen",
                "Works / Bauauftrag",
                "Supplies / Lieferauftrag"
              ]
            }
          },
          "freelanceService": {
            "title": "Freelance Service",
            "type": "boolean",
            "description": "Freelance Service",
            "default": false
          },
          "categories": {
            "title": "Categories",
            "type": "array",
            "description": "Categories",
            "items": {
              "type": "string",
              "enum": [
                "all",
                "61",
                "51",
                "0",
                "6",
                "53",
                "59",
                "66",
                "5",
                "1",
                "4",
                "50",
                "55",
                "52",
                "65",
                "56",
                "60",
                "58",
                "3",
                "54",
                "57",
                "2"
              ],
              "enumTitles": [
                "All/Alle",
                "Labor market services/Arbeitsmarktdienstleistungen",
                "Construction works/Bauleistungen",
                "Clothing, furniture and printing/Bekleidung, Möbel und Druck",
                "Services/Dienstleistungen",
                "Energy sources/Energiequellen",
                "Finished products/Fertigerzeugnisse",
                "Research and development/Forschung und Entwicklung",
                "Information technology/Informationstechnik",
                "Communications & electrical engineering/Kommunikations- und Elektrotechnik",
                "Motor vehicles/Kraftfahrwesen",
                "Food/Lebensmittel",
                "Supply services/Lieferleistungen",
                "Machinery/Maschinen",
                "Medical technology/Medizintechnik",
                "Metals, non-metals/Metalle, Nichtmetalle",
                "Natural products/Natürliche Erzeugnisse",
                "Raw water, drinking water/Rohwasser, Reinwasser",
                "Sanitation/Healthcare/Sanitätswesen",
                "Secondary raw materials/Sekundärrohstoffe",
                "Prefabricated products/Vorgefertigte Erzeugnisse",
                "Weapons, ammunition & special technical equipment/Waffen, Munition und technische Sondergeräte"
              ]
            }
          },
          "nationalTypeChoiceNational": {
            "title": "National Type Choice (National)",
            "type": "array",
            "description": "Filter by national tendering type",
            "items": {
              "type": "string",
              "enum": [
                "NATIONAL_PRIOR_INFORMATION",
                "NATIONAL_PUBLIC",
                "NATIONAL_RESTRICTED",
                "NATIONAL_COMPETITION"
              ],
              "enumTitles": [
                "Prior information (Vorinformation)",
                "Open tender (Öffentliche Ausschreibung)",
                "Restricted tender (Beschränkte Ausschreibung)",
                "Direct award / Negotiated procedure (Freihändige Vergabe / Verhandlungsvergabe)"
              ]
            }
          },
          "nationalTypeChoiceEuropean": {
            "title": "National Type Choice (European)",
            "type": "array",
            "description": "Filter by european tendering type",
            "items": {
              "type": "string",
              "enum": [
                "EU_PRIOR_INFORMATION",
                "EU_OPEN",
                "EU_RESTRICTED",
                "EU_COMPETITIVE_DIALOG",
                "EU_COMPETITION",
                "EU_INNOVATION_PARTNERSHIP"
              ],
              "enumTitles": [
                "Prior information / regular indicative notice (Vorinformation / Regelmäßige nichtverbindliche Bekanntmachung)",
                "Open procedure (Offenes Verfahren)",
                "Restricted procedure (Nicht offenes Verfahren)",
                "Competitive dialogue (Wettbewerblicher Dialog)",
                "Negotiated procedure (Verhandlungsverfahren)",
                "Innovation partnership (Innovationspartnerschaft)"
              ]
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}