New Feature: search_results Field with Richer Metadata

We’re excited to introduce a new response field—search_results—that provides additional metadata on top of the existing citations. This new field includes useful context such as the page title and publication date (if available), making it easier to interpret and present results.
Example for this query: What should I know before markets open today?

"search_results": [
  {
    "title": "Schwab's Market Open Update",
    "url": "https://www.schwab.com/learn/story/stock-market-update-open",
    "date": "2025-05-25"
  }
]

We will continue returning the legacy citations array for at least the next 2 months to ensure backward compatibility, but we recommend migrating to the new search_results field for a more structured and informative output.

As always, feel free to reach out if you have any questions!

2 Likes