Loading...
Shopping Coupon Finder

Shopping Coupon Finder

0 0
0.0
( None Rating )
1K Action
DALLE•E Data Analysis

About Shopping Coupon Finder

Search for products on eBay and AliExpress, and discover the internet's best coupons and events from thousands of online stores.

Information

  • GPTs Creator Sora
  • Categories Writing
  • GPT Updated May 31,2024
  • Updated June 03,2024

Capabilities

  • DALLE•E Image Creation
  • Code Interpreter Data Analysis

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

Shopping Coupon Finder
Shopping Coupon Finder

By Sora

Shopping Coupon Finder is inactive right now!

4.1
Ratings (111)
Writing
Category
1K+
Conversations
Try Alternatives
Find ring without bids using ebay
Find the top-rated vacuum cleaner of 2024 using Bing, and provide an eBay link for purchasing the model
Show me eBay coupons available
Search for usb c fast charger using AliExpress
Message ChatGPT

What Can Shopping Coupon Finder Do with ChatGPT?

This Gpts for POD enthusiasts can do creating images, suggesting designs, and keywording.

1. Function Calls
Field Value
action_id g-42c9701de88bbdb07d742cb7a6dfbdd886d22660
domain shoppingtools.biz
json_schema {"openapi"=>"3.0.0", "info"=>{"title"=>"Comprehensive Shopping Tools", "version"=>"2.0.0"}, "servers"=>[{"url"=>"https://shoppingtools.biz"}], "paths"=>{"/get-ebay-product"=>{"get"=>{"operationId"=>"retrieveEbayProducts", "summary"=>"Fetches items listed on eBay based on specified criteria.", "description"=>"This endpoint allows users to fetch items listed on eBay based on specified criteria such as site ID, sorting parameters, keywords, maximum price, and filters such as free shipping and no bid.", "parameters"=>[{"name"=>"_context", "in"=>"query", "required"=>true, "description"=>"user prompt", "schema"=>{"type"=>"string"}}, {"name"=>"siteId", "in"=>"query", "description"=>"Specifies the eBay site to search from based on geographic location. The available options are: - 'EBAY_US' => 'United States' - 'EBAY_CA' => 'Canada' - 'EBAY_GB' => 'Great Britain' - 'EBAY_AU' => 'Australia' - 'EBAY_DE' => 'Germany' - 'EBAY_ES' => 'Spain' - 'EBAY_FR' => 'France' - 'EBAY_IT' => 'Italy'\n", "required"=>true, "schema"=>{"type"=>"string", "default"=>"EBAY_US", "enum"=>["EBAY_US", "EBAY_CA", "EBAY_GB", "EBAY_AU", "EBAY_DE", "EBAY_ES", "EBAY_FR", "EBAY_IT"]}}, {"name"=>"sortId", "in"=>"query", "description"=>"Specifies the sorting criteria for the search results. The available options are: - 'BestMatch' => 'Best Match' - 'price' => 'Current Price Lowest' - '-price' => 'Current Price Highest' - 'newlyListed' => 'Newest Items First' - 'endingSoonest' => 'End Time Soonest'\n", "required"=>false, "schema"=>{"type"=>"string", "enum"=>["BestMatch", "price", "-price", "newlyListed", "endingSoonest"]}}, {"name"=>"keywords", "in"=>"query", "description"=>"Specifies the keywords to be used in the search query.", "required"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"maxPrice", "in"=>"query", "description"=>"Sets an upper limit for the price of the items in the search results.", "required"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"freeShipping", "in"=>"query", "description"=>"Filters search results to only include items that offer free shipping.", "required"=>false, "schema"=>{"type"=>"boolean"}}, {"name"=>"isNoBid", "in"=>"query", "description"=>"Filters search results to only include items that have not received any bids.", "required"=>false, "schema"=>{"type"=>"boolean"}}], "responses"=>{"200"=>{"description"=>"The search operation was successful and a list of items has been returned.", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Item"}}}}}}}}, "/get-ali-product"=>{"get"=>{"operationId"=>"retrieveAliexpressProducts", "summary"=>"Fetches items listed on AliExpress based on specified criteria.", "description"=>"This endpoint enables users to fetch items listed on AliExpress by setting specific parameters like page number, currency ID, language ID, sorting options, and keywords.", "parameters"=>[{"name"=>"_context", "in"=>"query", "required"=>true, "description"=>"user prompt", "schema"=>{"type"=>"string"}}, {"name"=>"pageNumber", "in"=>"query", "description"=>"Specifies the page number of the search results to return. Defaults to the first page if not specified.", "required"=>false, "schema"=>{"type"=>"integer", "default"=>1}}, {"name"=>"currencyId", "in"=>"query", "description"=>"Specifies the currency to be used in the search results. Available options include 'USD' for United States Dollar, 'EUR' for Euro, and 'GBP' for British Pound. Defaults to 'USD' if not specified. Currency options: - '0' => 'USD' - '1' => 'GBP' - '2' => 'CAD' - '3' => 'EUR' - '4' => 'UAH' - '5' => 'MXN' - '6' => 'TRY' - '7' => 'RUB' - '8' => 'BRL' - '9' => 'AUD' - '10' => 'INR' - '11' => 'JPY' - '12' => 'IDR' - '13' => 'SEK' - '14' => 'KRW'\n", "required"=>false, "schema"=>{"type"=>"integer", "default"=>0}}, {"name"=>"languageId", "in"=>"query", "description"=>"Language options: - '0' => 'EN' - '1' => 'RU' - '2' => 'PT' - '3' => 'ES' - '4' => 'FR' - '5' => 'ID' - '6' => 'IT' - '7' => 'TH' - '8' => 'JA' - '9' => 'AR' - '10' => 'VI' - '11' => 'TR' - '12' => 'DE' - '13' => 'HE' - '14' => 'KO' - '15' => 'NL' - '16' => 'PL' - '17' => 'MX' - '18' => 'CL' - '19' => 'IW' - '20' => 'IN'\n", "required"=>false, "schema"=>{"type"=>"integer", "default"=>0}}, {"name"=>"sortId", "in"=>"query", "description"=>"Sort options: - '0' => 'SALE_PRICE_ASC' - '1' => 'SALE_PRICE_DESC' - '2' => 'DISCOUNT_ASC' - '3' => 'DISCOUNT_DESC' - '4' => 'LAST_VOLUME_ASC' - '5' => 'LAST_VOLUME_DESC'\n", "required"=>false, "schema"=>{"type"=>"integer", "default"=>0}}, {"name"=>"keywords", "in"=>"query", "description"=>"Specifies the keywords to be used in the search query.", "required"=>true, "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"Successfully returned a list of products", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"pictures"=>{"type"=>"string", "description"=>"URL to the product image"}, "price"=>{"type"=>"string", "description"=>"Current price of the product"}, "oldPrice"=>{"type"=>"string", "description"=>"Old price of the product"}, "bought"=>{"type"=>"integer", "description"=>"Number of products bought"}, "link"=>{"type"=>"string", "description"=>"URL to view the product"}, "title"=>{"type"=>"string", "description"=>"Title of the product"}}}}}}}}}}, "/get-events"=>{"get"=>{"operationId"=>"RetrieveUpcomingEbayEvents", "summary"=>"Retrieve upcoming Ebay events", "description"=>"This endpoint retrieves a list of upcoming events on Ebay.", "parameters"=>[{"name"=>"_context", "in"=>"query", "required"=>true, "description"=>"user prompt", "schema"=>{"type"=>"string"}}, {"name"=>"ebay_site", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "enum"=>["United States", "Austria", "Australia", "Belgium", "Canada", "Switzerland", "Germany", "Spain", "France", "Great Britain", "Hong Kong", "Ireland", "Italy", "Malaysia", "Netherlands", "Philippines", "Poland", "Singapore", "Taiwan"]}, "description"=>"The name of the Ebay site.\n- United States\n- Austria\n- Australia\n- Belgium\n- Canada\n- Switzerland\n- Germany\n- Spain\n- France\n- Great Britain\n- Hong Kong\n- Ireland\n- Italy\n- Malaysia\n- Netherlands\n- Philippines\n- Poland\n- Singapore\n- Taiwan\n"}], "responses"=>{"200"=>{"description"=>"list of events."}}}}, "/get-events-with-coupons"=>{"get"=>{"operationId"=>"RetrieveUpcomingEbayCoupons", "summary"=>"Retrieve upcoming Ebay events with coupons", "description"=>"This endpoint retrieves a list of upcoming events with coupons on Ebay.", "parameters"=>[{"name"=>"_context", "in"=>"query", "required"=>true, "description"=>"user prompt", "schema"=>{"type"=>"string"}}, {"name"=>"page", "in"=>"query", "description"=>"page number", "schema"=>{"type"=>"integer"}}, {"name"=>"ebay_site", "in"=>"query", "required"=>false, "schema"=>{"type"=>"string", "enum"=>["United States", "Austria", "Australia", "Belgium", "Canada", "Switzerland", "Germany", "Spain", "France", "Great Britain", "Hong Kong", "Ireland", "Italy", "Malaysia", "Netherlands", "Philippines", "Poland", "Singapore", "Taiwan"]}, "description"=>"The name of the Ebay site.\n- United States\n- Austria\n- Australia\n- Belgium\n- Canada\n- Switzerland\n- Germany\n- Spain\n- France\n- Great Britain\n- Hong Kong\n- Ireland\n- Italy\n- Malaysia\n- Netherlands\n- Philippines\n- Poland\n- Singapore\n- Taiwan\n"}], "responses"=>{"200"=>{"description"=>"list of events with coupons, show result in table."}}}}, "/get-ebay-event-items"=>{"get"=>{"operationId"=>"RetrieveUpcomingEbayEventItems", "summary"=>"Get eBay Event Items", "description"=>"This endpoint retrieves items related to a specific eBay event.", "parameters"=>[{"name"=>"_context", "in"=>"query", "description"=>"Context for the request.", "required"=>true, "schema"=>{"type"=>"string"}}, {"name"=>"siteId", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "enum"=>["EBAY_US", "EBAY_AT", "EBAY_AU", "EBAY_BE", "EBAY_CA", "EBAY_CH", "EBAY_DE", "EBAY_ES", "EBAY_FR", "EBAY_GB", "EBAY_HK", "EBAY_IE", "EBAY_IT", "EBAY_MY", "EBAY_NL", "EBAY_PH", "EBAY_PL", "EBAY_SG", "EBAY_TW", "EBAY_MOTORS"]}, "description"=>"The ID of the Ebay site. It corresponds to specific countries/regions. Below is the mapping:\n- EBAY_US: United States\n- EBAY_AT: Austria\n- EBAY_AU: Australia\n- EBAY_BE: Belgium\n- EBAY_CA: Canada\n- EBAY_CH: Switzerland\n- EBAY_DE: Germany\n- EBAY_ES: Spain\n- EBAY_FR: France\n- EBAY_GB: Great Britain\n- EBAY_HK: Hong Kong\n- EBAY_IE: Ireland\n- EBAY_IT: Italy\n- EBAY_MY: Malaysia\n- EBAY_NL: Netherlands\n- EBAY_PH: Philippines\n- EBAY_PL: Poland\n- EBAY_SG: Singapore\n- EBAY_TW: Taiwan\n- EBAY_MOTORS: United States (Specific to Auto Parts and Vehicles)\n"}, {"name"=>"eventId", "in"=>"query", "description"=>"Unique identifier of the eBay event.", "required"=>true, "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"The search operation was successful and a list of event items has been returned.", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Item"}}}}}}}}, "/get-gpt-prompts-json"=>{"get"=>{"operationId"=>"ShowPromptsExamples", "summary"=>"Get prompts examples", "description"=>"This endpoint retrieves examples of prompts to use with this plugin.", "parameters"=>[{"name"=>"_context", "in"=>"query", "description"=>"Context for the request.", "required"=>true, "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"The search operation was successful and a list of prompts."}}}}}, "components"=>{"schemas"=>{"Item"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"Title of the item"}, "galleryURL"=>{"type"=>"string", "description"=>"URL to the gallery image"}, "viewItemURL"=>{"type"=>"string", "description"=>"URL to view the item"}, "itemId"=>{"type"=>"string", "description"=>"Item's ID"}, "currentPrice"=>{"type"=>"string", "description"=>"Current price of the item"}, "originalPrice"=>{"type"=>"string", "description"=>"Original price of the item"}, "discountPercentage"=>{"type"=>"string", "description"=>"Discount percentage"}}}, "Event"=>{"type"=>"object", "description"=>"An event on Ebay.", "properties"=>{"eventId"=>{"type"=>"string", "description"=>"Unique identifier for the event."}, "title"=>{"type"=>"string", "description"=>"The title of the event."}, "description"=>{"type"=>"string", "description"=>"A description of the event."}, "startDate"=>{"type"=>"string", "format"=>"date-time", "description"=>"The starting date and time of the event."}, "endDate"=>{"type"=>"string", "format"=>"date-time", "description"=>"The ending date and time of the event."}, "image"=>{"type"=>"string", "description"=>"URL to the event image."}, "eventUrl"=>{"type"=>"string", "description"=>"URL to the webpage for the event."}, "couponCode"=>{"type"=>"string", "description"=>"coupon code for the event."}}}}}}
auth {"type":"none"}
privacy_policy_url https://www.privacypolicygenerator.info/live.php?token=KskRU3nhCHlqwAdPouBj0L6ponFujjKE
2. Function Calls
Field Value
action_id g-7462d3a9a12378b89b29706b9383ac4e3d270731
domain actions.sider.ai
json_schema {"openapi"=>"3.0.1", "info"=>{"title"=>"Link Reader", "description"=>"A plugin capable of searching and reading link content, featuring a search interface similar to Google. It can access and return content from links, supporting platforms like YouTube, PDF, PPT, Google Drive, and more.", "version"=>"v1"}, "servers"=>[{"url"=>"https://actions.sider.ai/search"}], "paths"=>{"/api/get"=>{"get"=>{"operationId"=>"getContent", "summary"=>"Get the content of any url, including web page URL, PDF, PPT, image, word, pages, numbers, excel and any other document URLs, google drive, google docs, google spreadsheet, youtube links, etc.", "parameters"=>[{"name"=>"url", "in"=>"query", "description"=>"The url to get the content from", "required"=>true, "schema"=>{"type"=>"string", "format"=>"uri"}}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/getContentResponse"}}}}}}}, "/api/search"=>{"get"=>{"operationId"=>"apiSearch", "summary"=>"Search Google and fetch JSON data", "parameters"=>[{"name"=>"q", "in"=>"query", "schema"=>{"type"=>"string"}, "required"=>true, "description"=>"The query you want to search."}, {"name"=>"gl", "in"=>"query", "schema"=>{"type"=>"string"}, "description"=>"The country to use for the Google search (e.g., us for the United States, uk for United Kingdom, or fr for France)."}, {"name"=>"hl", "in"=>"query", "schema"=>{"type"=>"string"}, "description"=>"The language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French)."}, {"name"=>"tbm", "in"=>"query", "schema"=>{"type"=>"string"}, "description"=>"The \"tbm\" parameter enables you to define your preferred search type, including regular Google Search (no tbm parameter), image search (\"isch\"), or news search (\"nws\")."}, {"name"=>"start", "in"=>"query", "schema"=>{"type"=>"string"}, "description"=>"The result offset. It skips the given number of results. It's used for pagination."}, {"name"=>"num", "in"=>"query", "schema"=>{"type"=>"string"}, "description"=>"The maximum number of results to return. (e.g., 10 (minimum) returns 10 results)."}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/apiSearchResponse"}}}}}}}}, "components"=>{"schemas"=>{"getContentResponse"=>{"type"=>"object", "properties"=>{"content"=>{"type"=>"string", "description"=>"The content of the url"}, "statusCode"=>{"type"=>"integer", "description"=>"The status code of the request"}, "statusText"=>{"type"=>"string", "description"=>"The status text of the request"}, "headers"=>{"type"=>"object", "properties"=>{"content-type"=>{"type"=>"string", "description"=>"The content type of the request"}, "content-length"=>{"type"=>"integer", "description"=>"The content length of the request"}, "date"=>{"type"=>"string", "description"=>"The date of the request"}, "server"=>{"type"=>"string", "description"=>"The server of the request"}, "last-modified"=>{"type"=>"string", "description"=>"The last modified date of the request"}}}, "meta"=>{"type"=>"object", "properties"=>{"og:title"=>{"type"=>"string", "description"=>"The title of the url"}, "og:description"=>{"type"=>"string", "description"=>"The description of the url"}, "og:image"=>{"type"=>"string", "description"=>"The main image of the url"}, "og:type"=>{"type"=>"string", "description"=>"The type of the url"}}}}}, "apiSearchResponse"=>{"type"=>"object", "properties"=>{"answer_box"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"The title of the answer box"}, "link"=>{"type"=>"string", "description"=>"The link of the answer box"}, "snippet"=>{"type"=>"string", "description"=>"The snippet of the answer box"}, "images"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"The image links of the answer box"}}}}, "knowledge_graph"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"The title of the knowledge graph"}, "type"=>{"type"=>"string", "description"=>"The type of entity in the knowledge graph"}, "kgmid"=>{"type"=>"string", "description"=>"The unique identifier of the entity in the knowledge graph"}, "description"=>{"type"=>"string", "description"=>"The description of the entity in the knowledge graph"}, "source"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string", "description"=>"The name of the source"}, "link"=>{"type"=>"string", "description"=>"The link to the source"}}}, "images"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"The image links of the knowledge graph entity"}}}}, "organic_results"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"The title of the organic result"}, "link"=>{"type"=>"string", "description"=>"The link to the organic result"}, "snippet"=>{"type"=>"string", "description"=>"The snippet of the organic result"}, "source"=>{"type"=>"string", "description"=>"The source of the organic result"}, "images"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"The image links of the organic result"}}}}}, "video_results"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"The title of the video result"}, "link"=>{"type"=>"string", "description"=>"The link to the video result"}, "snippet"=>{"type"=>"string", "description"=>"The snippet of the video result"}, "thumbnail"=>{"type"=>"string", "description"=>"The link to the thumbnail of the video result"}, "source"=>{"type"=>"string", "description"=>"The source of the video result"}}}}, "news_results"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"The title of the news result"}, "link"=>{"type"=>"string", "description"=>"The link to the news result"}, "date"=>{"type"=>"string", "format"=>"date-time", "description"=>"The publication date of the news result"}, "snippet"=>{"type"=>"string", "description"=>"The snippet of the news result"}, "category"=>{"type"=>"string", "description"=>"The category of the news result"}, "thumbnail"=>{"type"=>"string", "description"=>"The link to the thumbnail of the news result"}, "source"=>{"type"=>"string", "description"=>"The source of the news result"}}}}, "images_results"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string", "description"=>"The title of the image result"}, "original"=>{"type"=>"string", "description"=>"The original source url of the image"}, "link"=>{"type"=>"string", "description"=>"The link to the result page"}}}}, "pagination"=>{"type"=>"object", "properties"=>{"current"=>{"type"=>"integer", "description"=>"The current page number"}, "next"=>{"type"=>"string", "description"=>"The query parameters for the next page"}}}}}}}}
auth {"type":"none"}
privacy_policy_url https://chat-prompt.com/Privacy
3. Function Calls
Field Value
action_id g-1bb0f6928434bbefab5fbd7b23b7a117805a7280
domain www.trovaoffertesconti.it
json_schema {"openapi"=>"3.0.1", "info"=>{"title"=>"API di Offerte Sconti", "description"=>"API Pubbliche e Private di interrogazione servizi di ricerca su Offerte e Sconti", "termsOfService"=>"https://www.trovaoffertesconti.it/termini", "contact"=>{"name"=>"Alessandro De Marchi", "url"=>"https://www.devup.it", "email"=>"[email protected]"}, "version"=>"1.0"}, "servers"=>[{"url"=>"https://www.trovaoffertesconti.it", "description"=>"Server Front End di Offerte e Sconti"}], "paths"=>{"/api/cerca"=>{"get"=>{"tags"=>["api-cerca-controller"], "summary"=>"Cerca prodotti, offerte, coupon ed articoli", "description"=>"Ricerca prodotti, offerte, coupon ed articoli basandosi su una query di ricerca", "operationId"=>"getSearchApiPage", "parameters"=>[{"name"=>"query", "in"=>"query", "description"=>"Stringa di ricerca", "required"=>true, "schema"=>{"type"=>"string", "default"=>"offerta"}}], "responses"=>{"200"=>{"description"=>"Ricerca completata con successo", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/RisultatoRicerca"}}}}}}}}, "components"=>{"schemas"=>{"RisultatoRicerca"=>{"type"=>"object", "properties"=>{"asin"=>{"type"=>"string", "description"=>"asin della risposta", "example"=>"we3343a"}, "titolo"=>{"type"=>"string", "description"=>"titolo della risposta", "example"=>"iphone 12"}, "descrizione"=>{"type"=>"string", "description"=>"descrizione della risposta", "example"=>"iphone 12 ricondizionato"}, "tipo"=>{"type"=>"string", "description"=>"tipo della risposta", "example"=>"prodotto"}, "brand"=>{"type"=>"string", "description"=>"brand della risposta", "example"=>"amazon"}, "sezione"=>{"type"=>"string", "description"=>"sezione della risposta", "example"=>"smartphone"}, "categoria"=>{"type"=>"string", "description"=>"categoria della risposta", "example"=>"iphone"}, "modello"=>{"type"=>"string", "description"=>"modello della risposta", "example"=>"iphone 12"}, "link"=>{"type"=>"string", "description"=>"link della risposta", "example"=>"https://www.trovaoffertesconti.it/goto/offerta/servizio-fotografico-per-san-valentino-63d3d9fd-5a71-48c0-a70b-e799c9291465"}, "seourl"=>{"type"=>"string", "description"=>"pagina di riferimento della risposta", "example"=>"https://www.trovaoffertesconti.it/offerta/servizio-fotografico-per-san-valentino-63d3d9fd-5a71-48c0-a70b-e799c9291465"}, "immagine"=>{"type"=>"string", "description"=>"immagine di riferimento della risposta", "example"=>"https://www.trovaoffertesconti.it/img/immagine.png"}, "coupon"=>{"type"=>"string", "description"=>"coupon della risposta", "example"=>"PROMO12"}, "coupon_scadenza"=>{"type"=>"string", "description"=>"scadenza coupon della risposta", "format"=>"date-time"}, "prezzo"=>{"type"=>"number", "description"=>"prezzo della risposta", "format"=>"double", "example"=>120}, "prezzo_offerta"=>{"type"=>"number", "description"=>"prezzo offerta della risposta", "format"=>"double", "example"=>110}, "data_da"=>{"type"=>"string", "description"=>"data da della risposta", "format"=>"date-time"}, "data_a"=>{"type"=>"string", "description"=>"data a della risposta", "format"=>"date-time"}, "score"=>{"type"=>"number", "description"=>"rilevanza della risposta", "format"=>"float", "example"=>1.2}}, "description"=>"Risultato della Ricerca"}}}}
auth {"type":"none"}
privacy_policy_url https://www.coupert.com/privacy
4. Function Calls
Field Value
action_id g-868f413948578a4242e51de504504b65f658d7d9
domain api.abotify.com
json_schema {"openapi"=>"3.1.0", "info"=>{"title"=>"Abotify product information API", "version"=>"0.0.1.0"}, "servers"=>[{"url"=>"https://api.abotify.com", "description"=>"Organize the world's information for LLMs. We provide information API tailored for different chatbots."}], "paths"=>{"/L0_c3_Wc_Jn7uK5zlJpHh9dm_r3-NicZA183M-h_W1g/get_product_info"=>{"get"=>{"summary"=>"Get product info", "operationId"=>"get_product_info", "parameters"=>[{"name"=>"query", "in"=>"query", "required"=>true, "schema"=>{"type"=>"string", "default"=>"backend"}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}}, "security"=>[{"apiKey"=>[]}]}}}}
auth {"type":"none"}
privacy_policy_url https://abotify.com/privacy
Capabilitiy Function Tools
DALLE•E Generate unique images based on textual descriptions provided. Dalle
Code Interpreter / Data Analysis Execute Python code for automation, calculations, and data analysis. Python

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

Shopping Coupon Finder is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

Shopping Coupon Finder is owned by Sora, who has also created 127 other GPTs, namely The Ultimate Game Night Party Organizer, Humanize AI text, Startup Valuation, Market Researcher, Docs.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only Sora can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-RkltrZkvv. The last modification date of Shopping Coupon Finder was 2024-05-31 22:52:51 UTC.

Yes, conversations with Shopping Coupon Finder will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if Sora selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

Shopping Coupon Finder reviews

0.0
( None Rating )

Similar GPTs

POD Designer
POD Designer
Friendly Print on Demand Assistant for image creation, design ideas, and keywording.
10
POD GPT
POD GPT
by dong ho lee
Generates creative POD designs from text.
10
POD Ai
POD Ai
by BROTISH CHATTERJEE
A helpful guide for Print on Demand services, offering design and marketing tips.
20
Design Buddy
Design Buddy
by gět.de
Create print ready designs for Print-on-demand (POD)
35
POD Buddy
POD Buddy
by dgb.lol
An ALL-IN-ONE tool for POD, creating images, suggesting designs, and keywording.
25K 4.4

Top