5

How i can get date data like that google search. Is it possible to get it? I never found it in google custom search API. The second picture i post is only snippet which got date and some description about it. The first picture from google search news and the second is google custom search

Google Search

Google Custom Search API

Rushdiey
  • 133
  • 1
  • 1
  • 15

1 Answers1

1

The following API request returns metadata, like published time, only if it is mentioned in its HTML source.

GET https://www.googleapis.com/customsearch/v1?key=APIkey&cx=CustomSearchEngineID&q=rambo


And refer to the "metatags" section
enter image description here

And Voila!
enter image description here

enter image description hereHope that helps :)

Viseshini Reddy
  • 744
  • 3
  • 13