Congressional trading and conflict-of-interest research
Congressエンドポイントを使えば、「Congressional trading and conflict-of-interest research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn public congressional financial-disclosure filings into structured JSON — search by member name, state, district, or filing year, with normalized filing type, year, and PDF URL. Sourced from the House Clerk and Senate eFD public disclosure systems.
Search public congressional stock-disclosure filings (House or Senate) by member, ticker, or date range as structured JSON.
エンドポイントファミリー
2
ドキュメント化されたパラメータ
20
サンプル数
2
ライブカタログスナップショット
稼働エンドポイント
2
メソッド
GET
必須パラメータ
3
スキーマ参照
2
{
"platform": "Congress",
"endpoint": "congress-stock-disclosures",
"method": "GET",
"path": "/congress/stock-disclosures",
"auth": "apiKey"
}ユースケース
Search public congressional stock-disclosure filings (House or Senate) by member, ticker, or date range as structured JSON.
Congressエンドポイントを使えば、「Congressional trading and conflict-of-interest research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Congressエンドポイントを使えば、「Public-official financial disclosure monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Congressエンドポイントを使えば、「Filing archive and compliance tooling」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/congress/report
/congress/stock-disclosures
エンドポイントカタログ
/congress/stock-disclosuresSearch public congressional stock disclosure filings (House or Senate)
/congress/reportFetch a single disclosure report by its filing_url (as returned by
関連API
Financial Data
Turn official SEC filings into structured data for financial research, due diligence, and AI-agent workflows — normalized statements with ratios, extracted filing sections, insider and institutional activity, all credential-free.
Financial Data
Collect Yahoo Finance quote pages, market data, historical prices, screeners, calendars, and ticker research modules as structured JSON for dashboards, watchlists, and agent-native workflows.
Financial Data
Extract public Google Finance quote pages, chart data, market news, company metadata, financial sections, market movers, and market category pages as structured JSON for research dashboards, monitoring workflows, watchlists, and AI agents.
Congressのスクレイピング方法
US House and Senate members are legally required to file periodic financial disclosures, but the House Clerk and Senate eFD systems publish them as separate search portals and PDFs. Crawlora's 2 congressional endpoints turn those filings into structured JSON — searchable by member, state, district, ticker, or year — and parse an individual report.
Filter by chamber (house or senate), member or first and last name, state, district, ticker, filer type, election year, and a from and to date range.
Sort by name, office, or filing year in either direction, and page through results with page and limit.
Each row comes back with a normalized filing type, its year, and the PDF URL of the original document.
The report endpoint takes that URL and fetches and parses the disclosure into structured JSON, instead of leaving you with a PDF to read by hand.
FAQ
Send a member name — or a ticker, chamber, state, or year filter — as query parameters to Crawlora's /congress/stock-disclosures endpoint and get normalized filing rows back: member, office, filing year, filing type, and the PDF URL of the original document, as structured JSON.
Both. Pass chamber=house or chamber=senate — House disclosures come from the House Clerk's public site and Senate disclosures from the Senate eFD system, the two official filing portals. These are public records that members of Congress are legally required to file; Crawlora normalizes the two different systems into one response shape.
The search endpoint accepts a ticker filter alongside member, state, district, filer type, and year. How individual holdings appear varies by report type, so pair a ticker search with the report endpoint to parse the underlying document.
annual, periodic_transaction, due_date_extension, blind_trust, and other. Periodic transaction reports are the ones that disclose individual trades within a reporting window.
No. This is a public-records API for research, journalism, and compliance work. Crawlora is not an investment adviser, and how you publish or act on congressional disclosure data is your responsibility under applicable law.