filterBy accepts one category filter at a time, plus an optional date range. Combining categories returns a validation error.
Find press releases
Send this body toPOST /news/search. See the Quickstart for authentication and SDK setup.
Filter categories
date.from and date.to are inclusive epoch milliseconds; from must be at most to. Either bound can be omitted. The example window covers August 2026 in UTC; calculate new bounds for a rolling window.
sortBy.type is newest (default) or relevance. Use the same filters and sort for every pagination request.