# Software packages tenders in France

**Use case:** 

Contract notices from buyers in France classified under CPV 48000000 (Software packages), published in the last two weeks - 38 of them in the fortnight this example was written. Buyers in that stretch included UNICANCER ACHATS and SYNDICAT DURANCE LUBERON. Each row carries the publication number, title, notice type, date, buyer, CPV codes and the notice link.

## Input

```json
{
  "daysBack": 14,
  "countries": [
    "FRA"
  ],
  "cpvCodes": [
    "48000000"
  ],
  "noticeTypes": [
    "cn-standard",
    "cn-social"
  ],
  "openTendersOnly": false,
  "maxNotices": 200,
  "language": "eng",
  "maxRetries": 3
}
```

## Output

```json
{
  "publishedDate": {
    "label": "Published",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerNames": {
    "label": "Buyer",
    "format": "array"
  },
  "buyerCountries": {
    "label": "Country",
    "format": "array"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "string"
  },
  "deadlineUtc": {
    "label": "Closes at (UTC)",
    "format": "string"
  },
  "deadlineStatus": {
    "label": "Deadline status",
    "format": "string"
  },
  "daysUntilDeadline": {
    "label": "Days left",
    "format": "integer"
  },
  "totalValue": {
    "label": "Value",
    "format": "number"
  },
  "totalValueCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "cpvCodes": {
    "label": "CPV",
    "format": "array"
  },
  "noticeTypeLabel": {
    "label": "Notice type",
    "format": "string"
  },
  "procedureType": {
    "label": "Procedure",
    "format": "string"
  },
  "contractNature": {
    "label": "Nature",
    "format": "string"
  },
  "placeOfPerformance": {
    "label": "Place",
    "format": "array"
  },
  "noticeUrl": {
    "label": "Open notice",
    "format": "string"
  },
  "publicationNumber": {
    "label": "Publication no.",
    "format": "string"
  },
  "titleLanguage": {
    "label": "Title lang",
    "format": "string"
  },
  "buyerNameLanguage": {
    "label": "Buyer lang",
    "format": "string"
  },
  "rowType": {
    "label": "Row",
    "format": "string"
  },
  "ok": {
    "label": "OK",
    "format": "boolean"
  },
  "reason": {
    "label": "Note",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "noticeType": {
    "label": "Type code",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Tenders API - TED Public Procurement Notices, CPV Filter](https://apify.com/neverempty/eu-tender-monitor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/eu-tender-monitor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/eu-tender-monitor.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
