Discover/shop.sanrio.co.jp API
live

shop.sanrio.co.jp APIshop.sanrio.co.jp

Access Sanrio Japan online shop data via 6 endpoints: search products, get product details with variants, list categories, characters, and new releases.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination.
Sort order. Accepted values: recommend, new, price_asc, price_desc.
Number of results per page.
Search keyword (e.g. 'キティ', 'hello kitty').
Category ID to filter by, from list_categories results.
Character ID to filter by, from list_characters results.
api.parse.bot/scraper/671b3e36-0d6a-4074-8c11-d9bcd991c3fd/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/671b3e36-0d6a-4074-8c11-d9bcd991c3fd/search_products?page=1&limit=5&query=%E3%82%AD%E3%83%86%E3%82%A3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products on the Sanrio online shop with various filters. Returns paginated results with product summaries including names, prices, and badges.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSort order. Accepted values: recommend, new, price_asc, price_desc.
limitintegerNumber of results per page.
querystringSearch keyword (e.g. 'キティ', 'hello kitty').
category_idstringCategory ID to filter by, from list_categories results.
character_idstringCharacter ID to filter by, from list_characters results.
Response
{
  "type": "object",
  "fields": {
    "params": "object of query parameters sent to the site",
    "products": "array of product objects with product_id, name, price, url, image, badges",
    "total_count": "integer total number of matching products",
    "current_page": "integer current page number"
  },
  "sample": {
    "data": {
      "params": {
        "page": "1",
        "sort": "recommend",
        "limit": "60",
        "freeword": "キティ"
      },
      "products": [
        {
          "url": "https://shop.sanrio.co.jp/item/detail/1_1_2605870421_1/KT_-/-",
          "name": "ミニマスコットボールペン",
          "image": "",
          "price": "594円",
          "badges": [],
          "product_id": "1_1_2605870421_1/KT_-/-"
        }
      ],
      "total_count": 0,
      "current_page": 1
    },
    "status": "success"
  }
}

About the shop.sanrio.co.jp API

The Sanrio Japan Shop API provides 6 endpoints covering product search, detailed product data, category and character listings, new releases, and autocomplete suggestions from shop.sanrio.co.jp. The get_product_detail endpoint returns per-variant stock status, material, size info, and images for any product ID retrieved from search_products. Queries can be filtered by category, character, sort order, and keyword in Japanese or English.

Search and Filter Products

The search_products endpoint accepts a query string (e.g. キティ or hello kitty), category_id, character_id, sort (one of recommend, new, price_asc, price_desc), page, and limit. It returns an array of product objects — each with product_id, name, price, url, image, and badges — alongside total_count and current_page for pagination. Use category_id from list_categories and character_id from list_characters to narrow results to a specific section of the catalog.

Product Detail and Variants

get_product_detail takes a product_id from search results and returns the full product record: name, price, images (array of full-size URLs), specs, material, country, size_info, details (HTML), notes, and a variants array. Each variant includes its own character, name, code, price, stock, and status fields, making it straightforward to check availability across different colorways or character editions of the same item.

Characters, Categories, and New Releases

list_characters returns every character available as a filter, with each object carrying an id, name, and image URL — useful for building character-browsing UIs or mapping Sanrio character IDs to their names before passing them to search_products. list_categories returns the full category tree with id, name, and url. list_new_products returns the newest arrivals in the same structure as search_products, requiring no inputs. search_autocomplete accepts a query and returns suggestions typed as either keyword or product, matching the typeahead behavior on the site.

Common use cases
  • Track price changes across Sanrio character merchandise using search_products with price_asc/price_desc sort.
  • Build a character-specific product catalog by combining list_characters IDs with search_products character_id filtering.
  • Monitor new product launches automatically by polling list_new_products for fresh entries.
  • Check per-variant stock status for specific Hello Kitty or Cinnamoroll items via get_product_detail variants.
  • Power a Japanese merchandise search typeahead using search_autocomplete keyword and product suggestions.
  • Aggregate category-level inventory by pairing list_categories IDs with search_products category_id and total_count.
  • Compare material and country-of-origin fields across products using get_product_detail material and country responses.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Sanrio Japan provide an official public developer API for their online shop?+
Sanrio does not publish an official developer API for shop.sanrio.co.jp. There is no documented public REST or GraphQL API available to third-party developers.
What does `get_product_detail` return for products with multiple variants?+
It returns a variants array where each entry includes character, name, code, price, stock quantity, and status. This lets you distinguish availability between, for example, different character editions of the same plush or stationery item sold under one product listing.
Does `search_products` support filtering by both category and character at the same time?+
Yes. You can pass both category_id and character_id in the same request, along with query, sort, page, and limit. All filters are applied together.
Are customer reviews or ratings available through this API?+
Not currently. The API covers product data, variant stock, categories, characters, new releases, and autocomplete. Review or rating data is not included in any endpoint response. You can fork the API on Parse and revise it to add the missing endpoint if that data is accessible on the product pages.
Is the product data specific to the Japan store, or does it cover Sanrio's international shops?+
The API covers only shop.sanrio.co.jp — the Japan storefront. Prices are in yen, product names are primarily in Japanese, and inventory reflects the Japanese catalog. International Sanrio storefronts are not included. You can fork the API on Parse and revise it to target a different regional Sanrio shop.
Page content last updated . Spec covers 6 endpoints from shop.sanrio.co.jp.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
Sanrio Japan Shop API – Products, Characters & Search · Parse