POST /api/demaecan/shops
Price: 5 credits
Get full Demae-can (出前館) shop details by shop id (or shop URL): name, image, rating, review count and rating breakdown, delivery fee, minimum order, business hours, address, genre, chain, coupons and the complete menu with categories, items, prices, descriptions and images.
Fetch a single Demae-can (demae-can.com) shop by id (e.g. '1003691') or a full shop URL. Returns id, name, image, chain_image, rating, review_count, rating_breakdown (per-star count/percentage), status, is_available, minimum_order_price, delivery_fee, can_use_point, wait_time, business_time, address, genre_name/code, chain_name/id, coupons and the full menu as categories, each with items (item_code, name, price, description, image, appeal_label, is_stockout, is_for_sale, labels). Pass area (block code) for area-specific delivery fee.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)shop string required — Demae-can shop id or a full shop URL (examples: "1003691", "https://demae-can.com/shop/menu/1003691"; minLength: 1)area string nullable — Optional delivery area block code (from areas/search) to resolve area-specific delivery fee (examples: "13113012001")@type string (default: "DemaecanShop")id string requiredname string requiredimage string nullablechain_image string nullablerating number nullablereview_count integer nullablestatus string nullablestatus_text string nullableis_available boolean (default: false)minimum_order_price number nullableminimum_order_price_text string nullabledelivery_fee number nullablecan_use_point boolean (default: false)is_share_deli boolean (default: false)wait_time integer nullablebusiness_time string nullableaddress string nullablegenre_code string nullablegenre_name string nullablechain_id string nullablechain_name string nullableis_instore_price boolean (default: false)instore_price_shop_type string nullableis_delivery_meiten boolean (default: false)has_coupon boolean (default: false)available_coupon_count integer (default: 0)coupons array (default: [])@type string (default: "DemaecanCoupon")coupon_code string nullablemaster_coupon_id string nullabledescription string nullablediscount_text string nullabletype string nullablemerchant_type string nullableminimum_order_price_condition_text string nullabletags array (default: [])rating_breakdown array (default: [])@type string (default: "DemaecanRatingBucket")star integer requiredcount integer (default: 0)percentage integer (default: 0)category_count integer (default: 0)item_count integer (default: 0)categories array (default: [])@type string (default: "DemaecanMenuCategory")menu_code string requiredname string requireditems array (default: [])@type string (default: "DemaecanMenuItem")item_code string requiredname string requiredprice number nullableprice_text string nullabledescription string nullableimage string nullableappeal_label string nullableitem_type string nullableis_stockout boolean (default: false)is_for_sale boolean (default: true)has_multiple_size boolean (default: false)is_combo boolean (default: false)is_instore_price boolean (default: false)labels array (default: [])422 — 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 — Shop not found (well-formed id but the shop does not exist) 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.