As the ChatGPT4 has ability to browse specific url and reterive content from website , does they introduce any api endpoints to achieve this? If not is there any other other solution? for example user gives the url of their website then it extracts all the content on that website, like crawling and scraping, but without using libraries and tools, just the artifical intelligence. In short web-scraping and crawling but with the use of openai apis?
No, you can’t. But you can use Python Libraries like google + BS4 to scrap data from specific URL and have that summarized it using Chat Completion. I’ve done a similar project.
Since the custom GPT’s and ChatGPT-4 can web browse through specific site, can we utilise them with our openai api’s or somehow embedd the ChatGPT in our web application?
Yeah there are libraries available but i want to completely use ai to extract and classify content from web-page. Since the custom GPT’s and ChatGPT-4 can web browse through specific site, can we utilise them with our openai api’s or somehow embedd the ChatGPT in our web application?