# French Public Service Tenders Data Export

**Use case:** 

Retrieve comprehensive data on public service tenders in France. Access details like buyer, value, and deadlines for government procurement.

## Input

```json
{
  "sources": [
    "ted_eu"
  ],
  "keywords": [
    "services publics",
    "consultation"
  ],
  "publishedFrom": "",
  "publishedTo": "",
  "tedCountries": [
    "FRA"
  ],
  "tedCpvCodes": [],
  "tedContractNature": [],
  "tedNoticeTypes": [],
  "samGovNaicsCodes": [],
  "samGovNoticeTypes": [],
  "ukKeywords": "",
  "maxResultsPerSource": 300,
  "language": "fra"
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerCountry": {
    "label": "Buyer country",
    "format": "text"
  },
  "procurementType": {
    "label": "Procurement type",
    "format": "text"
  },
  "estimatedValueAmount": {
    "label": "Estimated value",
    "format": "number"
  },
  "estimatedValueCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "deadlineDate": {
    "label": "Deadline",
    "format": "date"
  },
  "noticeUrl": {
    "label": "Notice URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Public Tenders Scraper - Government Procurement Data](https://apify.com/logiover/global-public-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/global-public-tenders-scraper) to learn more, explore other use cases, and run it yourself.