How can I get the product link

Hi I want to get the product link of products. My case is here, I have queried for a certain set of products and traversing through the array and storing some data of products. But I have not seen any product link in any table. Can any one tell me how can I get the product link of any product in specific language as per my case above described?

Hello Awais,

do you know this docu already?
http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.5.8.42471/

Try searching for getArticle - you’ll find a getter named getArticleMainUri in oxSeoEncoderArticle.

Regards