EU Transparency Register Scraper - Lobbyists & Meetings avatar

EU Transparency Register Scraper - Lobbyists & Meetings

Pricing

Pay per event

Go to Apify Store
EU Transparency Register Scraper - Lobbyists & Meetings

EU Transparency Register Scraper - Lobbyists & Meetings

Scrape the EU Transparency Register: organisations, financial disclosure, clients, accredited lobbyists, and Commissioner meetings. Ideal for public-affairs intelligence, ESG screening, political-risk research, and compliance due diligence.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

EU Transparency Register Scraper

Scrape the EU Transparency Register — the mandatory disclosure database of all organisations and individuals lobbying EU institutions. Extract organisation profiles, financial disclosure, accredited lobbyists, and Commissioner meetings.

What it does

The EU Transparency Register contains ~17,000 registered entities: consultancies, in-house lobbyists, trade associations, NGOs, think tanks, academic institutions, churches, and sub-national authorities. This actor crawls the register's backend API to extract structured data from each organisation's detail page.

Modes:

  • by_name — Search by organisation name (e.g. "Google", "FleishmanHillard")
  • by_country — Filter by country (e.g. BELGIUM, GERMANY, FRANCE)
  • by_category — Filter by category I through VI
  • full_register — Pull the entire register (all ~17K organisations)

Output fields

Each record contains:

FieldDescription
register_idUnique EU Transparency Register ID (e.g. 9852147102921-88)
organisation_nameFull registered name
statusActivated / Suspended
countryCountry of head office
categoryRegistration category (I-VI label)
sub_categorySub-category detail
registration_dateDate first registered
last_update_dateDate of most recent update
websiteOrganisation website
hq_addressHead office address
eu_office_addressEU relations office address (or "Same as head office")
goals_remitOrganisation's stated goals and remit
level_of_interestEuropean / national / global interest level
main_eu_initiatives_coveredEU legislative proposals and policies targeted
communication_activitiesEvents, publications, campaigns related to EU policies
fields_of_interestPolicy areas of interest (semicolon-separated)
estimated_annual_lobby_costs_eurAnnual lobbying cost range in EUR
financial_yearClosed financial year range
eu_grants_receivedEU grants received
clientsDisclosed intermediary clients
persons_with_eu_passPersons accredited for EP premises access
persons_countTotal persons involved in lobbying
persons_fteFull-time equivalent of persons involved
commissioner_meetingsMeetings with the European Commission since Dec 2014
detail_urlPublic URL of the organisation's detail page

Use cases

  • Public-affairs intelligence — Map competitor lobbying activity, monitor policy positions of trade associations and consultancies
  • ESG screening — Identify political-exposure risks; cross-reference with OFAC/sanctions actors for enhanced due diligence
  • Investigative journalism — Follow the money: financial disclosure, client relationships, Commissioner meeting logs
  • Academic and NGO research — Quantitative analysis of lobbying patterns across sectors, countries, and policy areas
  • Compliance — PEP-adjacent screening; identify counterparties with active EU lobbying relationships

Input

{
"mode": "by_name",
"query": "Google",
"maxItems": 50
}
{
"mode": "by_country",
"country": "BELGIUM",
"maxItems": 200
}
{
"mode": "full_register",
"maxItems": 17000
}

Cost

Priced per record on the default_2603_basic profile ($0.001 per record + $0.10 per run start). A full register pull (~17K organisations) costs approximately $17.10.

Data source

The actor crawls the official EU Transparency Register backend API:

  • Search: https://ec.europa.eu/transparencyregister/public/search/advanced
  • Detail: https://ec.europa.eu/transparencyregister/public/PUBLIC/ORGANISATION/{id}

This is the same API the official register website uses. Data is mandatory disclosure under the EU Interinstitutional Agreement on a mandatory transparency register (2021/C 62 I/01). No authentication required.