8
n8n 中文网amn8n.com

01网站抓取与记录存储

中级

这是一个AI, Marketing领域的自动化工作流,包含 11 个节点。主要使用 SplitOut, EmailSend, HttpRequest, GoogleSheets, ManualTrigger 等节点,结合人工智能技术实现智能自动化。 使用网络爬取、OpenAI和Google Sheets自动化旅行社外联

前置要求
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "OIDO7J5NqLAuLrKI",
  "meta": {
    "instanceId": "92e36925b2d06addd7a010605535ce53ac105737436355f7e52e2980c726ed3d",
    "templateCredsSetupCompleted": true
  },
  "name": "01 网站抓取与记录存储",
  "tags": [
    {
      "id": "oKGIn6U0wpeHShTN",
      "name": "working flow",
      "createdAt": "2025-06-02T06:27:44.762Z",
      "updatedAt": "2025-06-02T06:27:44.762Z"
    }
  ],
  "nodes": [
    {
      "id": "e6b6b5d8-ae51-42e6-8f14-fa94b3b9cc5a",
      "name": "当点击\"测试工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -360,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "29628132-3a79-4512-b1dd-ed5574e69363",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        -280
      ],
      "parameters": {
        "width": 580,
        "height": 140,
        "content": "## 这是抓取旅行社网站列表的工作流..."
      },
      "typeVersion": 1
    },
    {
      "id": "a7575f0a-db6a-48e1-9fb8-01f8e543589b",
      "name": "分离输出",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        240,
        -100
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "message.content[\"Travel Agents\"]"
      },
      "typeVersion": 1
    },
    {
      "id": "3cb85d6b-b0e9-4ca9-a4a1-7b241909eccc",
      "name": "发送邮件",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        680,
        360
      ],
      "webhookId": "2ce28736-1500-4766-acba-bbae4618197f",
      "parameters": {
        "text": "=Dear  {{ $json['Agent Name'] }} team,\n{{ $json.Icebreaker }}\n\n{{ $json['AI Agent in Travel'] }}\n\n{{ $json['Call to Action'] }}\n\nBest Regards\nMohan Gopal\n\n{{ $json.PS }}\n\n",
        "options": {
          "ccEmail": "mohan.gopal001@gmail.com"
        },
        "subject": "={{ $json.Subject }}",
        "toEmail": "={{ $json['Email Address'] }}",
        "fromEmail": "contact@mohangopal.com",
        "emailFormat": "text"
      },
      "credentials": {
        "smtp": {
          "id": "OxDjXwRpd4Ll2OPw",
          "name": "SMTP account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "19d9b52b-5ca8-4027-98fe-d3e36fb9e229",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        200
      ],
      "parameters": {
        "width": 580,
        "height": 120,
        "content": "## 读取电子表格中已抓取和存储的记录并发送调查邮件"
      },
      "typeVersion": 1
    },
    {
      "id": "57827b6b-5f62-4b17-99ce-d14b4d0c27bb",
      "name": "Google Sheet - 数据存储",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        440,
        -100
      ],
      "parameters": {
        "columns": {
          "value": {
            "City": "={{ $json.City }}",
            "Status": "InProgress",
            "Country": "={{ $json.Country }}",
            "Summary": "={{ $json.Summary }}",
            "Website": "={{ $json.Website }}",
            "Mail Sent": "ToDo",
            "Telephone": "={{ $json.Telephone }}",
            "Agent Name": "={{ $json[\"Travel Agent Name\"] }}",
            "Email Address": "={{ $json[\"Email Address\"] }}",
            "Survey Received": "Pending",
            "Response Received": "Pending"
          },
          "schema": [
            {
              "id": "Agent Name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Agent Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Summary",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Summary",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email Address",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Email Address",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Telephone",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Telephone",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Website",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Country",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Country",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "City",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "City",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Mail Sent",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Mail Sent",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Response Received",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Response Received",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Survey Received",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Survey Received",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 1598367286,
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k/edit#gid=1598367286",
          "cachedResultName": "ScrapedList"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k/edit?usp=drivesdk",
          "cachedResultName": "Travel Agents List"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "Q8w7Aj2noMqus8kt",
          "name": "Google Sheets account 5"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "eef292a7-b539-4b38-935e-27b7f6e1e871",
      "name": "Google Sheet 数据存储",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -120,
        360
      ],
      "parameters": {
        "options": {},
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 1316921362,
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k/edit#gid=1316921362",
          "cachedResultName": "TestTravelAgents"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k/edit?usp=drivesdk",
          "cachedResultName": "Travel Agents List"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "Q8w7Aj2noMqus8kt",
          "name": "Google Sheets account 5"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "5428022b-1492-4ed0-8fa7-a13f1b6dd9be",
      "name": "OpenAI1 邮件撰写器",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        100,
        360
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o",
          "cachedResultName": "GPT-4O"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "role": "system",
              "content": "=You are a helpful and  intelligent writing assistant who understands Travel Domain and have experience in mailing Travel Agents about Surveys "
            },
            {
              "content": "Your task is to personalize an email that will encourage the travel agent to complete the survey and submit. \n\nYou will do this by taking the Travel Agents details as input, and editing 5 sections of email: Subject line, ice-breaker, AI Agent in Travel Business, Call to action and a PS field. \n\nYour template as below: \n\nSubject line: \"Is your {companyname} prepared for AI Agent Revolution.\" \n\nIcebreaker: \n\"I understand you are in the travel business doing {uniquethingsaboutthemortheirUSP} and I've been following the impact on travel business for a while. The travel industry is evolving rapidly with AI-driven tools changing how business is conducted. This survey aims to gather insights from travel agents in Malaysia to assess their awareness, operational challenges, and interest in implementing AI Agents in daily workflows.\n\nYour responses will help us:\n\nUnderstand key pain points in your current operations.\nEvaluate awareness and readiness for AI integration.\nDesign a tailored AI Agent solution to improve productivity, efficiency, and profitability for travel businesses like yours.\n\nAll responses will be kept confidential and used only for aggregate analysis.\"\n\nAI Agent in Treavel Business: \n\"AI Agents are intelligent systems that can independently perform tasks traditionally done by humans. In the travel industry, these agents can:\n\nCompile and price custom tour packages.\nAutomatically follow up with suppliers.\nManage bookings, cancellations, and customer queries.\nHandle payment tracking and reconciliation.\n\nWith automation, AI Agents can reduce manual work, increase accuracy, and free up your team to focus on customer experience and business growth.\"\n\nCall to action: \n\"Your experience matters. We're conducting a brief survey to understand how AI Agents can help travel agencies like yours save time, reduce manual work, and boost efficiency.\n\n📋 Takes less than 5 minutes\n🔐 Your responses are confidential\n📈 Get a free insights report based on aggregated results\n🎁 Early access to our AI Agent pilot program\n\n👉 Click Here to Take the Survey\n\nLet’s build smarter travel solutions together.\nThank you for being part of this industry transformation.\"\n\nPS: \"Even if you ar not interested in survey, kindly respond 'NOT INTERESTED\" in the reply. \n\nGuidelines:\n1. Your tone of voice should be \"Semi-formal conversation\". No fancy language. \n2. Do not repeat sentences or data from the input, make it more natural and human like.\n3. Make sure the Subject line is non-capitalized, even if it is gramatically incorrect. Makes it look more human.   \n4. Respond in JSON using the below format:\n{\"Subject line\":\"\",\"Icebreaker\":\"\",\"AI Agent in Treavel Business:\":\"\",\"Call to action\":\"\",\"PS\":\"\" }"
            },
            {
              "content": "=Agent Name:  {{ $json['Agent Name'] }}\nEmail Address: {{ $json['Email Address'] }}\nSummary: {{ $json.Summary }}\nWebsite: {{ $json.Website }}"
            }
          ]
        },
        "jsonOutput": true
      },
      "credentials": {
        "openAiApi": {
          "id": "SCKN5KUziIpM8NB7",
          "name": "OpenAi account 5"
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "13922526-19c5-495a-ba65-3cb0c77a1816",
      "name": "OpenAI 数据标准化",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -120,
        -100
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini-2025-04-14",
          "cachedResultName": "GPT-4.1-MINI-2025-04-14"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "role": "system",
              "content": "=Yor role is to extract the complete list of travel Agents information from the incoming data and standardise them in the below structured format for storing in spreadsheet. \n\nYour output has to be in a structured format that includes the \n - Agent name\n - Summary: summary from introduction section, \n - Email address, \n - Telephone number,\n - Website,\n- Country,\n- City\n\nYou will receive an input of <scrapped-website>\n\nRespond in JSON format:\n{\n    \"Travel Agent Name\": \"\",\n    \"Summary\": \"\",\n    \"Email Address\": \"\",\n    \"Telephone\": \"\",\n    \"Website\": \"\"\n    \"Country\":\"\"\n    \"City\"\": \"\"\n}\ninput N/A where data is not available "
            },
            {
              "role": "system",
              "content": "=<scrapped-website>\n{{ $json.data.markdown }}\n</scrapped-website> "
            }
          ]
        },
        "jsonOutput": true
      },
      "credentials": {
        "openAiApi": {
          "id": "SCKN5KUziIpM8NB7",
          "name": "OpenAi account 5"
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "f6fda879-81e2-4aa6-ada4-5fff6e645ba4",
      "name": "Google Sheet 更新记录",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        460,
        360
      ],
      "parameters": {
        "columns": {
          "value": {
            "PS": "={{ $json.message.content.PS }}",
            "City": "={{ $('Google Sheet Data Store').item.json.City }}",
            "Status": "In-Progress",
            "Country": "={{ $('Google Sheet Data Store').item.json.Country }}",
            "Subject": "={{ $json.message.content['Subject line'] }}",
            "Summary": "={{ $('Google Sheet Data Store').item.json.Summary }}",
            "Website": "={{ $('Google Sheet Data Store').item.json.Website }}",
            "Mail Sent": "Sent",
            "Telephone": "={{ $('Google Sheet Data Store').item.json.Telephone }}",
            "Agent Name": "={{ $('Google Sheet Data Store').item.json['Agent Name'] }}",
            "Icebreaker": "={{ $json.message.content.Icebreaker }}",
            "Email Address": "={{ $('Google Sheet Data Store').item.json['Email Address'] }}",
            "Call to Action": "={{ $json.message.content['Call to action'] }}",
            "Survey Received": "Pending",
            "Response Received": "Pending",
            "AI Agent in Travel": "={{ $json.message.content['AI Agent in Treavel Business'] }}"
          },
          "schema": [
            {
              "id": "Agent Name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Agent Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Summary",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Summary",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email Address",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Email Address",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Telephone",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Telephone",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Website",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Country",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Country",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "City",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "City",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Mail Sent",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Mail Sent",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Response Received",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Response Received",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Survey Received",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Survey Received",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Subject",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Subject",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Icebreaker",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Icebreaker",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "AI Agent in Travel",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "AI Agent in Travel",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Call to Action",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Call to Action",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "PS",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "PS",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "string",
              "display": true,
              "removed": true,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Email Address"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 1316921362,
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k/edit#gid=1316921362",
          "cachedResultName": "TestTravelAgents"
        },
        "documentId": {
          "__rl": true,
          "mode": "id",
          "value": "=1r33A-808h3zSgJu7AiENde9eTJkGEOtZgeVe6O-1f_k"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "Q8w7Aj2noMqus8kt",
          "name": "Google Sheets account 5"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "c6ab2fe5-8876-4673-a5f3-6eacd4625a4c",
      "name": "HTTP 抓取网站",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -340,
        -100
      ],
      "parameters": {
        "url": "https://api.firecrawl.dev/v1/scrape",
        "method": "POST",
        "options": {},
        "jsonBody": "{\n  \"url\": \"https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/\",\n  \"formats\": [\n    \"markdown\"\n  ]\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "headerParameters": {
          "parameters": [
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        }
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "pbJsYdisPYx3PSPs",
          "name": "Header Auth account 3"
        }
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "pinData": {
    "HTTP Scrape Website": [
      {
        "json": {
          "data": {
            "markdown": "- [Meetings & Events](https://www.japanmeetings.org/)\n- [Muslim Guide](https://www.japan.travel/en/my/muslim-guide/)\n- [Travel Trade](https://www.japan.travel/en/my/travel-trade/)\n\n- Select Language简体中文繁體中文(香港)繁體中文(臺灣)India (English)Bahasa Indonesia한국어ภาษาไทยTiếng ViệtSingapore (English)Philippines (English)Malaysia (English)Australia/New Zealand (English)FrançaisDeutschItalianoEspañolUnited Kingdom (English)Nordic countries(English)Canada (English)Canada (Français)United States (English)Mexico (español)PortuguêsالعربيةJapan(日本語)Global (English)\n\n\n[![JNTO](https://asset.japan.travel/image/upload/v1581485582/static/svg/common/img_logo_japan-endless-discovery.svg)](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/)\n\n- HOME\n- Destinations\n- Things to Do\n- Plan Your Trip\n- Stories & Features\n- News\n\n- [![](https://www.japan.travel/static/f/img/iconmonstr-facebook-5.4c6310fccfc8.svg)](https://www.facebook.com/Visit.My.Japan)\n- [![](https://www.japan.travel/static/f/img/iconmonstr-instagram-15.87f48f84bf94.svg)](https://www.instagram.com/visitmyjapan/)\n- [![](https://www.japan.travel/static/f/img/iconmonstr-youtube-10.6f5ac725789b.svg)](https://www.youtube.com/c/JNTOMALAYSIACHANNEL)\n\n- ![](https://www.japan.travel/static/f/img/iconmonstr-globe-thin.b44ced265bc3.svg)\n\n\n- 简体中文\n- 繁體中文(香港)\n- 繁體中文(臺灣)\n- India (English)\n- Bahasa Indonesia\n- 한국어\n- ภาษาไทย\n- Tiếng Việt\n- Singapore (English)\n- Philippines (English)\n- Malaysia (English)\n- Australia/New Zealand (English)\n- Français\n- Deutsch\n- Italiano\n- Español\n- United Kingdom (English)\n- Nordic countries(English)\n- Canada (English)\n- Canada (Français)\n- United States (English)\n- Mexico (español)\n- Português\n- العربية\n- Japan(日本語)\n- Global (English)\n\n[![JNTO](https://asset.japan.travel/image/upload/v1581485582/static/svg/common/img_logo_japan-endless-discovery.svg)](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/)\n\n[HOME](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/) Back\n\n- [Destinations](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/)\n\n\n\n\n- All\n\n\n\n\n\n\n\n\n![](https://www.japan.travel/static/f/img/map_hokkaido.b7b80abd4549.svg)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n![](https://www.japan.travel/static/f/img/map_tohoku.23e16b69e32c.svg)\n\n\n\n\n\n  - - [Aomori](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/aomori/)\n- [Akita](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/akita/)\n- [Iwate](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/iwate/)\n- [Yamagata](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/yamagata/)\n- [Miyagi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/miyagi/)\n- [Fukushima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/fukushima/)\n\n![](https://www.japan.travel/static/f/img/map_hokuriku.971b7d8aaf59.svg)\n\n- - [Niigata](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/niigata/)\n- [Toyama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/toyama/)\n- [Ishikawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/ishikawa/)\n- [Fukui](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/fukui/)\n- [Nagano](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/)\n\n![](https://www.japan.travel/static/f/img/map_kanto.5c4544e53975.svg)\n\n- - [Tokyo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tokyo/)\n- [Kanagawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/kanagawa/)\n- [Chiba](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/chiba/)\n- [Saitama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/saitama/)\n- [Ibaraki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/ibaraki/)\n- [Tochigi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tochigi/)\n- [Gunma](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/gunma/)\n\n![](https://www.japan.travel/static/f/img/map_chubu.5b6f65f92ac3.svg)\n\n- - [Yamanashi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/yamanashi/)\n- [Shizuoka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/shizuoka/)\n- [Gifu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/gifu/)\n- [Aichi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/aichi/)\n- [Mie](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/mie/)\n\n![](https://www.japan.travel/static/f/img/map_kansai.93e83e6aaa46.svg)\n\n- - [Kyoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/kyoto/)\n- [Osaka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/osaka/)\n- [Shiga](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/shiga/)\n- [Hyogo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/hyogo/)\n- [Nara](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/nara/)\n- [Wakayama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/wakayama/)\n\n![](https://www.japan.travel/static/f/img/map_chugoku.702fcee42844.svg)\n\n- - [Tottori](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/tottori/)\n- [Shimane](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/shimane/)\n- [Okayama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/okayama/)\n- [Hiroshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/hiroshima/)\n- [Yamaguchi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/yamaguchi/)\n\n![](https://www.japan.travel/static/f/img/map_shikoku.8f9ef0eea1eb.svg)\n\n- - [Tokushima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/tokushima/)\n- [Kagawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/kagawa/)\n- [Ehime](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/ehime/)\n- [Kochi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/kochi/)\n\n![](https://www.japan.travel/static/f/img/map_kyushu.e2ab055eccbf.svg)\n\n- - [Fukuoka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/fukuoka/)\n- [Saga](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/saga/)\n- [Nagasaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/nagasaki/)\n- [Oita](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/oita/)\n- [Kumamoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/kumamoto/)\n- [Miyazaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/miyazaki/)\n- [Kagoshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/kagoshima/)\n\n![](https://www.japan.travel/static/f/img/map_okinawa.83b83fa44d8c.svg)\n\n- Major cities\n\n\n\n\n\n\n\n\n![](https://www.japan.travel/static/f/img/map_hokkaido.b7b80abd4549.svg)\n\n\n\n\n\n  - - [Sapporo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/sapporo-and-around/)\n- [Asahikawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/asahikawa-and-hokkaido-north/)\n- [Hakodate](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/hakodate-and-hokkaido-south/)\n- [Kushiro](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/kushiro-and-hokkaido-east/)\n\n![](https://www.japan.travel/static/f/img/map_tohoku.23e16b69e32c.svg)\n\n- - [Sendai](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/miyagi/sendai-area/)\n- [Aomori](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/aomori/aomori-city-and-around/)\n- [Akita](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/akita/akita-and-around/)\n- [Morioka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/iwate/morioka-and-around/)\n- [Tsuruoka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/yamagata/tsuruoka-and-sakata/)\n- [Fukushima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/fukushima/fukushima-city/)\n\n![](https://www.japan.travel/static/f/img/map_hokuriku.971b7d8aaf59.svg)\n\n- - [Kanazawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/ishikawa/kanazawa-and-around/)\n- [Niigata](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/niigata/niigata-city-and-around/)\n- [Toyama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/toyama/toyama-and-around/)\n- [Nagano](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/nagano-and-around/)\n- [Matsumoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/matsumoto-and-around/)\n- [Fukui](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/fukui/fukui-and-around/)\n\n![](https://www.japan.travel/static/f/img/map_kanto.5c4544e53975.svg)\n\n- - [Tokyo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tokyo/)\n- [Yokohama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/kanagawa/yokohama-and-around/)\n- [Saitama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/saitama/new-urban-center-area/)\n- [Chiba](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/chiba/)\n- [Utsunomiya](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tochigi/utsunomiya-area/)\n- [Maebashi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/gunma/maebashi-and-akagi/)\n\n![](https://www.japan.travel/static/f/img/map_chubu.5b6f65f92ac3.svg)\n\n- - [Nagoya](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/aichi/nagoya-station-and-around/)\n- [Fujiyoshida](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/yamanashi/mt-fuji-and-around/)\n- [Hamamatsu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/shizuoka/hamamatsu-and-around/)\n- [Gifu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/gifu/gifu-and-around/)\n- [Takayama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/gifu/takayama-and-around/)\n- [Iseshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/mie/ise-bay-area/)\n\n![](https://www.japan.travel/static/f/img/map_kansai.93e83e6aaa46.svg)\n\n- - [Osaka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/osaka/osaka-bay-area/)\n- [Kyoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/kyoto/around-kyoto-station/)\n- [Nara](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/nara/nara-city-and-around/)\n- [Kobe](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/hyogo/kobe-and-around/)\n- [Himeji](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/hyogo/himeji-and-around/)\n- [Otsu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/shiga/otsu-area/)\n\n![](https://www.japan.travel/static/f/img/map_chugoku.702fcee42844.svg)\n\n- - [Hiroshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/hiroshima/hiroshima-city/)\n- [Okayama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/okayama/okayama-and-around/)\n- [Kurashiki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/okayama/kurashiki/)\n- [Matsue](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/shimane/matsue-and-around/)\n- [Tottori](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/tottori/tottori-and-around/)\n- [Shimonoseki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/yamaguchi/shimonoseki/)\n\n![](https://www.japan.travel/static/f/img/map_shikoku.8f9ef0eea1eb.svg)\n\n- - [Matsuyama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/ehime/matsuyama-and-around/)\n- [Takamatsu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/kagawa/takamatsu-area/)\n- [Tokushima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/tokushima/tokushima-city/)\n- [Kochi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/kochi/kochi-and-around/)\n\n![](https://www.japan.travel/static/f/img/map_kyushu.e2ab055eccbf.svg)\n\n- - [Fukuoka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/fukuoka/fukuoka-city/)\n- [Kumamoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/kumamoto/kumamoto/)\n- [Kagoshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/kagoshima/kagoshima-and-around/)\n- [Beppu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/oita/beppu-and-yufuin-around/)\n- [Nagasaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/nagasaki/nagasaki-city-and-around/)\n- [Miyazaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/miyazaki/miyazaki/)\n\n![](https://www.japan.travel/static/f/img/map_okinawa.83b83fa44d8c.svg)\n\n- - [Naha](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/naha-and-the-main-island/)\n- [Ishigaki Island](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/ishigaki-island-and-around/)\n- [Miyako Island](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/miyako-island/)\n- [Kerama Island](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/the-kerama-islands/)\n\n- Passion\n\n\n\n\n\n\n\n\n\n\n  - - [Mt. Fuji](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/fuji-guide/)\n- [Tokyo Island](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tokyo/tokyo-islands/)\n- [Zao](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/miyagi/zao-area/)\n- [Yakushima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/kagoshima/yakushima/)\n- [Japan Alps](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/the-nagano-alps/)\n- [Towada](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/aomori/lake-towada-and-around/)\n\n- - [Niseko](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/niseko-and-nearby-ski-resorts/)\n- [Minakami](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/gunma/minakami-area/)\n- [Nagano](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/nagano-and-around/)\n- [Miyazaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/miyazaki/miyazaki-surf-sports/)\n- [Miyako](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/miyako-island/)\n- [Ishigaki Island](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/ishigaki-island-and-around/)\n\n- - [Kyoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/kyoto/central-kyoto/)\n- [Hongu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/wakayama/hongu/)\n- [Kiso](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/kiso/)\n- [Koka & Shigaraki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/shiga/koga-and-shigaraki/)\n- [Nara](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/nara/nara-park-and-around/)\n- [Hida Takayama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/gifu/takayama-and-around/)\n\n- - [Fukuoka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/fukuoka/fukuoka-city/)\n- [Osaka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/osaka/dotonbori-and-shinsaibashi/)\n- [Sapporo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/sapporo-and-around/)\n- [Ginza, Nihonbashi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tokyo/ginza-and-nihombashi/)\n- [Ise](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/mie/ise-bay-area/)\n- [Kanazawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/ishikawa/kanazawa-and-around/)\n\n- - [Kanazawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/ishikawa/kanazawa-and-around/)\n- [Setouchi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/shikoku/kagawa/setouchi-islands/)\n- [Kiyosato](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tokai/yamanashi/kiyosato-and-around/)\n- [Hakone](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/kanagawa/hakone-and-around/)\n- [Roppongi](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tokyo/roppongi-and-akasaka-area/)\n\n- - [Beppu & Yufuin (Onsen)](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/oita/beppu-and-yufuin-around/)\n- [Miyako Island](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/miyako-island/)\n- [Suwa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/nagano/suwa/)\n- [Ginzan Onsen](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/1798/)\n- [Nagasaki Islands](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/nagasaki/nagasaki-islands/)\n\n- - [Yokohama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/kanagawa/yokohama-and-around/)\n- [Sendai](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/miyagi/sendai-area/)\n- [Osaka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/osaka/osaka-castle-and-around/)\n- [Hiroshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/hiroshima/hiroshima-city/)\n\n- Vacation Style\n\n\n\n\n\n\n\n\n\n\n  - - [Kumano Kodo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/979/)\n- [Fukui](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/fukui/fukui-and-around/)\n- [Shimane](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/shimane/)\n- [Shonai](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/yamagata/tsuruoka-and-sakata/)\n- [Shikoku Karst](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/816/)\n\n- - [Oki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/chugoku/shimane/oki/)\n- [Amami Oshima](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/kagoshima/amami-oshima-and-nearby-islands/)\n- [Nagasaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/nagasaki/nagasaki-islands/)\n- [Sado](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/niigata/sado-island/)\n\n- - [Beppu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/716/)\n- [Hakone](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/1572/)\n- [Kusatsu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/1518/)\n- [Kinosaki](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/2005/)\n- [Hachimantai](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/1824/)\n\n- - [Kyoto](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/kyoto/)\n- [Nikko](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tochigi/nikko-area/)\n- [Nara](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/nara/)\n- [Kanazawa](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokuriku-shinetsu/ishikawa/kanazawa-and-around/)\n- [Omihachiman](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/shiga/omihachiman-area/)\n- [Aizuwakamatsu](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/fukushima/aizuwakamatsu-and-oze/)\n\n- - [Shiretoko](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/spot/2143/)\n- [Hachimantai](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/iwate/hachimantai-area/)\n- [Kerama](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/okinawa/okinawa/the-kerama-islands/)\n- [Shirakami](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/tohoku/akita/shirakami-area/)\n\n- - [Tokyo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kanto/tokyo/)\n- [Osaka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kansai/osaka/)\n- [Fukuoka](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/kyushu/fukuoka/fukuoka-city/)\n- [Sapporo](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/destinations/hokkaido/hokkaido/sapporo-and-around/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_253,h_105,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/b9/12/b9121642-d05b-4426-8ac9-42397a24a4b0/guide_luxury_b2glwo)Luxury](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/luxury/) [![](https://res.cloudinary.com/jnto/image/upload/w_253,h_105,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/c6/d2/c6d2dd0b-53f0-48cb-afbb-8499c4d34051/nagano2474_15-thumbnail_fgejbt)SNOW LIKE NO OTHER](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sports/snow/) [![](https://res.cloudinary.com/jnto/image/upload/w_253,h_105,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/ae/2a/ae2a9ec6-f70a-4e5f-9713-6f40ec2fc8bc/05_at_ka7sji)Action & Adventure](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sports/action-and-adventure/) [![](https://res.cloudinary.com/jnto/image/upload/w_253,h_105,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/35/cc/35ccc726-bb6e-4978-86e7-a8c0ea9aa27e/kv_cycling_r00t6j)Cycling](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sports/cycling/)\n\n- [Things to Do](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/)\n\n\n\n\n- Nature & Outdoor\n\n\n\n\n\n\n\n\n\n\n- [Diving in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/diving/)\n- [Skiing in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/skiing/)\n- [Seasonal Flowers in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/flowers/)\n- [Sustainable Outdoors](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/adventure-great-outdoors/)\n- [Adventure](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sports/adventure/)\n\n- [Off the Beaten Track in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/off-the-beaten-track/)\n- [Scenic Spots](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/attraction/scenic-spot/)\n- [World Heritage](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/world-heritage/)\n- [Home Stays & Farm Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/homestay-farmstay/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/01/a0/01a0bf64-6b31-49a8-8fe2-137b0e0343cc/sports_da6kbj)Sports & Outdoors](https://www.japan.travel/en/sports/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/15/b0/15b0ec10-8a32-4cac-98d0-e815b5454e52/hokkaido1460_1-thumbnail_m1jtwa)Japan's National Parks](https://www.japan.travel/national-parks/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/69/97/6997d16d-3a64-4714-8117-b3fbd1d523d6/it1823_010_wgbq8b)Nature (Experiences in Japan)](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/nature/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/01/2d/012dca0a-2a91-439a-943d-cb1a9a8142bc/it649_003_fby2dd)Outdoor (Experiences in Japan)](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/outdoor/)\n\n- Tradition\n\n\n\n\n\n\n\n\n\n\n- [Japanese Gardens](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/japanese-garden/)\n- [Japanese Crafts](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/traditional-craft-experiences-and-workshops/)\n- [Temple Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/temple-stays/)\n- [Heritage Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/heritage-stays/)\n\n- [Festivals and Events](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/festivals-and-events/)\n- [Theater in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/theater/)\n- [Japanese Tea Ceremony](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/tea-ceremony/)\n- [Cultural Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/cultural-experiences/)\n- [Culture in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/culture/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/b5/56/b5568a6e-46f6-4d15-912e-8d0387ab9205/it551_001_bsavbv)Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/tradition/)\n\n- Food & Drink\n\n\n\n\n\n\n\n\n\n\n- [Gastronomy](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/gastronomy/)\n- [Local Cuisine Eastern Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/gastronomy/local-cuisine-eastern-japan/)\n- [Local Cuisine Western Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/gastronomy/local-cuisine-western-japan/)\n- [Local Street Food](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/gastronomy/local-street-food-favorites-budget-restaurant-japan/)\n- [Japan's Local Ekiben](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/experience-japans-local-ekiben-culture/)\n- [Yakitori](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/yakitori-a-guide-to-chicken-skewers/)\n\n- [Japanese Whisky](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/japanese-whisky/)\n- [Vegetarian and Vegan Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/vegetarian-guide/)\n- [Sushi in Japan Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/sushi-in-japan/)\n- [Japanese Sake Breweries](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/gastronomy/sake/)\n- [Sake 101](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/sake-shochu/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/30/06/3006bba5-2d48-4b49-9840-fd58db695de8/02_cuisine_it245_001_fvjz7r)Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/cuisine/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/47/be/47bec00d-f539-4b93-bbba-68dbee111697/kv_gastronomy_mzcgm1)Luxury](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/luxury/gastronomy/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/c2/99/c299c1bc-8607-4b75-a06d-b7378a2d7796/seafoodkaiseki_0166_m_1_dokhfz_vadwpe)Gastronomy](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/gastronomy/)\n\n- Art & Culture\n\n\n\n\n\n\n\n\n\n\n- [Art Museums](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/art-and-design/art-museum/)\n- [Architecture](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/story/explore-the-world-of-japanese-architecture/)\n- [Performing Arts](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/art-and-design/performing-arts/)\n- [Theatre](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/travel-directory/Theatre/)\n\n- [Art Festivals](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/story/art-festivals/)\n- [Japanese Anime and Comics](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/japanese-anime-and-comics/)\n- [Japanese Ceramics](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/ceramics/)\n- [Local Crafts](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/art-and-design/local-craft/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/01/36/0136d4e8-2bbd-4fcf-80c9-0f3b3c411171/it1027_003_zyogb4)Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/art/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/51/b3/51b3db5a-1d2c-4057-88d4-451817c9db02/kv_arts-and-culture_fg6dmu)Luxury](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/luxury/arts-and-culture/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/65/75/65758e76-606a-426b-bff9-535767c1ae6f/saitama_s_id45_2-thumbnail_gdy9ld)Art Festivals](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/story/art-festivals/)\n\n- Cities\n\n\n\n\n\n\n\n\n\n\n- [Scenic Spots](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/attraction/scenic-spot/)\n- [Scenic Night Views](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/attraction/scenic-night-view/)\n- [Natural Wonders](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/attraction/natural-wonder/)\n- [Theme Parks](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/theme-park/)\n\n- [Nightlife](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/travel-directory/Nightlife/)\n- [Samurai & Ninja](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/attraction/samurai-and-ninja/)\n- [Iconic Architecture](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/attraction/iconic-architecture/)\n- [Shopping](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/shopping/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/15/83/1583fbdc-dd72-4fec-929e-cedd0e1579f5/03_city_jimu0285_011_cpoieb-thumbnail_ciz5al)Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/cities/)\n\n- Relaxation\n\n\n\n\n\n\n\n\n\n\n- [Onsen](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/onsen/)\n- [Wellness Travel in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/wellness-travel-in-japan/)\n- [Japanese Ryokan Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/japanese-ryokan/)\n- [Home Stays & Farm Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/homestay-farmstay/)\n- [A Guide to Stargazing in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/a-guide-to-stargazing-in-japan/)\n\n- [Japanese Gardens](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/japanese-garden/)\n- [Flowers](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/flowers/)\n- [Relaxation in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/things-to-do/relaxation/)\n- [Forest Bathing (Shinrin-yoku)](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/forest-bathing/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/fd/49/fd498f7f-2bf2-4e5d-b783-4013fd77b15e/it3798_002_zl26z3)Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/relaxation/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/ec/61/ec612a72-0e9f-4b14-bf2c-de0e9a9424e1/kv_accommodations_q9g18f)Luxury](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/luxury/accommodations/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/ff/79/ff797d2f-9674-4310-b67d-19c22325e57e/amana_s_id54_3_wivpwh)Wellness Travel](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/wellness-travel-in-japan/)\n\n- Featured\n\n\n\n\n\n\n\n\n\n\n- [Luxury](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/luxury/)\n- [Sports](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sports/)\n- [Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/)\n- [National Parks](https://www.japan.travel/national-parks/)\n- [Japan's Local Treasures](https://www.japan.travel/en/japans-local-treasures/)\n\n- [Japan Heritage](https://www.japan.travel/japan-heritage/)\n- [Heritage Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/heritage-stays/)\n- [Snow Like No Other](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sports/snow/)\n- [EXPO 2025](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/expo2025/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/1d/ac/1daced8c-aea5-4788-907c-f0bbb2a68b0c/20190107_dogo_onsen_honkan_it485_01_gfwdiq)Experiences in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/experiences-in-japan/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/15/b0/15b0ec10-8a32-4cac-98d0-e815b5454e52/hokkaido1460_1-thumbnail_m1jtwa)National Parks](https://www.japan.travel/national-parks/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/15/b3/15b3cf3d-7b36-485c-9d73-2463eb9b814a/index_mainimage_yzrzta-thumbnail_fvq3nl)Japan Heritage](https://www.japan.travel/japan-heritage/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/21/3f/213fe6a7-d80a-467f-a410-0b524da7c181/001_takachiho_tuth2y_1_wzydg1)Sustainable Travel in JAPAN](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/)\n\n- [Plan Your Trip](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/)\n\n\n\n\n- Traveling to Japan\n\n\n\n\n\n\n\n\n\n\n  - - [Visa Information](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/visa-info/)\n- [Getting to Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/getting-to-japan/)\n- [Airport Access](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/airport-access/)\n- [COVID-19: Practical Information for Traveling to Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/practical-coronavirus-information/)\n\n- - [Shopping](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/shopping-in-japan)\n- [Anime Tourism](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/japanese-anime-and-comics/)\n- [Temple Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/temple-stays/)\n- [Countryside Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/homestay-farmstay/)\n- [Accessible Tourism](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/accessibility-in-japan/)\n\n- - [Hokkaido Great Outdoors](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/itineraries/exploring-mother-natures-bounty-in-hokkaido)\n- [Scenic World Heritage in Tohoku](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/itineraries/scenic-world-heritage-in-tohoku)\n- [Shikoku’s Nature and Traditions](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/itineraries/shikokus-fascinating-nature-and-longstanding-traditions)\n- [Southern Kyushu by Rail](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/itineraries/kyushus-hot-springs-by-rail)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/dc/5a/dc5ab715-f26d-4c1d-a6ac-a912dded8281/hokkaido1462_2-thumbnail_b2qbca)First-Time Visitor Info](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/de/a9/dea98934-353a-43a1-a62c-f2c572ff2309/nagano117_3_wfecpu)Online Reservation Sites](https://www.japan.travel/en/plan/online-reservation-sites/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/f0/e0/f0e0eabe-b8ea-4791-8bf6-eaed459f1ef8/image_travel_clkhrk)Stories & Guides](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/story-and-guide/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/97/f8/97f8f3e9-33ba-4d34-9ff8-7aa36ab652f7/display_sfotql-thumbnail_soxoyb)Itineraries](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/itineraries/)\n\n- Getting Around\n\n\n\n\n\n\n\n\n\n\n  - - [Traveling by Rail](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/traveling-by-rail/)\n- [How to Travel by Train and Bus](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/how-to-travel-by-train-and-bus-in-japan/)\n- [JR Rail Passes](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/jr-rail-passes/)\n- [Scenic Railways](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/scenic-railways/)\n- [Renting a Car](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/getting-around/cars/)\n- [Sustainable Travel in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/)\n\n- - [Travel Brochures](https://www.japan.travel/brochures/eng/index.php)\n- [Useful Apps](https://www.japan.travel/en/plan/useful-apps/)\n- [Online Reservation Sites](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/online-reservation-sites/)\n- [Eco-friendly Accommodation](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/eco-friendly-accommodation/)\n- [Luxury Accommodations](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/luxury/accommodations/)\n- [Heritage Stays](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/heritage-stays/)\n\n- - [Traveling With a Disability](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/traveling-with-disability/)\n- [Hands-free Travel](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/getting-around/luggage-storage/)\n- [How to Book a Certified Tour Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/how-to-book-a-certified-tour-guide/)\n- [Volunteer Guides](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/list-of-volunteer-guides/)\n- [Tourist Information Center](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/tic/)\n- [FAQ](https://faq.japan-travel.jnto.go.jp/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/93/e0/93e0d53c-bb73-4b2f-9829-06a40866bcdc/1571309427013-69c5e78f2aec88a3c49ccde4ba038afb-0-pixta_35407445_m-auto-oriented_r6bhx4)Travel Brochures](https://www.japan.travel/brochures/eng/index.php) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/e6/ea/e6ea4fbb-f64a-41b2-a786-e94b519b4174/tempura_mjl18v-thumbnail_u1yyrl)Restaurant Search](https://dining.japan.travel/en/restaurant/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/2a/44/2a44220a-cf25-45d3-a716-2cd1f117c3c7/001_takachiho_tuth2y)Sustainable Travel in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/de/a9/dea98934-353a-43a1-a62c-f2c572ff2309/nagano117_3_wfecpu)Online Reservation Sites](https://www.japan.travel/en/plan/online-reservation-sites/)\n\n- About Japan\n\n\n\n\n\n\n\n\n\n\n  - - [World Heritage](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/world-heritage/)\n- [Fuji Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/fuji-guide/)\n- [Japanese Ryokan Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/japanese-ryokan/)\n- [Japanese Manners](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/understanding-and-mastering-japanese-manners-and-etiquette/)\n- [Useful Apps](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/useful-apps/)\n- [Sustainable Travel in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/)\n\n- - [Spring in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/spring-guide/)\n- [Summer in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/summer-guide/)\n- [Autumn in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/autumn-guide/)\n- [Winter in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/winter-guide/)\n\n- - [Cherry Blossom Forecast](https://www.japan.travel/en/see-and-do/cherry-blossom-forecast-2024/)\n- [Autumn Leaves Forecast](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/autumn-leaves-forecast-2023/)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/ef/db/efdb4307-9aa9-4780-8768-3d92d52d69de/pixta_24426523-thumbnail_xkw2ln)Weather & Geography](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/weather/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/b6/cf/b6cfd4f8-73fc-4cc8-9002-9cc5c724357a/toyama1225_1_okcgdj)Autumn Leaves Forecast](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/see-and-do/autumn-leaves-forecast-2023/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/0e/0b/0e0b9cd7-ed76-4298-b986-e356f66af70b/wh017_3063_3_bqmvjf)World Heritage](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/world-heritage/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/2a/44/2a44220a-cf25-45d3-a716-2cd1f117c3c7/001_takachiho_tuth2y)Sustainable Travel in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/sustainable/)\n\n- Essential Information\n\n\n\n\n\n\n\n\n\n\n- [Japan Visitor Hotline](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/hotline/)\n- [Travel Insurance in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/travel-insurance-in-japan/)\n- [Japan Safe Travel Information](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/japan-safe-travel-information/)\n- [Local Laws](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/local-laws/)\n- [Visa Information](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/visa-info/)\n\n- [Accessibility in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/accessibility-in-japan/)\n- [Vegetarian Guide](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/vegetarian-guide/)\n- [Muslim Travelers](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/muslim-travelers/)\n- [Safety Tips](https://www.jnto.go.jp/safety-tips/eng/index.html)\n\n[![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/83/79/83791e7b-eec6-40c3-930a-f95996e52633/pixta_s_id59_1-thumbnail_ahkhgl)Accessibility in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/guide/accessibility-in-japan/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/35/95/3595403e-882f-42bb-b5a3-917d55f18b61/img_hotline_2_mrmbil)Japan Visitor Hotline](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/hotline/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/81/12/8112222a-506b-4752-9704-2ec7e7a73e98/pixta_s_id35_1-thumbnail_ysowpg)Travel Insurance in Japan](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/plan/travel-insurance-in-japan/) [![](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/9d/fd/9dfd0d56-ad5f-4d75-87fe-a616046ced25/safety_tips_192_navy_rh4dkt)Safety Tips](https://www.jnto.go.jp/safety-tips/eng/index.html)\n\n- [Stories & Features](https://www.japan.travel/en/my/story/)\n\n\n\n\n- [Cuisine](https://www.japan.travel/en/my/story/cuisine/)\n- [Nature](https://www.japan.travel/en/my/story/nature/)\n- [Tradition](https://www.japan.travel/en/my/story/tradition/)\n- [Luxury](https://www.japan.travel/en/my/story/luxury/)\n- [Guide](https://www.japan.travel/en/my/story/guide/)\n- [Winter](https://www.japan.travel/en/my/story/winter/)\n- [All New Stories](https://www.japan.travel/en/my/story/)\n\n- [Create Your Joyful Japan](https://www.japan.travel/en/my/create-your-joyful-japan/application/)\n- [The Latest Itinerary](https://www.japan.travel/en/my/the-latest-itinerary/)\n- [Area Travel Pass](https://www.japan.travel/en/my/area-travel-pass/)\n- [Travelers Blog](https://www.japan.travel/en/my/travelers-blog/)\n- [Western Japan Sample Itinerary](https://www.japan.travel/en/my/westernjapan-promotion/)\n- [Tohoku Colors](https://www.japan.travel/tohoku-colors/)\n\n- [![The Latest Itinerary](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy/v1/media/filer_public/d6/ca/d6ca88de-c9ab-46b5-8192-e0945967de40/kv_ilcuap)The Latest Itinerary](https://www.japan.travel/en/my/the-latest-itinerary/)\n- [![Enjoy Smart Trip with Travel Passes](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy/v1/media/filer_public/9b/46/9b46471d-f265-4a57-93ea-5b74b76653d5/enjoy_smart_trip_with_travel_passes_yeefzx)Enjoy Smart Trip with Travel Passes](https://www.japan.travel/en/my/enjoy-smart-trip-travel-passes/)\n- [![Fascinating Suburb Japan](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy/v1/media/filer_public/32/e6/32e66ae0-28b1-4181-a925-3ca5af808877/fascinating_suburb_japanhetsuda_oy8ndw)Fascinating Suburb Japan](https://www.japan.travel/en/my/fascinating-suburb-japan/)\n- [![First Winter in Japan](https://res.cloudinary.com/jnto/image/upload/w_192,h_129,c_fill,f_auto,fl_lossy/v1/media/filer_public/49/8a/498a87be-4393-470d-90e8-eb8ccafc64c0/first_winter_in_japan_mcb8oc)First Winter in Japan](https://www.japan.travel/en/my/your-first-winter-japan/)\n\n- [News](https://www.japan.travel/en/my/news/)\n\n\n\n\n- [News from JNTO MY](https://www.japan.travel/en/my/news/)\n- [News from JNTO & Partners](https://www.japan.travel/en/travel-directory/latest-news/)\n- [Travel Trade News](https://www.japan.travel/en/my/travel-trade/news/)\n\n- [Newsletters for Travelers](https://www.japan.travel/en/my/news-letter/)\n- [Newsletters for Professionals](https://www.japan.travel/en/my/travel-trade/newsletter-partner-exclusive/)\n\n- - [Meetings & Events](https://www.japanmeetings.org/)\n- [Muslim Guide](https://www.japan.travel/en/my/muslim-guide/)\n- [Travel Trade](https://www.japan.travel/en/my/travel-trade/)\n\nMy Favorites\n\n- **${v.title}**\n${v.desc \\| trunc(25)}\n\n\n- **${v.title}**\n${v.desc \\| trunc(25)}\n\n\n[View All](https://www.japan.travel/favorite)\n\nUse the\n\n## Planning a Trip to Japan?\n\nShare your travel photos with us by hashtagging your images with #visitjapanjp\n\n![](https://res-3.cloudinary.com/jnto/image/upload/w_750,h_1100,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/7b/6c/7b6ccb9a-0b3f-4ddb-bf62-0e9266cbbc9e/shutterstock_753148948_ooubv1)\n\n# List of Travel Agencies in Malaysia\n\n**Select the state to find out your preferred travel agencies :**\n\n[Kuala Lumpur](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/#kualalumpur)[Selangor](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/#selangor)[Johor](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/#johor)[Penang](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/#penang)[Sabah](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/#sabah)\n\n## Kuala Lumpur\n\n### Apple Vacations Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | We are a travel agency which mainly organize group package to all over the world. For previous year before Covid pandemic, we sent more than 15,000 customer annually to Japan from Hokkaido to Okinawa. |\n| Types | FIT, Package, MICE, Muslim |\n| Address | HQ: Wisma Apple, 2nd Floor, 42-2 Jalan Sultan Ismail, 50250 Kuala Lumpur<br>Branch: Lot S323A, Second Floor (New Wing and Highstreet)<br>1 Utama Shopping Centre<br>No. 1, Lebuh Bandar Utama, Bandar Utama, 47800 Petaling Jaya, Selangor |\n| Tel | 03-2705 8299 |\n| Email | [asia@applevacations.my](mailto:asia@applevacations.my) |\n| Website | [Apple Vacations Homepage](https://www.applevacations.my/en/) |\n| SNS | [Apple Vacations Facebook](https://www.facebook.com/applevacationsmy) |\n\n### Best Holiday Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_194,h_100,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/f7/93/f7932791-d876-405f-9125-7bcbdba9cc69/best_holiday_logo_-_vince_koh_aufrz2)\n\n|     |     |\n| --- | --- |\n| Introduction | Established in 5th August 2002, Best Holiday is a travel agent that works to provide the most valuable and quality tour packages. With the foundation build on China tour packages, Best Holiday is among the very few travel agents that could provide quality tour packages at a very competitive price. |\n| Types | FIT, Package |\n| Address | 3.11-3.15 3rd Floor, Wisma Cosway, Jalan Raja Chulan 50200 Kuala Lumpur. |\n| Tel | +603-2141-6333 |\n| Email | [sales@bestholiday.com.my](mailto:sales@bestholiday.com.my) |\n| SNS | [Best Holiday Facebook](https://www.facebook.com/bestholiday.my) |\n\n### BMC Travel Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Types | Incentive and business travel |\n| Address | Megan Avenue 1, 189 Jalan Tun Razak, Block A, 2nd Floor, Unit 7 and 8, 50400 Kuala Lumpur, Selangor |\n| Tel | 03-2161 1448 |\n| Email | [incentive@bmctravel.com](mailto:incentive@bmctravel.com) |\n| Website | [BMC Travel Homepage](https://www.bmctravel.com/) |\n\n### Corporate Information Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_140,h_100,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/8b/8b/8b8bc0b2-7fbd-42fa-b41a-f39629e88137/corporateinformationtravel_logo_ldlyc6)\n\n|     |     |\n| --- | --- |\n| Introduction | Airline Reservation & Ticketing, MICE, Holiday Packages, Golf Adventure, Pick A Trip Travel App, Transportation & Guide Services, Muslim Travel, Student Travel, Travel Insurance, Visa Application |\n| Types | FIT, Muslim, MICE, Students |\n| Address | Mid Valley Branch: B-1-3 & B-1-4, (1/F, Block B), Northpoint Offices, Mid Valley City, No. 1, Medan Syed Putra Utara, 59200 Kuala Lumpur, Malaysia.<br>Bukit Jalil Branch: J-13-2 & J-13-3, Pusat Perdagangan Bandar Bukit Jalil, Persiaran Jalil 1, Bukit Jalil, 57000 Kuala Lumpur, Malaysia. |\n| Tel | 03 9212 0011 |\n| Email | [askme@cit.travel](mailto:askme@cit.travel) |\n| Website | [Corporate Information Travel Homepage](https://cit.travel/) |\n| SNS | [Corporate Information Travel Facebook](https://www.facebook.com/cit.travel/)<br>[Corporate Information Travel Instagram](https://www.instagram.com/cit.travel/)<br>[Corporate Information Travel Twitter](https://twitter.com/corpinfotravel) |\n\n### Eden Tours & Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_140,h_100,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/eb/41/eb41b9e2-68a7-466c-a170-d766797285ce/eden_old_logo_-_joe_yu_ta5esf)\n\n|     |     |\n| --- | --- |\n| Introduction | Eden Tours & Travel Sdn Bhd (Eden) provide individual and group travel services to both leisure and corporate clients. We offer services from travel consultation, ticketing, hotel/accommodation reservations, all-inclusive packages, visa applications, free & easy holidays (FIT) to corporate meeting, convention & incentive travel programs and customise travel services. |\n| Types | Ticketing, FIT, Private Group, Group Package, Customised Group, MICE |\n| Address | No 290, 1st Floor, Jalan Pudu, 55100 Kuala Lumpur, Malaysia |\n| Tel | 603-21483880/ 30008882 |\n| Email | [mice@edenvacation.com](mailto:mice@edenvacation.com) |\n| Website | [Eden Tours & Travel Homepage](http://edenvacation.com/) |\n| SNS | [Eden Tours & Travel Facebook](https://www.facebook.com/EdenToursKL) |\n\n### Esplanad Holiday Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Types | Group Tour Travel |\n| Address | 79-2, Jalan Dwitasik 1, Dataran Dwitasik, 56000 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur |\n| Tel | 03-91736300 |\n| Email | [info@esplanad.com.my](mailto:info@esplanad.com.my) |\n| SNS | [Esplanad Holiday Facebook](https://www.facebook.com/EsplanadHoliday/?locale=ms_MY) |\n\n### Feel Japan with K (M) Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_133,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/11/a9/11a9b78d-92d1-4cc3-860c-69666a470660/5e07366e-f358-4ff2-833b-d3edd4c87c25_-_feel_japan_k_jp1rxo)\n\n|     |     |\n| --- | --- |\n| Introduction | Providing Muslim Tour packages for Muslim tourist, travelers to Japan.<br>Developing Japan as the destination of choice for Malaysian Muslim tourist.<br>Sales, marketing and development of Muslim Travel Packages to Japan in Malaysia since 2011.<br>Wholesaler for Muslim Tour Packages to Japan for Travel Agencies in Malaysia, Indonesia and Singapore, |\n| Types | FIT, Package, Muslim, Education |\n| Address | L 12-03A, Wangsa Maju 118 No.8, Jalan Wangsa Delima Wangsa Maju 53300 Kuala Lumpur |\n| Tel | +6013-702-3981 |\n| Email | [feeljapankmalaysia@gmail.com](mailto:feeljapankmalaysia@gmail.com) |\n| Website | [Feel Japan with K (M) Homepage](http://www.feeljapank.com/index.html) |\n\n### Golden Tourworld Travel (Malaysia) Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_145,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/b4/5e/b45e54cf-120e-441d-87a9-b416b0d2f336/gtt_logo_-_ricky_wai_xgrwkf)\n\n|     |     |\n| --- | --- |\n| Introduction | Malaysia Outbound Travel & Tour Agency |\n| Types | FIT, Package, MICE, Muslim |\n| Address | No. 72, Wisma GTT, Cangkat Bukit Bintang, 50200 Kuala Lumpur. Malaysia |\n| Tel | +60321187228 |\n| Email | [enquiry@gtt.com.my](mailto:enquiry@gtt.com.my) |\n| Website | [Golden Tourworld Travel Homepage](https://online.flipbuilder.com/yrkz/igln/) |\n| SNS | [Golden Tourworld Travel Facebook](https://www.facebook.com/GoldenTourworldTravelMY) |\n\n### Golden Tropics Travel And Tours Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_140,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/eb/e3/ebe30d11-24b5-40f0-9f13-39f63c3ad085/copy_of_logo_-_kenny_gtt_ivvsun)\n\n|     |     |\n| --- | --- |\n| Introduction | Our company is more specialist on FIT and Incentive Travel to Japan and Korea. Every year we are sending about 500-800 customer to Japan. |\n| Types | FIT, MICE, Muslim |\n| Address | G-5, Wisma Zelan, Jalan Tasik Permaisuri 2, Bandar Tun Razak, Cheras 56000 Kuala Lumpur, Malaysia |\n| Tel | +603-91746888 / +6010-8186688 |\n| Email | [info@goldentropics.com.my](mailto:info@goldentropics.com.my) |\n| Website | [Golden Tropics Travel And Tours Homepage](http://www.goldentropics.com.my/) |\n| SNS | [Golden Tropics Travel And Tours Facebook](https://www.facebook.com/GoldenTropicsTravel/) |\n\n### Hello Holidays Sdn Bhd\n\n![](https://res.cloudinary.com/jnto/image/upload/w_409,h_85,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/91/90/91908c9c-b441-4620-9785-0911e3f1b6c4/htt-main-800x180px_cxeylj)\n\n|     |     |\n| --- | --- |\n| Introduction | Hello Holidays is a premier travel service provider specializing in individual, family, and corporate trips, including pre- and post-conference tours, incentive trips, cruise packages, special interest excursions, and technical visits. With offerings ranging from Domestic Tours across Malaysia to Outbound Tours to destinations like Japan, Korea, Europe, and beyond, we tailor itineraries to match diverse lifestyles and preferences. Our competitive edge lies in our modern fleet of coaches, vans, and MPVs, backed by a nationwide network ensuring seamless services such as coach rentals, transfers, hotel reservations, air ticketing, tour guides, travel insurance, and visa applications. Committed to integrity, reliability, professionalism, and value for money, we aim to deliver worry-free, memorable travel experiences, serving every customer with passion and dedication. |\n| Types | Package, FIT, MICE, Luxury |\n| Address | E-09, 07 Plaza, 2, Jalan Kiara, Mont Kiara, 50480 Kuala Lumpur, Federal Territory of Kuala Lumpur |\n| Tel | 03-6201 6888 |\n| WhatsApp | +601128083859 |\n| Email | [enquiry@helloholidays.com.my](mailto:enquiry@helloholidays.com.my) |\n| Website | [Hello Holidays Homepage](https://www.helloholidays.com.my/) |\n| SNS | [Hello Holidays Facebook](https://www.facebook.com/helloholidays) |\n\n### H.I.S. Travel (Malaysia) Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_165,h_60,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/3d/3e/3d3e645c-4456-410d-b8cd-9cfd47cf1a59/1200px-his_logo_bluesvg_-_mohd_safwan_o21tsd)\n\n|     |     |\n| --- | --- |\n| Introduction | H.I.S. Travel Malaysia is a leading travel agency and a subsidiary of H.I.S. Co., Ltd., headquartered in Tokyo, Japan. With a strong specialization in ground arrangements in Japan, H.I.S. Travel Malaysia offers diverse services, including private tours, educational tours, MICE, corporate arrangements, special tours, and more. Backed by a global network and deep expertise in the Japanese market, H.I.S. Travel Malaysia is dedicated to delivering exceptional travel experiences with a focus on quality, innovation, and customer satisfaction. |\n| Types | Muslim, Educational/School/University, MICE, Customized Trip, Private Guided Trip, Disable Friendly Trip |\n| Address | Unit 22-16, Q Sentral,  <br> 2A, Jalan Stesen Sentral 2,  <br> Kuala Lumpur Sentral, 50470 Kuala Lumpur,  <br> Federal Territory of Kuala Lumpur |\n| Tel | 03-2276 3300 |\n| Email | [enquiry@his-world.com](mailto:enquiry@his-world.com) |\n| Website | [H.I.S. Travel Homepage](https://www.his.com.my/) |\n| SNS | [H.I.S. Travel Facebook](https://www.facebook.com/HISWorld.Malaysia/)<br>[H.I.S. Travel Instagram](https://www.instagram.com/his.malaysia/) |\n\n### ICE HOLIDAYS SDN BHD\n\n|     |     |\n| --- | --- |\n| Introduction | 🏆Golden Destinations (GD) - Brand of the Year 2024 (Travel & Tourism) Malaysia most leading Business-to-Business (B2B) Travel Wholesaler Tour Company in Malaysia. |\n| Types | Package, FIT (Flexible Independent Travel), Muslim-friendly/Halal, MICE, Luxury, Cruise |\n| Address | Wisma New Asia, Jalan Raja Chulan, Bukit Bintang, 50200 Kuala Lumpur |\n| Email | [marketing@ice-holidays.com](mailto:marketing@ice-holidays.com) |\n| Website | [Ice Holidays Homepage](https://www.goldendestinations.com/) |\n| SNS | [Ice Holidays Facebook](https://www.facebook.com/gdgoldendestinations) |\n\n### J&C Travel Sdn. Bhd. ( KL Branch )\n\n![](https://res.cloudinary.com/jnto/image/upload/w_144,h_80,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/0e/21/0e21ec88-fb3b-44e3-a935-74ab5af56034/j_c_logo_chinese_2_-_kim_pheng_hor_rgidgc)\n\n|     |     |\n| --- | --- |\n| Introduction | Japanese Inbound , Outbound , Transport ( Education , Golf , Incentive , Leisure ) |\n| Types | FIT, Package, Education |\n| Address | 222 Jalan Ampang KL |\n| Tel | +6012-372-8122 |\n| Email | [benhor@jctravel.com.my](mailto:benhor@jctravel.com.my) |\n| Website | [J&C Travel Homepage](http://www.jctravel.com.my/usr/page.aspx?pgid=2) |\n| SNS | [J&C Travel Facebook](https://www.facebook.com/jctraveltransportbooking) |\n\n### J-Horizons Travel (M) Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Types | Ticketing, Outbound Tours, Inbound Tours |\n| Address | Lot 25-05, Wisma Goldhill, Jalan Raja Chulan, Bukit Ceylon, 50200 Kuala Lumpur, Federal Territory of Kuala Lumpur |\n| Tel | 03-2161 0922 |\n| Email | [enquiry\\_japanrail@j-horizons.com.my](mailto:enquiry_japanrail@j-horizons.com.my) |\n\n### Japan Travel Bureau (Malaysia) Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_140,h_97,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/b2/39/b2393821-8b53-4095-8579-607dd8b33b90/jtbmark_slogan_v_en_rgb_red_ylkimg)\n\n|     |     |\n| --- | --- |\n| Introduction | Japan Travel Bureau (M) Sdn Bhd or well-known as JTB Malaysia is established in 1990 with our head office located in the heart of Kuala Lumpur, and a supporting branch office in Kota Kinabalu. Licensed to perform inbound, outbound and ticketing business by the Ministry of Culture, Arts & Tourism Ministry of Tourism, Arts & Culture, our strength is being a specialist in travel to Japan as well as further develop our products and services for other travel destinations.<br>JTB offices are no mere land operators, but vital hubs that both send off and welcome international travelers. Wherever in the world our customers are coming from or heading to, JTB is proud to handle all aspects of the travel business. With a proprietary network that spans the globe, the JTB global network is that rare group of companies can provide all the travel services customers desire, all around the world. |\n| Types | Muslim, FIT, Private group, Customized group, MICE, Education |\n| Address | Unit 16.05-16.07, Level 16, Amoda, 22, Jalan Imbi, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia |\n| Tel | 03-2330 3388 |\n| Email | [info\\_kul.my@jtbap.com](mailto:info_kul.my@jtbap.com) |\n| Website | [Japan Travel Bureau Homepage](https://my.jtbtrip.com/) |\n| SNS | [Japan Travel Bureau Facebook](https://www.facebook.com/JTB.Malaysia/)<br>[Japan Travel Bureau Instagram](https://www.instagram.com/jtbmalaysia/?hl=en)<br>[Japan Travel Bureau X](https://twitter.com/jtb_mly?lang=en) |\n\n### Joy Paradise Holidays Sdn Bhd\n\n|     |     |\n| --- | --- |\n| Introduction | Joy Paradise is a one stop travel agency for all your travel needs to Japan.We dedicatedly provide personalized and customized travel services to clients who are looking to explore the best of what Japan has to offer. With10 years of experience and 0% accident under our belt,we have the skills and resources to meet your needs. With our top-notch vehicles and seasoned drivers,you can rest assured that you will enjoy your journey safely and comfortably. |\n| Types | Private Group, Group Package, Customized group |\n| Address | A-1-26 PLAZA BUKIT JALIL (AURORA PLACE), NO. 1 PERSIARAN JALIL 1, BANDAR BUKIT JALIL, 57000 KUALA LUMPUR |\n| Tel | 03-5033 3170 |\n| Email | [joyparadiseholidays@gmail.com](mailto:joyparadiseholidays@gmail.com) |\n| Website | [Joy Paradise Holidays Homepage](https://joyparadiseholidays.com/) |\n| SNS | [Joy Paradise Holidays Instagram](https://www.instagram.com/joyparadiseholidays/) |\n\n### Kopetro Travel & Tours Sdn Bhd\n\n|     |     |\n| --- | --- |\n| Introduction | KOPETRO Travel & Tours Sdn Bhd was incorporated in 1986 and is wholly owned subsidiary of KOPETRO Berhad. We are an accredited travel agency with the International Air Transport Association (IATA) and a member of the Malaysian Association of Tour and Travel Agents (MATTA). |\n| Types | Outbound, Group Tour |\n| Address | B-1-5, Megan Avenue II, No. 12, Jalan Yap Kwan Seng, 50450 Wilayah Persekutuan Kuala Lumpur |\n| Tel | 03-2164 1577 |\n| Email | [kopetrotravel@kopetro.com.my](mailto:kopetrotravel@kopetro.com.my) |\n| Website | [Kopetro Travel & Tours Sdn Bhd Homepage](https://www.kopetrotravel.com.my/) |\n\n### LTS Explorer Tours\n\n|     |     |\n| --- | --- |\n| Introduction | Selling Japan tour packages to corporate incentive companies. |\n| Types | FIT, Package, MICE, Muslim |\n| Address | 7A, Jalan Perisa 2, Happy Garden, 58200 Kuala Lumpur, Malaysia |\n| Tel | +603-79836236 |\n| Email | [sales@lts-explorer.com](mailto:sales@lts-explorer.com) |\n| Website | [LTS Explorer Tours Homepage](http://www.lts-explorer.com/) |\n\n### Malaysian Harmony Tour & Travel Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | Malaysian Harmony Tour & Travel Sdn Bhd with the experience of more 30 years, is an associate company to Asia Cathay Travel . Our aim is to offer high quality, personalized services and packages out of the beaten track. Our expertise gurantees the success of every project we undertake. We are the top produces for the Major airlines under IATA - International Air Transport Association. |\n| Types | FIT, Package, MICE, Muslim |\n| Address | 21JALAN TONG SHIN ,50200 KUALA LUMPUR |\n| Tel | +603-21454226 |\n| Email | [leister\\_op@mysharmony.com](mailto:leister_op@mysharmony.com) |\n| Website | [Malaysian Harmony Tour & Travel Homepage](https://www.malaysianharmony.com.my/) |\n| SNS | [Malaysian Harmony Tour & Travel Facebook](https://www.facebook.com/malaysianharmony) |\n\n### Mayflower Holidays Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | Mayflower Holidays (MH) is a recognized brand in the local market for over 60 years, MH has innovated its own 'One-Stop' online travelling solution to directly serve the affluent generation of this technology age, while still customizing incentive group travel for the corporate and private customers. It is also a well sought after Air Tickets Consolidator both locally and internationally. |\n| Types | Package |\n| Address | 1, Jalan Metro Pudu 1, Fraser Business Park, 55100 Kuala Lumpur, Malaysia |\n| Tel | 03-92321888 |\n| Email | [cs@mayflower-group.com](mailto:cs@mayflower-group.com) |\n| SNS | [Mayflower Holidays Facebook](https://www.facebook.com/mayflowerholidaysMH) |\n\n### MITRA KEMBARA SDN.BHD.\n\n|     |     |\n| --- | --- |\n| Introduction | MITRA Kembara is a local Bumiputra company established in 1976, which registered with Ministry of Finance to manage official trip for government agencies and private. Being 42 years in the travel industry we are fully experienced in all facets of travel and tour arrangements and our core businesses are Government Travel Management and Umrah Travel.<br>Mitra Kembara is also registered agent for Saudi Arabia Embassy for the service of Visa and Endorsement for Umrah travel. Apart from that Mitra Kembara also offers a wide variety of Halal holiday packages to various destinations worldwide. Currently we service over 70 Government Agencies, GLC (Government Related Company) and Private Company. |\n| Types | Tour Packages |\n| Address | Wisma Central, Jln Ampang, Kuala Lumpur, 50450 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur |\n| Tel | 03-2779 1349 |\n| Email | [informk@mitrakembara.travel](mailto:informk@mitrakembara.travel) |\n| Website | [MITRA KEMBARA Homepage](https://www.mitrakembara.travel/?gad_source=1&gclid=Cj0KCQiAkoe9BhDYARIsAH85cDO-1qZKRqxj-BbFW6CjKhw68GulEv1ngPzp-1v-67L50tovcdxNTdUaAokUEALw_wcB) |\n\n### Orex Travel & Tours Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_150,h_150,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/90/29/90299476-3433-4519-bf12-b936b96c02c4/orex_logo_new-01_-_edmond_james_rzydws)\n\n|     |     |\n| --- | --- |\n| Introduction | Our success is owed to the dedication and commitment of our employees. We now stand as one of the reputable travel management company (TMC) in Malaysia, providing a full range of travel services for big corporations and companies. |\n| Types | FIT, Package, MICE, Muslim, Education |\n| Address | Suite 08-01, 08-02 & 08-10, Level 8, Heritage House, No. 33 Jalan Yap Ah Shak, 50300, Kuala Lumpur, Malaysia. |\n| Tel | 03 - 8966 3922 |\n| Email | [orex.leisure@orextravel.com](mailto:orex.leisure@orextravel.com) |\n| Website | [Orex Travel & Tours Homepage](https://www.orextravel.com/) |\n| SNS | [Orex Travel & Tours Facebook](https://www.facebook.com/OrexTravelMalaysia) |\n\n### Parlo Tours Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_150,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/c0/1a/c01aa8cb-0f07-4904-ba08-c14dd4040d42/parlo_logo_jpeg-01_-_parlo_tours_wgflph)\n\n|     |     |\n| --- | --- |\n| Introduction | Parlo Tours has been in the outbound and inbound travel industry for more than 4 decades. Now well-established, the Parlo Group is a travel management and services company principally engaged in the provision of leisure and corporate travel products and services. The company also provides ancillary travel products and services for leisure and corporate travel. |\n| Types | FIT, Package, MICE |\n| Address | 72, Jalan Kampung Attap, Kampung Attap, 50460 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur |\n| Tel | 03-2726 6088 |\n| Email | [outbound@parlotours.com.my](mailto:outbound@parlotours.com.my) |\n| Website | [Parlo Tours Homepage](https://www.parlotours.com.my/) |\n| SNS | [Parlo Tours Facebook](https://www.facebook.com/parlotours) |\n\n### Roystar Travel & Tours Sdn. Bhd.\n\n![](https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/)\n\n|     |     |\n| --- | --- |\n| Introduction | A brand named for greatest deals and a One-stop for your affordable leisure travel. |\n| Types | FIT, Package, MICE, Muslim, Flight Ticket |\n| Address | No 16A & 16B, Lorong Brunei 3, Off Jalan Pudu, 55100 Kuala Lumpur |\n| Tel | 03-21430288 |\n| Email | [tour@roystartravel.com.my](mailto:tour@roystartravel.com.my) |\n| SNS | [Roystar Travel & Tours Facebook](https://www.facebook.com/smartholidays.com.my) |\n\n### Sedunia Travel Services Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_133,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/11/0c/110c8aea-c449-4fed-8bc3-52cf5965d993/sedunialogo-vertical2014_-_annie_woo_hzxe9r)\n\n|     |     |\n| --- | --- |\n| Introduction | Founded in 1976, Sedunia Travel has grown to be one of the largest travel agencies in Malaysia, offering a range of corporate, MICE and leisure travel. As the leading Free Independent Traveller (FIT) specialist in Malaysia, Sedunia Travel takes great pride in offering the best and largest selection of tours and holidays around the world. |\n| Types | FIT, Package, MICE, Muslim |\n| Address | Level 01-1B, 12 & 13 <br> Menara Genesis <br> 33 Jalan Sultan Ismail <br> 50250 Kuala Lumpur, Malaysia |\n| Tel | 03-27795480 |\n| Email | [contact@sedunia.com.my](mailto:contact@sedunia.com.my) |\n| Website | [Sedunia Travel Services Homepage](https://seduniatravel.com/destination/japan/) |\n| SNS | [Sedunia Travel Services Facebook](https://www.facebook.com/seduniatravel/) |\n\n### Sri America Travel Corporation Sdn Bhd\n\n|     |     |\n| --- | --- |\n| Introduction | SA Travel is a premier online travel and tour agency based in Malaysia, with offices located in Kuala Lumpur and Penang. We specialize in providing comprehensive travel packages both within Malaysia and internationally. Whether you're planning a serene getaway or an adventurous expedition, we offer detailed itineraries and competitive tour fares tailored to your needs.<br>For more information about our travel packages, itinerary details, and pricing, please don't hesitate to contact us. Let SA Travel be your trusted partner in exploring the world! |\n| Types | Group Tour |\n| Address | Wisma Sa, 12, Jln Bukit Bintang, Bukit Bintang, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur |\n| Tel | 03-2142 9155 |\n| Email | [pychong@satravel.com.my](mailto:pychong@satravel.com.my) |\n| Website | [Sri America Travel Corporation Homepage](https://www.satravel.my/) |\n\n### Sunrise Tours & Travel Sdn Bhd\n\n|     |     |\n| --- | --- |\n| Introduction | Sunrise Tours & Travel is the officially authorized dealer and agent of JR Pass appointed by Japan Railways Group (JR Group). As the leading travel agency located in Kuala Lumpur Malaysia, offer JR Pass at the best price with secure delivery. Discover beautiful places in Japan with JR Pass today. |\n| Types | Group Tour |\n| Address | Unit 4.05 Level 4, Amoda Building  No. 22, Jalan Imbi, 55100 Kuala Lumpur, Malaysia. |\n| Tel | 03-2141 8022 |\n| Email | [sunrise@sunrise.com.my](mailto:sunrise@sunrise.com.my) |\n| Website | [Sunrise Tours & Travel Homepage](https://www.sunrise.com.my/tours/) |\n\n### TM Tours & Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/96/e1/96e1a4a0-845a-4754-970b-974d6be7240b/tmtt-logo_-_mohd_ridzwan_abdullah_htmzuj)\n\n|     |     |\n| --- | --- |\n| Introduction | WE ARE A FULL LICENSED MUSLIM BASED COMPANY HIGHLIGHTING MUSLIM NEEDS, PRAYERS REQUIRMENTS, TOURS, HALAL MEALS, PLACES OF INTEREST TO JAPAN TRAVEL DESTINATIONS WHICH CATER FOR MUSLIM AS WELL AS NON MUSLIM TRAVELLERS. OUR MAIN CONCENTRATION COVERS FIT, GIT, SPECIAL TOURS, GOVERNMENT DELEGATION, STUDENT DELEGATION, INTER CULTURE PROGRAMS, MICE, INCENTIVES GROUPS SINCE 2000 TO JAPAN AS TOP SELLER |\n| Types | FIT, Package, MICE, Muslim, Education |\n| Address | Lot : 3-3A, Level 4, Wisma Q Titiwangsa, |\n| Tel | +60340314171 |\n| Email | [info@tmtours.com.my​](mailto:info@tmtours.com.my) ​​​​​​ |\n| Website | [TM Tours & Travel Homepage](https://tmtours.com.my/) |\n| SNS | [TM Tours & Travel Facebook](https://www.facebook.com/tmtoursntrvl/) |\n\n### Wendy Tour Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/b1/76/b176e889-6962-4631-af60-187048831509/wendylogo_en_1340x960_-_outbound_kl_william_n1ij38)\n\n|     |     |\n| --- | --- |\n| Introduction | Japan Inbound and Outbound |\n| Types | FIT, Package, MICE, Muslim, Education, JR Train Pass |\n| Address | CP61, Suite 2504, 25th Flr., Wisma Chuang, No.34, Jalan Sultan Ismail, 50250 Kuala Lumpur, Malaysia |\n| Tel | +603-2145-2312 |\n| Email | [outbound@wendytour.com.my](mailto:outbound@wendytour.com.my) |\n| Website | [Wendy Tour Homepage](https://wendytour.com.my/) |\n| SNS | [Wendy Tour Facebook](https://www.facebook.com/wendytour.to.japan/) |\n\n### WORLDTRAVELLERS DMC SDN BHD\n\n|     |     |\n| --- | --- |\n| Types | Corporate Travel, Ticketing |\n| Address | They are expanding and will open a new branch in the Cheras area on 15 March. The new address will be provided once they have officially moved in |\n| Tel | 03-2282 7201 |\n| Email | [bangsar1@worldtravellers-dmc.com.](mailto:bangsar1@worldtravellers-dmc.com.) |\n| Website | [WORLDTRAVELLERS DMC Homepage](https://www.worldtravellers-dmc.com/) |\n\n### WP Travel Sdn. Bhd. ( Wanderprime )\n\n![](https://res.cloudinary.com/jnto/image/upload/w_300,h_40,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/69/2d/692df124-05a5-448f-a10a-93799a12a4d0/wanderprime_logo_horizontal_pantone_-_noelle_chong_qhqwwm)\n\n|     |     |\n| --- | --- |\n| Introduction | Wanderprime is a Malaysia based Luxury Travel Operator .We plan & organise first-class experiences for hyper luxury travellers , adventure seekers and out-of-ordinary traveler. To offer the authentic and unique experience of our handpicked destination with ultimate comfort;In every chosen destination , we work closely with subject experts and professional to offer the most to our valued guests . |\n| Types | FIT, Muslim |\n| Address | B-29-3A, Tower B, Pavilion Embassy, Kompleks Pavilion Ampang, 50450 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur |\n| Tel | 012-972 2297 |\n| Email | [noelle@wanderprime.com](mailto:noelle@wanderprime.com) |\n\n## Selangor\n\n### Golden Adventure Tours & Travel Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | We are an experienced and licensed travel agent in Malaysia. which in charge of inbound, outbound, ticketing services as well as famous for our Japan and Hokkaido Private Tours. we offer variety of tourism products including tour packages, hotel booking, flight booking and other travel services to our clients, also known for its customized tour solutions. |\n| Types | FIT, Package, Education |\n| Address | KL office - E10-3A, 10th floor, Menara Melawangi, Amcorp Trade Centre, 18, Jalan Persiaran Barat, 46050 Petaling Jaya, Selangor, Malaysia |\n| Tel | +603-7954 0196 |\n| Email | [golden-kul@golden-adv.com](mailto:golden-kul@golden-adv.com) |\n| Website | [Golden Adventure Tours & Travel Homepage](http://www.tabigo.asia/) |\n\n### Onederful Vacation Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_214,h_100,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/0d/6f/0d6f71f8-5cb7-40b5-90c0-293f6c8cc842/onederful_colour_logo_-_vacation_onederful_raervd)\n\n|     |     |\n| --- | --- |\n| Introduction | Onederful Vacation has been in the tourism and hospitality business since December, 2003. Our wide range of products and services which include travel consultancy, international / domestic airline ticketing, worldwide hotel reservations, well designed tour packages, corporate incentive travel, exclusive transfer services, travel and personal accident insurance and travel visa application service. |\n| Types | FIT, Package, MICE, Ticket Reservation |\n| Address | No.8-1, 1st Floor, Jalan USJ10/1E, Taipan Business Centre, 47620 UEP Subang Jaya, Selangor, Malaysia |\n| Tel | 03-56352595 / 012-5882595 |\n| Email | [enquiry@onederfulvacation.com](mailto:enquiry@onederfulvacation.com) |\n| Website | [Onederful Vacation Homepage](https://www.onederfulvacation.com/) |\n| SNS | [Onederful Vacation Facebook](https://www.facebook.com/onederfulvac/) |\n\n### Pearl Holiday (M) Travel & Tour Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_180,h_80,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/11/93/1193f604-4e84-401f-b15d-24c4b7120bd0/pearl_holiday_with_website_-_outbound_pearlholiday_paxlis)\n\n|     |     |\n| --- | --- |\n| Introduction | Established in 1993, Pearl Holiday(M)Travel & Tour Sdn Bhd is a Travel Operator licensed by Ministry of Culture, Arts and Tourism Malaysia with Inbound, Outbound and Ticketing qualifications. Over 50 full-time staffing. The company's core business covers a variety of Inbound, Outbound, Educational Tours, Coach & Car Rental. |\n| Types | FIT, Package, MICE, Education |\n| Address | No.1, Jalan KP 1/3, Taman Kajang Prima, Off Jalan Semenyih, 43000 Kajang, Selangor. |\n| Tel | +603-8924 9999 |\n| Email | [enquiry.hq@pearlholiday.com](mailto:enquiry.hq@pearlholiday.com) |\n| Website | [Pearl Holiday Homepage](https://www.pearlholiday.com/) |\n| SNS | [Pearl Holiday Facebook](https://www.facebook.com/pearlholiday) |\n\n### Sunway Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_180,h_60,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/9e/30/9e3001f7-4312-4e93-995e-64c810cf1db7/swt_logonew_-_rachel_koong_z8v5jf)\n\n|     |     |\n| --- | --- |\n| Introduction | With over 30 years of industry experience, Sunway Travel is your trusted partner for a comprehensive range of travel services. Our offerings include corporate airline ticketing, global hotel reservations, MICE travel, cruises, and tailored individual or group tours to Japan. |\n| Types | FIT, Package, MICE |\n| Address | Unit 1.7, Level 1, West Lobby, Menara Sunway Annexe, Jalan Lagoon Timur 47500 Bandar Sunway, Selangor |\n| Tel | 03-56399029 |\n| Email | [travelinfo@sunway.com.my](mailto:travelinfo@sunway.com.my) |\n| Website | [Sunway Travel Homepage](https://www.sunway.travel/) |\n| SNS | [Sunway Travel Facebook](https://www.facebook.com/sunway.travel) |\n\n## Johor\n\n### Chia Sin Travel Service Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_200,h_140,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/42/a5/42a533a1-492f-49ec-b5ac-501d6df2a012/chiasin_logo_tn2_fucfvd)\n\n|     |     |\n| --- | --- |\n| Introduction | With over thirty years of experience in the travel and tourism industry, Chia Sin Travel Service Sdn. Bhd was established in 28th April 1981 as a full pledge license Travel Agent for both Inbound and Outbound.<br>Chia Sin Travel Service Sdn. Bhd has the experience om organizing wide variety of holidays and has separate divisions for Outbound which include MICE, Corporate travel, tailor-made holidays, escorted tours, Cruise Holiday and ticketing.<br>Our professionalism and operations have enabled Chia Sin Travel to be one of very few companies in Malaysia that enjoys the support and confidence of the major outbound or inbound tour operators in the marketplace. |\n| Types | FIT, GIT, INCENTIVE, MICE, WORLDWIDE HOTEL RESERVATION |\n| Address | No 12, Jalan Yayasan, Bandar Kluang, 86000, Kluang Johor. |\n| Tel | +6077725115 / 60127286115 |\n| Email | [chiasintravel@gmail.com](mailto:chiasintravel@gmail.com) / [cwkong4@hotmail.com](mailto:cwkong4@hotmail.com) |\n| Website | [Chia Sin Travel Service Homepage](http://www.chiasin.com.my/) |\n| SNS | [Chia Sin Travel Service Facebook](https://www.facebook.com/chiasintravelservice) |\n\n### Chiu Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/82/a2/82a27f95-6a10-4435-95da-cd19ec6aff97/chiu_travel_logo_2_-_ee_ling_rm0a5x)\n\n|     |     |\n| --- | --- |\n| Introduction | Established since 1975, Chiu Travel Sdn Bhd offering tour and travel products which includes corporate ticketing, corporate meetings and incentive packages, inbound and outbound tours, cruises as well as resort and hotel reservations. |\n| Types | FIT, Package, MICE, Muslim, Education, Hotel Reservation, Cruises, Flight Ticketing |\n| Address | 29-6, Jalan Rahmat, 83000 Batu Pahat, Johor, Malaysia |\n| Tel | +6074335588 / 4335599 |\n| Email | [chiutravel@chiutravel.com](mailto:chiutravel@chiutravel.com) |\n| SNS | [Chiu Travel Facebook](https://www.facebook.com/chiutravel) |\n\n### CK Vacation Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_200,h_80,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/39/06/39062e24-c59e-431c-9bfb-0ccadb92e292/ck_vacation-image_-_alice_chin_dhyzxf)\n\n|     |     |\n| --- | --- |\n| Introduction | CK VACATION Incorporated in Malaysia in May 1996 and is licensed by the Ministry of Cultural, Art and Tourism to operate as a Tour Operator for Inbound and Outbound tour as well as a ticketing agent. We are known for our professionalism in the handling of individual and group travel within and out of Malaysia , CK is well recognized as a leading tour operator and destination in Southern Johor. |\n| Types | FIT, Package, MICE, Muslim, Education |\n| Address | 44-A 1 PUSAT PERDANGAN JALAN BANDAR PASIR GUDANG |\n| Tel | 07-2526300, +6016-7108080 |\n| Email | [enquiry@ckvsb.com.my](mailto:enquiry@ckvsb.com.my) |\n| Website | [CK Vacation Homepage](http://www.ckgolftour.com.my/) |\n\n### Enjoy Holiday Tour Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | Outbound travel agency in Malaysia, Southern region. Specializes in incentive group, MICE, group packages and FIT packages. |\n| Types | FIT, Package, MICE, Muslim |\n| Address | 108, JLN SERAMPANG, TMN. PELANGI, 80400, JOHOR BAHRU |\n| Tel | 607-3332873 |\n| Email | [bett@enjoyholiday.com.my](mailto:bett@enjoyholiday.com.my) |\n| SNS | [Enjoy Holiday Tour Facebook](https://www.facebook.com/enjoyholidayjb) |\n\n### Ez n Fun Holidays Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/e9/d7/e9d75447-724d-4c14-b8a1-c1919c275136/untitled-2-03_-_janette_loh_oiaj7q)\n\n|     |     |\n| --- | --- |\n| Introduction | We plan itinerary, prepare necessary passes and cards for taking public transportation, book accommodation, and make a guidebook for our customer who would like to travel to Japan free and easy. We called our service as \"Semi-Free & Easy Travel\" |\n| Types | FIT |\n| Address | 14, Jalan Selatan 6/5, Kempas Industrial Park, 81200 Johor Bahru, Johor, Malaysia |\n| Tel | 019-751 8397 |\n| Email | [info@eznfun.com.my](mailto:info@eznfun.com.my) |\n| Website | [Semi Free Homepage](https://www.shiokjohor.com/) |\n| SNS | [Ez n Fun Holidays Facebook](https://www.facebook.com/eznfunholidays)<br>[Semi Free Facebook](https://www.facebook.com/Semifree)<br>[Semi Free Instagram](https://instagram.com/semifree.easytravel) |\n\n### Ipoh Overland Tours & Travel Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | Ipoh Overland Tours & Travel Sdn. Bhd.Est in 1988 is one of Malaysia Leading Inbound, Outbound, Worldwide Cruise, Hotel & Air Ticket Reservation Company.covers the field of FIT travel, group, series tours, MICE & special interest packages for VIPs.We are innovative, market-driven business with a fierce a commitment to our Local/International clients and their customers. |\n| Types | FIT, Package, MICE, Education |\n| Address | 19, Jalan Sultan Abdul Jalil, Kampung Jawa, 30300 Ipoh, Perak |\n| Tel | 05-253 2766 |\n| Email | [manager@ipohoverland.com.my](mailto:manager@ipohoverland.com.my) |\n| Website | [Ipoh Overland Tours & Travel Homepage](http://ipohoverland.com.my/) |\n| SNS | [Ipoh Overland Tours & Travel Facebook](https://www.facebook.com/ioTravel/) |\n\n### Sin Chung Tours Sdn.Bhd.\n\n|     |     |\n| --- | --- |\n| Types | FIT, package, MICE, Muslim, Education<br>\\*Specializing in organizing Inbound and Outbound tours to Overseas service. Cater for Incentive group, familiarization tour and ticketing, Hotel & Cruise booking and visa application. |\n| Address | 27 Jalan Kuning Dua, Taman Pelangi, Johor Bahru, Malaysia |\n| Tel | 6073319888 |\n| Email | [info.hq@sinchung.com.my](mailto:info.hq@sinchung.com.my) |\n| Website | [Sin Chung Tours Homepage Coming Soon](https://www.sinchung.com.my/?fbclid=IwY2xjawIOwDFleHRuA2FlbQIxMAABHW82cQ-_HhwTnIQoRDstVi0E4t8nDrYI_6ZFJNK4Hg8WTX1hYjIUAsw2VA_aem_DaqWbORK58BRlg6r3Hn-bw) |\n| SNS | [Sin Chung Tours Facebook](https://www.facebook.com/SinChungTours/) |\n\n### Sinair Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_150,h_140,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/b3/83/b383104b-3675-428f-9f89-966d9d0e6088/sinair_travel__-_devidd_bong_elfbng)\n\n|     |     |\n| --- | --- |\n| Introduction | SINAIR TRAVEL is a full-service travel agency dedicated to providing Corporate, Ticketing, Visa, Leisure and (MICE) services. We offer the widest choice of destinations from the mainstream to the exotic ones. While we explore new destinations and venture into opening the roads less travelled, we consistently review and revisit existing ones with new itineraries and experiences. |\n| Types | FIT, Package, MICE, Group Series |\n| Address | 70, Jalan Molek 2/1, Taman Molek, 81100 Johor Bahru, Johor. |\n| Tel | +6073543399 |\n| Email | [tour@sinairtravel.com](mailto:tour@sinairtravel.com) |\n| SNS | [Sinair Travel Facebook](https://www.facebook.com/SINAIRTRVL/) |\n\n### Top One Travel Services Corporation (M) Sdn. Bhd.\n\n|     |     |\n| --- | --- |\n| Introduction | Top-One Travel Services Corporation (M) Sdn Bhd (Reg no. 153982-T), KPL 1000 was established since year 1986 at Johor Bahru, Johor, Malaysia, we offer the widest choice of destination, airline ticket and others travel related services.<br>or over 35 years' experiences, we’ve taken inspiration from our own life-changing adventures to tailor make journeys that are as individual as you and as unique as the places we love. |\n| Types | Package; FIT, Muslim-friendly/Halal, MICE, Luxury, Cruise |\n| Address | No.16-16A-16B Jalan Sutera 2 Taman Sentosa 80150 Johor Bahru. Johor, Malaysia |\n| Tel | 07-3343388 |\n| Email | [info@top-one.com.my](mailto:info@top-one.com.my) |\n| Website | [Top One Travel Services Corporation Homepage](https://www.top-one.com.my/) |\n| SNS | [Top One Travel Services Corporation Facebook](https://www.facebook.com/@toponetravelservices) |\n\n### TLC Travel & Tours Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_160,h_90,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/e5/e9/e5e9dde7-46c7-4931-9109-53bf5d201e13/tlc-logo-modern-2020_-_kh_lai_zg4bao)\n\n|     |     |\n| --- | --- |\n| Introduction | Strength in Malaysia Tours |\n| Types | FIT |\n| Address | No.6-01,Jalan Bestari 6/2, Taman Nusa Bestari, Skudai |\n| Tel | +6072362667 |\n| Email | [sales@tlc.my](mailto:sales@tlc.my) |\n| Website | [TLC Travel & Tours Homepage](https://www.tlc.my/) |\n| SNS | [TLC Travel & Tours Facebook](https://www.facebook.com/travel.tlc.my) |\n\n## Penang\n\n### Ace Tours & Travel (PG) Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/2e/36/2e364780-e8a2-41fb-81af-093df4c791f6/ace_logo_4png_-_jeffrey_goh_lzeisx)\n\n|     |     |\n| --- | --- |\n| Introduction | Our company has been established for more than 30 years in travel industry with a work force of 6 staffs in the beginning expanding to more than 40 staffs over the years. Our current core business primarily selling tour packages in series for group departure covering the five continents. Japan is one of our key promotion and most saleable destination. |\n| Types | FIT, Package, MICE |\n| Address | 4 JALAN RANGOON, 10400 PENANG |\n| Tel | +604-2288000 |\n| Email | [tours@acetours.com.my](mailto:tours@acetours.com.my) |\n| Website | [Ace Tours & Travel Homepage](https://www.acetours.com.my/) |\n| SNS | [Ace Tours & Travel Facebook](https://www.facebook.com/acetourstravel) |\n\n### Angel Tours Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/d3/74/d374f830-a413-48b1-a80a-673c4d73f42b/angel_tours_logo_-_angel_tours_sdn_bhd_fbjfu7)\n\n|     |     |\n| --- | --- |\n| Introduction | Angel Tours Sdn Bhd was established in 1978, with over 44 years of experiences, we are one of the leading travel companies in Northern Malaysia, well acclaimed for our inbound & outbound tours, escorted leisure tours, independent holiday packages and luxury cruise holidays. Our services also include business travel, as well as meetings, incentive travel, conferences and event management. |\n| Types | FIT, Package, MICE |\n| Address | 174-176, CAMPBELL STREET, 10100 GEORGETOWN PENANG, MALAYSIA |\n| Tel | +604-2613488 |\n| Email | [admin@angeltours.com.my](mailto:admin@angeltours.com.my) |\n| Website | [Angel Tours Homepage](https://angeltours.com.my/) |\n| SNS | [Angel Tours Facebook](https://www.facebook.com/ANGEL.TOURS.SDN.BHD) |\n\n### Big Planet Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_188,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/5d/21/5d2169cf-c143-4a0c-b8d3-7bdb9c7dbae2/bp_logo_-_cs_leong_d1bfny)\n\n|     |     |\n| --- | --- |\n| Introduction | With a total of 40 years of experience from our founders in the tourism industry, BIG PLANET is now becoming one of the fastest growing travel agencies in northern Malaysia.<br>We build differently out of the traditional travel business method to bring a new perception of traveling agency to the market. Based on new trends of traveling ways, we also emphasize on new core tour services i.e. Incentive tour, private tour and new trendy package and Free & Easy for the customers other than traditional group package. With our outsanding and enlivened tour packages, we bring out a new image of travel agency to the market.<br>With the stable expanding of the company, we expanded the business in Bukit Mertajam with a new branch on August 2012. BIG PLANET also got involved in other tourism ventures such as hotel and restaurant in Penang Heritage area.<br>We have great achievements throughout the years with the excellent response and support from our beloved customers. We promise to give best value of the tour service to our beloved customers.<br>We would like to bring the concept of 'think of travel, think of Big Planet Travel!' |\n| Types | FIT, Package |\n| Address | 110-E, Lorong Selamat, Georgetown |\n| Tel | 04-2299771 |\n| Email | [info@bigplanettravel.com.my](mailto:info@bigplanettravel.com.my) |\n| Website | [Big Planet Travel Homepage](https://www.bigplanettravel.com.my/) |\n| SNS | [Big Planet Travel Facebook](https://facebook.com/bigplanettravel)<br>[Big Planet Travel Instagram](https://instagram.com/bigplanettravel) |\n\n### Forever Travel Service Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/8b/6d/8b6d194f-9b8b-49eb-b767-0cede6367c59/forever_travel_logo_color_thicker_-_yami_lim_dq7myk)\n\n|     |     |\n| --- | --- |\n| Introduction | With over 40 years of experience, Forever Travel has built a strong and extensive network of global travel industry partners and a team of highly dedicated personnel, who work with passion and professionalism to deliver excellent travel services to our clients consistently.<br>Our travel services include personal and corporate air ticketing, free & easy and group package tours, worldwide hotel reservations, MICE, sightseeing and coach tours, visa applications and other travel services. |\n| Types | FIT, Package, MICE |\n| Address | 14-B Aboo Sittee Lane |\n| Tel | +6042266633 |\n| Email | [yleen@forevertravel.com.my](mailto:yleen@forevertravel.com.my) |\n| Website | [Forever Travel Service Homepage](https://forevertravel.com.my/) |\n| SNS | [Forever Travel Service Facebook](https://www.facebook.com/forevertravelservice/) |\n\n### Golden First Travel & Tours (M) Sdn Bhd\n\n|     |     |\n| --- | --- |\n| Types | Package Tours |\n| Address | 139, Jalan Stesen, 14000 Bukit Mertajam, Pinang |\n| Tel | 04-538 8888 |\n| Email | [enquiries@goldenfirsttravel.com](mailto:enquiries@goldenfirsttravel.com) |\n| Website | [Golden First Travel & Tours Facebook](https://www.facebook.com/GoldenFirstTravel/?_rdr) |\n| SNS | [Golden First Travel & Tours Instagram](https://www.instagram.com/goldenfirsttravel/?hl=en) |\n\n### Lye Peng Travel & Tours Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_250,h_100,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/53/d4/53d41902-745f-4aa8-88cd-da4648624078/03jan2022_mcta_lye_peng_logo_a4_003_-_vincent_oo_ut6no7)\n\n|     |     |\n| --- | --- |\n| Introduction | LYE PENG TRAVEL ENTERPRISE started on the year 1978. From 1986, the company expanded and established to LYE PENG TRAVEL & TOURS SDN BND (LPT). Year 2007, LPT located at 68B & 68C Macalister Road 10400 Penang. Year 2008, LPT has won a prestigious award \"Golden Award under the 1st Top 50 Enterprise Awards Malaysia 2007\" and year 2010 won The Dr Sun Yat Sen Growth & Development Enterprise Award. |\n| Types | FIT, package, MICE, Muslim, Education<br>\\*Specializing in organizing Inbound and Outbound tours to Overseas service. Cater for Incentive group, familiarization tour and ticketing, Hotel & Cruise booking and visa application. |\n| Address | 68B & 68C, Jalan Macalister, 10400 Georgetown, Penang |\n| Tel | +60-42381118 |\n| Email | [lyepeng@lyepengtravel.com.my](mailto:lyepeng@lyepengtravel.com.my) |\n| Website | [Lye Peng Travel & Tours Homepage](http://www.lyepengtravel.com.my/) |\n| SNS | [Lye Peng Travel & Tours Facebook](https://www.facebook.com/lyepengtravel/) |\n\n## Sabah\n\n### Popular Express Travel Sdn. Bhd.\n\n![](https://res.cloudinary.com/jnto/image/upload/w_120,h_120,c_fill,f_auto,fl_lossy,q_60/v1/media/filer_public/98/cb/98cb06a1-fe13-44d9-b6a7-deb2233224f9/popular_logo_-_life_is_beautiful_cwo2id)\n\n|     |     |\n| --- | --- |\n| Introduction | Popular Express Travel (PET) is one of the most established travel companies in Sabah, Malaysia Borneo and the region for over 40 years. PET offers the widest choice of destinations acclaimed package tours, Free & Easy+ holidays, Worldwide Cruise Centre, customised holidays, private tours, incentive tours, student travel as well as airlines ticketing and travel consultancy in the new norm. |\n| Types | FIT, Package, MICE, Muslim, Education, Airlines Ticketing Agency |\n| Address | 33 Jalan Tugu, Kg. Air, 88000 Kota Kinabalu, Sabah, Malaysia. |\n| Tel | +6088221313 |\n| Email | [candy@popularexpress.com](mailto:candy@popularexpress.com) |\n| Website | [Popular Express Travel Homepage](https://www.popularexpress.com/) |\n| SNS | [Popular Express Travel Facebook](https://www.facebook.com/PopularExpressTravelSdnBhd) |\n\n### Tashin Travel Sdn Bhd\n\n|     |     |\n| --- | --- |\n| Types | Worldwide Holiday Packages, Tailor-made Tour, MICE, Incentive & Exhibition, Flight Ticket |\n| Address | V01-13-08, Level 13, V Office, Sunway Velocity, Lingkaran SV, Sunway Velocity, 55100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur |\n| Tel | 012-230 9320 |\n| Email | [info@tashintravel.com](mailto:info@tashintravel.com) |\n| SNS | [Tashin Travel Facebook](https://www.facebook.com/tashintravelsdnbhd?locale=ms_MY) |\n\n- [Home](https://www.japan.travel/en/)\n- [Home](https://www.japan.travel/en/my/)\n- [Travel Trade](https://www.japan.travel/en/my/travel-trade/)\n- List of Travel Agencies in Malaysia\n\nHelpful Links\n\n[First-Time Visitors](https://www.japan.travel/en/plan/) [Weather in Japan](https://www.japan.travel/en/weather/) [FAQ](https://faq.japan-travel.jnto.go.jp/) [Japan Tours & Activities](https://www.japan.travel/en/japan-tours-and-activities/) [Japan Photo & Video Library Links](https://www.japan.travel/en/japan-photo-and-video-library/)\n\nRelated JNTO Sites\n\n[Japan Convention Bureau](https://www.japanmeetings.org/)\n\nAbout JNTO\n\n[Who We Are](https://www.japan.travel/en/about-jnto/) [Contact us](https://www.japan.travel/en/my/contact-us/)\n\ninline-list\n\n[Privacy Policy](https://www.japan.travel/en/my/privacy-policy/) [Cookie Policy](https://www.japan.travel/en/my/cookie-policy/) [Terms of Use](https://www.japan.travel/en/terms-of-use/) [Links](https://www.japan.travel/en/links/)\n\nlogo\n\n[![JNTO](https://res-3.cloudinary.com/jnto/image/upload/v1515550491/static/svg/common/logo_white.svg)](https://www.japan.travel/en/my/)\n\ninline-list\n\n[Privacy Policy](https://www.japan.travel/en/my/privacy-policy/) [Cookie Policy](https://www.japan.travel/en/my/cookie-policy/) [Terms of Use](https://www.japan.travel/en/terms-of-use/) [Links](https://www.japan.travel/en/links/)\n\nsocial-media\n\n[facebook](https://www.facebook.com/Visit.My.Japan) [instagram](https://www.instagram.com/visitmyjapan/) [youtube](https://www.youtube.com/c/JNTOMALAYSIACHANNEL)\n\nSelect Language简体中文繁體中文(香港)繁體中文(臺灣)India (English)Bahasa Indonesia한국어ภาษาไทยTiếng ViệtSingapore (English)Philippines (English)Malaysia (English)Australia/New Zealand (English)FrançaisDeutschItalianoEspañolUnited Kingdom (English)Nordic countries(English)Canada (English)Canada (Français)United States (English)Mexico (español)PortuguêsالعربيةJapan(日本語)Global (English)\n\nCopyright © Japan National Tourism Organization. All Rights Reserved.\n\nThank you!\n\nPlease Choose Your Language\n\nBrowse the JNTO site in one of multiple languages\n\nSelect Language简体中文繁體中文(香港)繁體中文(臺灣)India (English)Bahasa Indonesia한국어ภาษาไทยTiếng ViệtSingapore (English)Philippines (English)Malaysia (English)Australia/New Zealand (English)FrançaisDeutschItalianoEspañolUnited Kingdom (English)Nordic countries(English)Canada (English)Canada (Français)United States (English)Mexico (español)PortuguêsالعربيةJapan(日本語)Global (English)continue\n\nWe and third party companies with your consent use cookies on this website to measure the audience of our website, to provide enhanced functionality and personalization, to serve targeted advertisement, and to utilize social media features. We may share information about your use of this website with third party companies.\nSee our “Cookie Policy” and “Cookie Settings” for more information.\n\nPlease click “Accept All Cookies” if you agree to the use of all of our cookies. Please click “Reject All Cookies” to reject the use of all our cookies. Please move the selector switch to active if you agree to the use of a part of our cookies.\n\nIn addition, you can change or withdraw your consent at any time by clicking “Cookie Settings” under the Article 3.2 of “Cookie Policy”.\n[Cookie Policy](https://www.japan.travel/en/cookie-policy/)\n\n- #### Strictly Necessary Cookies\n\n\nAlways Active\n\n- #### Performance Cookies\n\n\nPerformance Cookies\n\n- #### Functional Cookies\n\n\nFunctional Cookies\n\n- #### Targeting Cookies\n\n\nTargeting Cookies\n\n\nCookie Settings\n\nSave Choices\n\nReject All CookiesAccept All Cookies\n\n[![Powered by Onetrust](https://cdn-apac.onetrust.com/logos/static/powered_by_logo.svg)](https://www.onetrust.com/products/cookie-consent/)\n\n![Company Logo](https://cdn-apac.onetrust.com/logos/1e9940c4-c3a4-4782-b750-715350ca1c1d/8570a741-bb3e-4f32-98e1-3c856e95b06c/80fc97a7-a334-42e3-aecf-35ea91794178/jnto_logo.png)\n\n## Privacy Preference Center\n\n## Privacy Preference Center\n\n- ### Your Privacy\n\n- ### Strictly Necessary Cookies\n\n- ### Performance Cookies\n\n- ### Functional Cookies\n\n- ### Targeting Cookies\n\n\n#### Your Privacy\n\nExcept for strictly necessary cookies, you can accept or refuse our use of cookies. Click on the different category headings to find out more and change our default settings.\n\n\n[More information](https://www.japan.travel/en/cookie-policy/)\n\n#### Strictly Necessary Cookies\n\nAlways Active\n\nThese cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.    You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.\n\nCookies Details‎\n\n#### Performance Cookies\n\nPerformance CookiesInactive\n\nThese cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site.    All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.\n\nCookies Details‎\n\n#### Functional Cookies\n\nFunctional CookiesInactive\n\nThese cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages.    If you do not allow these cookies then some or all of these services may not function properly.\n\nCookies Details‎\n\n#### Targeting Cookies\n\nTargeting CookiesInactive\n\nThese cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites.    They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.\n\nCookies Details‎\n\nBack Button\n\n### Cookie List\n\nFilter Button\n\nConsentLeg.Interest\n\ncheckbox labellabel\n\ncheckbox labellabel\n\ncheckbox labellabel\n\nClear\n\ncheckbox labellabel\n\nApplyCancel\n\nConfirm My Choices\n\nReject AllAllow All\n\n[![Powered by Onetrust](https://cdn-apac.onetrust.com/logos/static/powered_by_logo.svg)](https://www.onetrust.com/products/cookie-consent/)",
            "metadata": {
              "url": "https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/",
              "title": "List of Travel Agencies in Malaysia",
              "favicon": "https://www.japan.travel/static/favicon.992861e8417e.ico",
              "og:type": "website",
              "ogImage": "\n  https://res-3.cloudinary.com/jnto/image/upload/w_1000,h_667,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/7b/6c/7b6ccb9a-0b3f-4ddb-bf62-0e9266cbbc9e/shutterstock_753148948_ooubv1\n",
              "ogTitle": "List of Travel Agencies in Malaysia",
              "language": "en-my",
              "ob:title": "List of Travel Agencies in Malaysia",
              "og:image": "\n  https://res-3.cloudinary.com/jnto/image/upload/w_1000,h_667,c_fill,f_auto,fl_lossy,q_auto/v1/media/filer_public/7b/6c/7b6ccb9a-0b3f-4ddb-bf62-0e9266cbbc9e/shutterstock_753148948_ooubv1\n",
              "og:title": "List of Travel Agencies in Malaysia",
              "scrapeId": "51c9ff41-5e6f-4826-8754-ad190c70f261",
              "viewport": "width=device-width",
              "proxyUsed": "basic",
              "sourceURL": "https://www.japan.travel/en/my/travel-trade/my-travel-agencies-list/",
              "ogSiteName": "Japan National Tourism Organization (JNTO)",
              "statusCode": 200,
              "contentType": "text/html; charset=utf-8",
              "description": "None",
              "og:site_name": "Japan National Tourism Organization (JNTO)",
              "twitter:card": "summary_large_image",
              "ogDescription": "None",
              "og:description": "None",
              "format-detection": "telephone=no",
              "ahrefs-site-verification": "",
              "google-site-verification": [
                "dQJlrBsMI52FmtL1nbI1yxauaXdvPhU7zoID5BJYrrg",
                ""
              ]
            }
          },
          "success": true
        }
      }
    ],
    "When clicking ‘Test workflow’": [
      {
        "json": {}
      }
    ]
  },
  "settings": {
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1"
  },
  "versionId": "fa1737d5-7f2f-44b3-a07d-ce85f26adf5e",
  "connections": {
    "Split Out": {
      "main": [
        [
          {
            "node": "Google Sheet - Data Store",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Scrape Website": {
      "main": [
        [
          {
            "node": "OpenAI Standardise Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI1 Mail Composer": {
      "main": [
        [
          {
            "node": "Google Sheet Update Records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheet Data Store": {
      "main": [
        [
          {
            "node": "OpenAI1 Mail Composer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Standardise Data": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheet Update Records": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Google Sheet Data Store",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 人工智能, 营销

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量11
分类2
节点类型7
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Mohan Gopal

Mohan Gopal

@mohan

B2B and B2C Travel App Consultant. Building AI Agent for Travel Solution.

外部链接
在 n8n.io 查看

分享此工作流