Congressional Intelligence API avatar

Congressional Intelligence API

Pricing

from $6.00 / 1,000 congressional trade records

Go to Apify Store
Congressional Intelligence API

Congressional Intelligence API

Senate trades, lobbying disclosures, and Federal Register data from Firmhound. Free to run with sample data -- live data needs a Firmhound key ($49/mo, 14-day trial, no card required).

Pricing

from $6.00 / 1,000 congressional trade records

Rating

0.0

(0)

Developer

LinDon Harris

LinDon Harris

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 months ago

Last modified

Share

Pull structured congressional intelligence data into an Apify dataset: senate stock trade alerts, federal lobbying disclosures, Federal Register rules and notices, and a cross-joined view matching trades against lobbying and rules touching the same tickers or issue areas. This Actor is a thin, pass-through wrapper around Firmhound's live Congressional Intelligence API -- it fetches one feed, paginates until maxItems is reached, and pushes the raw API rows to the dataset unchanged.

This Actor is BYOK (bring your own key) but does not require one to try. Hit Run with no input and it pushes a small set of clearly-labeled sample rows so you can see the output shape immediately. Add your own Firmhound API key to pull live data.

Input

FieldTypeRequiredDefaultDescription
apiKeystring (secret)no--Your Firmhound Congressional Intelligence API key (fp_ prefix). Leave blank for a sample-data preview run.
feedstring (select)notradesOne of trades, lobbying, rules, joins.
limitintegerno50Page size requested per API call (max 200).
sincestringno--ISO 8601 timestamp; only return records created at or after this time.
maxItemsintegerno200Stop paginating after this many total records are fetched.

Output

Each run produces one Apify dataset. Row shape depends on the selected feed:

  • trades, lobbying, rules: { id, title, metadata, created_at }. metadata carries the feed-specific fields -- senator/filer name, ticker, transaction type, and dollar-range amount for trades; registrant/client name, lobbying amount, and issue areas for lobbying; RIN, agency, and a link to full text for rules.
  • joins: flat cross-join rows (trade fields plus nullable lobbying and rules arrays), not the {id,title,metadata,created_at} shape used by the other three feeds. Only scale-tier subscriptions get full pagination on this feed -- other tiers receive a fixed 3-row preview per run (the Actor logs a notice and does not treat this as an error).

Getting an API key

Live data requires an active Congressional Intelligence API (congressapi) subscription -- this Actor does not include one. Start a 14-day trial (no credit card required) at senatortrades.com/pricing, then paste your key into the apiKey input field.