Federal Register Scraper — US Rules & Notices avatar

Federal Register Scraper — US Rules & Notices

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Federal Register Scraper — US Rules & Notices

Federal Register Scraper — US Rules & Notices

Scrape the US Federal Register — rules, proposed rules, notices and presidential documents with title, agencies, dates, abstract and full text. Filter by type and date. Free, no key.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search the entire US Federal Register — final rules, proposed rules, notices and presidential documents — and get one clean row per document, with optional full text. Built on the official keyless Federal Register API, paging through whole result sets. Filter by type, agency and date.

Perfect for regulatory monitoring, compliance and legal research, policy datasets, and rulemaking alerts.

What you get

One result per document:

  • IdentitydocumentNumber, title, type (Rule / Proposed Rule / Notice / Presidential Document), action
  • PublishingpublicationDate, citation
  • Agencies — array of { name, slug, id }
  • Contentabstract, and fullText (plain-text body) when includeFullText is on
  • LinkshtmlUrl, pdfUrl

Modes

  • Search — combine query (free-text across title and full text), type, agencies and a publication-date range; sort by newest, oldest or relevance. Pages through the whole result set via next_page_url.
  • Lookup — pass documentNumbers to fetch specific documents directly.

Input

FieldTypeDefaultDescription
querystringFree-text across title and full text
typearrayRULE, PRORULE, NOTICE, PRESDOCU
agenciesarrayAgency slugs, e.g. environmental-protection-agency
publicationDateGte / publicationDateLtestringDate range (YYYY-MM-DD)
orderstringnewestnewest, oldest or relevance
includeFullTextbooleanfalseAlso fetch the full plain-text body (extra request per doc)
documentNumbersarrayLook up specific documents by number
maxResultsinteger100Cap on documents returned

Provide a search (query/type/agencies/publicationDate*) or documentNumbers.

Example input

{
"query": "artificial intelligence",
"type": ["RULE", "PRORULE"],
"publicationDateGte": "2025-01-01",
"maxResults": 200
}

One agency's notices:

{ "agencies": ["securities-and-exchange-commission"], "type": ["NOTICE"], "maxResults": 100 }

Example output (one document)

{
"documentNumber": "2025-23783",
"title": "Safe and Secure Innovation in Artificial Intelligence",
"type": "Rule",
"action": "Final rule.",
"publicationDate": "2025-11-04",
"citation": "90 FR 43217",
"agencies": [
{ "name": "Commerce Department", "slug": "commerce-department", "id": 54 },
{ "name": "National Institute of Standards and Technology", "slug": "national-institute-of-standards-and-technology", "id": 297 }
],
"abstract": "This final rule establishes reporting requirements for developers of dual-use foundation models...",
"htmlUrl": "https://www.federalregister.gov/documents/2025/11/04/2025-23783/...",
"pdfUrl": "https://www.govinfo.gov/content/pkg/FR-2025-11-04/pdf/2025-23783.pdf",
"fullText": null
}

Why this actor

  • Every document type — rules, proposed rules, notices and presidential documents in one query.
  • Deep paging — pulls the whole result set, not just the first page.
  • Optional full text — one flag adds the plain-text body per document for RAG or NLP.
  • Keyless, official, reliable — free government API with retry/backoff and a descriptive User-Agent.

Notes

  • Data is the official Federal Register REST API — free, no key.
  • includeFullText adds one request per document, so large runs are slower.
  • Public data; you are responsible for compliant use. Not a government service.

Pricing

Pay per result — $3 per 1,000 results (one result = one document). No subscription or platform fees.

  • eCFR Scraper — the codified Code of Federal Regulations.
  • SEC EDGAR Filings Scraper — US public-company filings.
  • FDA Recalls Scraper — drug, device and food recalls.