www.creditable.news Open in urlscan Pro
178.22.58.122  Public Scan

Submitted URL: https://creditable.nl/
Effective URL: https://www.creditable.news/en/
Submission: On March 01 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

GET /search

<form class="top-search-form" action="/search" method="get">
  <input type="text" name="q" class="form-control" value="" placeholder="Type &amp; Hit Enter.." autocomplete="off">
</form>

POST #

<form class="form-pricing" method="POST" action="#">
  <div class="pricing-box pricing-simple px-5 py-4 bg-light text-center  border-top ">
    <div class="pricing-title ">
      <h3>10 credits</h3>
      <span class="">TINY bundle</span>
    </div>
    <div id="pricing-5-1" class="pricing-price">
      <div class="pts-content"><span class="price-unit">€</span><span class="price">1</span><span class="price-tenure">investment</span></div>
    </div>
    <div class="pricing-features">
      <ul>
        <li>Only € 0,10 per credit!</li>
        <li>Flexible reading credit</li>
      </ul>
    </div>
    <div class="pricing-action px-4">
      <input type="hidden" id="uid-5-1" name="uid" value="">
      <input type="hidden" id="artno-5-1" name="artno" value="">
      <input type="hidden" id="title-5-1" name="title" value="10 credits">
      <input type="hidden" id="price-5-1" name="price" value="">
      <input type="hidden" id="priceperiod-5-1" name="priceperiod" value="price">
      <input type="hidden" id="pricetype-5-1" name="pricetype" value="">
      <button name="button-pricing-simple" onclick="changeInput5(1)" type="submit" class="button-pricing btn  btn-color1 dark w-100 btn-lg"> BUY </button>
      <script>
        function changeInput5(buttonid) {
          if (document.getElementById('switch-toggle-pricing-tenure-5')) {
            if (document.getElementById('switch-toggle-pricing-tenure-5').checked) {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            } else {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            }
          } else {
            price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price')[0].textContent;
            period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price-tenure')[0].textContent;
            period = period.replace('/', '');
            document.getElementById('price-5-' + buttonid).value = price;
            document.getElementById('priceperiod-5-' + buttonid).value = period;
            document.getElementById('pricetype-5-' + buttonid).value = 'investment';
          }
        }
      </script>
    </div>
  </div>
</form>

POST #

<form class="form-pricing" method="POST" action="#">
  <div class="pricing-box pricing-simple px-5 py-4 bg-light text-center  border-top ">
    <div class="pricing-title ">
      <h3>100 credits</h3>
      <span class="">SMALL bundle</span>
    </div>
    <div id="pricing-5-2" class="pricing-price">
      <div class="pts-content"><span class="price-unit">€</span><span class="price">8</span><span class="price-tenure">investment</span></div>
    </div>
    <div class="pricing-features">
      <ul>
        <li>Only € 0,08 per credit!</li>
        <li>Flexible reading credit</li>
      </ul>
    </div>
    <div class="pricing-action px-4">
      <input type="hidden" id="uid-5-2" name="uid" value="">
      <input type="hidden" id="artno-5-2" name="artno" value="">
      <input type="hidden" id="title-5-2" name="title" value="100 credits">
      <input type="hidden" id="price-5-2" name="price" value="">
      <input type="hidden" id="priceperiod-5-2" name="priceperiod" value="price">
      <input type="hidden" id="pricetype-5-2" name="pricetype" value="">
      <button name="button-pricing-simple" onclick="changeInput5(2)" type="submit" class="button-pricing btn  btn-color1 dark w-100 btn-lg"> BUY </button>
      <script>
        function changeInput5(buttonid) {
          if (document.getElementById('switch-toggle-pricing-tenure-5')) {
            if (document.getElementById('switch-toggle-pricing-tenure-5').checked) {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            } else {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            }
          } else {
            price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price')[0].textContent;
            period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price-tenure')[0].textContent;
            period = period.replace('/', '');
            document.getElementById('price-5-' + buttonid).value = price;
            document.getElementById('priceperiod-5-' + buttonid).value = period;
            document.getElementById('pricetype-5-' + buttonid).value = 'investment';
          }
        }
      </script>
    </div>
  </div>
</form>

POST #

