US Federal Law & Regulation Search
Pricing
Pay per usage
US Federal Law & Regulation Search
Search 4 federal legal databases — eCFR titles, Federal Register documents, GovInfo legal collections, and Federal Court Opinions (CourtListener) — via the SIP Public Data Gateway.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
kane liu
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
5 minutes ago
Last modified
Categories
Share
Search US federal laws, regulations, and legal documents from official government sources — all in one Actor. This federal regulation search tool provides instant access to the Code of Federal Regulations (CFR lookup), Federal Register search results, and GovInfo legal collections through a single, unified API.
Whether you need to look up specific CFR titles, search Federal Register documents for proposed rules and final regulations, or browse GovInfo bulk legal collections, this Actor handles it all with parallel queries and structured output.
Data Sources
This Actor queries 3 official US federal legal databases through the SIP Public Data Gateway:
| Source | Product ID | Coverage | Data Type |
|---|---|---|---|
| eCFR | us_ecfr_titles | All 50 CFR titles | Code of Federal Regulations — current regulatory text organized by title, chapter, and part |
| Federal Register | us_federalregister_documents_search | Daily publications | Proposed rules, final rules, notices, presidential documents, and executive orders |
| GovInfo | us_govinfo_bulk_collections | Comprehensive legal collections | Congressional bills, statutes, CFR annual editions, Federal Register volumes, and more |
Features
- Multi-source search — Query all 3 federal legal databases with a single keyword
- CFR lookup — Search the Electronic Code of Federal Regulations by topic, keyword, or citation
- Federal Register search — Find proposed rules, final rules, notices, and presidential documents
- GovInfo collections — Access bulk legal data from the Government Publishing Office
- Fast — HTTP-only, no browser overhead. Results in seconds via parallel requests
- Flexible — Search all sources or pick specific ones
- Structured output — Consistent metadata fields across all sources with source attribution
Output Fields
Each record in the dataset includes the original fields from the source API plus these metadata fields added by the Actor:
| Field | Type | Description |
|---|---|---|
title | string | Document or regulation title |
description | string | Summary or abstract of the document |
document_number | string | Official document identifier |
publication_date | string | Date of publication |
cfr_references | array | Related CFR citations (Federal Register) |
type | string | Document type (rule, notice, proposed rule, etc.) |
source_url | string | Link to the original document |
_source | string | Which database this record came from (eCFR, Federal Register, or GovInfo) |
_product_id | string | SIP product identifier used for the query |
_search_term | string | The keyword used in the search |
_collected_at | string | ISO 8601 timestamp of when the data was collected |
Note: Available fields vary by source. eCFR records include title/part/chapter structure, Federal Register records include document type and CFR references, and GovInfo records include collection and package metadata.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
keyword | string | required | Search term (e.g. "environmental protection", "data privacy", "workplace safety", "clean air act") |
sources | array | all 3 | Which legal databases to search: ecfr, federal_register, govinfo |
maxResults | integer | 50 | Max results per source (up to 200) |
Examples
Example 1: Search all sources for environmental regulations
{"keyword": "environmental protection","maxResults": 100}
This searches all three databases for regulations, rules, and legal documents related to environmental protection. Returns up to 100 results from each source.
Example 2: Federal Register only — find recent rulemaking
{"keyword": "artificial intelligence","sources": ["federal_register"],"maxResults": 50}
Searches only the Federal Register for proposed rules, final rules, and notices mentioning artificial intelligence. Useful for tracking new regulatory activity on a specific topic.
Example 3: CFR lookup for a specific regulation area
{"keyword": "clean water act","sources": ["ecfr", "govinfo"],"maxResults": 200}
Searches the eCFR and GovInfo for all regulatory text and legal documents related to the Clean Water Act. Combines current regulatory text with historical legislative documents.
Use Cases
Lawyers & Legal Researchers
Search across multiple federal legal databases simultaneously instead of visiting each site individually. Find relevant CFR sections, pending rulemakings, and supporting legislative history in one query. Ideal for regulatory research, compliance opinions, and litigation support.
Compliance Officers
Monitor regulatory changes in your industry by searching the Federal Register for new proposed rules and final rules. Track how regulations evolve from proposal to final rule across the eCFR and Federal Register. Set up recurring searches to stay ahead of regulatory changes affecting your organization.
Academic Researchers & Policy Analysts
Analyze the federal regulatory landscape on any topic. Quantify regulatory activity by counting Federal Register documents, map the CFR titles that govern a specific area, and access bulk legal collections from GovInfo for large-scale text analysis and policy research.
Journalists & Investigators
Quickly find federal regulations and rulemaking activity on any topic. Search for executive orders, presidential documents, and agency notices in the Federal Register. Cross-reference with eCFR to see the current state of regulations.
Government Affairs & Lobbyists
Track regulatory activity relevant to your clients or industry. Monitor proposed rules in the Federal Register before they become final. Identify which CFR titles and parts are being amended and understand the regulatory trajectory on key issues.
Cost Estimate
This Actor uses the SIP Public Data Gateway. Each search query costs approximately 0.01 compute units per source queried. A typical 3-source search costs 0.03 CU ($0.009). Running 100 searches per month across all sources would cost approximately $0.90 in compute units.
Performance
| Scenario | Sources | Speed |
|---|---|---|
| Single source | 1 | ~1-3 seconds |
| All sources | 3 | ~2-4 seconds (parallel) |
All three sources are queried in parallel using asyncio.gather, so searching all sources takes roughly the same time as searching the slowest individual source.
Legal
This Actor queries publicly available US federal legal data from official government open data portals. The Electronic Code of Federal Regulations, Federal Register, and GovInfo are all published by the US Government Publishing Office and are in the public domain. No login or authentication to government systems is required — data is accessed through the SIP Public Data Gateway's official public APIs.
Related Actors
- US Government Contracts Search — Search federal and state/local procurement opportunities and contract awards
- US Business Entity Search — Search business registrations across 10+ US states
- US Healthcare Provider & Drug Search — Search NPI providers, FDA recalls, clinical trials, and more