home / openregs

Explore: Client Lobbyists

Lobbyists working for a specific client, including covered government positions.

Custom SQL query (hide)

SELECT DISTINCT ll.lobbyist_name, ll.covered_position FROM lobbying_lobbyists ll JOIN lobbying_activities la ON la.filing_uuid = ll.filing_uuid WHERE la.client_name = :client_name ORDER BY ll.lobbyist_name LIMIT 100

Query parameters

Edit SQL

0 results

Powered by Datasette · Queries took 2.931ms