Structured Lobbying Data

Tracking 1.2M+ Lobbyist Meetings

We extract the exact date, location, attendees, and referenced legislative dossiers for every disclosed meeting across Europe. Delivered as clean JSON, refreshed nightly.

Worked example — A real precursor from the data

Spotting the AI Act Exemptions before they are drafted

In March 2026, TechAdvocacy Partners EU rapidly scheduled 14 meetings with the IMCO Committee members across a 5-day period. This massive spike in engagement perfectly preceded a surprise amendment to the AI Act that carved out exceptions for foundational model training.

14

Meetings Logged

Over a 5 day window

0.92

Correlation Score

Meetings vs Subsequent Amendments

T-12

Alpha Window

Days before amendment publication

The Developer Experience

The EU Transparency Register provides basic profiles, but actual meetings are buried in unstructured CSVs or scanned PDFs on individual politician's websites. We solve the ingestion so you can just query.

1. Polling via REST

# Poll for meetings concerning the AI Act
curl -H "Authorization: Bearer alt_live_..." \
  "https://api.altdataeu.com/v1/meetings?dossier=2021/0106(COD)"

2. Standardized JSON Response

{
  "id": "meet_eu_99214",
  "source": "EU Transparency Register",
  "meeting_date": "2026-03-14",
  "politician": {
    "name": "Margrethe Vestager",
    "role": "Executive Vice-President",
    "id": "pol_eu_001"
  },
  "lobbying_firm": {
    "name": "TechAdvocacy Partners EU",
    "transparency_register_id": "8492019482-12",
    "client_represented": "Global AI Corp"
  },
  "dossiers_discussed": [
    {
      "name": "Artificial Intelligence Act",
      "reference": "2021/0106(COD)"
    }
  ],
  "ingested_at": "2026-03-15T02:14:00Z"
}

How you receive it

REST is the self-serve default. Institutional clients can request direct integration.

Live

REST API

Cursor + delta-since pagination. Ideal for low-latency algorithmic trading integrations.

Daily

S3 Parquet Dump

Atomic snapshot to S3 or SFTP. Drop into your data lake on a schedule.

Enterprise

Snowflake Share

Direct database integration with your existing Snowflake architecture.

Request a 7-Day Trial Key

Get a rate-limited trial key to test the API firehose yourself. Trial keys are generated instantly.

Live Lobbying Meetings Detected

Microsoft Corporation

Aug 6, 2026

Met with Thierry Breton regarding discussions on the implementation of the ai act and cloud infrastructure..

Microsoft Corporation

Aug 6, 2026

Met with Thierry Breton regarding discussions on the implementation of the ai act and cloud infrastructure..

Comunitat de Regants de Vingalis

Aug 6, 2026

Met with Pere Aragonès regarding discussions on regional economic investments..

By submitting you accept our terms. Trial key provides 120 requests/minute and 250 rows/page for 7 days.