Initialize job
Get suggested validators, enrichments, and date ranges for a query.
Authorizations
API key for authentication.
Body
Request to get validator, enrichment, and date range suggestions for a query.
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"
Optional list of watchlist dataset IDs connected to this job.
When true, returns generic news validators and enrichments suitable for watchlist-based article collection instead of query-specific fields.
Response
Suggestions retrieved successfully
Echo of the query from the request.
"Series B funding rounds for SaaS startups"
Suggested validators for filtering relevant web pages. When the job is
submitted, the system may inject additional validators during the analyzing
stage — check the returned validators[] in the job status to see the
complete applied set.
Suggested enrichment fields for data extraction.
Echo of the context from the request. Null if not provided.
"Focus on funding amount and company name"
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"
Messages explaining date adjustments due to plan limits.
Empty array if no modifications were needed. Contains human-readable messages when requested dates exceed plan's allowed lookback period.
[
"start_date must be >= 2025-01-23, your plan limited to lookback 365 days; we modified start_date to 2025-01-23."
]
