I've been trying to set a daterange for the results I get on Google Custom Search but couldn't figure out how yet. My url, so far, looks like this:
https://www.googleapis.com/customsearch/v1?key=MY_KEY&cx=MY_OTHER_KEY&q=bigdata&alt=json&fields=queries(request,nextPage),items(title,link,snippet)&cr=&start=1
I'm trying to get, for example, the results inside the range of 01/01/2014 to 02/01/2014. Is there any way to do it?