The published date of the results can be displayed on Google search in a browser by using &as_qdr=y15
. Example Link
I need to get this information on the google custom search API
https://www.googleapis.com/customsearch/v1?key=KEY&q=pala%20jewellers%20cannon%20park%20coventry
The API pulls the article:published_time
when available on the webpage but this not available for all the pages so Google also estimates a page date based on features of the page such as dates in the title and URL.
How to get Google estimated page date from the Google Custom Search API?