Skip to main content
POST
/
api
/
rakuten
/
shops
/rakuten/shops
curl --request POST \
  --url https://api.anysite.io/api/rakuten/shops \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "shop": "<string>",
  "timeout": 300
}
'
[
  {
    "url": "<string>",
    "@type": "@rakuten_shop",
    "id": 123,
    "name": "<string>",
    "alias": "<string>",
    "description": "<string>",
    "image": "<string>",
    "cover": "<string>",
    "rating": 123,
    "review_count": 123,
    "is_free_shipping_shop": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
shop
string
required

Rakuten Ichiba shop as a shop_code or a full shop URL

Minimum string length: 1
Examples:

"sawaicoffee-tea"

"https://www.rakuten.co.jp/sawaicoffee-tea/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

url
string
required
@type
string
default:@rakuten_shop
id
integer | null
name
string | null
alias
string | null
description
string | null
image
string | null
cover
string | null
rating
number | null
review_count
integer | null
is_free_shipping_shop
boolean
default:false