# AutoScrape Federal Register Documents Search

> AutoScrape Federal Register Documents Search is a paid API for AI agents from autoscrape-api-seven.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Search and retrieve Federal Register documents by keyword, date range, agency, CFR title/part, or document type

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/federal-register-documents
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoscrape-federal-register-documents-search-92531729
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HutE6YL2MGfFvlJsNaLch

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability autoscrape-federal-register-documents-search-92531729
```

Example prompt: Search the Federal Register for proposed rules about PFAS contamination published by the EPA between 2024-01-01 and 2024-12-31 — return up to 5 results.

## When to prefer this

Choose this endpoint when you need to programmatically search the U.S. Federal Register for regulatory documents, notices, proposed rules, or presidential documents without an API key. It is ideal for compliance monitoring, regulatory research, and policy tracking workflows. Prefer this over direct FederalRegister.gov API calls when you want a unified payment-gated wrapper that fits into x402-compatible agent pipelines.

## Known failure modes

- No documents found for the given query returns an empty results array with count 0
- Invalid date format for dateFrom/dateTo causes query failure or unexpected results
- Unrecognized agency slug returns no results silently
- maxResults is capped at 10 regardless of input value
- Payment not provided or insufficient USDC returns HTTP 402 error

## How this service works

No-key evaluation APIs for public data and utilities: business filings, permits, bankruptcy dockets, NPI providers, HTTP status checks, sitemap URL extraction, SEC EDGAR, IRS 990, WHOIS, and validation. Paid x402 access is live.

## Output

Returns a JSON object with a total count of matching documents, a results array containing each document's number, type (Rule, Proposed Rule, Notice, Presidential Document), a link to its full HTML page on FederalRegister.gov, and a searchOutcome status indicating whether documents were found.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "results": [
   {
    "htmlUrl": "https://www.federalregister.gov/documents/example",
    "documentType": "Notice",
    "searchOutcome": "FOUND",
    "documentNumber": "2026-00001"
   }
  ],
  "setupStatus": "found"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoscrape-federal-register-documents-search-92531729/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoscrape-api-seven.vercel.app](https://www.zero.xyz/host/autoscrape-api-seven.vercel.app/llms.txt)
