# France BOAMP Public Tenders & Contract Awards Scraper (`scrapers_lat/france-boamp-tenders-scraper`) Actor

Scrape French public procurement notices and contract awards from BOAMP: title, buyer name with email and phone, contract type, CPV codes and labels, value, winning supplier, publication and deadline dates. Filter by keyword, CPV, department, buyer and date. Export to JSON, CSV or Excel.

- **URL**: https://apify.com/scrapers\_lat/france-boamp-tenders-scraper.md
- **Developed by:** [Scrapers Lat](https://apify.com/scrapers_lat) (community)
- **Categories:** Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.20 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## France BOAMP Public Tenders & Contract Awards Scraper

> Extract French public procurement notices and contract awards from BOAMP: notice title, the contracting authority (buyer) with email and phone, contract type, CPV codes with decoded category labels, procedure, estimated or awarded value, the winning supplier and publication and deadline dates. Filter by keyword, CPV, department, buyer, notice type, procedure or date range and export clean structured data for B2B sales intelligence, bid tracking and market research.

**📥 [Input](https://apify.com/scrapers_lat/france-boamp-tenders-scraper/input-schema) · 📤 [Output](https://apify.com/scrapers_lat/france-boamp-tenders-scraper/output-schema) · 💰 [Pricing](https://apify.com/scrapers_lat/france-boamp-tenders-scraper/pricing) · ▶️ [Examples](https://apify.com/scrapers_lat/france-boamp-tenders-scraper/examples)**

![Apify](https://img.shields.io/badge/Platform-Apify-1CE1CE?logo=apify\&logoColor=white)
![Public procurement](https://img.shields.io/badge/Data-Public%20procurement-blue)
![Output](https://img.shields.io/badge/Output-JSON%20%7C%20CSV%20%7C%20Excel-orange)

<table><tr>
<td align="center"><strong>Tenders & awards</strong><br>notices and results</td>
<td align="center"><strong>Buyer contact</strong><br>email, phone & address</td>
<td align="center"><strong>CPV, value & winner</strong><br>with decoded labels</td>
</tr></table>

<br>

### What you get

Each notice is returned as one clean, flat record with:

- **Notice** — title, notice type (contract notice, award result, corrigendum, prior information), state and family (national or European scope).
- **Buyer (lead)** — contracting authority name, contact email, phone, street address, city and postal code.
- **Classification** — contract type (works, services or supplies), CPV codes with decoded category labels, BOAMP descriptor codes and labels, department and NUTS geographic codes.
- **Value & procedure** — estimated value for tenders, awarded value for results, currency and the procurement procedure type.
- **Award** — the winning supplier name(s) and count for award notices.
- **Dates & link** — publication date, response deadline, end-of-diffusion date and the direct notice URL.

No result, no charge: you are only billed for real notices returned, never for empty or failed runs.

### Who is it for

| Use case | Who benefits |
|---|---|
| B2B sales intelligence | Vendors finding public buyers actively purchasing in their category |
| Bid and tender tracking | Firms monitoring new opportunities by keyword, CPV or region |
| Competitive intelligence | Teams tracking which suppliers win contracts and at what value |
| Market research | Analysts studying public spending across works, services and supplies |

### How to use it

1. Add one or more **search keywords** (each runs its own search), or leave empty to browse the latest notices.
2. Narrow with optional filters: **CPV code**, **departments**, **buyer name**, **notice type**, **contract type**, **procedure type** and **publication or deadline date ranges**.
3. Set **Max Tenders To Scrape**, choose a **sort order** and run. Export as JSON, CSV or Excel, or pull it through the Apify API.

### Frequently Asked Questions

**What is the difference between a tender and an award?**
A contract notice ("Avis de marché") is an open tender inviting bids. An award result ("Résultat de marché") reports the outcome, including the winning supplier. Use the notice type filter to get either, and the `isAward` field to tell them apart.

**Can I get the buyer's email and phone?**
Yes. When the notice publishes the contracting authority's contact details, they are returned in the `buyerEmail`, `buyerPhone` and address fields, so each tender doubles as a qualified public-sector lead.

**How do I filter by category?**
Use a CPV code prefix (for example `72` for IT services or `45` for construction) or a keyword. Every record also returns its CPV codes with a decoded human-readable category label.

**Which region does this cover?**
French public procurement published on BOAMP, including both national and European-scope notices. Filter by French department code to focus on a region.

**How fresh is the data?**
Notices are read live at run time, so each record reflects what is published at the moment of the run (see observedAt).

### Export, API and AI agents (x402 + MCP)

Export the scraped data to **JSON, CSV or Excel**, pull it as a **dataset** through the Apify **API**, or wire it into your app with **no code**. This web scraper and data extractor also works for bulk data extraction and scheduled runs.

For AI agents: this Actor is available on **x402**, Apify's agentic payment standard built with Coinbase. An AI agent can discover, pay for and run it on its own with a funded wallet and a single HTTP request: no account, no subscription, no API key and no human in the loop. It also runs as an **MCP** tool inside Claude, Cursor and other AI clients out of the box. Learn more about [x402 agentic payments on Apify](https://docs.apify.com/platform/integrations/x402).

### Related scrapers

- [EU TED Tenders & Public Procurement Scraper](https://apify.com/scrapers_lat/eu-ted-tenders-scraper)
- [UK Contracts Finder Tenders & Awards Scraper](https://apify.com/scrapers_lat/uk-contracts-finder-scraper)
- [France Company Registry Scraper (SIREN, Officers, Finances)](https://apify.com/scrapers_lat/france-company-search-scraper)

### More scrapers at scrapers.lat

This actor is built and maintained by [scrapers.lat](https://scrapers.lat), where we publish scrapers for public platforms: finance, news, real estate, jobs, e-commerce and government data. Browse the full catalog or ask us for a custom scraper at [scrapers.lat](https://scrapers.lat).

***

> This actor is an independent tool and has no affiliation with BOAMP or DILA. It only accesses publicly available procurement data. Use the results in accordance with the source's terms.

# Actor input Schema

## `keywords` (type: `array`):

One or more keywords to search across every notice (title, object, buyer, description). Each keyword runs its own search, so you can pull several topics in one run. Leave empty to browse the latest notices.

## `maxTenders` (type: `integer`):

Maximum number of notices to collect across the whole run.

## `cpvCode` (type: `string`):

Optional. Keep only notices whose CPV codes start with this value, for example '72' for IT services or '45' for construction work.

## `departments` (type: `array`):

Optional. Restrict to one or more French department codes, for example '75' (Paris), '69' (Rhone), '13' (Bouches-du-Rhone).

## `buyerName` (type: `string`):

Optional. Keep only notices whose contracting authority (buyer) name contains this text, for example 'metropole' or 'hopital'.

## `noticeCategory` (type: `string`):

Optional. Filter by notice type.

## `contractType` (type: `string`):

Optional. Filter by the type of contract.

## `procedureType` (type: `string`):

Optional. Filter by procurement procedure.

## `publishedFrom` (type: `string`):

Optional. Only notices published on or after this date.

## `publishedTo` (type: `string`):

Optional. Only notices published on or before this date.

## `deadlineFrom` (type: `string`):

Optional. Only notices whose response deadline is on or after this date.

## `deadlineTo` (type: `string`):

Optional. Only notices whose response deadline is on or before this date.

## `sortBy` (type: `string`):

Order the notices returned.

## Actor input object example

```json
{
  "keywords": [
    "informatique"
  ],
  "maxTenders": 10,
  "sortBy": "newest"
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keywords": [
        "informatique"
    ],
    "maxTenders": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers_lat/france-boamp-tenders-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keywords": ["informatique"],
    "maxTenders": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapers_lat/france-boamp-tenders-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keywords": [
    "informatique"
  ],
  "maxTenders": 10
}' |
apify call scrapers_lat/france-boamp-tenders-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapers_lat/france-boamp-tenders-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/L5Zp5bkKg1PjvIjcD/builds/p7wd4oNU7Dx6kBdyi/openapi.json
