ConsoleCatalog
Sign in
Rolex logo

Rolex

rolex.comShoppingno auth

Watch collections, model details, country pricing, and recommendations.

Collection Listing

ASYNCREADNo auth

Returns a collection's watches with names, prices, and descriptions.

ParametersFormJSON

API language code (e.g. en)

Pagination offset (firstResult query param)

Number of models per page (numberOfResults)

Collection grid slug (e.g. day-date, submariner)

ISO country code for localized pricing

Coveo visitorId UUID for the browsing session

Coveo clientId UUID (typically same as visitor_id)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_rolex_com_collection_listing",
    "params": {
      "language": "en",
      "first_result": "0",
      "page_size": "72",
      "collection_slug": "day-date",
      "country_code": "IN",
      "visitor_id": "3d9a46f9-2b56-40c6-baff-4c3f284c3980",
      "client_id": "3d9a46f9-2b56-40c6-baff-4c3f284c3980"
    }
  }'