Skip to main content
POST
/
api
/
demaecan
/
shops
/demaecan/shops
curl --request POST \
  --url https://api.anysite.io/api/demaecan/shops \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "shop": "<string>",
  "timeout": 300,
  "area": "13113012001"
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "DemaecanShop",
    "image": "<string>",
    "chain_image": "<string>",
    "rating": 123,
    "review_count": 123,
    "status": "<string>",
    "status_text": "<string>",
    "is_available": false,
    "minimum_order_price": 123,
    "minimum_order_price_text": "<string>",
    "delivery_fee": 123,
    "can_use_point": false,
    "is_share_deli": false,
    "wait_time": 123,
    "business_time": "<string>",
    "address": "<string>",
    "genre_code": "<string>",
    "genre_name": "<string>",
    "chain_id": "<string>",
    "chain_name": "<string>",
    "is_instore_price": false,
    "instore_price_shop_type": "<string>",
    "is_delivery_meiten": false,
    "has_coupon": false,
    "available_coupon_count": 0,
    "coupons": [],
    "rating_breakdown": [],
    "category_count": 0,
    "item_count": 0,
    "categories": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
shop
string
required

Demae-can shop id or a full shop URL

Minimum string length: 1
Examples:

"1003691"

"https://demae-can.com/shop/menu/1003691"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
area
string | null

Optional delivery area block code (from areas/search) to resolve area-specific delivery fee

Example:

"13113012001"

Response

Successful Response

id
string
required
name
string
required
@type
string
default:DemaecanShop
image
string | null
chain_image
string | null
rating
number | null
review_count
integer | null
status
string | null
status_text
string | null
is_available
boolean
default:false
minimum_order_price
number | null
minimum_order_price_text
string | null
delivery_fee
number | null
can_use_point
boolean
default:false
is_share_deli
boolean
default:false
wait_time
integer | null
business_time
string | null
address
string | null
genre_code
string | null
genre_name
string | null
chain_id
string | null
chain_name
string | null
is_instore_price
boolean
default:false
instore_price_shop_type
string | null
is_delivery_meiten
boolean
default:false
has_coupon
boolean
default:false
available_coupon_count
integer
default:0
coupons
object[]
rating_breakdown
object[]
category_count
integer
default:0
item_count
integer
default:0
categories
object[]