SEC EDGAR Company Fundamentals Scraper
Pricing
$0.80 / 1,000 records
SEC EDGAR Company Fundamentals Scraper
Scrape SEC EDGAR filings and XBRL financial fundamentals for any US public company. Returns filings, financial statements, and key metrics by ticker or CIK. No API key. Pay per record; empty or failed runs cost nothing.
Pricing
$0.80 / 1,000 records
Rating
0.0
(0)
Developer
Christian Pichichero
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
SEC EDGAR Company Fundamentals Scraper — a fast, reliable sec edgar scraper that needs no API key. You pay only for the results you get: failed or empty runs are always free.
This sec edgar scraper runs on the Apify platform, so you can call it from the API, run it on a schedule, or export results to JSON, CSV, Excel, or Google Sheets.
What this scraper does
- Extracts structured sec edgar data with no browser or API key required
- Returns clean JSON, one record per result — ready for sheets, databases, or apps
- Pay-per-result pricing: you are never charged for a run that returns nothing
- Runs on demand or on a schedule, and integrates with 5,000+ apps via the Apify API and webhooks
What data you get
Each result record includes fields such as:
- Cik (
cik) — e.g.320193 - Cik10 (
cik10) — e.g."0000320193" - Ticker (
ticker) — e.g."AAPL" - Taxonomy (
taxonomy) — e.g."us-gaap" - Tag (
tag) — e.g."Revenues" - Label (
label) — e.g."Revenues" - Unit (
unit) — e.g."USD" - Value (
value) — e.g.265595000000 - Fiscal Year (
fiscalYear) — e.g.2018 - Fiscal Period (
fiscalPeriod) — e.g."FY" - Form (
form) — e.g."10-K" - Start Date (
startDate) — e.g."2017-10-01" - End Date (
endDate) — e.g."2018-09-29" - Filed Date (
filedDate) — e.g."2018-11-05" - Frame (
frame) — e.g."CY2018"
Input
| Field | Type | Description |
|---|---|---|
tickers | array | Stock ticker symbols to look up, e.g. AAPL, MSFT, NVDA. Resolved to a CIK via SEC's official ticker map. |
ciks | array | SEC Central Index Keys, with or without zero-padding, e.g. 320193 or CIK0000320193. Use instead of / alongs... |
includeFilings | boolean | Emit one record per recent filing (form, date, accession, primary document URL). |
includeFundamentals | boolean | Emit clean XBRL fundamental data points (deduped across restatements) for the selected tags. |
fundamentalTags | array | us-gaap / dei XBRL concept tags to extract, e.g. Revenues, NetIncomeLoss, Assets, StockholdersEquity. Defau... |
filingForms | array | Only keep filings whose form matches one of these, e.g. 10-K, 10-Q, 8-K. Empty = all forms. |
maxFilings | integer | Cap on recent filing records per company (default 50, max 1000). Set 0 to skip filings entirely. |
fromYear | integer | Only keep filings and fundamentals from this calendar/fiscal year or later, e.g. 2020. |
userAgent | string | Descriptive User-Agent SEC requires for automated access, e.g. "my-company-research you@example.com". A def... |
Example output
{"type": "fundamental","cik": 320193,"cik10": "0000320193","ticker": "AAPL","taxonomy": "us-gaap","tag": "Revenues","label": "Revenues","unit": "USD","value": 265595000000,"fiscalYear": 2018,"fiscalPeriod": "FY","form": "10-K","startDate": "2017-10-01","endDate": "2018-09-29","filedDate": "2018-11-05","frame": "CY2018","accession": "0000320193-18-000145","scrapedAt": "2026-07-10T00:00:00Z"}
Use cases
- Run market and competitor research
- Enrich due-diligence and financial analysis
- Feed dashboards and reporting pipelines
- Power fintech and investment tools
Run it as a monitor (alerts on new sec edgar)
Schedule this sec edgar scraper to run automatically — hourly, daily, or on any cron schedule — with the built-in Apify Scheduler, and have results pushed to you by webhook, email, Slack, or your own app the moment they're ready. It's the easiest way to monitor sec edgar for changes over time and get alerted the instant something new appears — no manual runs. Because pricing is per result, a scheduled monitor only ever charges you for the data each run actually returns.
Pricing
This actor uses pay-per-result pricing at $0.0008 per record. There is no monthly fee and no start fee — and empty or failed runs cost $0, so you only ever pay for data you actually receive.
Frequently asked questions
Do I need an API key or account for the source? No. This sec edgar scraper works out of the box with no API key required.
What happens if a run returns no results? You are not charged. Billing is per result, so empty or failed runs are free.
Can I run the sec edgar scraper on a schedule? Yes. Use the Apify Scheduler to run it hourly, daily, or on any cron schedule, and get results by webhook or API.
What export formats are supported? Results can be exported as JSON, CSV, Excel, HTML, or pushed to Google Sheets, a database, or your own app via the Apify API.
Is the data structured? Yes. Every sec edgar result is a clean, flat JSON record you can use immediately.