Custom GPT to Serarch the GPT Store

Is there a way to connect a CustomGPT so that it is able to search the GPT store for relevant GPTs based upon a user’s specific task

1 Like

Not easily or officially.

You can use the backend-api endpoint to do a search with,

https://chatgpt.com/backend-api/gizmos/search?q=

But, you’ll need to supply it with a valid session API key.

2 Likes

Try giving it a series of tasks in your instructions where it searches the internet for CustomGPTs based on user guidance. You can use Search Operators like Google’s to increase the specificity of your search.

The “About” field in the CustomGPT shows up in search results.

So, have your CustomGPT create a search based on the user criteria, like keywords in the Title or About section, and display the top 5 that seem relevant to the query.

1 Like

Google is a GPT search - of those that have been scraped.

https://www.google.com/search?q=site:chatgpt.com/g+girlfriend&filter=0

including old domain results:

q=site%3Achatgpt.com%2Fg+OR+site%3Achat.openai.com%2Fg+girlfriend

(to reveal some policy-violating GPTs.)

1 Like