Regulations.gov Scraper avatar

Regulations.gov Scraper

Pricing

Pay per event

Go to Apify Store
Regulations.gov Scraper

Regulations.gov Scraper

Extract federal regulatory data from Regulations.gov — search documents, track dockets, and scrape public comments from 100+ agencies. Uses official API, no key required.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Search federal regulations, proposed rules, and public comments from Regulations.gov. Monitor regulatory changes by agency, keyword, or docket. Works without API key.

📜 What does Regulations.gov Scraper do?

Regulations.gov Scraper extracts federal regulatory data from the official Regulations.gov API. Three modes:

🔹 Search — Find regulatory documents by keyword, agency, type, and date 🔹 Docket — Get all documents in a specific regulatory docket 🔹 Comments — Extract public comments on proposed rules and regulations

❓ Why use Regulations.gov Scraper?

🔹 No API key needed — Works with built-in demo key, optional API key for higher limits 🔹 Official API — Uses the Regulations.gov REST API for reliable, structured data 🔹 All agencies — EPA, FDA, DOD, HHS, DOE, NIST, FTC, SEC, and 100+ more 🔹 Public comments — Access millions of public comments on proposed regulations 🔹 Real-time data — Track new regulations as they're published in the Federal Register

💡 Use cases

🔹 Regulatory compliance — Monitor new rules affecting your industry 🔹 Policy research — Track regulatory trends by agency and topic 🔹 Government affairs — Follow proposed rules during comment periods 🔹 Legal research — Search for regulations relevant to specific legal matters 🔹 Lobbying intelligence — Analyze public comments on proposed regulations 🔹 Journalism — Investigate regulatory actions and policy changes

📊 Sample output

Document data

FieldExample
titleRequest for Information: AI in Clinical Care
documentTypeNotice
agencyIdHHS
docketIdHHS-ONC-2026-0001
postedDate2026-01-05
commentEndDate2026-02-24
openForCommentfalse

💰 Pricing

EventPrice
Start (per run)$0.005
Document scraped$0.001

Free plan estimate: ~200 regulatory documents per month on the Apify Free plan.

🔢 How to search regulations

  1. Go to the Regulations.gov Scraper page on Apify
  2. Select mode (search, docket, or comments)
  3. Enter keywords, agency, or docket ID
  4. Set filters (document type, date range, open for comment)
  5. Click "Start" and download results as JSON, CSV, or Excel

📥 Input parameters

ParameterTypeDescription
modestringsearch, docket, or comments
searchTermsstring[]Keywords to search
docketIdsstring[]Regulatory docket IDs
documentTypestringNotice, Proposed Rule, Rule, Supporting Material
agencyIdstringAgency filter (EPA, FDA, DOD, etc.)
postedAfterstringDocuments posted after date (YYYY-MM-DD)
postedBeforestringDocuments posted before date (YYYY-MM-DD)
openForCommentbooleanOnly open-for-comment documents
sortBystringSort order
apiKeystringOptional API key for higher rate limits
maxResultsnumberMax documents to return (default: 50)

📤 Output fields

Document output

type, documentId, documentType, title, agencyId, docketId, postedDate, commentEndDate, openForComment, withinCommentPeriod, frDocNum, objectId, withdrawn, url, searchTerm, scrapedAt

Comment output

type, commentId, documentId, title, postedDate, agencyId, commentOnDocumentId, docketId, withdrawn, url, scrapedAt

💡 Tips

🔹 Agency IDs — Common agencies: EPA, FDA, DOD, HHS, DOE, NIST, FTC, SEC, USDA, DOT, DOL, DOJ, DHS. 🔹 Docket IDs — Found on regulations.gov document pages. Format: AGENCY-SUBAGENCY-YEAR-NUMBER (e.g. EPA-HQ-OAR-2023-0001). 🔹 Comment periods — Use openForComment: true to find regulations currently accepting public comments. 🔹 API key — The actor works without a key using DEMO_KEY. For higher rate limits, get a free key at api.data.gov/signup. 🔹 Monitoring — Schedule this actor to run daily with search terms relevant to your industry.

🔗 Integrations

Export regulatory data to Google Sheets, Slack, Zapier, Make, or any webhook. Connect via the Apify API for automated regulatory monitoring.

💻 API usage

Node.js

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('automation-lab/regulations-gov-scraper').call({
mode: 'search',
searchTerms: ['artificial intelligence'],
agencyId: 'NIST',
maxResults: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('automation-lab/regulations-gov-scraper').call(run_input={
'mode': 'search',
'searchTerms': ['climate change'],
'documentType': 'Proposed Rule',
'openForComment': True,
'maxResults': 100,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)

cURL

curl "https://api.apify.com/v2/acts/automation-lab~regulations-gov-scraper/runs" \
-X POST -H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"mode": "search", "searchTerms": ["cybersecurity"], "agencyId": "DHS", "maxResults": 50}'

⚖️ Legality

Regulations.gov Scraper accesses publicly available data through the official Regulations.gov API. This is a U.S. government API designed for public access to federal rulemaking data. All regulatory documents and public comments are public record.

❓ FAQ

Q: Do I need an API key? A: No. The actor works with a built-in demo key. For higher rate limits, get a free key at api.data.gov/signup.

Q: What types of documents are available? A: Notices, proposed rules, final rules, supporting materials, and public comments from 100+ federal agencies.

Q: Can I monitor specific regulations? A: Yes. Use docket mode with a docket ID to track all documents and updates in a specific rulemaking.

Q: How current is the data? A: Regulations.gov is updated continuously. Documents appear as agencies publish them in the Federal Register.

🔹 SAM.gov Contract Scraper — Federal contract opportunities 🔹 Court Records Scraper — Federal court opinions and dockets 🔹 Company Funding Tracker — SEC EDGAR Form D filings