merchants.to Open in urlscan Pro
104.26.12.54  Public Scan

URL: https://merchants.to/services/osrs-skilling
Submission: On January 16 via manual from NL — Scanned from CH

Form analysis 1 forms found in the DOM

<form id="skilling_calculator">
  <div class="mb-3">
    <div class="alert bg-gold hidden mt-2 text-center" role="alert" id="skill-required">
      <i class="fa-solid fa-triangle-exclamation"></i> Select skill.
    </div>
    <div class="dropdown">
      <button class="btn bg-cyan dropdown-toggle small w-100" type="button" id="skillingSelect" data-bs-toggle="dropdown" aria-expanded="false"> Select Skill </button>
      <ul class="dropdown-menu skillingUL w-100" aria-labelledby="skillingSelect" id="skillingUL">
        <li>
          <button class="dropdown-item" type="button" data-value="agility">
            <img class="osrs-skills" src="../static/assets/custom-icons/agility.png" alt="agility icon"> Agility </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="attack">
            <img class="osrs-skills" src="../static/assets/custom-icons/attack.png" alt="attack icon"> Attack </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="construction">
            <img class="osrs-skills" src="../static/assets/custom-icons/construction.png" alt="construction icon"> Construction </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="cooking">
            <img class="osrs-skills" src="../static/assets/custom-icons/cooking.png" alt="cooking icon"> Cooking </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="crafting">
            <img class="osrs-skills" src="../static/assets/custom-icons/crafting.png" alt="crafting icon"> Crafting </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="defence">
            <img class="osrs-skills" src="../static/assets/custom-icons/defence.png" alt="defence icon"> Defence </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="farming">
            <img class="osrs-skills" src="../static/assets/custom-icons/farming.png" alt="farming icon"> Farming </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="firemaking">
            <img class="osrs-skills" src="../static/assets/custom-icons/firemaking.png" alt="firemaking icon"> Firemaking </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="fishing">
            <img class="osrs-skills" src="../static/assets/custom-icons/fishing.png" alt="fishing icon"> Fishing </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="fletching">
            <img class="osrs-skills" src="../static/assets/custom-icons/fletching.png" alt="fletching icon"> Fletching </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="herblore">
            <img class="osrs-skills" src="../static/assets/custom-icons/herblore.png" alt="herblore icon"> Herblore </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="hitpoints">
            <img class="osrs-skills" src="../static/assets/custom-icons/hitpoints.png" alt="hitpoints icon"> Hitpoints </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="hunter">
            <img class="osrs-skills" src="../static/assets/custom-icons/hunter.png" alt="hunter icon"> Hunter </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="magic">
            <img class="osrs-skills" src="../static/assets/custom-icons/magic.png" alt="magic icon"> Magic </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="mining">
            <img class="osrs-skills" src="../static/assets/custom-icons/mining.png" alt="mining icon"> Mining </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="prayer">
            <img class="osrs-skills" src="../static/assets/custom-icons/prayer.png" alt="prayer icon"> Prayer </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="ranged">
            <img class="osrs-skills" src="../static/assets/custom-icons/ranged.png" alt="ranged icon"> Ranged </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="runecrafting">
            <img class="osrs-skills" src="../static/assets/custom-icons/runecrafting.png" alt="runecrafting icon"> Runecrafting </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="slayer">
            <img class="osrs-skills" src="../static/assets/custom-icons/slayer.png" alt="slayer icon"> Slayer </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="smithing">
            <img class="osrs-skills" src="../static/assets/custom-icons/smithing.png" alt="smithing icon"> Smithing </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="strength">
            <img class="osrs-skills" src="../static/assets/custom-icons/strength.png" alt="strength icon"> Strength </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="thieving">
            <img class="osrs-skills" src="../static/assets/custom-icons/thieving.png" alt="thieving icon"> Thieving </button>
        </li>
        <li>
          <button class="dropdown-item" type="button" data-value="woodcutting">
            <img class="osrs-skills" src="../static/assets/custom-icons/woodcutting.png" alt="woodcutting icon"> Woodcutting </button>
        </li>
      </ul>
    </div>
  </div>
  <div class="mb-3">
    <label for="startLevelInput" class="form-label">Start level:</label>
    <input type="number" class="form-control" id="startLevelInput" placeholder="64" required="">
  </div>
  <div class="mb-3">
    <label for="endLevelInput" class="form-label">End level:</label>
    <input type="number" class="form-control" id="endLevelInput" placeholder="99" required="">
  </div>
  <div class="mb-3 hidden" id="xpRow">
    <label for="xpRequired" class="form-label">Experience:</label>
    <input type="number" class="form-control" id="xpRequired" value="" disabled="">
  </div>
  <button type="submit" class="btn btn-danger w-100" id="os-skillCalc" disabled="">Calculate</button>
</form>

Text Content

 * Currency
     Buy Oldschool Runescape Gold   Sell Oldschool Runescape Gold Buy Runescape
   3 Gold Sell Runescape 3 Gold
 * Services
   *  Oldschool Runescape
     *   Skilling
     *   Infernal Capes
     *   Membership Codes
     *   Runescape Names
     *   Quests
     *   Minigames
     *   Achievements
     *   PvM
   * Runescape 3
 * Swap
     Currency Swapping   Gold Swapping
 * Accounts
     Runescape Accounts
 * Toplist
     Runescape Gambling   Runescape Clients, Plugins & Scripts

 * Tools
     Scam Bank   Runescape Discords   Merchant List   Callback Documentation
 * Misc
     Giveaways   Referral   Blog
 * Support
     Discord   Contact Form   Email
 * 
 * $ USD
   € EUR £ GBP $ CAD $ AUD $ USD
 * Guest
   Log In
   251
   Online

