ToolAssay

Company monitoring for France

Company monitoring for France: a 30, 90 or 365-day surveillance watchlist (?duree=), recurring KYB & compliance alerts. Each target checked DAILY against official sources; Ed25519-signed webhook and/or e-mail digest, always pollable. Company targets (SIREN): BODACC, status, officers, sanctions/AMF blacklist, PSAN/SGP, Seveso, new FR & EU procurement awards. Director targets (dirigeant:Name): new/ended offices. Per target (1-100) x duration: $0.05 / $0.135 / $0.50. No account, no refund.

Asked 2.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
883 msmedian answer time
$0.05listed price per call
$0.1price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.sirenic.eu/v1/surveillance/creer

CategoryCompany and compliance
Provider hostapi.sirenic.eu
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 883 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "cibles": "552032534,542065479",
    "duree": "30"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "cibles": {
              "description": "1 to 100 comma-separated targets: 9-digit SIREN, or `dirigeant:Surname` (2-80 chars). Deduplicated. BILLED PER TARGET - the signed quote is the unit price for the requested duration times the number of targets.",
              "type": "string"
            },
            "duree": {
              "description": "Watch duration in days: 30, 90 or 365. Optional, defaults to 30. UNIT PRICE PER TARGET depends on it: 30d $0.05, 90d $0.135 (-10%), 365d $0.50 (-17.8% vs the monthly rate). Total = that unit price x number of targets, so up to $50.00 for 100 targets over 365 days. Payment is final: no pro-rata refund.",
              "type": "string"
            },
            "email": {
              "description": "Optional e-mail address for the digest (200 chars max)",
              "type": "string"
            },
            "webhook": {
              "description": "Optional public https URL (port 443, no private or loopback host, no credentials in the URL, 500 chars max) receiving Ed25519-signed event pushes",
              "type": "string"
            }
          },
          "required": [
            "cibles"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON