jobId
, and can fetch results via polling or webhook delivery.
Example Request
Job Parameters
List of company identifiers. You can use CIKs, tickers, or full company names. Examples:
"AAPL"
, "789019"
, "Alphabet Inc."
Comma-separated list of SEC filing types to include, provided as a single string.
Example:
"10-K,10-Q,8-K"
Start of the filing date range, in
yyyy-MM-dd
formatEnd of the filing date range, in
yyyy-MM-dd
formatGetting Results
Webhooks
Receive real-time updates when your scraper job starts, completes, or collects data.
Results API
Use the Results API to fetch your data using the
jobId
, with support for polling and pagination.Stopping a Job
Cancel an active scraper job early if it’s no longer needed or you want to save credits.