soundcloudgrab.com

Explore our APIs

Fully Responsive APIs easy to use on your Website in Dark and Light modes!
Button API
Insert this Code onto your Website:
<iframe style="width: 100%; border: none; max-width: 564px; height: 60px; overflow: hidden;" scrolling="no" src="https://p.savenow.to/api/button2/?url=https://www.youtube.com/watch?v=OUHVRWdVQCI&adUrl=https://myAdurl.com&ads=1"></iframe>
And looks like this (For both Mobile and Desktop):
Parameters:
Url The YouTube URL you want to download
adUrl Your publisher ad URL, used according to the selected ad split.
ads Use 1 for one ad redirect (70% Loader.to / 30% your ad) or 2 for two ad redirects (one each, 50/50). Defaults to 2.
CSS Link to your custom CSS for the download button! Style the card any way you want!
Card API
Insert this Code onto your Website:
<iframe id="cardApiIframe" scrolling="no" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border: none" src="https://p.savenow.to/api/card2/?url=https://www.youtube.com/watch?v=OUHVRWdVQCI&adUrl=https://myAdurl.com&ads=1"></iframe>
<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script> iFrameResize({ log: false }, '#cardApiIframe') </script>
And looks like this(Desktop - left, Mobile - right):
Parameters:
Url The YouTube URL you want to download
adUrl Your publisher ad URL, used according to the selected ad split.
ads Use 1 for one ad redirect (70% Loader.to / 30% your ad) or 2 for two ad redirects (one each, 50/50). Defaults to 2.
CSS Link to your custom CSS for the download button! Style the card any way you want!
Widget API
Insert this Code onto your Website:
<iframe id="widgetApiIframe" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border: none" src="https://p.savenow.to/api/widget?adUrl=https://myAdurl.com&ads=1"></iframe>
<!-- Put the Library in your <head> tag -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js"></script>
<!-- Put the resizer code after the <iframe> tag -->
<script> iFrameResize({ log: false }, '#widgetApiIframe') </script>
And looks like this(Desktop - left, Mobile - right):
Parameters:
Url The YouTube URL you want to download
adUrl Your publisher ad URL, used according to the selected ad split.
ads Use 1 for one ad redirect (70% Loader.to / 30% your ad) or 2 for two ad redirects (one each, 50/50). Defaults to 2.
CSS Link to your custom CSS for the download button! Style the card any way you want!