Fetch/Get a particular string using HTTP request activity from portal

Hello Team,

How can I fetch/get a particular string using HTTP request activity?

Example:

Get a value like $69.2 or a Date as shown in the below image.

Note: I highlighted the fetch value in the image.

Thank you
Minal P

You need an api to get you the desired field and then you make a http request on the same and get in the desired format.

If you donot have api’s then you have to get the value using and Read text activites.