Cook County Clerk - Lobbyist Activity
This dataset is updated nightly. For extended information about Lobbyist Activities in Cook County IL, visit the Cook County Clerk's Lobbyist search: http://lobbyist.cookcountyclerk.com/Public/SearchHome.aspx
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datacatalog-cookcountyil-gov/cook-county-clerk-lobbyist-activity-c774-azg6\".\"cook_county_clerk_lobbyist_activity\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.