Hi All,
I have a website link where I will be searching for a product. I need to know the category of this product. To get this, i need json response from HTTP REQUEST activity. I have an API Key for my email id from the website. Can anyone help me get the json response?
1 Like
@AparnaGP Welcome to the community!
- Install UiPath.web.activities in the studio
- Use HTTP Request to Get the information and store it in a variable
- Deserialize the HTTP Output
- Parse the JSON
Hi… Http Request activity having a wizard option to input variable to the API. please check the link for detailed info about all properties -