I believe that you have created a google alert and you are getting this url in the reader part.The red integer symbolizes the user id and the yellow one tells the unique alert id.
There are two ways how you can get this url.This url is actually an rss feed .The actual feed url will be-
http://www.google.com/alerts/feeds/userid/alertid
in your case it will be-
http://www.google.com/alerts/feeds/13172112245289928208/10573968695315493577
This points to your user query son dakika.
For now you can use regex to get these numbers and then append them in the url www.google.com/alerts/feeds/to create the correct feeds.
Regards,
Vibhor Jaiswal