I am building an AI that responds to different queries. I want it to pull information from a bubble app that is live that I previously built. I have the API working and retrieving information no problem. When I provide the GPT API with the link to the page of the bubble app I want the information pulled from it just pulls generic information about the app as opposed to the specific information on the page that I want it to use.
Anybody know how to resolve this?
I was thinking of just turning the URL into LLM friendly content or using Claude and web scraping but I want this to work for GPT too