# BOAMP Scraper: French Public Tenders & Marches Publics (`dltik/boamp-fr-scraper`) Actor

Scrape French national public procurement tenders from BOAMP (Bulletin Officiel des Annonces de Marches Publics), the official DILA open-data feed. Filter by keyword, CPV, department, region, buyer, date. Get buyer, deadline, estimated value, procedure and source URL. $5/1K tenders.

- **URL**: https://apify.com/dltik/boamp-fr-scraper.md
- **Developed by:** [dltik](https://apify.com/dltik) (community)
- **Categories:** Business, Lead generation, Marketing
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 tender scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## BOAMP Scraper - French Public Tenders & Marches Publics API

> Scrape **BOAMP** (Bulletin Officiel des Annonces de Marches Publics) - France's official **national** public procurement bulletin. Filter by keyword, CPV code, department, region, buyer, and publication date. Get buyer, deadline, estimated value, procedure type, descriptors and the source URL for every tender. **$0.005 per tender**.

BOOKMARK THIS BOAMP SCRAPER - Apify ranks actors by bookmarks, so bookmarking directly improves the visibility of this scraper on the Apify Store.

### What is the BOAMP Scraper?

The **BOAMP Scraper** is an Apify actor that queries the official BOAMP open-data feed published by **DILA** (Direction de l'information legale et administrative). BOAMP is where French public buyers - towns, departments, regions, hospitals (CHU), ministries, public agencies - are legally required to publish their procurement notices (appels d'offres, marches publics).

While [TED Europa Scraper](https://apify.com/dltik/ted-europa-scraper) covers EU-threshold tenders, BOAMP covers the **French national layer** below and around that threshold - a far larger volume of recurring, France-only contracts. The two are complementary: same price-insensitive public-sector buyers, different bulletin.

Backed by the official Opendatasoft Explore API. No API key, no quota for normal usage, 1.6M+ historical notices.

### Use cases

- **B2B public-sector sales pipelines** - feed your CRM with every new tender matching your keywords or CPV codes; never miss a contract.
- **Daily bid monitoring** - poll for new tenders in your department/region and get a clean JSON digest.
- **Competitive intelligence** - track awarded tenders (titulaire) to see who is winning what in your sector.
- **Market research** - count tenders per department, per procedure type, per quarter; build dashboards.
- **Lead generation** - identify public buyers actively spending in your category.

### Input

```json
{
  "query": "developpement logiciel",
  "cpv": ["72000000"],
  "department": ["75", "92"],
  "region": "ile-de-france",
  "publishedSince": "today-30",
  "maxResults": 200
}
````

All inputs are optional. With no filters the actor returns the most recent tenders. `region` is expanded to its departments; `query` is full-text; `department` takes INSEE codes (`75`, `2A`, `971`).

### Output

```json
{
  "type": "tender",
  "boamp_id": "26-48070",
  "object": "Acquisition et maintenance d'armoires securisees de pharmacie",
  "buyer_name": "RESEAU DES ACHETEURS HOSPITALIERS (RESAH)",
  "publication_date": "2026-05-15",
  "response_deadline": "2026-06-26T10:00:00+00:00",
  "department_codes": ["75"],
  "market_type": ["FOURNITURES"],
  "procedure_label": "Procedure NC",
  "notice_nature_label": "Avis de marche",
  "cpv_codes": ["33000000"],
  "estimated_value": null,
  "awardee": null,
  "source_url": "https://www.boamp.fr/pages/avis/?q=idweb:26-48070"
}
```

### Pricing

**PAY\_PER\_EVENT - $0.005 per tender** (= $5 per 1,000). Failed runs are not charged. Runs that match nothing return a free instructions record only.

### FAQ - BOAMP API alternatives

**Is there an official BOAMP API?** Yes, the DILA open-data feed on Opendatasoft. It is free but raw - notice content is buried in eForms/UBL or legacy XML blobs. This actor normalizes everything into a clean, flat schema and extracts CPV codes + estimated value.

**BOAMP vs TED?** BOAMP = French national bulletin (all sizes, France only). TED = EU-wide above the EU threshold. Use both for full coverage; many French notices appear on BOAMP only.

**How far back does it go?** 1.6M+ notices since the 2010s. A single run is capped at 10,000 results (Opendatasoft window) - narrow with filters and `publishedSince` for large back-fills.

**CPV filtering accuracy?** BOAMP indexes its own `descripteur` taxonomy; CPV codes are matched full-text against the notice content. Combine with `query` for precision.

***

FOUND THIS USEFUL? BOOKMARK THIS BOAMP SCRAPER - it is the strongest signal for Apify Store ranking.

#### Related actors

- [TED Europa Scraper](https://apify.com/dltik/ted-europa-scraper) - EU-level public procurement tenders
- [Pappers / Sirene Scraper](https://apify.com/dltik/pappers-sirene-scraper) - French B2B company data (buyer/awardee enrichment)
- [BODACC MCP Server](https://apify.com/dltik/mcp-server-bodacc) - French commercial court announcements
- [Pappers MCP Server](https://apify.com/dltik/mcp-server-pappers) - 26M French companies for AI agents

License: MIT - Author: [dltik](https://apify.com/dltik)

# Actor input Schema

## `query` (type: `string`):

Free-text search across all tender fields (object, buyer, full notice content). Example: 'developpement logiciel', 'voirie', 'restauration scolaire'. Leave empty to get every recent tender.

## `cpv` (type: `array`):

Common Procurement Vocabulary codes (8 digits). Matched against the full notice content. Examples: '72000000' (IT services), '45000000' (construction), '85000000' (health). Multiple = OR.

## `department` (type: `array`):

French department codes of the buyer. Examples: '75' (Paris), '13' (Bouches-du-Rhone), '2A' (Corse-du-Sud), '971' (Guadeloupe). Multiple = OR.

## `region` (type: `string`):

French region name, expanded to its departments. One of: ile-de-france, auvergne-rhone-alpes, bourgogne-franche-comte, bretagne, centre-val-de-loire, corse, grand-est, hauts-de-france, normandie, nouvelle-aquitaine, occitanie, pays-de-la-loire, provence-alpes-cote-d-azur, guadeloupe, martinique, guyane, la-reunion, mayotte.

## `publishedSince` (type: `string`):

ISO date (YYYY-MM-DD). Only tenders published on or after this date. Tip: 'today-30' for the last 30 days. Buyers typically poll daily for new tenders.

## `publishedUntil` (type: `string`):

ISO date (YYYY-MM-DD). Only tenders published on or before this date. Combine with 'Published since' for a window.

## `buyer` (type: `string`):

Partial public buyer name. Example: 'Mairie de Lyon', 'CHU', 'Region Bretagne', 'Ministere'.

## `maxResults` (type: `integer`):

Maximum tenders to return (newest first). Hard cap of 10000 per run (Opendatasoft window limit) - narrow with filters for large searches. Aliases accepted: 'limit', 'max'. Each result is charged at the per-event price - start small to validate output.

## Actor input object example

```json
{
  "cpv": [],
  "department": [],
  "maxResults": 50
}
```

# Actor output Schema

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

French national public procurement notices.

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dltik/boamp-fr-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("dltik/boamp-fr-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 '{}' |
apify call dltik/boamp-fr-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "BOAMP Scraper: French Public Tenders & Marches Publics",
        "description": "Scrape French national public procurement tenders from BOAMP (Bulletin Officiel des Annonces de Marches Publics), the official DILA open-data feed. Filter by keyword, CPV, department, region, buyer, date. Get buyer, deadline, estimated value, procedure and source URL. $5/1K tenders.",
        "version": "1.0",
        "x-build-id": "n42WTLlqcBuY6RPA9"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/dltik~boamp-fr-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-dltik-boamp-fr-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/dltik~boamp-fr-scraper/runs": {
            "post": {
                "operationId": "runs-sync-dltik-boamp-fr-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/dltik~boamp-fr-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-dltik-boamp-fr-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "Keywords",
                        "type": "string",
                        "description": "Free-text search across all tender fields (object, buyer, full notice content). Example: 'developpement logiciel', 'voirie', 'restauration scolaire'. Leave empty to get every recent tender."
                    },
                    "cpv": {
                        "title": "CPV codes",
                        "type": "array",
                        "description": "Common Procurement Vocabulary codes (8 digits). Matched against the full notice content. Examples: '72000000' (IT services), '45000000' (construction), '85000000' (health). Multiple = OR.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "department": {
                        "title": "Departments (INSEE codes)",
                        "type": "array",
                        "description": "French department codes of the buyer. Examples: '75' (Paris), '13' (Bouches-du-Rhone), '2A' (Corse-du-Sud), '971' (Guadeloupe). Multiple = OR.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "region": {
                        "title": "Region (name)",
                        "type": "string",
                        "description": "French region name, expanded to its departments. One of: ile-de-france, auvergne-rhone-alpes, bourgogne-franche-comte, bretagne, centre-val-de-loire, corse, grand-est, hauts-de-france, normandie, nouvelle-aquitaine, occitanie, pays-de-la-loire, provence-alpes-cote-d-azur, guadeloupe, martinique, guyane, la-reunion, mayotte."
                    },
                    "publishedSince": {
                        "title": "Published since",
                        "type": "string",
                        "description": "ISO date (YYYY-MM-DD). Only tenders published on or after this date. Tip: 'today-30' for the last 30 days. Buyers typically poll daily for new tenders."
                    },
                    "publishedUntil": {
                        "title": "Published until",
                        "type": "string",
                        "description": "ISO date (YYYY-MM-DD). Only tenders published on or before this date. Combine with 'Published since' for a window."
                    },
                    "buyer": {
                        "title": "Buyer name (partial)",
                        "type": "string",
                        "description": "Partial public buyer name. Example: 'Mairie de Lyon', 'CHU', 'Region Bretagne', 'Ministere'."
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum tenders to return (newest first). Hard cap of 10000 per run (Opendatasoft window limit) - narrow with filters for large searches. Aliases accepted: 'limit', 'max'. Each result is charged at the per-event price - start small to validate output.",
                        "default": 50
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
