# Latest TED EU Tenders

**Use case:** 

Explore Latest with TED EU Tenders Scraper - Public Procurement Notices. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "expertQuery": "publication-date >= 20260101",
  "language": "eng",
  "maxResults": 3
}
```

## Output

```json
{
  "publication_number": {
    "label": "Publication Number",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyer_names": {
    "label": "Buyer Names",
    "format": "text"
  },
  "places_of_performance": {
    "label": "Places Of Performance",
    "format": "text"
  },
  "notice_url": {
    "label": "Notice Url",
    "format": "link"
  },
  "xml_url": {
    "label": "Xml Url",
    "format": "link"
  },
  "pdf_url": {
    "label": "Pdf Url",
    "format": "link"
  },
  "expert_query": {
    "label": "Expert Query",
    "format": "text"
  }
}
```

## About this Actor

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