Popular Keywords API

API Web Service allows you to search  Discovery Japan Mall  products and view only specific categories.
 Affiliate membership registration  is required to use the API service.
The daily request limit for API Web Service is 50,000 requests.




Request URL

Method : GET
https://partner.discovery-japan.me/api/popular_keywords


Request Parameter

Example Request

https://partner.discovery-japan.me/api/?api_key=AB123def456ghi789zxc000jkl
&aff=060409010


Response Field

Sorted by number of sales.

Example Response

<ResultSet totalResultsAvailable="2">
<Result>
<Request>
<Query/>
</Request>
<Hit index="1">
<Keyword>seiko</Keyword>
<Url>https://partner.discovery-japan.me/products/category.php?q=seiko&affID=060409010</Url>
</Hit>
<Hit index="2">
<Keyword>g-shock</Keyword>
<Url>https://partner.discovery-japan.me/products/category.php?q=g-shock&affID=060409010</Url>
</Hit>
</Hit>
</Result>
</ResultSet>