E

eu-verify · FR Tenders

by eu-verify

GETBase

$0.01

per call · USD Coin on Base

Daily feed of French public tender notices from BOAMP (DILA official open-data portal, Licence Ouverte), newest first. Returns notice id, subject, buyer name, publication date, response deadline, market family and sector descriptors. Query: ?department=59&keyword=informatique&limit=20 (all params optional, max 50). Cached 1h - fresh enough to react on publication day.

Endpoint

GET https://data.greeneris.io/v1/fr/tenders

1

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/fr/tenders", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/fr/tenders?department=59&keyword=informatique&limit=10" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "query": {
    "department": "59",
    "keyword": null,
    "limit": 1
  },
  "returned": 1,
  "source": "BOAMP via DILA opendatasoft (boamp-datadila.opendatasoft.com, Licence Ouverte)",
  "tenders": [
    {
      "code_departement": [
        "59"
      ],
      "datelimitereponse": "2026-09-15T09:00:00+00:00",
      "dateparution": "2026-07-14",
      "descripteur_libelle": [
        "Assurance"
      ],
      "famille_libelle": "Marchés européens",
      "idweb": "26-69795",
      "nomacheteur": "Ville de Loos",
      "objet": "MARCHE DE PRESTATIONS DE SERVICES D'ASSURANCES (6 lots)",
      "type_marche": [
        "SERVICES"
      ],
      "url_avis": "https://www.boamp.fr/pages/avis/?q=idweb:26-69795"
    }
  ],
  "total_matches": 80499
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services