# Appels d'Offres BTP & Travaux Publics France

**Use case:** 

Export French public works tenders (appels d'offres BTP, voirie, batiment) from BOAMP with buyer email/phone, deadline and location. For construction firms trac

## Input

```json
{
  "cpv": [
    "45000000"
  ],
  "department": [],
  "maxResults": 100,
  "analyzeTenders": false
}
```

## Output

```json
{
  "boamp_id": {
    "label": "BOAMP ID"
  },
  "object": {
    "label": "Object"
  },
  "buyer_name": {
    "label": "Buyer"
  },
  "contact_email": {
    "label": "Contact email"
  },
  "contact_phone": {
    "label": "Contact phone"
  },
  "publication_date": {
    "label": "Published"
  },
  "response_deadline": {
    "label": "Deadline"
  },
  "department_codes": {
    "label": "Dept"
  },
  "estimated_value": {
    "label": "Est. value",
    "format": "number"
  },
  "awardee_name": {
    "label": "Awardee"
  },
  "award_amount": {
    "label": "Award €",
    "format": "number"
  },
  "procedure_label": {
    "label": "Procedure"
  },
  "notice_nature_label": {
    "label": "Notice"
  },
  "source_url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [BOAMP Scraper: French Public Tenders & Marches Publics](https://apify.com/dltik/boamp-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/boamp-fr-scraper) to learn more, explore other use cases, and run it yourself.