# Austria TED EU Public Procurement

**Use case:** 

Extract TED EU Public Procurement data filtered by Austria. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "country": "austria"
}
```

## Output

```json
{
  "publicationNumber": {
    "label": "Notice #",
    "format": "text"
  },
  "noticeTitle": {
    "label": "Title",
    "format": "text"
  },
  "contractTitle": {
    "label": "Contract",
    "format": "text"
  },
  "titleProcedure": {
    "label": "Procedure",
    "format": "text"
  },
  "titleLot": {
    "label": "Lot",
    "format": "text"
  },
  "noticeType": {
    "label": "Type",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "contractNature": {
    "label": "Nature",
    "format": "text"
  },
  "cpvCode": {
    "label": "CPV Code",
    "format": "object"
  },
  "estimatedValue": {
    "label": "Est. Value",
    "format": "object"
  },
  "highestTenderValue": {
    "label": "Highest Tender",
    "format": "object"
  },
  "frameworkValue": {
    "label": "Framework Value",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "object"
  },
  "procedureType": {
    "label": "Procedure Type",
    "format": "text"
  },
  "awardCriterion": {
    "label": "Award Criterion",
    "format": "text"
  },
  "tedUrl": {
    "label": "TED Link",
    "format": "link"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TED EU Public Procurement Scraper](https://apify.com/parseforge/ted-eu-procurement-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ted-eu-procurement-scraper) to learn more, explore other use cases, and run it yourself.