<form class="form-pricing" method="POST" action="#">
  <div class="pricing-box pricing-simple px-5 py-4 bg-light text-center  border-top pricing-highlight border-color2">
    <div class="pricing-title ">
      <h3>200 credits</h3>
      <span class="text-color2">MEDIUM bundle</span>
    </div>
    <div id="pricing-5-3" class="pricing-price">
      <div class="pts-content"><span class="price-unit">€</span><span class="price">14</span><span class="price-tenure">investment</span></div>
    </div>
    <div class="pricing-features">
      <ul>
        <li>Only € 0,07 per credit!</li>
        <li>Flexible reading credit</li>
        <li><i>Most popular!</i></li>
      </ul>
    </div>
    <div class="pricing-action px-4">
      <input type="hidden" id="uid-5-3" name="uid" value="">
      <input type="hidden" id="artno-5-3" name="artno" value="">
      <input type="hidden" id="title-5-3" name="title" value="200 credits">
      <input type="hidden" id="price-5-3" name="price" value="">
      <input type="hidden" id="priceperiod-5-3" name="priceperiod" value="price">
      <input type="hidden" id="pricetype-5-3" name="pricetype" value="">
      <button name="button-pricing-simple" onclick="changeInput5(3)" type="submit" class="button-pricing btn  btn-color2 dark w-100 btn-lg"> BUY </button>
      <script>
        function changeInput5(buttonid) {
          if (document.getElementById('switch-toggle-pricing-tenure-5')) {
            if (document.getElementById('switch-toggle-pricing-tenure-5').checked) {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            } else {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            }
          } else {
            price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price')[0].textContent;
            period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price-tenure')[0].textContent;
            period = period.replace('/', '');
            document.getElementById('price-5-' + buttonid).value = price;
            document.getElementById('priceperiod-5-' + buttonid).value = period;
            document.getElementById('pricetype-5-' + buttonid).value = 'investment';
          }
        }
      </script>
    </div>
  </div>
</form>

POST #

<form class="form-pricing" method="POST" action="#">
  <div class="pricing-box pricing-simple px-5 py-4 bg-light text-center  border-top ">
    <div class="pricing-title ">
      <h3>500 credits</h3>
      <span class="">LARGE bundle</span>
    </div>
    <div id="pricing-5-4" class="pricing-price">
      <div class="pts-content"><span class="price-unit">€</span><span class="price">30</span><span class="price-tenure">investment</span></div>
    </div>
    <div class="pricing-features">
      <ul>
        <li>Only € 0,06 per credit!</li>
        <li>Flexible reading credit</li>
      </ul>
    </div>
    <div class="pricing-action px-4">
      <input type="hidden" id="uid-5-4" name="uid" value="">
      <input type="hidden" id="artno-5-4" name="artno" value="">
      <input type="hidden" id="title-5-4" name="title" value="500 credits">
      <input type="hidden" id="price-5-4" name="price" value="">
      <input type="hidden" id="priceperiod-5-4" name="priceperiod" value="price">
      <input type="hidden" id="pricetype-5-4" name="pricetype" value="">
      <button name="button-pricing-simple" onclick="changeInput5(4)" type="submit" class="button-pricing btn  btn-color1 dark w-100 btn-lg"> BUY </button>
      <script>
        function changeInput5(buttonid) {
          if (document.getElementById('switch-toggle-pricing-tenure-5')) {
            if (document.getElementById('switch-toggle-pricing-tenure-5').checked) {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-right')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            } else {
              price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price')[0].textContent;
              period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-switch-content-left')[0].getElementsByClassName('price-tenure')[0].textContent;
              period = period.replace('/', '');
              document.getElementById('price-5-' + buttonid).value = price;
              document.getElementById('priceperiod-5-' + buttonid).value = period;
            }
          } else {
            price = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price')[0].textContent;
            period = document.getElementById('pricing-5-' + buttonid).getElementsByClassName('pts-content')[0].getElementsByClassName('price-tenure')[0].textContent;
            period = period.replace('/', '');
            document.getElementById('price-5-' + buttonid).value = price;
            document.getElementById('priceperiod-5-' + buttonid).value = period;
            document.getElementById('pricetype-5-' + buttonid).value = 'investment';
          }
        }
      </script>
    </div>
  </div>
</form>

POST /theme/bolt5-canvas-theme/include/subscribe.php?list=60f02dd8ee&language=en&tags=website

<form id="widget-subscribe-mailing-form" action="/theme/bolt5-canvas-theme/include/subscribe.php?list=60f02dd8ee&amp;language=en&amp;tags=website" method="post" class="mb-0" novalidate="novalidate">
  <div class="input-group mx-auto">
    <input type="email" id="widget-subscribe-mailing" name="widget-subscribe-form-email" class="form-control not-dark required email" placeholder="Enter your email">
    <button class="btn btn-success" type="submit">Subscribe</button>
  </div>
</form>

Text Content

 * Login
 * Create Account
 * Account
 * Logout


 * English
 * Nederlands
 * Deutsch
 * Français
 * Español

 * Login
 * Create Account
 * Account
 * Logout


 * Home
   Home
 * about the app
   All about our Android & IOS App
 * frequently asked questions
   All answers to your questions
 * Publishers
   Partner up with Creditable
 * Blog
   -
 * Survey
   Survey Access to online articles





FLEXIBLE ACCESS TO ONLINE ARTICLES.

Do you want to read premium news or articles, usually only available to
subscribers? Use Creditable and pay per article!

  Sign up





AUTONOMY

Decide which articles you want to read online, choose from many newspapers and
magazines worldwide.


INDEPENDENCE

Whether you browse a lot or a little, you’re not restricted or tied in to any
subscriptions with Creditable.


FLEXIBILITY

Decide how and when to spend your credits, and if and when to buy new ones. You
are the one in control.




