
Sep 18, 2026
January 21, 2026

Today, we're releasing structured outputs for the Monitor API, giving you precise control over what information you receive when new events appear on the web.
When we launched the Monitor API last year, it introduced a fundamentally new pattern for web intelligence: instead of pulling information on demand, you could create queries that push notifications when relevant content appears. But the output format was limited; each match returned a URL and unstructured text, leaving downstream processing to your application.
With structured outputs, you now define exactly what fields you want extracted from each event. A monitor tracking competitor launches can return structured objects with product name, release date, key features, and pricing, ready for direct integration into your workflows without additional parsing or extraction steps.
Previously, a monitor tracking industry news would return matches as raw URL and text pairs. Your agent/application would need to parse, extract, and structure the relevant information before it could be used in downstream systems.
With structured outputs enabled, you can now define a schema specifying exactly what you want to know about each event. The Monitor API does the work of extracting and validating these fields automatically, returning structured objects that match your specification.
For example, a monitor that tracks funding announcements might define:
Each match now returns a validated object with these fields populated.
Define your output schema when creating a monitor:
12345678910111213141516171819202122232425262728293031curl --request POST \
--url https://api.parallel.ai/v1/monitors \
--header 'Content-Type: application/json' \
--header "x-api-key: $PARALLEL_API_KEY" \
--data '{
"type": "event_stream",
"frequency": "1d",
"settings": {
"query": "monitor ai news",
"output_schema": {
"type": "json",
"json_schema": {
"type": "object",
"properties": {
"company_name": {
"type": "string",
"description": "Name of the company the news is about, NA if not company-specific"
},
"sentiment": {
"type": "string",
"description": "Sentiment of the news: positive or negative"
},
"description": {
"type": "string",
"description": "Brief description of the news"
}
}
}
}
}
}'``` curl --request POST \ --url https://api.parallel.ai/v1/monitors \ --header 'Content-Type: application/json' \ --header "x-api-key: $PARALLEL_API_KEY" \ --data '{ "type": "event_stream", "frequency": "1d", "settings": { "query": "monitor ai news", "output_schema": { "type": "json", "json_schema": { "type": "object", "properties": { "company_name": { "type": "string", "description": "Name of the company the news is about, NA if not company-specific" }, "sentiment": { "type": "string", "description": "Sentiment of the news: positive or negative" }, "description": { "type": "string", "description": "Brief description of the news" } } } } } }'```
Each event delivered by the monitor will now conform to your schema.
Structured outputs is available today for the Monitor API. Get started in our Developer Platform[Developer Platform](https://platform.parallel.ai/) or dive into the documentation[documentation](https://docs.parallel.ai/monitor-api/monitor-structured-outputs).
**About Parallel Web Systems**
Parallel develops critical web search infrastructure for AI. Our suite of web search and agent APIs is built on a rapidly growing proprietary index of the global internet. These solutions transform human tasks that previously took days and weeks into agentic tasks that now take seconds and minutes.
Fortune 100 and 500 companies use Parallel's web intelligence APIs in insurance, finance, and retail workflows to automate critical business functions. Leading AI-native businesses like Starbridge, Amp, and Day AI use Parallel to support core features like public sector contract monitoring, documentation lookup, and GTM operations.
Sign up for free. No credit card required.
By Parallel
January 21, 2026

Sep 18, 2026

Sep 15, 2026

Sep 10, 2026

Aug 31, 2026

Aug 29, 2026

Aug 25, 2026

Aug 21, 2026

Aug 19, 2026

Aug 13, 2026

Jul 30, 2026

Jul 21, 2026

Jul 20, 2026

Jul 16, 2026

Jul 15, 2026

Jul 13, 2026

Jul 12, 2026

Jul 10, 2026

Jul 8, 2026

Jun 9, 2026

Jun 5, 2026

Jun 4, 2026

May 20, 2026

May 19, 2026

May 7, 2026

May 5, 2026

Apr 29, 2026

Apr 29, 2026

Apr 24, 2026

Apr 23, 2026

Apr 21, 2026

Apr 20, 2026

Apr 8, 2026

Apr 8, 2026

Apr 7, 2026

Mar 30, 2026

Mar 25, 2026

Mar 19, 2026

Mar 18, 2026

Mar 17, 2026

Mar 10, 2026

Mar 4, 2026

Mar 2, 2026

Feb 23, 2026

Feb 4, 2026

Jan 28, 2026

Jan 15, 2026

Jan 8, 2026

Dec 17, 2025

Dec 16, 2025

Dec 11, 2025

Dec 10, 2025

Nov 20, 2025

Nov 18, 2025

Nov 13, 2025

Nov 12, 2025

Nov 11, 2025

Nov 6, 2025

Nov 3, 2025

Oct 30, 2025

Oct 23, 2025

Oct 22, 2025

Oct 17, 2025

Oct 16, 2025

Oct 9, 2025

Oct 8, 2025

Oct 7, 2025

Oct 6, 2025

Sep 30, 2025

Sep 16, 2025

Sep 12, 2025

Sep 11, 2025

Sep 9, 2025

Sep 5, 2025

Aug 21, 2025

Aug 14, 2025

Aug 7, 2025

Aug 5, 2025

Aug 4, 2025

Jul 31, 2025

Jul 31, 2025

Jul 28, 2025

Jul 14, 2025

Jul 8, 2025

Jul 2, 2025

Jun 17, 2025

Jun 10, 2025

May 30, 2025

May 16, 2025

Apr 24, 2025