/rakuma/items

POST /api/rakuma/items

Price: 5 credits

Get one Rakuma (fril.jp) listing by its id or URL: name, price in JPY, sold state, full description, all photos, item condition, size, brand, the three-level category path, shipping terms (who pays, method, estimated dispatch time, region it ships from), anonymous-shipping, instant-purchase and outlet flags, authenticity-check status, trust badges, like and comment counts, and the seller with shop id, names, individual-or-business type, verification badge and good/normal/bad transaction review counts. Sold listings stay public with their final price, so this doubles as a source of completed-sale comparables, although the source drops the size row from a listing once it sells.

How to use it

Fetch a single Rakuma listing by 32-hex id or item.fril.jp URL. Returns id, internal_id, name, price, currency (always JPY), is_sold, description, image/images, condition, size, brand (id/name/url), category and category_path, shipping_payer, shipping_method, shipping_days, shipping_from, is_postage_included, is_anonymous_shipping, is_instant_purchase, is_outlet, authenticity_status, badges, like_count, comment_count, seller (id, internal_id, name, shop_name, seller_type, is_verified, image, good/normal/bad_review_count, profile_url), created_at and url. Once a listing sells, the source stops publishing its size, its like_count and its comment_count, so those are null on every sold listing no matter the category. Numeric ids from search results are not accepted here — use the 32-hex id. Use rakuma/items/comments for the negotiation thread and rakuma/users for the full seller profile.

Parameters

Request body

Response

Errors

Response headers