{
  "openapi": "3.0.1",
  "info": {
    "title": "Foerderdatenbank.de Scraper",
    "description": "Extract, monitor, and enrich German funding programs with the Foerderdatenbank.de Scraper. Get structured, up-to-date data on grants, providers, contacts, and eligibility from federal and state levels for research, CRM, or dashboards.",
    "version": "0.0",
    "x-build-id": "vIH6xs9jE8ZvHwGpm"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lexis-solutions~foerderdatenbank-de-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lexis-solutions-foerderdatenbank-de-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~foerderdatenbank-de-scraper/runs": {
      "post": {
        "operationId": "runs-sync-lexis-solutions-foerderdatenbank-de-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~foerderdatenbank-de-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-lexis-solutions-foerderdatenbank-de-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": true
            }
          },
          "query": {
            "title": "Query",
            "type": "string",
            "description": "Query"
          },
          "filterCategories": {
            "title": "Filter categories",
            "type": "array",
            "description": "Select which categories to search in.",
            "items": {
              "type": "string",
              "enum": [
                "FundingProgram",
                "FundingOrganisation",
                "in_den_weiteren_inhalten"
              ],
              "enumTitles": [
                "Förderprogramm",
                "Förderorganisation",
                "In den weiteren Inhalten"
              ]
            }
          },
          "page": {
            "title": "Page",
            "type": "integer",
            "description": "Page",
            "default": 1
          },
          "sort": {
            "title": "Sort",
            "enum": [
              "title",
              "date"
            ],
            "type": "string",
            "description": "Sort"
          },
          "sortType": {
            "title": "Sort Type",
            "enum": [
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Sort Type"
          },
          "fundingArea": {
            "title": "Funding Area",
            "type": "array",
            "description": "Filter by funding area (Fördergebiet). Select one or more regions.",
            "items": {
              "type": "string",
              "enum": [
                "_bundesweit",
                "baden_wuerttemberg",
                "bayern",
                "berlin",
                "brandenburg",
                "bremen",
                "de_ni",
                "de_st",
                "hamburg",
                "hessen",
                "mecklenburg_vorpommern",
                "nordrhein_westfalen",
                "rheinland_pfalz",
                "saarland",
                "sachsen",
                "schleswig_holstein",
                "thueringen"
              ],
              "enumTitles": [
                "Nationwide",
                "Baden-Württemberg",
                "Bavaria",
                "Berlin",
                "Brandenburg",
                "Bremen",
                "Lower Saxony",
                "Saxony-Anhalt",
                "Hamburg",
                "Hesse",
                "Mecklenburg-Vorpommern",
                "North Rhine-Westphalia",
                "Rhineland-Palatinate",
                "Saarland",
                "Saxony",
                "Schleswig-Holstein",
                "Thuringia"
              ]
            }
          },
          "grwProgram": {
            "title": "GRW programmes filter",
            "type": "array",
            "description": "Filter by GRW-Förderprogramme.",
            "items": {
              "type": "string",
              "enum": [
                "grw_foerderung",
                "keine_grw_foerderung"
              ],
              "enumTitles": [
                "Nur GRW-Förderprogramme",
                "Keine GRW-Förderung (alle Ergebnisse)"
              ]
            }
          },
          "supportArea": {
            "title": "Support Area (Förderbereich)",
            "type": "array",
            "description": "Filter by support area (Förderbereich). Matches the left sidebar filters.",
            "items": {
              "type": "string",
              "enum": [
                "arbeit",
                "aus_weiterbildung",
                "aussenwirtschaft",
                "beratung",
                "corona",
                "digitalisierung",
                "energieeffizienz_erneuerbare_energien",
                "existenzgruendung_festigung",
                "forschung_innovation_themenoffen",
                "forschung_innovation_themenspezifisch",
                "frauenfoerderung",
                "gesundheit_soziales",
                "infrastruktur",
                "kultur_medien_sport",
                "landwirtschaft_laendliche_entwicklung",
                "messen_ausstellungen",
                "mobilitaet",
                "regionalfoerderung",
                "smart_cities_regionen",
                "staedtebau_stadterneuerung",
                "umwelt_naturschutz",
                "unternehmensfinanzierung",
                "wohnungsbau_modernisierung"
              ],
              "enumTitles": [
                "Arbeit",
                "Aus- & Weiterbildung",
                "Außenwirtschaft",
                "Beratung",
                "Corona-Hilfe",
                "Digitalisierung",
                "Energieeffizienz & Erneuerbare Energien",
                "Existenzgründung & -festigung",
                "Forschung & Innovation (themenoffen)",
                "Forschung & Innovation (themenspezifisch)",
                "Frauenförderung",
                "Gesundheit & Soziales",
                "Infrastruktur",
                "Kultur, Medien & Sport",
                "Landwirtschaft & Ländliche Entwicklung",
                "Messen & Ausstellungen",
                "Mobilität",
                "Regionalförderung",
                "Smart Cities & Regionen",
                "Städtebau & Stadterneuerung",
                "Umwelt- & Naturschutz",
                "Unternehmensfinanzierung",
                "Wohnungsbau & Modernisierung"
              ]
            }
          },
          "eligibleEntity": {
            "title": "Eligible entity (Förderberechtigte)",
            "type": "array",
            "description": "Filter by eligible entity type (Förderberechtigte).",
            "items": {
              "type": "string",
              "enum": [
                "bildungseinrichtung",
                "existenzgruenderin",
                "forschungseinrichtung",
                "hochschule",
                "kommune",
                "oeffentliche_einrichtung",
                "privatperson",
                "unternehmen",
                "verband_vereinigung"
              ],
              "enumTitles": [
                "Bildungseinrichtung",
                "Existenzgründer/in",
                "Forschungseinrichtung",
                "Hochschule",
                "Kommune",
                "Öffentliche Einrichtung",
                "Privatperson",
                "Unternehmen",
                "Verband/Vereinigung"
              ]
            }
          },
          "fundingType": {
            "title": "Funding type (Förderart)",
            "type": "array",
            "description": "Filter by funding type (Förderart).",
            "items": {
              "type": "string",
              "enum": [
                "beteiligung",
                "beteiligung+buergschaft",
                "beteiligung+darlehen",
                "beteiligung+zuschuss"
              ],
              "enumTitles": [
                "Beteiligung",
                "Beteiligung + Bürgschaft",
                "Beteiligung + Darlehen",
                "Beteiligung + Zuschuss"
              ]
            }
          },
          "fundingProviderLevel": {
            "title": "Funding provider level (Fördergeber)",
            "type": "array",
            "description": "Filter by funding provider level (Bund / EU / Land).",
            "items": {
              "type": "string",
              "enum": [
                "bund",
                "bund+eu",
                "bund+land"
              ],
              "enumTitles": [
                "Bund",
                "EU",
                "Land"
              ]
            }
          },
          "companySize": {
            "title": "Company size (Unternehmensgröße)",
            "type": "array",
            "description": "Filter by company size (Unternehmensgröße).",
            "items": {
              "type": "string",
              "enum": [
                "grosses_unternehmen",
                "grosses_unternehmen+kleines_unternehmen",
                "grosses_unternehmen+kleinstunternehmen",
                "grosses_unternehmen+mittleres_unternehmen"
              ],
              "enumTitles": [
                "Großes Unternehmen",
                "Großes + kleines Unternehmen",
                "Großes + Kleinstunternehmen",
                "Großes + mittleres Unternehmen"
              ]
            }
          },
          "documentType": {
            "title": "Document type",
            "type": "array",
            "description": "Filter by document type.",
            "items": {
              "type": "string",
              "enum": [
                "ContactPoint",
                "ContactPoint+FundingProgram",
                "ContactPoint+PressRelease",
                "ContactPoint+Publication"
              ],
              "enumTitles": [
                "Ansprechpunkt",
                "Förderprogramm",
                "Pressemitteilung",
                "Publikation"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}