POST /api/jmty/listings
Price: 5 credits
Fetch one Jimoty (jmty.jp) listing by its id across all eleven sections of the Japanese local classifieds board: second-hand goods and giveaways, used cars, pet rehoming, community groups, mutual help, part-time and full-time jobs, lessons, events, real estate and local services. Returns the title, full description, every photo, the headline price with its label, creation and update timestamps, favourite, inquiry and comment counters, the geography down to town, block and nearest station with coordinates, the poster with their verification badges and rating breakdown, plus the section-specific attribute block (rent, deposit, layout and building age for property, mileage, model year and inspection expiry for cars, pay and working hours for jobs, pet sex, age and neutering status for rehoming, event dates and venue for events), plus the online-payment state with the settlement methods offered and the handover and delivery options with the shipping fee the seller charges.
Get one Jimoty listing. listing accepts the short id printed on the page as 投稿ID (for example 1oog8w) or the full listing URL. vertical is optional: pass it (sale, car, pet, com, coop, rec, job, les, eve, est, ser) when you already know the section to save a lookup, otherwise the section is resolved automatically. Section-specific fields arrive in attributes as name/value pairs — sale and car and job and lesson listings use English names (price, mileage, model_year, pay, working_hours), property, pet, event, community, mutual-help and service listings use names mapped from the site's own labels (rent, deposit_and_key_money, layout_and_area, building_age, pet_sex, pet_age, event_date, business_hours). price holds the headline amount in JPY and is 0 for giveaways. is_online_purchasable is the same axis the online_payment filter of jmty/listings/search selects on; settlement_methods and delivery are filled only where the seller opted into online payment, and delivery.shipping_fee is in JPY where the seller quotes one. author.id feeds jmty/users, jmty/users/listings and jmty/users/reviews.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)listing string required — Listing id or its full jmty.jp URL (examples: "1oog8w", "https://jmty.jp/osaka/sale-spo/article-1oog8w")vertical string nullable — Section the listing belongs to, resolved automatically when omitted (one of: "sale", "car", "pet", "com", "coop", "rec", "job", "les", "eve", "est", "ser")@type string (default: "JmtyListing")id string nullablekey string requiredlisting_title string requiredtext string nullableprice number nullableprice_label string nullablecurrency string (default: "JPY")vertical string nullablevertical_name string nullablecategory string nullablecategory_name string nullablegenre object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullablesub_genre object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullablecreated_at integer nullableupdated_at integer nullablefavorite_count integer nullableinquiry_count integer nullablecomment_count integer nullableis_closed boolean (default: false)is_business boolean (default: false)is_promoted boolean (default: false)is_highlighted boolean (default: false)is_online_purchasable boolean (default: false)phone string nullableimages array (default: [])location object nullable@type string (default: "JmtyLocation")prefecture object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullablecity object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullabletown object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullableblock object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullablestation object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullableline object nullable@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullableaddress string nullablearea_name string nullableplace_note string nullablelatitude number nullablelongitude number nullableauthor object nullable@type string (default: "JmtyListingAuthor")id string nullablename string nullablesex string nullablelisting_count integer nullableprofile_text string nullableimage string nullableurl string nullableevaluation object nullable@type string (default: "JmtyEvaluationCount")good_count integer (default: 0)normal_count integer (default: 0)bad_count integer (default: 0)score number nullablecertification object nullable@type string (default: "JmtyCertification")is_sms_authenticated boolean (default: false)is_identified boolean (default: false)is_multi_identified boolean (default: false)is_business boolean (default: false)is_antique_dealer boolean (default: false)is_real_estate_notary boolean (default: false)attributes array (default: [])@type string (default: "JmtyListingAttribute")name string requiredvalue string requireddelivery object nullable@type string (default: "JmtyDelivery")is_shipped_by_seller boolean (default: false)is_collected_by_purchaser boolean (default: false)is_locker_handover boolean (default: false)is_nationwide boolean (default: false)shipping_fee number nullabledeliverable_cities array (default: [])@type string (default: "JmtyRef")id integer nullablename string nullablename_en string nullableurl string nullablesettlement_methods array (default: [])@type string (default: "JmtySettlementMethod")name string requireddisplay_name string nullablefee number nullablerelated_keywords array (default: [])url string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No listing with this id exists on jmty.jp Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.