Changelog
Dates Filtering
Released: March 19, 2024
Weโre excited to introduce date filtering capabilities for your search results. This new feature allows you to narrow down your search results to specific time periods, making it easier to find the most relevant and up-to-date information.
How to Enable
To filter your search results by date, add the fromDate
and toDate
parameters to your API request. You can specify either a start date, end date, or both.
Example Request
Example Response
The date filtering parameters accept dates in ISO 8601 format (YYYY-MM-DD). You can use either:
fromDate
: Filter results from this date onwardstoDate
: Filter results up to this date- Both
fromDate
andtoDate
: Filter results within this date range