/rakuma/items/search

POST /api/rakuma/items/search

Price: 20 credits

Search Rakuma (fril.jp) listings with the marketplace's full filter set: keyword and excluded keyword, brand, category at any depth, clothing or shoe size, price range, item condition, on-sale or sold-out, authenticity-check coverage, official shop programmes (outlet, overseas import, food and household), minimum Rakuten point-back rate, anonymous shipping, seller-paid postage, and ordering by relevance, newest, likes or price. Sold-out listings keep their final price, which makes this a source of Japanese resale comparables. Each result carries id, name, price, sold flag, brand, category, seller id and image.

How to use it

Search Rakuma, Rakuten's Japanese C2C marketplace. All filters are optional except count. brand_id comes from rakuma/brands, category_id from rakuma/categories, size_id from rakuma/sizes. conditions accepts new / almost_unused / no_visible_damage / slight_damage / damaged / poor. transaction picks all, on_sale or sold_out — use sold_out for completed-sale prices. business_types accepts official_shops, exclude_official_shops, reuse_official, overseas_import, outlet, food_and_household. sort accepts relevance, created_at, like_count or price together with order asc/desc. Results carry id (32-hex, feed it to rakuma/items), internal_id, name, price, currency, is_sold, brand, category, category_path, seller_id, seller_type, image and url. On this surface rakuma publishes the category id without its name, so category.name is null and category_path is empty — resolve the names through rakuma/categories. Keyword matching is fuzzy: a keyword with no real matches still returns loosely related listings rather than an empty list.

Parameters

Request body

Response

Errors

Response headers