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 = "2829ca49-52fd-4f2e-a35f-00a5e3b7e357" 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
2266850 ACG ADVOCACY 2829ca49-52fd-4f2e-a35f-00a5e3b7e357 CHRIS ISRAEL U.S. Coordinator for International IP Enforcement; Deputy Chief of Staff, Department of Commerce; Deputy Assistant Secretary for Tech Policy, Department of Commerce. 0
2266851 ACG ADVOCACY 2829ca49-52fd-4f2e-a35f-00a5e3b7e357 DAVID PEARCE Legislative Counsel, Representative Amo Houghton; Legislative Counsel, Representative Michael Castle 0
2266848 ACG ADVOCACY 2829ca49-52fd-4f2e-a35f-00a5e3b7e357 DAVID URBAN Chief of Staff, Senator Arlen Specter 0
2266849 ACG ADVOCACY 2829ca49-52fd-4f2e-a35f-00a5e3b7e357 SHAWN SMEALLIE Special Assistant to President Bush for Legislative Affairs; Special Assistant to Director for Legislative Affairs at OMB 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 3.438ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API