Resolve any SEC EDGAR company or filing into JSON: the full filing index, document metadata, form types, filing dates, and links to 10-K, 10-Q, and 8-K disclosures.
SEC EDGAR is the official U.S. repository of public-company disclosures, holding every 10-K, 10-Q, 8-K, and proxy statement filed with the regulator. The SEC EDGAR Scraper API reads company filing histories and individual filing indexes, returning form type, period, filing date, and document URLs as validated records.
Compliance teams, financial researchers, and disclosure-monitoring tools use it to track new filings the moment they post to the public database. We extract filing metadata and document links from this public regulatory source so downstream parsers can fetch the exact disclosure they need.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.secedgar.com/",
"type": "quote",
"symbol": "AAPL"
}'
// ← response
{
"status": "ok",
"data": {
"symbol": "AAPL",
"price": 228.41,
"change_pct": 1.24,
"market_cap": 3480000000000,
"volume": 41200000,
"currency": "USD"
}
} "type": "quote",
"symbol": "AAPL"SEC EDGAR data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
New-filing disclosure monitoring
10-K and 10-Q document collection
8-K material-event alerting
Regulatory and compliance research
Yes. Request a company's filing history on a schedule and we return new entries with form type, filing date, accession number, and document links so you catch each disclosure as it appears.
EDGAR is the SEC's public disclosure system. We return filing metadata and document links from those public records and respect the database's published access and rate guidelines.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.