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
Asked
Active
Viewed 1,289 times
1 Answers
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

Viseshini Reddy
- 744
- 3
- 13
-
1i have meta tags, but didn't get tag for 'published_time' – Nanda Z Dec 09 '19 at 06:44