Hi All I am developing a WPF application for Vedio Search. I have implemented for google search with google.api.search. In this, I need to pass start vedio page also. can any one please give me a solution for this. Actually I used IList<IVideoResult> results = GvideoSearcher.Search(searchKey, UIConstants.MAXRESULTS, SortType.date); foreach (IVideoResult result in results) {} Thanks Michael