# EU Public Procurement Software Tender Search

**Use case:** 

Search for live EU public sector tenders for software services. Get details on tender title, buyer, country, deadlines, and URLs directly from TED Europa.

## Input

```json
{
  "queries": [
    "classification-cpv=72000000",
    "software"
  ],
  "limit": 3,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyer": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Country",
    "format": "text"
  },
  "cpv": {
    "label": "CPV",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "date"
  },
  "url": {
    "label": "Notice",
    "format": "link"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Gov Tender Radar](https://apify.com/zinin/gov-tender-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/gov-tender-radar) to learn more, explore other use cases, and run it yourself.