How to scrape chatGPT response using UiPath?

I’m working on a usecase for which I have to scrape the CHATGPT response for a question.
Is there a tested way to achieve this, I have used some ways but haven’t been successful.
Regards,

Hey @Sami_Rajput
The best way is by using the OpenAI API rather than scraping from the browser.
UiPath supports HTTP requests, so you can call the ChatGPT API endpoint and get the response in structured JSON format, which is much more reliable than using screen scraping or UI automation.

Hi sami, can you please explain the use case a little bit more?
Would you want to have this inside of an automation or at design time?

In automation , have you tried our open ai integrations ?