Submit a query to create a new processing job.
Documentation Index
Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication.
Plain text question describing what to find.
The system analyzes your input to generate search queries, validators, and extractors. More specific queries produce more focused results.
"Series B funding rounds for SaaS startups"
Additional context to focus on specific aspects of your query.
"Focus on funding amount and company name"
Maximum number of records to return. If not specified, defaults to your plan limit.
Use POST /catchAll/continue to extend the limit after job completion without reprocessing.
x >= 1010
Start date for web search (ISO 8601 format with UTC timezone).
Defines the start of the search window by web page discovery date, not event date. Web pages discovered within this range may describe events from any time period.
Must be within plan's allowed search depth. Default is 5 days before current date if not specified.
"2026-01-30T00:00:00Z"
End date for web search (ISO 8601 format with UTC timezone).
Defines the end of the search window by web page discovery date, not event date. Web pages discovered within this range may describe events from any time period.
Must be within plan's allowed search depth and after start_date. Default is current date if not specified.
"2026-02-05T00:00:00Z"
Custom validators for filtering web page clusters.
If not provided, validators are generated automatically based on the query.
Custom enrichment fields for data extraction.
If not provided, enrichments are generated automatically based on the query.
Job processing mode.
base: Full pipeline with validation and enrichment.lite: Lightweight extraction with faster processing. Returns titles and citations only.lite, base Dataset IDs to connect to the job. When provided, this enables Company Watchlist mode — the job returns only events relevant to companies in the connected datasets. To set the minimum relevance threshold, use ed_score_min.
The dataset must have latest_status: ready before the job is submitted. Submitting with a non-existent or inaccessible dataset ID returns 400.
["ccabb755-afc2-4047-b84c-78d1f23d49b2"]The minimum relevance score a connected entity must reach for its record to be included in results.
Only valid when connected_dataset_ids is set; otherwise ignored. Records where no connected entity meets the threshold are excluded entirely.
1 <= x <= 103
Job created successfully
Unique identifier for the created job. Use this to check status and retrieve results.
"5f0c9087-85cb-4917-b3c7-e5a5eff73a0c"