
Easy Product Search
Description
Easy Product Search simplifies shopping on Japanese EC sites using keywords. It providing product info.
Details
https://easy-search.techno-gauss.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Easy Product Search",
"name_for_model": "EasyProductSearch",
"description_for_human": "Easy Product Search simplifies shopping on Japanese EC sites using keywords. It providing product info.",
"description_for_model": "The Easy Product Search is a tool designed to make your shopping and accommodation search experience on major Japanese online stores more convenient and efficient. With this tool, you can search for products and accommodations based on specific keywords, or narrow down your search to specific shops or genres. This allows you to quickly find the products or accommodations you're looking for, saving you time. In addition, you can retrieve a wide range of product and accommodation information from EC sites. This enriches your shopping experience, making it more fulfilling and enjoyable. Please note that this tool is designed specifically for use in Japan.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://easy-search.techno-gauss.com/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://easy-search.techno-gauss.com/logo.png",
"contact_email": "tetsuro.tayama@gmail.com",
"legal_info_url": "https://easy-search.techno-gauss.com/legal"
}
https://easy-search.techno-gauss.com/openapi.yaml
openapi: 3.0.1
info:
title: Easy Product Search
description: The Easy Product Search enables users to search for products and accommodations on online stores in Japan.
version: 'v1'
servers:
- url: https://easy-search.techno-gauss.com
paths:
/api/search/{username}:
get:
operationId: search
summary: Search items from online store in Japan
parameters:
- in: path
name: username
schema:
type: string
required: true
description: The name of the user.
- in: query
name: keyword
schema:
type: string
minLength: 2
maxLength: 128
required: true
description: |
The search keyword.
URL-encoded string in UTF-8. The entire search keyword must be specified within 128 single-byte characters.
Search keywords can be separated by a single-byte space, and the default is the AND condition (search for all keywords).
If you want to use the OR condition (search for items that contain any of the keywords), set orFlag to 1.
Each keyword must be at least 2 half-size characters or 1 full-size character.
As an exception, if each keyword is Hiragana, Katakana, or symbol, it must be at least 2 characters.
- in: query
name: shopCode
schema:
type: string
description: The shop code. The xyz in the per-shop URL (http://www.rakuten.co.jp/[xyz])
- in: query
name: itemCode
schema:
type: string
description: |
The item code. The value of the format "shop:1234" is rarely included in the output parameters of the Product Search API, Rakuten Product Ranking API, and Favorite Bookmark Acquisition API.
Values of the format "shop:1234
- in: query
name: genreId
schema:
type: integer
description: The genre ID.
- in: query
name: hits
schema:
type: integer
minimum: 1
maximum: 3
description: The number of items per page.
- in: query
name: page
schema:
type: integer
minimum: 1
maximum: 100
description: Number of pages to be acquired. Must be an integer greater than 1 and less than or equal to 100.
- in: query
name: sort
schema:
type: string
enum: ['+reviewCount', '-reviewCount', '+reviewAverage', '-reviewAverage', '+itemPrice', '-itemPrice', '+updateTimestamp', '-updateTimestamp', 'standard']
description: |
+reviewCount: Number of reviews (ascending order)
-reviewCount: Number of reviews in descending order
+reviewAverage: Review average (ascending order)
-reviewAverage: Review average order (descending)
+itemPrice: Price (ascending order)
-itemPrice: Price (descending order)
+updateTimestamp: Sort by item update timestamp (ascending order)
-updateTimestamp: Sort by item update date and time (descending order)
standard: standard sort order
- in: query
name: minPrice
schema:
type: integer
minimum: 1
maximum: 999999999
description: Integer between 1 and 999,999,999
- in: query
name: maxPrice
schema:
type: integer
minimum: 1
maximum: 999999999
description: Integer between 1 and 999,999,999. maxPrice must be greater than minPrice
- in: query
name: orFlag
schema:
type: integer
enum: [0, 1]
description: |
When multiple keywords are set, either AND or OR search can be selected.
0:AND search
1:OR search
However, complex search conditions such as (A and B) or C cannot be specified.
- in: query
name: NGKeyword
schema:
type: string
minLength: 2
maxLength: 128
description: |
Keywords you want to exclude from search results
URL-encoded strings in UTF-8
The format is the same as keyword.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SearchResponse'
"500":
description: Error
content:
application/json:
schema:
type: object
properties:
error:
type: string
description: The error message.
/api/travel-search/{username}:
get:
operationId: travelSearch
summary: Search for hotels
parameters:
- in: path
name: username
schema:
type: string
required: true
description: The name of the user.
- in: query
name: keyword
schema:
type: string
minLength: 2
required: true
description: The search keyword.If multiple keywords are specified by separating them with a half-width space, an AND search will be performed.You must specify at least 2 characters.
- in: query
name: page
schema:
type: integer
minimum: 1
maximum: 100
description: Number of pages to be acquired. Must be an integer greater than 1 and less than or equal to 100.
- in: query
name: hits
schema:
type: integer
minimum: 1
maximum: 3
description: A parameter that limits the number of facilities retrieved per page. Must be an integer greater than or equal to 1 and less than or equal to 3.
- in: query
name: datumType
schema:
type: integer
enum: [1, 2]
description: |
1: World Geodetic System, unit is degree.
2: Japan Geodetic System, unit is second.
- in: query
name: middleClassCode
schema:
type: string
description: Code indicating prefecture, etc. If this field is specified, only facilities belonging to the specified district will be searched.
- in: query
name: searchField
schema:
type: integer
enum: [0, 1]
description: Specify target items for keyword search. 0:Facility name, plan name, room name, etc. 1:Facility name only
- in: query
name: hotelChainCode
schema:
type: string
description: Code to identify the hotel chain. If this field is specified, only facilities belonging to the specified hotel chain will be searched.
- in: query
name: hotelThumbnailSize
schema:
type: integer
enum: [1, 2, 3]
description: Specify the size of the hotel thumbnail image. 1:Small 2:Medium 3:Large
- in: query
name: responseType
schema:
type: string
enum: ['small', 'middle', 'large']
description: Parameter specifying the return information type. (small) minimum information only.(middle) medium. (large) all information
- in: query
name: sort
schema:
type: string
enum: ['standard', '+roomCharge', '-roomCharge']
description: standard:Order of the highest keyword search rate. +roomCharge:Lowest price (Low to High). -roomCharge:Lowest price (in order of highest price)
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/TravelSearchResponse'
"400":
description: Invalid parameters
content:
application/json:
schema:
type: object
properties:
error:
type: string
description: The error message.
"500":
description: Internal server error
content:
application/json:
schema:
type: object
properties:
error:
type: string
description: The error message.
components:
schemas:
SearchResponse:
type: object
properties:
count:
type: integer
description: Total number of search results
page:
type: integer
description: Current page number
first:
type: integer
description: The first item in the search results
last:
type: integer
description: The last item in the search results
hits:
type: integer
description: Number of items returned at once
pageCount:
type: integer
description: Maximum 100
Items:
type: array
items:
$ref: '#/components/schemas/Item'
Item:
type: object
properties:
itemName:
type: string
description: Item name
catchcopy:
type: string
description: Catch copy
itemCode:
type: string
description: Item code
itemPrice:
type: integer
description: Item price
itemCaption:
type: string
description: Item description
itemUrl:
type: string
description: Item URL
mediumImageUrls:
type: array
items:
type: string
description: URLs of item images (128x128)
availability:
type: integer
description: Flag for item availability
shipOverseasFlag:
type: integer
description: Overseas shipping flag
shipOverseasArea:
type: string
description: Areas eligible for overseas shipping
reviewCount:
type: integer
description: Number of reviews
reviewAverage:
type: number
description: Average review score
giftFlag:
type: integer
description: Gift wrapping flag
shopName:
type: string
description: Shop name
shopCode:
type: string
description: Shop code
shopUrl:
type: string
description: Shop URL
genreId:
type: string
description: Genre ID
tagIds:
type: array
items:
type: string
description: Tag IDs
TravelSearchResponse:
type: object
properties:
pagingInfo:
type: object
properties:
recordCount:
type: integer
pageCount:
type: integer
page:
type: integer
first:
type: integer
last:
type: integer
hotels:
type: array
items:
$ref: '#/components/schemas/Hotel'
Hotel:
type: object
properties:
hotelNo:
type: string
hotelName:
type: string
hotelInformationUrl:
type: string
planListUrl:
type: string
dpPlanListUrl:
type: string
reviewUrl:
type: string
hotelKanaName:
type: string
hotelSpecial:
type: string
hotelMinCharge:
type: integer
latitude:
type: number
longitude:
type: number
postalCode:
type: string
address1:
type: string
address2:
type: string
telephoneNo:
type: string
faxNo:
type: string
access:
type: string
parkingInformation:
type: string
nearestStation:
type: string
hotelImageUrl:
type: string
hotelThumbnailUrl:
type: string
roomImageUrl:
type: string
roomThumbnailUrl:
type: string
hotelMapImageUrl:
type: string
reviewCount:
type: integer
reviewAverage:
type: number
userReview:
type: string
Discover other plugins from the shopping category

Klarna
Search and compare prices from thousands of online shops.
0 Comments

Pricerunner product recommendations
This plugin lets users find relevant products when asking for any kind of shopping suggestions
0 Comments

Shop
Search for millions of products from the world's greatest brands.
0 Comments

Bohita
Create apparel with any image you can describe! Get it delivered right to your door.
0 Comments

Lexi Shopper
Get product recommendations from your local Amazon store.
0 Comments

Wishbucket
Unified product search across all Korean platforms and brands.
0 Comments
Coupert
Search for the internet’s best coupons from thousands of online stores.
0 Comments

Kassalapp
Information about Norwegian grocery prices, nutritional and ingredient information
0 Comments

TechSpecs
Effortlessly compare devices & find answers for smartphones, tablets, smartwatches, laptops, monitors, TVs & more
0 Comments
TYM Plugin
Plugin for getting information about TYM products and attachments.
0 Comments

Coupons by Tenere
TenereTeam.com - Get the Best Deals & Coupons on Millions of Products At Over 50,000 Online Stores.
0 Comments

GoFynd
Elevate your shopping experience with GoFynd.
0 Comments

SimplyCodes
The smartest shopping tool. Save w/ coupons, deals, promo codes at 300K retailers, ecommerce stores.
0 Comments

Local by GoodCall
Discover and support restaurants, shops & services near you. 🍽️ 🛍️ 🔧
0 Comments

BuyWisely
Compare Prices & Discover the Latest Offers from thousands of online shops in Australia.
0 Comments

Shopping AIssistant
Your AI-powered personal shopper scanning vast product catalogs across multiple merchants to find the best deals, in US.
0 Comments

HubCart POD Designer
Brainstorms print on-demand design ideas and creates designs.
0 Comments

Shop Best
Shopping intelligence, simplified. Your shortcut to shopping excellence on Amazon.
0 Comments

HaffPrice
Shop lowest price deals on millions of products. Electronics, shoes & clothing for less than Amazon!
0 Comments

Uniket
Elevate your shopping experience with Uniket.
0 Comments

Creatuity Stores
We integrate stores so you can search for products in all of them at the same time.
0 Comments

Tira
Shop Tira for top beauty brands! Explore cosmetics, health products & more online. Your beauty store awaits
0 Comments

PartSecure
Search & compare electronic component inventory, pricing, & lead time from top suppliers.
0 Comments

CoPilot
Searches every dealer, analyzes & ranks every car for you so you can buy with confidence.
0 Comments

HiCollectors Finder
Search and price comparison for eBay products. Only available in the United States.
0 Comments

Edmunds
Given a make, model and year, this will lookup the edmunds official review.
0 Comments

Bubble Goods
Marketplace of 1000+ tasty & healthy foods. Discover new Vegan, Keto, Gluten-Free products & more.
0 Comments

ByByAI
Search for the best Amazon products ordered by rating.
0 Comments

Shopping tools
Shopping tools let you search for products to buy in AliExpress and eBay.
0 Comments

Klarna Shopping
Search and compare prices from thousands of online shops. Only available in the US.
0 Comments

Pricerunner product recommendations
This plugin lets users find relevant products when asking for any kind of shopping suggestions
0 Comments

Comparison
An advanced e-commerce tool, providing robust capabilities for efficient product search and accurate price comparison.
0 Comments

Ask Cars
Ask about car issues and get answers based on verified complaints to government agencies & public forums.
0 Comments

SHOP.COM
SHOP.COM Website Search for products, brands, stores and more. Great to find products, great deals, and earn rewards.
0 Comments

Lingo
Lingo - Direct Access to the Japanese Lifestyle with One Click.
0 Comments

PrimeLoupe
Simplify your decision-making process by summarizing Amazon product reviews for you.
0 Comments

AskChloe
Discover your style and get personalized recommendations on clothing, accessories, gifts, and more.
0 Comments

Isotonix
Isotonix products search.
0 Comments
Modeal
Exploring car recommendations, car information, and monthly payments through the Korean car sales service '모두가딜러'.
0 Comments

CarGurus
Find Your Perfect Car on CarGurus - Shop by Budget, Deal Rating, Make, Model, & More.
0 Comments

ShopMate AI
Searches for Products on Google Shopping in Real-Time, No Ads, Only Trusted Stores.
0 Comments

TrySpree
TrySpree is a website that finds free samples for you to try.
0 Comments
Ibotta Shopping
Your perfect shopping companion! Search for products from thousands of retailers.
0 Comments

Today's Top Deal
Find the best deals on Amazon today.
0 Comments

AMZPRO
Plugin for AMAZON product listing , help you write a product description .
0 Comments
Sleek Choice
Save time! Let's try effortlessly discover top-rated items within a specified budget range on Amazon.
0 Comments

Chaca Market Product
Get detailed information about products on Chaca Market
0 Comments

everysize Sneaker Search
Search for sneakers in your size and get the best price from 60+ shops (only in DE).
0 Comments

Mino
Discover the easiest way to find the best coupons for thousands of online stores.
0 Comments

Newegg PC Builder
Build and purchase a custom gaming PC based on your budget and needs.
0 Comments
Amazon Gift Chooser
Curated gifts for every occasion and special person.
0 Comments

Snappy Gifts
Personalized gift options for any budget or event, now or later, recipient's choice.
0 Comments

Shein Discovery
Get your fashion and lifestyle recommendations from Shein.
0 Comments

SSENSE
Enjoy personalized product recommendations from over 500 luxury and lifestyle brands.
0 Comments

Love Coupons
Find money saving coupon & discount codes for over 30,000 stores around the world.
0 Comments

Love Discounts UK
Search thousands of UK stores for money saving discount and voucher codes.
0 Comments

Deal Dazzle
Search and compare prices from numerous online stores. Find top coupons from various shops. (US only)
0 Comments

Datasheet.Chat
Gateway to interactive, and intelligent chat with any electrical components datasheet.
0 Comments
GIFT SENSAI
Find perfect gifts for friends, family, and colleagues on Amazon.com. Best for birthdays, Christmas & anniversaries.
0 Comments

Shop Rewards
Amazon product shopping search, conveniently query products, get discounts and discounted products more quickly.
0 Comments

Ebay Finds
Find any eBay product you need.
0 Comments