www.creatorhero.com
Open in
urlscan Pro
52.17.119.105
Public Scan
Submitted URL: http://www.creatorhero.com/
Effective URL: https://www.creatorhero.com/
Submission: On November 29 via api from US — Scanned from DE
Effective URL: https://www.creatorhero.com/
Submission: On November 29 via api from US — Scanned from DE
Form analysis
6 forms found in the DOMName: wf-form-Subscribe-Form — GET https://panel.creatorhero.app/join
<form id="basicMonthlyForm1" name="wf-form-Subscribe-Form" data-name="Subscribe Form" action="https://panel.creatorhero.app/join" method="get" class="subscribe-form external" data-wf-page-id="64ef06b67513babb5e51ade8"
data-wf-element-id="62e4f8e0-b5ce-ec39-3ca5-6f4fc0885e1d" aria-label="Subscribe Form" style="">
<div class="w-embed"><input type="hidden" id="plan1" name="plan" value="advanced_monthly">
<input class="ch_referral" type="hidden" name="ref" value="">
</div>
<p class="professional-licence-extern-container-text email-label-professional-plan-extern extern-container-label-headline-slider">Select the number of licences you need</p>
<div class="html-embed-2 w-embed" style="">
<div class="wrapper-rangeslider" style="">
<input id="ranger1" data-name="quantity" type="range" min="1" max="16" step="1" value="1" style="position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0;">
<div class="rangeslider" id="js-rangeslider-0" style="">
<div class="rangeslider__fill" style="width: 11px;"></div>
<div class="rangeslider__handle" data-content="1" style="left: 0px;"></div>
</div>
<div id="ruler"></div>
</div>
<style>
input[type=range] {
-webkit-appearance: none;
margin-left: -10px;
width: 100%;
background: #EFF0F6;
border-radius: 20px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 10px;
cursor: pointer;
animate: 0.2s;
border-radius: 100px;
}
input[type=range]::-webkit-slider-thumb {
height: 20px;
width: 20px;
border-radius: 100px;
background: #fff;
border: 1px solid #D9DBE9;
cursor: pointer;
box-shadow: 0px 2px 4px rgba(20, 20, 43, 0.08);
-webkit-appearance: none;
margin-top: -8.0px;
}
input[type=range]:focus::-webkit-slider-runnable-track {}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
</style>
</div>
<div id="number-select1" class="div-block-8">
<p class="professional-licence-extern-container-text email-label-professional-plan-extern more-than-15-licences-label">Want more than 15 professional licences?</p>
<section class="section-3">
<div class="w-layout-grid grid-2"><a id="add-value1" href="#" class="button-5 licence-button-extern w-button">+</a><input type="text"
class="text-field-2 text-field-amount-licences-input w-node-_62e4f8e0-b5ce-ec39-3ca5-6f4fc0885e29-5e51ade8 w-input" maxlength="256" name="quantity" data-name="quantity" placeholder="15"
id="ammount-input1"><a id="remove-value1" href="#" class="button-6 licence-button-extern w-node-_62e4f8e0-b5ce-ec39-3ca5-6f4fc0885e2a-5e51ade8 w-button">-</a></div>
</section>
</div>
<h2 class="heading-2 see-more professional-licence-extern-container-headline professional-licence-extern-container-pricing-headline"><strong id="price-area1"
class="professional-licence-extern-container-headline styletext-copy headline-extern styletext-professional-pricing-plan-extern">$1,450</strong></h2>
<p class="professional-licence-extern-container-text">/ creator / year</p>
<p id="discount-area1" class="professional-licence-extern-container-text discount-number">-15% Discount</p>
<p class="professional-licence-extern-container-text email-label-professional-plan-extern">Your E-Mail</p><input type="email" class="email-field email-field-professional-plan-extern email-field-extern w-input" maxlength="256" name="email-13"
data-name="Email 13" placeholder="Type in your E-mail..." id="email-13" required=""><input type="submit" id="buttonAdvPlanPop" value="Start your free 14 days trial" data-wait="Please wait..." class="button w-button">
<div id="additionalInfo1" class="text-block-4">The 14-day free trial period is only available with <span class="text-span-2">one</span> Creator.</div>
<div class="html-embed-3 w-embed w-script"><!-- EDIT SLIDER PARAMETERS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/0.3.7/rangeslider.js"></script>
<script>
$('#ranger').change(function() {
if ($('#ranger').val() < 3) {
$('.pricing-card').removeClass('active-1 active-2 active-3 display-hidden');
$('.pricing-card').addClass('active-1');
} else if ($('#ranger').val() > 4 && $('#ranger').val() < 10) {
$('.pricing-card').removeClass('active-1 active-2 active-3');
$('.pricing-card').addClass('active-2 display-hidden');
} else if ($('#ranger').val() > 11 && $('#ranger').val() < 50) {
$('.pricing-card').removeClass('active-1 active-2 active-3');
$('.pricing-card').addClass('active-3 display-hidden');
}
})
$(document).ready(function() {
// Handler for .ready() called.
});
let slider1 = $('#ranger1').rangeslider({
polyfill: false,
rangeClass: 'rangeslider',
fillClass: 'rangeslider__fill',
handleClass: 'rangeslider__handle',
disable: true,
onInit: function() {},
onSlide: function(position, value) {
$('.rangeslider__handle').attr('data-content', value);
// die id von dem input feld, indem das plan angegeben wird
// Das value kann sein:
// basic_monthly
// basic_yearly
// advanced_monthly
// advanced_yearly
// professional_monthly
// professional_yearly
},
onSlideEnd: function(position, value) {
$('.done').addClass('active');
$('.slide').removeClass('active');
$('#ammount-input1').val(value)
if (value > 15) {
$('#number-select1').show()
//$('.rangeslider__handle').attr('data-content', '15+');
} else {
$('#number-select1').hide();
}
handleAmount1(value);
}
});
$('#add-value1').click(function() {
let val = $('#ammount-input1').val()
$('#ammount-input1').val(parseInt($('#ammount-input1').val()) + 1);
if (val <= 15) {
$('#number-select1').hide();
$('#ranger1').val(15).change();
}
handleAmount1(parseInt($('#ammount-input1').val()));
});
$('#remove-value1').click(function() {
let val = $('#ammount-input1').val()
$('#ammount-input1').val(parseInt($('#ammount-input1').val()) - 1);
if ($('#ammount-input1').val() <= 15) {
$('#number-select1').hide();
}
handleAmount1(parseInt($('#ammount-input1').val()));
});
$("#ammount-input1").keyup(delay(function(e) {
let val = $('#ammount-input1').val()
if (val <= 16) {
$('#number-select1').hide();
$('#ranger1').val(val).change();
}
handleAmount1(val)
}, 500))
function delay(callback, ms) {
var timer = 0;
return function() {
var context = this,
args = arguments;
clearTimeout(timer);
timer = setTimeout(function() {
callback.apply(context, args);
}, ms || 0);
};
}
function handleAmount1(value) {
let newValue = value;
if (value > 15) {
value = 15;
}
$('#ammount-input1').val(newValue)
let form = document.getElementById('basicMonthlyForm1');
let planInput = document.getElementById('plan1');
let additional_info = document.getElementById('additionalInfo1');
let selected_plan = planInput.value.substring(0, planInput.value.indexOf("_"));
let selected_period = planInput.value.split('_').pop();
let period_single = 'month'
if (selected_period === 'monthly') {
period_single = 'month'
} else {
period_single = 'year'
}
//id von dem feld wo der preis angezeigt wird
let price_area = document.getElementById('price-area1')
let discount_area = document.getElementById('discount-area1')
let title = document.getElementById('title-plan1')
let sub = document.getElementById('sub-plan1')
if (plans[selected_plan].creator_discount[value] > 0.00) {
$('#discount-area1').show();
$('#normal-price-area1').show();
} else {
$('#discount-area1').hide();
$('#normal-price-area1').hide();
}
if (value > 1) {
$('#additionalInfo1').show();
} else {
$('#additionalInfo1').hide();
}
//affiliate value
let affilaite_ref = $('#' + form.id + " input[class='ch_referral']").val()
// $.ajax({
// type: "GET",
// url: "",
// data : { ref : affilaite_ref },
// success: function (result) {
// console.log(result);
// },
// });
let sum = plans[selected_plan]['price_' + selected_period] * newValue;
let singlePrice = plans[selected_plan]['price_' + selected_period];
let discount = sum * plans[selected_plan].creator_discount[value];
let singlePriceDiscount = singlePrice * plans[selected_plan].creator_discount[value];
discount_area.innerHTML = '-' + plans[selected_plan].creator_discount[value] * 100 + '% Discount';
price_area.innerHTML = usdFormatter.format(singlePrice - singlePriceDiscount).replace(".00", "");
title.innerHTML = plans[selected_plan].name + ' (' + selected_period.charAt(0).toUpperCase() + selected_period.slice(1) + ')';
sub.innerHTML = usdFormatter.format(plans[selected_plan]['price_' + selected_period]).replace(".00", "") + ' / creator / ' + period_single;
if (value === 1) {
$('#buttonAdvPlanPop').val('Start your 14 days trial')
} else {
$('#buttonAdvPlanPop').val('Subscribe for ' + usdFormatter.format(sum - discount).replace(".00", "") + ' / ' + period_single)
}
}
</script>
</div>
</form>
Name: wf-form-Subscribe-Form — GET https://panel.creatorhero.app/join
<form id="basicMonthlyForm1" name="wf-form-Subscribe-Form" data-name="Subscribe Form" action="https://panel.creatorhero.app/join" method="get" class="subscribe-form external" data-wf-page-id="64ef06b67513babb5e51ade8"
data-wf-element-id="0e19cc99-a3b8-7e96-323a-acf64774d0d2" aria-label="Subscribe Form">
<div class="w-embed"><input type="hidden" id="plan1" name="plan" value="advanced_yearly">
<input class="ch_referral" type="hidden" name="ref" value="">
</div>
<p class="professional-licence-extern-container-text email-label-professional-plan-extern extern-container-label-headline-slider">Select the number of licences you need</p>
<div class="html-embed-2 w-embed">
<div class="wrapper-rangeslider">
<input id="ranger1" data-name="quantity" type="range" min="1" max="16" step="1" value="1">
<div id="ruler"></div>
</div>
<style>
input[type=range] {
-webkit-appearance: none;
margin-left: -10px;
width: 100%;
background: #EFF0F6;
border-radius: 20px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 10px;
cursor: pointer;
animate: 0.2s;
border-radius: 100px;
}
input[type=range]::-webkit-slider-thumb {
height: 20px;
width: 20px;
border-radius: 100px;
background: #fff;
border: 1px solid #D9DBE9;
cursor: pointer;
box-shadow: 0px 2px 4px rgba(20, 20, 43, 0.08);
-webkit-appearance: none;
margin-top: -8.0px;
}
input[type=range]:focus::-webkit-slider-runnable-track {}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
</style>
</div>
<div id="number-select1" class="div-block-8">
<p class="professional-licence-extern-container-text email-label-professional-plan-extern more-than-15-licences-label">Want more than 15 professional licences?</p>
<section class="section-3">
<div class="w-layout-grid grid-2"><a id="add-value1" href="#" class="button-5 licence-button-extern w-button">+</a><input type="text"
class="text-field-2 text-field-amount-licences-input w-node-_0e19cc99-a3b8-7e96-323a-acf64774d0de-5e51ade8 w-input" maxlength="256" name="quantity" data-name="quantity" placeholder="15"
id="ammount-input1"><a id="remove-value1" href="#" class="button-6 licence-button-extern w-node-_0e19cc99-a3b8-7e96-323a-acf64774d0df-5e51ade8 w-button">-</a></div>
</section>
</div>
<h2 class="heading-2 see-more professional-licence-extern-container-headline professional-licence-extern-container-pricing-headline"><strong id="price-area1"
class="professional-licence-extern-container-headline styletext-copy headline-extern styletext-professional-pricing-plan-extern">$1,450</strong></h2>
<p class="professional-licence-extern-container-text">/ creator / year</p>
<p id="discount-area1" class="professional-licence-extern-container-text discount-number">-15% Discount</p>
<p class="professional-licence-extern-container-text email-label-professional-plan-extern">Your E-Mail</p><input type="email" class="email-field email-field-professional-plan-extern email-field-extern w-input" maxlength="256" name="email-13"
data-name="Email 13" placeholder="Type in your E-mail..." id="email-13" required=""><input type="submit" id="buttonAdvPlanPop" value="Start your free 14 days trial" data-wait="Please wait..." class="button w-button">
<div id="additionalInfo1" class="text-block-4">The 14-day free trial period is only available with <span class="text-span-2">one</span> Creator.</div>
<div class="html-embed-3 w-embed w-script"><!-- EDIT SLIDER PARAMETERS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/0.3.7/rangeslider.js"></script>
<script>
$('#ranger').change(function() {
if ($('#ranger').val() < 3) {
$('.pricing-card').removeClass('active-1 active-2 active-3 display-hidden');
$('.pricing-card').addClass('active-1');
} else if ($('#ranger').val() > 4 && $('#ranger').val() < 10) {
$('.pricing-card').removeClass('active-1 active-2 active-3');
$('.pricing-card').addClass('active-2 display-hidden');
} else if ($('#ranger').val() > 11 && $('#ranger').val() < 50) {
$('.pricing-card').removeClass('active-1 active-2 active-3');
$('.pricing-card').addClass('active-3 display-hidden');
}
})
$(document).ready(function() {
// Handler for .ready() called.
});
let slider1 = $('#ranger1').rangeslider({
polyfill: false,
rangeClass: 'rangeslider',
fillClass: 'rangeslider__fill',
handleClass: 'rangeslider__handle',
disable: true,
onInit: function() {},
onSlide: function(position, value) {
$('.rangeslider__handle').attr('data-content', value);
// die id von dem input feld, indem das plan angegeben wird
// Das value kann sein:
// basic_monthly
// basic_yearly
// advanced_monthly
// advanced_yearly
// professional_monthly
// professional_yearly
},
onSlideEnd: function(position, value) {
$('.done').addClass('active');
$('.slide').removeClass('active');
$('#ammount-input1').val(value)
if (value > 15) {
$('#number-select1').show()
//$('.rangeslider__handle').attr('data-content', '15+');
} else {
$('#number-select1').hide();
}
handleAmount1(value);
}
});
$('#add-value1').click(function() {
let val = $('#ammount-input1').val()
$('#ammount-input1').val(parseInt($('#ammount-input1').val()) + 1);
if (val <= 15) {
$('#number-select1').hide();
$('#ranger1').val(15).change();
}
handleAmount1(parseInt($('#ammount-input1').val()));
});
$('#remove-value1').click(function() {
let val = $('#ammount-input1').val()
$('#ammount-input1').val(parseInt($('#ammount-input1').val()) - 1);
if ($('#ammount-input1').val() <= 15) {
$('#number-select1').hide();
}
handleAmount1(parseInt($('#ammount-input1').val()));
});
$("#ammount-input1").keyup(delay(function(e) {
let val = $('#ammount-input1').val()
if (val <= 16) {
$('#number-select1').hide();
$('#ranger1').val(val).change();
}
handleAmount1(val)
}, 500))
function delay(callback, ms) {
var timer = 0;
return function() {
var context = this,
args = arguments;
clearTimeout(timer);
timer = setTimeout(function() {
callback.apply(context, args);
}, ms || 0);
};
}
function handleAmount1(value) {
let newValue = value;
if (value > 15) {
value = 15;
}
$('#ammount-input1').val(newValue)
let form = document.getElementById('basicMonthlyForm1');
let planInput = document.getElementById('plan1');
let additional_info = document.getElementById('additionalInfo1');
let selected_plan = planInput.value.substring(0, planInput.value.indexOf("_"));
let selected_period = planInput.value.split('_').pop();
let period_single = 'month'
if (selected_period === 'monthly') {
period_single = 'month'
} else {
period_single = 'year'
}
//id von dem feld wo der preis angezeigt wird
let price_area = document.getElementById('price-area1')
let discount_area = document.getElementById('discount-area1')
let title = document.getElementById('title-plan1')
let sub = document.getElementById('sub-plan1')
if (plans[selected_plan].creator_discount[value] > 0.00) {
$('#discount-area1').show();
$('#normal-price-area1').show();
} else {
$('#discount-area1').hide();
$('#normal-price-area1').hide();
}
if (value > 1) {
$('#additionalInfo1').show();
} else {
$('#additionalInfo1').hide();
}
//affiliate value
let affilaite_ref = $('#' + form.id + " input[class='ch_referral']").val()
// $.ajax({
// type: "GET",
// url: "",
// data : { ref : affilaite_ref },
// success: function (result) {
// console.log(result);
// },
// });
let sum = plans[selected_plan]['price_' + selected_period] * newValue;
let singlePrice = plans[selected_plan]['price_' + selected_period];
let discount = sum * plans[selected_plan].creator_discount[value];
let singlePriceDiscount = singlePrice * plans[selected_plan].creator_discount[value];
discount_area.innerHTML = '-' + plans[selected_plan].creator_discount[value] * 100 + '% Discount';
price_area.innerHTML = usdFormatter.format(singlePrice - singlePriceDiscount).replace(".00", "");
title.innerHTML = plans[selected_plan].name + ' (' + selected_period.charAt(0).toUpperCase() + selected_period.slice(1) + ')';
sub.innerHTML = usdFormatter.format(plans[selected_plan]['price_' + selected_period]).replace(".00", "") + ' / creator / ' + period_single;
if (value === 1) {
$('#buttonAdvPlanPop').val('Start your 14 days trial')
} else {
$('#buttonAdvPlanPop').val('Subscribe for ' + usdFormatter.format(sum - discount).replace(".00", "") + ' / ' + period_single)
}
}
</script>
</div>
</form>
Name: wf-form-Subscribe-Form — GET https://panel.creatorhero.app/join
<form id="basicMonthlyForm" name="wf-form-Subscribe-Form" data-name="Subscribe Form" action="https://panel.creatorhero.app/join" method="get" class="subscribe-form" data-wf-page-id="64ef06b67513babb5e51ade8"
data-wf-element-id="7ebb35fe-8e44-c09e-290c-cc7efb38e2e4" aria-label="Subscribe Form">
<div class="w-embed"><input type="hidden" name="plan" value="basic_monthly">
<input class="ch_referral" type="hidden" name="ref" value="">
</div><label for="email" class="email-label">Your E-mail:</label><input type="email" class="email-field w-input" maxlength="256" name="email" data-name="Email" placeholder="Type in E-mail..." id="email" required=""><label
for="quantityBasicMonthly" class="how-many-models">With how many OnlyFans accounts do<br>you want to use CreatorHero?</label>
<div class="spinner-container"><a id="quantityBasicMonthlyDown" href="#" class="button spiner-button w-button">-</a><input type="number" class="model-amount-field w-input" max="99" maxlength="256" name="quantity" data-name="quantity" min="1"
placeholder="1" id="quantityBasicMonthly" required=""><a id="quantityBasicMonthlyUp" href="#" class="button spiner-button w-button">+</a></div><input type="submit" id="buttonBasicMonthly" value="Start your free 14 days trial"
data-wait="Please wait..." class="button basic-button w-button">
</form>
Name: wf-form-Subscribe-Form — GET https://panel.creatorhero.app/join
<form id="basicYearlyForm" name="wf-form-Subscribe-Form" data-name="Subscribe Form" action="https://panel.creatorhero.app/join" method="get" class="subscribe-form" data-wf-page-id="64ef06b67513babb5e51ade8"
data-wf-element-id="bb537b43-cf0a-3b11-bc86-ac79470b7fde" aria-label="Subscribe Form">
<div class="w-embed"><input type="hidden" name="plan" value="basic_yearly">
<input class="ch_referral" type="hidden" name="ref" value="">
</div><label for="email-3" class="email-label">Your E-mail:</label><input type="email" class="email-field w-input" maxlength="256" name="email" data-name="email" placeholder="Type in E-mail..." id="email-3" required=""><label
for="quantityBasicMonthly-2" class="how-many-models">With how many OnlyFans accounts do<br>you want to use CreatorHero?</label>
<div class="spinner-container"><a id="quantityBasicYearlyDown" href="#" class="button spiner-button w-button">-</a><input type="number" class="model-amount-field w-input" max="99" maxlength="256" name="quantity" data-name="quantity" min="1"
placeholder="1" id="quantityBasicYearly" required=""><a id="quantityBasicYearlyUp" href="#" class="button spiner-button w-button">+</a></div><input type="submit" id="buttonBasicYearly" value="Start your free 14 days trial"
data-wait="Please wait..." class="button basic-button w-button">
</form>
Name: wf-form-Subscribe-Form — GET https://panel.creatorhero.app/join
<form id="advancedMonthlyForm" name="wf-form-Subscribe-Form" data-name="Subscribe Form" action="https://panel.creatorhero.app/join" method="get" class="subscribe-form" data-wf-page-id="64ef06b67513babb5e51ade8"
data-wf-element-id="43e7c0c8-7370-66ea-24bf-e7635373cef9" aria-label="Subscribe Form">
<div class="w-embed"><input type="hidden" name="plan" value="professional_monthly">
<input class="ch_referral" type="hidden" name="ref" value="">
</div><label for="email-12" class="email-label">Your E-mail:</label><input type="email" class="email-field w-input" maxlength="256" name="email" data-name="email" placeholder="Type in E-mail..." id="email-12" required=""><label
for="quantityBasicMonthly-2" class="how-many-models">With how many OnlyFans accounts do<br>you want to use CreatorHero?</label>
<div class="spinner-container"><a id="quantityProfessionalMonthlyDown" href="#" class="button spiner-button w-button">-</a><input type="number" class="model-amount-field w-input" max="99" maxlength="256" name="quantity" data-name="quantity" min="1"
placeholder="1" id="quantityProfessionalMonthly" required=""><a id="quantityProfessionalMonthlyUp" href="#" class="button spiner-button w-button">+</a></div><input type="submit" id="buttonProfessionalMonthly"
value="Start your free 14 days trial" data-wait="Please wait..." class="button w-button">
</form>
Name: wf-form-Subscribe-Form — GET https://panel.creatorhero.app/join
<form id="advancedYearlyForm" name="wf-form-Subscribe-Form" data-name="Subscribe Form" action="https://panel.creatorhero.app/join" method="get" class="subscribe-form" data-wf-page-id="64ef06b67513babb5e51ade8"
data-wf-element-id="7b2f31ca-6edf-75ec-161f-141550958647" aria-label="Subscribe Form">
<div class="w-embed"><input type="hidden" name="plan" value="professional_yearly">
<input class="ch_referral" type="hidden" name="ref" value="">
</div><label for="email-11" class="email-label">Your E-mail:</label><input type="email" class="email-field w-input" maxlength="256" name="email" data-name="email" placeholder="Type in E-mail..." id="email-11" required=""><label
for="quantityBasicMonthly-2" class="how-many-models">With how many OnlyFans accounts do<br>you want to use CreatorHero?</label>
<div class="spinner-container"><a id="quantityProfessionalYearlyDown" href="#" class="button spiner-button w-button">-</a><input type="number" class="model-amount-field w-input" max="99" maxlength="256" name="quantity" data-name="quantity" min="1"
placeholder="1" id="quantityProfessionalYearly" required=""><a id="quantityProfessionalYearlyUp" href="#" class="button spiner-button w-button">+</a></div><input type="submit" id="buttonProfessionalYearly" value="Start your free 14 days trial"
data-wait="Please wait..." class="button w-button">
</form>
Text Content
Features Pricing FAQ Tutorials Download Desktop App Login Login Start free trial AUTOMATE YOUR ONLYFANS CHATS ON AUTOPILOT MINIMIZE EFFORT, MAXIMIZE PROFIT. Supercharge your OnlyFans Growth. Automate your chats & gain new subscriptions and increase chatting revenue. Start free trialOur Features $310,000,000+ in revenue generated in the last 12 months by CreatorHero users CreatorHero Features HAVE ALL YOUR AGENCY OPERATIONS IN ONE PLACE Numerous features ensure that you not only save a lot of time, but also multiply your revenue. CreatorHero is the must-have tool for every OnlyFans agency that wants to grow rapidly. SEND ONLINE MASS MESSAGES TO YOUR FANS WITH ONE CLICK. Create personalized mass messages for your online fans. You will be able to use their names and the message will be shown in the Priority tab. FULL OVERVIEW AND AUTOMATIC WINBACK OF EXPIRING FANS. See all your fans at a glance and send them a message per one-click directly from your dashboard when their subscription is about to expire. ACCESS YOUR ONLYFANS PROFILE DIRECTLY THROUGH OUR SOFTWARE. You and your entire team can log in to your OnlyFans account directly through the CreatorHero software. Manage different access options for different team members to ensure a safe and organized work environment. SEND AUTOMATIC WELCOME & FOLLOW UP MESSAGES TO YOUR FANS Schedule automatic follow up messages to fans that saw your message but didn’t purchase your PPV and use fully customisable welcome messages with time delays, follow ups and media attachments. QUICKLY CHECK THE VAULT TO SEE WHICH CONTENT YOUR FANS HAVE ALREADY VIEWED. You will never need to scroll through the chat again to see if a fan already received a picture or video. Seamlessly view which content you’ve already sent out, so you don’t send the same thing twice. EASY ACCESS TO CUSTOMER ANALYTICS. Find out everything you need to know about a fan without having to visit their profile. View how many fans you have online, and which time zones they are in. TRACK & ANALYZE THE TIKTOK PERFORMANCE OF ALL YOUR CREATORS. Track followers and video views of your TikTok Accounts to know exactly what performs the best. TRACK THE PERFORMANCE OF YOUR CHATTERS. Track your employees performance better than ever before and know exactly how much revenue they bring in. All-in-one Application CREATORHERO REPLACES... WANT TO SEE MORE FEATURES OF CREATORHERO? Show more CUSTOMISABLE SCRIPTS. Set predefined texts for PPVs and welcome messages. Personalise your automated messages with first name tags for your fans. AUDIO PANEL Pre-record voice notes and let your whole team send them out. CHAT COUNTDOWNS Never forget a fan that is waiting for "you" to record the video. Get an alarm, as soon as the countdown expires. SEE WHICH CHATTER HAS WRITTEN A MESSAGE Now you will know exactly who has written a message so you can improve as a team. QUICKLY PINPOINT YOUR TOP SPENDERS. View your fans spend above their profile pictures, so you can prioritise the big spenders over the time wasters. MAKE EMOJIS EASIER. Save your favorite emojis and use them easier than ever. CREATE LISTS AND EXCLUDE/INCLUDE SPECIFIC FANS. Use our list feature to exclude new fans or open chats from your mass messaging. You’ll avoid confusing them and sending mass messages which don’t feel natural. AUTOMATICALLY REACTIVATE PROMOTIONS WHEN THEY EXPIRE Promotions for new subscribers work well because they trigger FOMO in visitors - never forget to refresh the promotion campaign again, we take care of that. CREATORHERO INCREASES CHATTING REVENUE BY 45% ON AVERAGE IN THE FIRST MONTH AFTER INSTALLATION. Get started CHOOSE A PRICING OPTION BELOW: For every OnlyFans account you manage, you can choose a different license depending on your needs. Each licence gives you access to the CreatorHero Desktop App. Monthly Yearly (-25%) BASIC LICENSE You will never want to miss these features after you try them once. TikTok Tracking Sent media highlighting in the vault Scripts auto completion Fan info on the right hand side of the chat + US timezones and online fans in the top right corner See fans' spend above their profile pictures Emojis above the chat text field Automatically refresh promotions when they expire Chat countdowns Create open chats lists Automatically add new subs to a list Better vault with easily accessible tabs and media labeling Media suggestions in vault when using scripts Automatic follow up messages after sent out PPVs Automatic welcome messages with time delay and multiple messages Overview and auto-messaging of expiring fans Automatically follow expired fans to win them back Better day-to-day creator statistics overview in your panel + an overview of all your creators Audio panel Fan numbering Track all your chatters' performances TikTok follower & views tracking See exactly who sent a message Track your daily Open & Selling chats Project management system, specifically designed for OnlyFans agencies PPV tracking Lists including fans by their spend Personalized mass messages to online fans Show all featuresShow less $95 / creator Monthly -undefined % from the code null in your first undefined months Start free 7 days trial ADVANCED LICENSE For the agencies that want to work more efficiently than ever before. TikTok Tracking Sent media highlighting in the vault Scripts auto completion Fan info on the right hand side of the chat + US timezones and online fans in the top right corner See fans' spend above their profile pictures Emojis above the chat text field Automatically refresh promotions when they expire Chat countdowns Create open chats lists Automatically add new subs to a list Better vault with easily accessible tabs and media labeling Media suggestions in vault when using scripts Automatic follow up messages after sent out PPVs Automatic welcome messages with time delay and multiple messages Overview and auto-messaging of expiring fans Automatically follow expired fans to win them back Better day-to-day creator statistics overview in your panel + an overview of all your creators Audio panel Fan numbering Track all your chatters' performances TikTok follower & views tracking See exactly who sent a message Track your daily Open & Selling chats Project management system, specifically designed for OnlyFans agencies PPV tracking Lists including fans by their spend Personalized mass messages to online fans Show all features Show less $165 / creator Monthly -undefined % from the code null in your first undefined months Start free 7 days trial PROFESSIONAL LICENSE Advanced tracking + internal management and communication tools to streamline your operations and scale more than you have ever before. TikTok Tracking Sent media highlighting in the vault Scripts auto completion Fan info on the right hand side of the chat + US timezones and online fans in the top right corner See fans' spend above their profile pictures Emojis above the chat text field Automatically refresh promotions when they expire Chat countdowns Create open chats lists Automatically add new subs to a list Better vault with easily accessible tabs and media labeling Media suggestions in vault when using scripts Automatic follow up messages after sent out PPVs Automatic welcome messages with time delay and multiple messages Overview and auto-messaging of expiring fans Automatically follow expired fans to win them back Better day-to-day creator statistics overview in your panel + an overview of all your creators Audio panel Fan numbering Track all your chatters' performances TikTok follower & views tracking See exactly who sent a message Track your daily Open & Selling chats PPV tracking Project management system, specifically designed for OnlyFans agencies Lists including fans by their spend Personalized mass messages to online fans Show all features Show less $242 / creator Monthly -undefined % from the code null in your first undefined months Start free 7 days trial BASIC LICENSE You will never want to miss these features after you try them once. Sent media highlighting in the vault Scripts auto completion Fan info on the right hand side of the chat + US timezones and online fans in the top right corner See fans' spend above their profile pictures Emojis above the chat text field Automatically reactivate promotions when they expire Chat countdowns Create open chats lists Automatically add new subs to a list Better vault with easily accessible tabs and media labeling Media suggestions in vault when using scripts Automatic follow up messages after sent out PPVs Automatic welcome messages with time delay and multiple messages Overview and auto-messaging of expiring fans Automatically follow expired fans to win them back Better day-to-day creator statistics overview in your panel + an overview of all your creators Audio panel Fan numbering Track all your chatters' performances TikTok follower & views tracking See exactly who sent a message Track your daily Open & Selling chats Project management system, specifically designed for OnlyFans agencies PPV tracking Lists including fans by their spend Personalized mass messages to online fans Show all featuresShow less $ 850 USD / creator Yearly -undefined % from the code null in your first undefined months Start free 7 days trial ADVANCED LICENSE For the agencies that want to work more efficiently than ever before. Sent media highlighting in the vault Scripts auto completion Fan info on the right hand side of the chat + US timezones and online fans in the top right corner See fans' spend above their profile pictures Emojis above the chat text field Automatically reactivate promotions when they expire Chat countdowns Create open chats lists Automatically add new subs to a list Better vault with easily accessible tabs and media labeling Media suggestions in vault when using scripts Automatic follow up messages after sent out PPVs Automatic welcome messages with time delay and multiple messages Overview and auto-messaging of expiring fans Automatically follow expired fans to win them back Better day-to-day creator statistics overview in your panel + an overview of all your creators Audio panel Fan numbering Track all your chatters' performances TikTok follower & views tracking See exactly who sent a message Track your daily Open & Selling chats Project management system, specifically designed for OnlyFans agencies PPV tracking Lists including fans by their spend Personalized mass messages to online fans Show all features Show less $ 1450 USD / creator Yearly -undefined % from the code null in your first undefined months Start free 7 days trial PROFESSIONAL LICENSE Advanced tracking + internal management and communication tools to streamline your operations and scale more than you have ever before. TikTok Tracking Sent media highlighting in the vault Scripts auto completion Fan info on the right hand side of the chat + US timezones and online fans in the top right corner See fans' spend above their profile pictures Emojis above the chat text field Automatically reactivate promotions when they expire Chat countdowns Create open chats lists Automatically add new subs to a list Better vault with easily accessible tabs and media labeling Media suggestions in vault when using scripts Automatic follow up messages after sent out PPVs Automatic welcome messages with time delay and multiple messages Overview and auto-messaging of expiring fans Automatically follow expired fans to win them back Better day-to-day creator statistics overview in your panel + an overview of all your creators Audio panel Fan numbering Track all your chatters' performances TikTok follower & views tracking See exactly who sent a message Track your daily Open & Selling chats PPV tracking Project management system, specifically designed for OnlyFans agencies Lists including fans by their spend Personalized mass messages to online fans Show all features Show less $ 2150 USD / creator Yearly -undefined % from the code null in your first undefined months Start free 7 days trial CREATORHERO IS PROGRAMMED TO ACT LIKE A HUMAN. The use of the software is 100% safe and does not carry any risk of bans. We get you BUILT BY AGENCY OWNERS FOR AGENCY OWNERS CreatorHero was created by OnlyFans agency owners who manage numerous OnlyFans Creators by themselves. So we know exactly what features agency owners need to massively increase their sales. TRUSTED BY 780+ AGENCIES AROUND THE WORLD Numerous OnlyFans agencies already use CreatorHero on a daily basis. ON AVERAGE INCREASES CHATTING REVENUE BY 45% IN THE FIRST MONTH AFTER INSTALLATION With CreatorHero you can get the maximum revenue out of your OnlyFans Creators. SAVE HUNDREDS OF HOURS PER MONTH WITH OUR AUTOMATIONS CreatorHero saves you an incredible amount of time by doing a lot of your work for you. SKYROCKET YOUR ONLYFANS REVENUE TODAY WITH CREATORHERO. Get started FREQUENTLY ASKED QUESTIONS These questions are often asked by our customers. HOW CAN I STAY INFORMED ABOUT CREATORHERO UPDATES? For this purpose we created a Telegram channel you can follow to always stay up-to-date about new features and current problems. Join it by clicking here. I'M AN AGENCY OWNER. IS THIS SOFTWARE SUITED FOR ME? CreatorHero is made by OnlyFans agency owners for agency owners - while creating the software we always thought about how we can design it best for agencies around the globe. So yes, our CRM will be perfect for you! CAN MY ACCOUNT BE BANNED FROM ONLYFANS USING CREATORHERO? We run OnlyFans accounts by ourselves and have been using CreatorHero for quite some time now. It is designed to be safe to use, as it acts like a normal user. HOW CAN I PAY CREATORHERO? We support credit and debit card payments (MasterCard, Visa, American Express). CAN I CANCEL MY CREATORHERO SUBSCRIPTION ALL THE TIME? Yes, you can! If you don't like CreatorHero and we can't change that, you can easily cancel the subscription at any time and we won't charge your credit card anymore until you decide to come back. WHICH LICENSE DO I NEED TO SELECT TO USE TIKTOK TRACKING? In order to use TikTok Tracking for your Creators, you have to choose the Professional license. IS THERE A FREE TRIAL PERIOD? Yes, you can try our app and extension for free for 7 days with one CreatorHero license. ↑ START USING CREATORHERO NOW Automate your chats & gain new subscriptions and increase chatting revenue today! Get started OnlyFans is a registered trademark of Fenix International Limited. We declare no affiliation, sponsorship, nor any partnerships with Fenix International Limited. HomeFeaturesPricingFAQ Start nowLogin CreatorHero LLC ADVANCED PLAN (YEARLY) $1450 / creator / year Select the number of licences you need Want more than 15 professional licences? +- $1,450 / creator / year -15% Discount Your E-Mail The 14-day free trial period is only available with one Creator. Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. ADVANCED PLAN (YEARLY) $1450 / creator / year Select the number of licences you need Want more than 15 professional licences? +- $1,450 / creator / year -15% Discount Your E-Mail The 14-day free trial period is only available with one Creator. Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. TRACK & ANALYZE THE TIKTOK PERFORMANCE OF ALL YOUR CREATORS. Track followers and video views of your TikTok Accounts Know exactly what performs the best Add unlimited TikTok accounts to your dashboard This feature can only be used with the Professional Licence. BASIC PLAN (MONTHLY) $95 / creator / month Your E-mail:With how many OnlyFans accounts do you want to use CreatorHero? -+ Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. BASIC PLAN (YEARLY) $850 / creator / year Your E-mail:With how many OnlyFans accounts do you want to use CreatorHero? -+ Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. PROFESSIONAL PLAN (MONTHLY) $242 / creator / month Your E-mail:With how many OnlyFans accounts do you want to use CreatorHero? -+ Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. PROFESSIONAL PLAN (YEARLY) $2150 / creator / year Your E-mail:With how many OnlyFans accounts do you want to use CreatorHero? -+ Thank you! Your submission has been received! Oops! Something went wrong while submitting the form.