I want to get the name of the product purchased by any user through amazon mobile website which i am loading in webview of my application. I want to do it by using JSOUP library of android. I tried to it but it did not worked with my code. So here is the user flow-
First, user will come in my app. There are some basic functionality in my app. If user wants to make a purchase he will click a button and will be redirected to amazon website in a webview of my app. Then if he makes a purchase, then i want to get the purchased product name. And I want to do this in Android (Java). Here is a look of ThankYou page displayed after purchase.

And here is the piece of code from amazon website in which the name of purchased product is stored.
