home / lobbying

lobbying_lobbyists

Individual lobbyists listed on lobbying filings. Includes covered positions (prior government roles) and whether the lobbyist is newly added to the filing.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where filing_uuid = "58c12e97-cd40-4eae-ae7c-2d874a3f9cdc" sorted by lobbyist_name

✎ View and edit SQL

This data as json, CSV (advanced)

is_new 1

  • 0 4
id filing_uuid lobbyist_name ▼ covered_position is_new
3352545 ELEVATE GOVERNMENT AFFAIRS, LLC 58c12e97-cd40-4eae-ae7c-2d874a3f9cdc JEFFREY MARKEY LD/Deputy Chief of Staff, Representative Doc Hastings. 0
3352548 ELEVATE GOVERNMENT AFFAIRS, LLC 58c12e97-cd40-4eae-ae7c-2d874a3f9cdc JULIE HRDLICKA Associate Director, Office of the Assistant Secretary for Governmental Affairs, US Dept. of Transporation; Dem. Staff Asst., Senate Committee on Commerce Science and Transportation; Staff Assistant, Office of US Senate Mark Dayton. 0
3352546 ELEVATE GOVERNMENT AFFAIRS, LLC 58c12e97-cd40-4eae-ae7c-2d874a3f9cdc ROBERT CHAMBERLIN Chief Counsel, US Senate Commerce Committee; Senior Counsel, US Senate Commerce Committee; Assistant Counsel, House Transportation and Infrastructure Committtee. 0
3352547 ELEVATE GOVERNMENT AFFAIRS, LLC 58c12e97-cd40-4eae-ae7c-2d874a3f9cdc SAMUEL WHITEHORN Deputy SD/GC, US Senate Commerce Committee; Acting SD, US Senate Commerce Committee; Sr. Counsel, US Senate Commerce Committee. 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE lobbying_lobbyists (
            id INTEGER PRIMARY KEY,
            filing_uuid TEXT NOT NULL,
            lobbyist_name TEXT NOT NULL,
            covered_position TEXT,
            is_new INTEGER DEFAULT 0,
            CONSTRAINT fk_lobbyist_filing FOREIGN KEY (filing_uuid)
                REFERENCES lobbying_filings_raw(filing_uuid)
        );
CREATE INDEX idx_lob_filing_uuid ON lobbying_lobbyists(filing_uuid);
CREATE INDEX idx_lob_name ON lobbying_lobbyists(lobbyist_name COLLATE NOCASE);
Powered by Datasette · Queries took 378.47ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API