/mandarake/items/search

POST /api/mandarake/items/search

Price: 20 credits

Search the Mandarake (まんだらけ) second-hand catalogue by keyword and/or category, narrowed by branch, price range, arrival window, availability, pre-order and R18 flags, ordered by arrival date, price or title. Returns item cards with the catalogue id, name, photo, branch, price, stock line and the price range of the same item at other branches. Texts are available in Japanese, English and Chinese.

How to use it

Search order.mandarake.co.jp. Give a keyword, a category_id (code such as '0611' from the categories endpoint) or both, and optionally restrict to one branch with store (a branch on its own is not a search scope and returns nothing). Narrow with price_min/price_max in JPY, arrival_window (items added in the last 6 to 72 hours), hide_sold_out, hide_adult and preorder_only; order with sort plus order. Each result carries id (usable with the items endpoint), url, name, image, store (the branch holding it) with other_store_count when the same item is at several branches, stock_number (the branch's own warehouse label, not a search input), price in JPY, stock_message, is_sold_out, is_new_arrival, is_adult and other_store_price_min/other_store_price_max. Sold-out items are returned unless hide_sold_out is set, and R18 items are returned unless hide_adult is set. Every item is a single physical second-hand copy. The source serves at most 10000 items per query. Set lang to ja for the original Japanese text; en and zh are machine translations.

Parameters

Request body

Response

Errors

Response headers