Submit a query to create a new processing job.
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 created successfully
Unique identifier for the created job. Use this to check status and retrieve results.
"5f0c9087-85cb-4917-b3c7-e5a5eff73a0c"