<!DOCTYPE html>
<html lang="en-ZA">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>LoanSpot.co.za - Find and Compare South African Credit Providers</title><meta name="description" content="Browse company information, registration details, reviews, and loan-related resources to make informed financial decisions."><link rel="canonical" href="https://loanspot.co.za/sitemap"><meta property="og:title" content="LoanSpot.co.za - Find and Compare South African Credit Providers"><meta property="og:description" content="Browse company information, registration details, reviews, and loan-related resources to make informed financial decisions."><meta property="og:url" content="https://loanspot.co.za/sitemap"><meta property="og:type" content="website"><meta property="og:image" content="https://loanspot.co.za/images/og-default.jpg"><meta property="og:site_name" content="LoanSpot.co.za"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="LoanSpot.co.za - Find and Compare South African Credit Providers"><meta name="twitter:description" content="Browse company information, registration details, reviews, and loan-related resources to make informed financial decisions.">    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
    <link rel="stylesheet" href="https://loanspot.co.za/style.css?v=7">
    <link rel="icon" type="image/svg+xml" href="https://loanspot.co.za/images/favicon.svg">
<link rel="apple-touch-icon" href="https://loanspot.co.za/images/favicon.svg">
    <style>
                .nav-dropdown { position: relative; }
        .nav-dropdown-menu { 
            opacity: 0; visibility: hidden; 
            position: absolute; top: calc(100% + 15px); left: 50%; 
            transform: translateX(-50%) translateY(5px); 
            background: #ffffff; border-radius: 16px; 
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.05); 
            min-width: 280px; padding: 12px 0; z-index: 1050; 
            transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
        }
        /* Arrow pointing up */
        .nav-dropdown-menu::after { 
            content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); 
            border: 10px solid transparent; border-bottom-color: #ffffff; 
        }
        .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown.active .nav-dropdown-menu { 
            opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); 
        }
        .nav-dropdown-menu a { 
            display: flex; align-items: center; gap: 12px; padding: 12px 20px; 
            color: #1a202c; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; font-weight: 500; 
        }
        .nav-dropdown-menu a:hover { background: #eff6ff; color: #2563eb; padding-left: 26px; }
        .nav-dropdown-menu a i { width: 24px; text-align: center; color: #3b82f6; font-size: 0.95rem; }
        .nav-dropdown-menu .dd-divider { height: 1px; background: #e2e8f0; margin: 8px 14px; }
        .entity-tab-bar { display:flex; gap:4px; background:var(--bg-secondary); border-radius:12px; padding:4px; margin-bottom:32px; overflow-x:auto; }
        .entity-tab { padding:10px 20px; border-radius:10px; font-weight:600; font-size:0.88rem; color:var(--fg-dim); background:transparent; border:none; cursor:pointer; white-space:nowrap; transition:all 0.2s; display:flex; align-items:center; gap:8px; }
        .entity-tab:hover { color:var(--fg); background:var(--bg-card); }
        .entity-tab.active { background:var(--accent); color:#fff; box-shadow:0 4px 12px rgba(59,130,246,0.3); }
        .entity-tab .tab-count { font-size:0.72rem; background:rgba(255,255,255,0.2); padding:2px 8px; border-radius:99px; font-weight:700; }
        .entity-tab:not(.active) .tab-count { background:var(--border); color:var(--fg-dim); }
        .entity-type-badge { display:inline-flex; align-items:center; gap:6px; padding:4px 12px; border-radius:99px; font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:0.5px; }
        .entity-type-badge.cp { background:#dbeafe; color:#1d4ed8; }
        .entity-type-badge.dc { background:#d1fae5; color:#065f46; }
        .entity-type-badge.cb { background:#fef3c7; color:#92400e; }
        .entity-type-badge.adr { background:#ede9fe; color:#5b21b6; }
        .entity-type-badge.pda { background:#fce7f3; color:#9d174d; }
        .entity-cards-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; margin-top:32px; }
        .entity-card { background:var(--bg-card); border:1px solid var(--border); border-radius:16px; padding:28px 24px; text-align:center; transition:all 0.3s; cursor:pointer; text-decoration:none; color:inherit; }
        .entity-card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(0,0,0,0.1); border-color:var(--accent); }
        .entity-card-icon { width:56px; height:56px; border-radius:14px; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-size:1.4rem; }
        .entity-card-icon.cp { background:#dbeafe; color:#1d4ed8; }
        .entity-card-icon.dc { background:#d1fae5; color:#065f46; }
        .entity-card-icon.cb { background:#fef3c7; color:#92400e; }
        .entity-card-icon.adr { background:#ede9fe; color:#5b21b6; }
        .entity-card-icon.pda { background:#fce7f3; color:#9d174d; }
        .entity-card h3 { font-size:1rem; font-weight:700; margin-bottom:4px; }
        .entity-card p { font-size:0.82rem; color:var(--fg-dim); margin:0; }
        .entity-card .entity-count { font-size:1.8rem; font-weight:800; color:var(--accent); margin:8px 0 0; }
    </style>
</head>
<body>

<nav class="navbar" id="navbar">
    <div class="container navbar-inner">
        <a href="https://loanspot.co.za/" class="navbar-brand">Loan<span>Spot</span><div class="brand-dot"></div></a>
        <button class="navbar-toggle" onclick="document.querySelector('.navbar-menu').classList.toggle('active')" aria-label="Menu"><i class="fas fa-bars"></i></button>
        <div class="navbar-menu">
            <a href="https://loanspot.co.za/" class="navbar-link ">Home</a>
            <a href="https://loanspot.co.za/browse" class="navbar-link ">Browse Loans</a>
            <div class="nav-dropdown">
                <a href="https://loanspot.co.za/providers" class="navbar-link ">NCR Registers <i class="fas fa-chevron-down" style="font-size:0.6rem;margin-left:4px"></i></a>
                <div class="nav-dropdown-menu">
    <a href="https://loanspot.co.za/providers/type/credit-provider"><i class="fas fa-university"></i> Credit Providers</a>
    <a href="https://loanspot.co.za/providers/type/debt-counsellor"><i class="fas fa-balance-scale"></i> Debt Counsellors</a>
    <a href="https://loanspot.co.za/providers/type/credit-bureau"><i class="fas fa-database"></i> Credit Bureaus</a>
    <div class="dd-divider"></div>
    <a href="https://loanspot.co.za/providers/type/adr"><i class="fas fa-gavel"></i> Dispute Resolution</a>
    <a href="https://loanspot.co.za/providers/type/pda"><i class="fas fa-money-check-alt"></i> Payment Distribution</a>
</div>
            </div>
            <a href="https://loanspot.co.za/verify" class="navbar-link "><i class="fas fa-shield-alt"></i> Verify</a>
            <a href="https://loanspot.co.za/calculator" class="navbar-link ">Calculator</a>
            <a href="https://loanspot.co.za/blog" class="navbar-link ">Blog</a>
            <a href="https://loanspot.co.za/submit" class="btn btn-primary btn-sm" style="margin-left:8px">Submit Loan</a>
        </div>
    </div>
</nav>


<script>
window.addEventListener('scroll', () => {
    document.getElementById('navbar').classList.toggle('scrolled', window.scrollY > 50);
    var btn = document.getElementById('backToTop');
    if (btn) btn.classList.toggle('visible', window.scrollY > 400);
});

// Close dropdown if clicking outside
document.addEventListener('click', function(e) {
    document.querySelectorAll('.nav-dropdown').forEach(function(dd) {
        if (!dd.contains(e.target)) dd.classList.remove('active');
    });
});

// Mobile toggle for dropdown
document.querySelectorAll('.nav-dropdown > .navbar-link').forEach(function(link) {
    link.addEventListener('click', function(e) {
        if(window.innerWidth <= 768) { 
            e.preventDefault();
            this.parentElement.classList.toggle('active');
        }
    });
});
</script>
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://loanspot.co.za/</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/providers</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/verify</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/calculator</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/submit</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/about</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/terms</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/privacy</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/contact</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/blog</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/personal-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/business-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/payday-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/consolidation-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/vehicle-finance</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/home-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/student-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/browse/micro-loans</loc><changefreq>weekly</changefreq></url><url><loc>https://loanspot.co.za/blog/choose-right-personal-loan-south-africa</loc><lastmod>2026-06-07</lastmod></url><url><loc>https://loanspot.co.za/blog/5-signs-loan-scam-south-africa</loc><lastmod>2026-06-03</lastmod></url><url><loc>https://loanspot.co.za/blog/how-to-verify-credit-provider-ncr</loc><lastmod>2026-05-27</lastmod></url><url><loc>https://loanspot.co.za/blog/understanding-national-credit-act-rights</loc><lastmod>2026-05-20</lastmod></url></urlset>