
MixerBox WebSearchG
Description
Search and summarize the web with our customized search engine powered by Google Search API!
Details
https://websearchg.mixerbox.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "MixerBox WebSearchG",
"name_for_model": "MixerBox_WebSearchG_web_search",
"description_for_human": "Search and summarize the web with our customized search engine powered by Google Search API!",
"description_for_model": "MixerBox WebSearchG enables users to browse search engine results within the chat interface effortlessly. Users can effortlessly browse search results without leaving the conversation. With a simple question or topic search, users can explore search results directly within the conversation. MixerBox WebSearchG offers clickable links, descriptive titles, and concise summaries for each result. No matter the context, MixerBox WebSearchG caters to users' needs. Whether users are engaged in a casual conversation, conducting research, or seeking quick access to information, MixerBox WebSearchG can provide information accordingly. Moreover, users can effortlessly find relevant articles, blog posts, or product reviews without having to open multiple tabs or leave the chat interface. Other than that, when users need to settle a debate or fact-check a statement, MixerBox WebSearchG can quickly retrieve trustworthy search results to provide related information. From staying updated with the latest news to exploring various perspectives on a topic, it empowers users to navigate the web seamlessly, saving time and enhancing the overall chat experience. In addition to browsing top search engine results, users can also conveniently extract summaries of web page content by simply pasting a URL. Whether it's an article, a blog post, or any webpage, MixerBox WebSearchG swiftly analyzes the content and provides concise and informative summaries. This feature eliminates the need to read through entire web pages, saving time and allowing users to quickly grasp the essence of the information they need. With the extracted summaries at their fingertips, users can seamlessly interact with WebSearchG, issuing commands like translation or asking specific questions about the article. This enhanced functionality empowers users to delve deeper into the content without having to read the entire webpage. From translating to gaining insights, MixerBox WebSearchG streamlines the information retrieval process, providing a comprehensive toolset within the chat interface. ",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "64c6984560ea4bf5ac266b96f88e688a"
}
},
"api": {
"type": "openapi",
"url": "https://websearchg.mixerbox.com/.well-known/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://static.mixerbox.com/chatai/chatgpt-plugin/WebSearchG_logo.png",
"contact_email": "support@websearchg.mixerbox.com",
"legal_info_url": "https://websearchg.mixerbox.com"
}
https://websearchg.mixerbox.com/.well-known/openapi.json
{
"openapi": "3.1.0",
"info": {
"title": "MixerBox WebSearchG",
"description": "A plugin enables users to get information via a search engine or get content of a website URL or a PDF file link.",
"version": "v1"
},
"servers": [
{
"url": "https://websearchg.mixerbox.com"
}
],
"paths": {
"/api/gpt_plugins/websearchg/search": {
"get": {
"summary": "The plugin enables users to conduct research, seek access to information, and find articles, blog posts, product reviews. It will generate URL, title, and description accordingly.",
"description": "After users search for a topic or ask a question, the plugin delivers google search link, search results, including clickable links, descriptive titles, and concise summaries.",
"operationId": "searchByKeyword",
"parameters": [
{
"in": "query",
"name": "q",
"schema": {
"type": "string"
},
"description": "Search query, do not contain space in query.",
"required": true
},
{
"in": "query",
"name": "limit",
"schema": {
"type": "string",
"default": "5"
},
"description": "The upper bound of search results count. Use '5' if users asks less than 5 results",
"required": true
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SearchResponse"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
}
}
}
},
"/api/gpt_plugins/websearchg/browse": {
"get": {
"summary": "The plugin enables users to conduct web browsing by extracting the text content of a specified URL, including PDF URLs, Google Drive URLS.",
"description": "when a user ask a question about an url, pdf or a google sheet. The plugin will response the result about the question.",
"operationId": "browseByUrl",
"parameters": [
{
"in": "query",
"name": "url",
"schema": {
"type": "string",
"format": "url"
},
"description": "URL of the website.",
"required": true
},
{
"in": "query",
"name": "question",
"schema": {
"type": "string"
},
"description": "question about this website. If user has no question, use 'summary' for this parameter"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/BrowseResponse"
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"SearchResponse": {
"title": "SearchResponse",
"type": "object",
"properties": {
"googleSearchLink": {
"title": "Google search link",
"type": "string",
"description": "Google search link for user to click directly."
},
"items": {
"title": "Websites of search results.",
"type": "array",
"items": {
"$ref": "#/components/schemas/WebsiteItem"
},
"description": "The websites of search results."
}
}
},
"WebsiteItem": {
"type": "object",
"properties": {
"title": {
"type": "string",
"title": "Website title."
},
"description": {
"type": "string",
"title": "Website description."
},
"url": {
"type": "string",
"title": "Website url."
},
"html": {
"type": "string",
"title": "Website HTML."
},
"text": {
"type": "string",
"title": "Website content in text."
}
}
},
"BrowseResponse": {
"type": "object",
"properties": {
"meta": {
"type": "object",
"title": "Meta tags of the website."
},
"title": {
"type": "string",
"title": "Title of the website."
},
"content": {
"type": "string",
"title": "Text content of the website"
},
"chunks": {
"type": "array",
"items": {
"type": "string"
},
"title": "Embedding text content of the website"
},
"rules": {
"$ref": "#/components/schemas/Rules"
}
}
},
"ErrorResponse": {
"type": "object",
"properties": {
"message": {
"type": "string",
"title": "Error message."
},
"code": {
"type": "string",
"title": "Error code."
}
}
},
"Rules": {
"title": "The array of rules which recommend gpt to follow.",
"type": "array",
"items": {
"type": "string"
},
"description": "The array of rules which recommend gpt to follow."
}
}
}
}
Discover other plugins from the search category
Plugsugar
Enable ChatGPT to search the web and answer relevant questions.
0 Comments

getit.ai plugin search
Search for new plugins and capabilities to use
0 Comments

OpenIndex.ai
Search through documents and websites indexed on OpenIndex.ai
0 Comments

OneLook Thesaurus
Plugin for searching for words by describing their meaning, sound, or spelling.
0 Comments

CensysGPT
Plugin for writing Censys Search queries.
0 Comments

KeyMate.AI Search
Search the web by using a Custom Search Engine with KeyMate.AI Search, your AI-powered web search engine.
1 Comments

VoxScript
Enables searching of YouTube transcripts, financial data sources Google Search results, and more!
0 Comments
Yelp Business Search
Discover great local businesses around you.
0 Comments

Ai Tool Hunt
Explore the ideal AI solutions for all use cases, drawn from the most comprehensive global database of AI tools.
0 Comments

Tagvenue
Search for event venues and spaces in Australia, Canada, Ireland, Singapore, the UK, and the USA.
0 Comments

Metaphor
Access the internet's highest quality content. Recommended by people, powered by neural search.
0 Comments

Substack IQ
Explore Substack! Provide a link, chat with articles, find new authors, search all of Substack, & more.
0 Comments

Mantium
Fetches user-created applications from Mantium and retrieves relevant info based on user queries.
0 Comments

Jini
Get factual, knowledge-base and real-time information. Search news, images, videos, music, apps, pages and facts.
0 Comments

PlugFinder
PlugFinder is your personal assistant for discovering AI tools.
0 Comments
TotalQuery Search
Go beyond google search: harness the combined power of 70+ search engines for ultimate web discovery.
0 Comments
UK Politics
Search through UK political documents such as speeches, press releases, voting records, and candidates' profiles.
0 Comments

Web Requests
Goodbye Knowledge Cutoff, Hello World! This is your AI assistant's web browser. Just enter a URL. Google, Wiki, GitHub.
0 Comments

Plugin.so
Companies are exposing their APIs to be consumed by AI applications such as ChatGPT and libraries Langchain. Plugin.so is scanning the top 1M+ domains and allows you to track any company launching a plugin. Get launch updates via Email or Twitter.
0 Comments

Pluginpedia
Recommend plugins in the store based on your question, and introduce their usage.
0 Comments

Scholarly
Scholarly is an AI-powered search engine for exploring scientific literature.
0 Comments

Social Search
The Social Search provides access to tweets, users, followers, images, media and more.
0 Comments
PuginAI
Recommend extensions based on prompt from user.
0 Comments

OpenTools AI
Find the right AI tools for your needs from the largest collection on the web.
0 Comments

What's trending?
Explore trending searches, keywords, & hashtags by topic across YouTube, Instagram, Amazon, and Google.
0 Comments

Chat Tool Finder
Find the tool in here that can help you. Search by name, category or description.
0 Comments

Clay
Ask questions and search across your network and contacts — Linkedin, Facebook, email, and iMessage.
0 Comments

People Search
Search Clay's public people graph by keyword & industry. Build lists & recruit faster than Linkedin.
0 Comments

OhMyPlug
Search and discover extensions with OhMyPlug! It guides you through the best addons in the store and explains them ðð§©ð¡.
0 Comments

BrowserPilot
Analyse and understand web pages and search for more results.
0 Comments

Google Trends Plugin
Fetch search interest data for keywords, locations, and timeframes. Get realtime search trends, and top charts.
0 Comments