Federal Register Scraper avatar

Federal Register Scraper

Pricing

from $1.00 / 1,000 federal register documents

Go to Apify Store
Federal Register Scraper

Federal Register Scraper

Pricing

from $1.00 / 1,000 federal register documents

Rating

0.0

(0)

Developer

Smorgi Apps

Smorgi Apps

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Federal Register Scraper — Pay Per Result

Scrape Federal Register documents through the official JSON API (federalregister.gov/api/v1/documents.json). Search, filter by agency and document type, paginate newest-first.

Store search keywords: Federal Register scraper · government regulations · FR documents API · federalregister.gov · rulemaking notices


Why this Actor

NeedWhat you get
Regulatory monitoringNewest documents with title, abstract, agencies, links
Targeted pullsSearch term, agency slug, and document type filters
Failures that shouldn’t billEmpty pages / HTTP errors → not charged
Low costHTTP-only (no browser); PPE priced from measured unit economics

Official public API only. No login required.


Input

{
"query": "visa bond",
"agencies": ["state-department"],
"documentTypes": ["Rule"],
"maxItems": 100
}

Leave query empty to fetch the newest documents with optional agency/type filters.

Agency values are Federal Register slugs (e.g. environmental-protection-agency, state-department).


Output fields

FieldDescription
documentNumberFR document number (e.g. 2026-15726)
titleDocument title
typeDocument type (Rule, Notice, Proposed Rule, …)
abstractSummary text when provided
publicationDatePublication date (YYYY-MM-DD)
agenciesArray of issuing agencies (id, name, slug, url)
htmlUrlHTML document page on federalregister.gov
pdfUrlPDF link (govinfo.gov)
scrapedAtISO timestamp of this run

Pricing

Pay-per-event for each delivered document row.

  • Empty result pages and HTTP failures → not charged

~$0.50 / 1,000 documents on the Store pricing tab (HTTP-only; empty pages free).


Limitations (honest)

  • Public API rate limits apply — use requestDelayMs for large pulls
  • Agency filters expect Federal Register slugs, not arbitrary abbreviations
  • Abstract text can be long; full rule text is on the linked HTML/PDF pages
  • API count is capped; very broad queries may not return the full corpus in one run

Issues / feature requests: use the Actor Issues tab.