Skilling Calculator
Select skill.
Select Skill
 * Agility
 * Attack
 * Construction
 * Cooking
 * Crafting
 * Defence
 * Farming
 * Firemaking
 * Fishing
 * Fletching
 * Herblore
 * Hitpoints
 * Hunter
 * Magic
 * Mining
 * Prayer
 * Ranged
 * Runecrafting
 * Slayer
 * Smithing
 * Strength
 * Thieving
 * Woodcutting

Start level:
End level:
Experience:
Calculate
Search Filters
Sort by price... High -> Low Low -> High
Sort by price...

Sort by reviews... High -> Low Low -> High
High -> Low


FUN FACT: CAMELS DON’T ACTUALLY STORE WATER IN THEIR HUMPS.




OSRS SKILLING CALCULATOR AND SERVICES


MASTER OSRS SKILLS EFFORTLESSLY


BOOST YOUR OLD SCHOOL RUNESCAPE SKILLS WITH EASE. OUR SKILLING CALCULATOR AND
HANDPICKED SERVICE PROVIDERS HELP YOU LEVEL UP FASTER, SMARTER, AND CHEAPER!

WHY USE AN OSRS SKILLING CALCULATOR?

MAXIMIZE YOUR TRAINING EFFICIENCY WITH OUR OSRS SKILLING CALCULATOR. KNOW
EXACTLY HOW MUCH EXPERIENCE YOU NEED AND HOW TO GET THERE:

 * Calculate experience points for any skill.
 * Plan your skilling journey with precise data.
 * Save time and in-game resources.
 * Stay ahead of the competition.

LEVEL UP LIKE A PRO—OUR CALCULATOR MAKES IT SIMPLE.

CHOOSE THE BEST SKILLING SERVICE PROVIDERS

WITH MERCHANTS.TO, FIND THE TOP-RATED OSRS SKILLING SERVICES ALL IN ONE PLACE:

 1. Compare providers and rates with our clean UI.
 2. Read reviews from fellow OSRS players.
 3. Select the best service for your skilling needs.

GET QUALITY AND VALUE, HANDPICKED FOR YOUR GAMING SUCCESS.

THE PERKS OF PROFESSIONAL SKILLING SERVICES

WHY GRIND WHEN YOU CAN GROW YOUR SKILLS THE EASY WAY? HERE'S WHAT PROFESSIONAL
SERVICES OFFER:

 * Time-saving: Skip the grind and enjoy the game.
 * Efficiency: Experts level your skills using the best methods.
 * Flexibility: Focus on your favorite aspects of OSRS.

MAKE YOUR GAMEPLAY ABOUT FUN, NOT THE GRIND.

HOW TO USE OUR SKILLING SERVICES

IT'S NEVER BEEN EASIER TO ENHANCE YOUR OSRS SKILLS:

 1. Input your current and target levels into the calculator.
 2. Review the best paths to reach your goals.
 3. Choose a skilling service that suits your budget and timeline.

READY, SET, LEVEL! YOUR OSRS JOURNEY TO MASTERY BEGINS HERE.

TRUSTED BY THE OSRS COMMUNITY

PLAYERS CHOOSE MERCHANTS.TO FOR RELIABLE AND SECURE SKILLING SERVICES:

 * Community-vetted: Services rated by OSRS players like you.
 * Transparent pricing: No hidden fees. Know what you pay for.
 * Customer support: Get help when you need it, around the clock.

JOIN THE RANKS OF SATISFIED ADVENTURERS WHO'VE LEVELED UP WITH US.

--------------------------------------------------------------------------------

Merchants.to is a leading platform for comparing prices, reviews, payment
methods, and more in the Runescape gold market. We provide an extensive analysis
of the latest price trends, enabling users to make informed decisions when
trading. Our platform not only offers a comprehensive overview of market prices
but also evaluates payment methods, fees, and site metrics. With a strong focus
on community growth and scam prevention, we strive to create a trustworthy
environment where users can confidently engage in trading activities.

QUICK LINKS

Buy OSRS Gold Buy RS3 Gold Sell OSRS Gold Sell RS3 Gold OSRS Skilling OSRS
Questing OSRS Minigames OSRS Diaries

QUICK LINKS

OSRS Infernal Capes RuneScape Accounts RuneScape Membership Codes Runescape
Names Runescape Gambling Runescape Clients, Plugins & Scripts RuneScape Gold
Price, Chart & Analysis

INFORMATION

FAQ Terms of Service Privacy Policy Blog

SUPPORT

Discord Contact Form Email

--------------------------------------------------------------------------------

Copyright @ 2023. All rights reserved.
"RuneScape" and "OSRS" are registered trademarks of Jagex Limited. This website
is in no way affiliated with, authorized, maintained, sponsored or endorsed by
Jagex Limited or any of its affiliates or subsidiaries.