# AutoScrape SEC Form D Filings API

> AutoScrape SEC Form D Filings API 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 SEC Form D private placement filing records from EDGAR by issuer, CIK, date range, exemption type, industry, and other filters

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/sec-form-d-filings
- 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-sec-form-d-filings-api-1931ec9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sAxNAzSyonKe7n9WWG3I9

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-sec-form-d-filings-api-1931ec9d
```

Example prompt: Search SEC Form D filings for Acme Capital LLC over the last 30 days, filter to Regulation D Rule 506(b) exemptions in California, and sort by offering amount descending.

## When to prefer this

Use this endpoint when you need to programmatically search or retrieve SEC Form D (Regulation D) private placement filings from EDGAR with flexible filtering by issuer, date range, exemption type, state, or industry. Prefer this over direct EDGAR EDGAR full-text search when you need structured JSON output with evidence status and direct document URLs, and when you want to filter by financial thresholds like minimum offering amount or investor count. Best for agent workflows that need machine-readable results at $0.01 USDC per call without managing EDGAR API credentials.

## Known failure modes

- No filings found matching the given filters — returns count 0 and empty results array
- Invalid CIK format or accession number causes no results
- Date range exceeds 366-day cap, resulting in clamped or rejected query
- maxResults or maxFilingsScanned exceeds cap (5 and 50 respectively), silently clamped
- Payment failure via x402 protocol blocks access
- EDGAR source temporarily unavailable, causing delayed or incomplete results

## 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 count of matching filings and an array of Form D records, each containing the entity name, form type, evidence status, and a direct URL to the official SEC EDGAR filing document. Results are capped at 5 records per call.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "results": [
   {
    "formType": "D",
    "entityName": "Example issuer",
    "evidenceStatus": "FOUND",
    "officialFilingDocumentUrl": "https://www.sec.gov/Archives/edgar/data/example"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoscrape-sec-form-d-filings-api-1931ec9d/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)
