Api request using HttpClient activity

hi all, needed some help and tips on current situation. currently i want to extract the content of the article which looked like this


currently i only manage to get the title but not the article content. if you want more info on this just tell me. btw this is the current workflow.

thank you and happy automation

Hi, @Iman_Shafeeq

Did you try data scraping?

@Iman_Shafeeq

use get attribute and get the url of the page from the header element

then use http request and pass the url and save response and check if that gives correct data

cheers