WHAT IS CREDITABLE?

Simply pay per article!

Through Creditable you get access to premium online news and articles from all
over the world. Simply pay for an article you’d like to read using your credits.
You’re not tied into anything. Just visit the website of your favourite
newspaper or magazine and click on the ‘Creditable’ button to pay.

You choose how many articles to read, and you only ever pay for the ones you
actually view. Run out of credits? It’s up to you whether you want to buy more.
You can’t get more flexible than that!

Creditable credits are valid with many publishers worldwide, so, you can view
articles from newspapers, magazines, journals and other publications from all
around the globe.







WHY CREDITABLE?

Flexible access to high-quality articles!

Authors and journalists put in a lot of hard work and research hours when
composing an article. Long or in-depth articles take a lot more time, effort and
money to write than short posts. It’s really only fair to reimburse that effort
and cost incurred.

Via Creditable your favourite newspaper or magazine offers an extra service: you
don't have to take out a subscription if you don't want to yet because you just
pay per article.

The price of an article is determined by its publisher. This makes sure the
publisher or author gets paid a fair price for their high quality, premium news
and articles. And now you can read them instantly with no subscription needed.
A win-win situation for all!






FREE TRIAL

Create an account at Creditable and instantly receive 10 free credits.
This lets you try Creditable out totally free!
  Sign up


HOW MUCH DOES A CREDIT COST?

Credits are sold as bundles. The bigger the bundle, the better the value!
When you run out of credits, you can buy another bundle of credits quickly and
easily. This way, you’ll always keep track of exactly how much you’re spending.


10 CREDITS

TINY bundle
€1investment
 * Only € 0,10 per credit!
 * Flexible reading credit

BUY


100 CREDITS

SMALL bundle
€8investment
 * Only € 0,08 per credit!
 * Flexible reading credit

BUY


200 CREDITS

MEDIUM bundle
€14investment
 * Only € 0,07 per credit!
 * Flexible reading credit
 * Most popular!

BUY


500 CREDITS

LARGE bundle
€30investment
 * Only € 0,06 per credit!
 * Flexible reading credit

BUY


HOW DOES CREDITABLE WORK?

Simply click, pay and you'll have instant access!

Affiliated newspapers and magazines will display a Creditable button on their
pay wall. 

If you’re logged in to Creditable you’ll see a green button. You’ll also be able
to see exactly how many credits the article costs, and how many credits you have
left. If you’ve found what you’re looking for and want to read the article,
simply press the button and you’ll have instant access! It’s really that easy!

If you’re not logged in to Creditable, the button will display as blue. You can
either log in, or create a new account. If the button is orange, that means you
don't have enough credits to be able to read the article, and you’ll have to top
up your credits to get access.

Frequently asked questions



CREDITABLE APP

All your read articles together!

You can find all of your viewed articles in your Creditable app.

You can also create your own personal profile, view your current credit balance
easily, buy new credits, and gain valuable insight into your own reading
behaviour!

The app is available for Android and IOS.

Discover the app
Creditable
Kerkenbos 1053-P
6546 BB NIJMEGEN
The Netherlands Phone: +31 (0)24 350 54 00
Fax: +31(0)24 350 02 95
Website: https://www.evalue8.nl

ABOUT US



Creditable connects readers and publishers, so that everyone can have access to
the best online articles worldwide.

This allows readers to discover their personal preferences for writers,
publishers and media titles, which in turn helps authors reach a wider audience.
Everybody benefits!



MORE INFO

 * About us
 * Publishers
 * Terms of use
 * Terms and Conditions
 * Privacy
 * Contact
 * Jobs

NEWSMAILING

Subscribe to our newsletter to keep up to date with the latest important news,
amazing offers, tips & tricks!


Subscribe
Subscribe
to RSS Feeds
Copyright © 2024 Creditable, All rights reserved

Developed by eValue8 New Media Applications




We use cookies!
This website uses essential cookies to ensure its proper operation and analytics
and social media cookies to understand how you interact with it. The latter will
be set only after consent. Let me choose
Accept allReject all

Cookie preferences

Cookie usage
We use cookies to ensure the basic functionalities of the website and to enhance
your online experience. You can choose for each category to opt-in/out whenever
you want. For more details relative to cookies and other sensitive data, please
read our Privacy policy.
Strictly necessary cookiesStrictly necessary cookies
These cookies are essential for the proper functioning of this website. Without
these cookies, the website would not work properly.
Performance and Analytics cookiesPerformance and Analytics cookies
These cookies collect information about how you use the website, which pages you
visited and which links you clicked on. All of the data is anonymized and cannot
be used to identify you.
Social media cookiesSocial media cookies
We also use social media buttons and/or plugins on this site that allow you to
connect with your social network in various ways. For these to work these social
media sites will set cookies through our site which may be used to enhance your
profile on their site or contribute to the data they hold for various purposes
outlined in their respective privacy policies.
More information
For any queries in relation to our policy on cookies and your choices, please
Contact us.
Accept allReject allSave settings