Get URL using inurl in Google UI API

How do I know when a URL was added to the Google index using GCS (Google Custom Search API)? I know that I can make it throw out the "inurl" parameter, but only in a regular Google search, for example below:

https://www.google.com.br/search?q=inurl%3Amoz.com%2Fblog%2F25-killer-combos-for-googles-site-operator

enter image description here

If anyone has code in java, I will be glad. :)

+4
source share

All Articles