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

9 rows where filing_uuid = "18bf9d3e-70ac-422e-b1d5-707337289e7e" sorted by lobbyist_name

✎ View and edit SQL

This data as json, CSV (advanced)

is_new 1

  • 0 9
id filing_uuid lobbyist_name ▼ covered_position is_new
830668 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e AMY STARZYNSKI N/A 0
830676 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e BEN NIGHTHORSE CAMPBELL U.S. SENATOR 0
830669 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e DAVID DEVENDORF CHIEF OF STAFF, SENATOR BEN NIGHTHORSE CAMPBE 0
830670 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e JOHN BURKMAN N/A 0
830675 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e JULIE MINERVA N/A 0
830674 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e LISA BARKOVIC N/A 0
830671 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e MICHAEL GALANO N/A 0
830672 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e RICHARD GOLD N/A 0
830673 HOLLAND & KNIGHT LLP 18bf9d3e-70ac-422e-b1d5-707337289e7e ROBERT HIGHSMITH N/A 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 1.127ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API