get_lobbying_meetings
Retrieve EU lobbying meetings data to analyze corporate influence, with optional filtering by specific companies for targeted research.
Instructions
Get EU lobbying meetings, optionally filtered by company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Optional: Company ID to filter by | |
| limit | No | Maximum number of meetings |
Input Schema (JSON Schema)
{
"properties": {
"companyId": {
"description": "Optional: Company ID to filter by",
"type": "string"
},
"limit": {
"default": 20,
"description": "Maximum number of meetings",
"type": "number"
}
},
"type": "object"
}