options[google.search.Search.RESTRICT_EXTENDED_ARGS] = { 'cr': 'countryIT', 'sort': 'date' }; var customSearchControl = new google.search.CustomSearchControl(id, options);
Here is the syntax for getting a list of returned url
google.search.CustomSearchControl.CustomSearch Control(cseId, opt_options);
You will receive detailed information at this link: Return URL list
source share