SEC Material Contract Intelligence avatar

SEC Material Contract Intelligence

Pricing

from $8.00 / 1,000 results

Go to Apify Store
SEC Material Contract Intelligence

SEC Material Contract Intelligence

Try Input: 1 SEC filing + contract lead ≈ USD 0.008/row. From USD 8/1k. Paste a ticker and Start.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Paid first-run JSON ≈ Try Input: 1 SEC filing + contract lead ≈ USD 0.008/row. From USD 8/1k. Paste a ticker and Start. Keep the first run bounded; this does not change the Actor's Store pricing. Open Try for free → Input and run this JSON.

{
"tickers": [
"MSFT"
],
"ciks": [],
"issuers": [],
"accessionNumbers": [],
"formTypes": [
"8-K"
],
"startDate": "",
"endDate": "",
"daysBack": 365,
"limit": 1,
"maxFilingsPerIssuer": 1,
"maxExhibitsPerFiling": 1,
"contractKeywords": [
"master services agreement"
],
"counterpartyTerms": [],
"includeExhibitText": false,
"maxExhibitChars": 12000,
"emitFilingRowsWithoutExhibits": true,
"requestDelayMs": 120,
"timeoutMs": 25000,
"secUserAgent": "taroyamada-sec-material-contract/1.0 ops@example.com",
"delivery": "dataset",
"webhookUrl": "",
"dryRun": false,
"__name": "sec-material-contract-intelligence"
}

Store Quickstart

Run the bounded paid first-run JSON above first; keep report/export options off unless needed.

{
"tickers": [
"MSFT"
],
"ciks": [],
"issuers": [],
"accessionNumbers": [],
"formTypes": [
"8-K"
],
"startDate": "",
"endDate": "",
"daysBack": 365,
"limit": 1,
"maxFilingsPerIssuer": 1,
"maxExhibitsPerFiling": 1,
"contractKeywords": [
"master services agreement"
],
"counterpartyTerms": [],
"includeExhibitText": false,
"maxExhibitChars": 12000,
"emitFilingRowsWithoutExhibits": true,
"requestDelayMs": 120,
"timeoutMs": 25000,
"secUserAgent": "taroyamada-sec-material-contract/1.0 ops@example.com",
"delivery": "dataset",
"webhookUrl": "",
"dryRun": false,
"__name": "sec-material-contract-intelligence"
}

Use with Apify MCP

Exact actor: taroyamada/sec-material-contract-intelligence

Find material agreement, customer contract, partnership, procurement, and exhibit leads from official SEC filings.

Sample input JSON:

{
"tickers": [
"MSFT"
],
"ciks": [],
"issuers": [],
"accessionNumbers": [],
"formTypes": [
"8-K"
],
"startDate": "",
"endDate": "",
"daysBack": 365,
"limit": 50,
"maxFilingsPerIssuer": 25,
"maxExhibitsPerFiling": 12,
"contractKeywords": [
"master services agreement"
],
"counterpartyTerms": [],
"includeExhibitText": false,
"maxExhibitChars": 12000,
"emitFilingRowsWithoutExhibits": true,
"requestDelayMs": 120,
"timeoutMs": 25000,
"secUserAgent": "",
"delivery": "dataset",
"webhookUrl": ""
}

Run this input to exercise the documented first-run path. Review the pricing section before increasing the scope.

{
"dryRun": false
}

What it returns

  • Normalized material_contract_lead rows from SEC submissions and Archives exhibit indexes.
  • Ticker, CIK, form type, filing date, report date, accession number, Item 1.01, primary document, Exhibit 10 file, and SEC source URLs.
  • Contract keywords, counterparty hints, value hints, effective-date hints, confidence, extraction warnings, and fetched timestamps.
  • A local output/result.json file for reproducible smoke tests.

Input

Use input.json as the quickstart. You can provide tickers, ciks, mixed issuers, or direct accessionNumbers.

Important controls:

  • formTypes: defaults to 8-K, 10-K, and 10-Q.
  • startDate / endDate: optional filing date bounds in YYYY-MM-DD; otherwise daysBack is used.
  • contractKeywords: extra phrases to flag in metadata or fetched exhibit text.
  • counterpartyTerms: customer, supplier, partner, agency, or competitor names to highlight.
  • includeExhibitText: fetches Exhibit 10 files for deeper hint extraction; default is metadata-only.
  • dryRun: emits deterministic sample rows and skips all external requests, dataset writes, and webhook posts.
  • delivery: dataset writes rows to the Apify dataset; webhook posts the full payload to webhookUrl.

Pricing

This actor is intended for PAY_PER_EVENT with a low actor-start fee and a default dataset item fee of $0.008 per result row. The result price is set above the HTTP-light operating floor because the row is positioned as a lead/intelligence unit rather than raw page scraping.

Notes

The actor uses official SEC public endpoints. Set secUserAgent to a declared User-Agent with contact information for production runs. Source failures, unresolved tickers, and empty filing windows are reported in warnings instead of failing the whole run when possible.