US Federal Law & Regulation Search avatar

US Federal Law & Regulation Search

Pricing

Pay per usage

Go to Apify Store
US Federal Law & Regulation Search

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

kane liu

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

5 minutes ago

Last modified

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:

SourceProduct IDCoverageData Type
eCFRus_ecfr_titlesAll 50 CFR titlesCode of Federal Regulations — current regulatory text organized by title, chapter, and part
Federal Registerus_federalregister_documents_searchDaily publicationsProposed rules, final rules, notices, presidential documents, and executive orders
GovInfous_govinfo_bulk_collectionsComprehensive legal collectionsCongressional 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:

FieldTypeDescription
titlestringDocument or regulation title
descriptionstringSummary or abstract of the document
document_numberstringOfficial document identifier
publication_datestringDate of publication
cfr_referencesarrayRelated CFR citations (Federal Register)
typestringDocument type (rule, notice, proposed rule, etc.)
source_urlstringLink to the original document
_sourcestringWhich database this record came from (eCFR, Federal Register, or GovInfo)
_product_idstringSIP product identifier used for the query
_search_termstringThe keyword used in the search
_collected_atstringISO 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

ParameterTypeDefaultDescription
keywordstringrequiredSearch term (e.g. "environmental protection", "data privacy", "workplace safety", "clean air act")
sourcesarrayall 3Which legal databases to search: ecfr, federal_register, govinfo
maxResultsinteger50Max 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

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

ScenarioSourcesSpeed
Single source1~1-3 seconds
All sources3~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.

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.