app-sorteos.com Open in urlscan Pro
2606:4700:3036::6815:c4b  Public Scan

Submitted URL: http://app-sorteos.com/
Effective URL: https://app-sorteos.com/en
Submission: On February 03 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST #

<form id="signupForm" action="#" method="POST" v-if="tab==='signup'">
  <div class="text-center text-center px-4 pt-4 pb-3">
    <h3 class="_fw900 _fs36">Join us!</h3>
    <p class="text-muted">Create your account here</p>
  </div>
  <a @click="onFacebookLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_facebook}">
<i class="fab fa-facebook mr-2 color-facebook btn-login-facebook"></i> Login with Facebook </a>
  <a @click="onGoogleLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_google}">
<img src="/img/icons/google.svg" class="mr-2" width="18" alt="Login with Google"> Login with Google </a>
  <a v-if="!is_email_pwd_form_active" @click="onShowAuthForm()" class="btn btn-light btn-block btn-lg">
<i class="far fa-envelope mr-2"></i> Login with Email </a>
  <template v-if="is_email_pwd_form_active">
    <div class="or text-uppercase">Or</div>
    <div class="_df">
      <div class="form-group has-icon mb-3 mr-3">
        <input ref="signup_name_input" name="first_name" v-model="form.first_name" type="text" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.first_name}" @input="errors.first_name=false;" placeholder="First Name">
        <i class="fal fa-user-circle form-control-icon"></i>
      </div>
      <div class="form-group has-icon mb-3">
        <input name="last_name" v-model="form.last_name" type="text" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.last_name}" @input="errors.last_name=false;" placeholder="Last Name">
        <i class="fal fa-user-circle form-control-icon"></i>
      </div>
    </div>
    <div class="form-group has-icon mb-3">
      <input name="email" type="text" v-model="form.email" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.email}" @input="errors.email=false;" autocomplete="new-username" placeholder="Email">
      <i class="fal fa-envelope form-control-icon"></i>
      <small class="form-text invalid-feedback" v-if="email_exists"> The email is already taken </small>
      <small class="form-text invalid-feedback" v-if="email_verification_fail"> The email is invalid, please check it or use another </small>
    </div>
    <div class="form-group has-icon mb-3">
      <input name="password" :type="(pwd_visible) ? 'text' : 'password'" v-model="form.password" required="required" minlength="6" class="form-control form-control-lg has-icon" autocomplete="new-password" :class="{'is-invalid': errors.password}"
        @input="errors.password=false;" placeholder="Password">
      <i class="fal fa-lock-alt form-control-icon"></i>
      <button type="button" class="btn btn-light btn-xs btn-show-pwd" @click="pwd_visible=!pwd_visible">
        <span v-if="!pwd_visible"><i class="far fa-eye"></i></span>
        <span v-else=""><i class="far fa-eye-slash"></i></span>
      </button>
    </div>
    <input type="hidden" name="lang" value="en">
    <input type="hidden" name="source" v-model="form.source">
    <div class="form-group form-check mb-0 d-none">
      <input type="checkbox" class="form-check-input" id="exampleCheck1">
      <label class="form-check-label" for="exampleCheck1"> I agree to the <a href="">terms of service</a>
      </label>
    </div>
    <button type="button" :disabled="loading" @click="signup()" class="btn btn-block btn-primary btn-lg mt-4" :class="{'is-loading': loading}"> Create your account </button>
  </template>
</form>

POST #

<form id="signupForm" action="#" method="POST" v-if="tab==='signin'">
  <div class="text-center text-center px-4 pt-4 pb-3">
    <h3 class="_fw900 _fs36">Hello!</h3>
    <p class="text-muted">Sign into your account here</p>
  </div>
  <a @click="onFacebookLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_facebook}">
<i class="fab fa-facebook mr-2 color-facebook btn-login-facebook"></i> Login with Facebook </a>
  <a @click="onGoogleLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_google}">
<img src="/img/icons/google.svg" class="mr-2" width="18" alt="Login with Google"> Login with Google </a>
  <a v-if="!is_email_pwd_form_active" @click="onShowAuthForm()" class="btn btn-light btn-block btn-lg">
<i class="far fa-envelope mr-2"></i> Login with Email </a>
  <template v-if="is_email_pwd_form_active">
    <div class="or">Or</div>
    <div class="form-group has-icon mb-3">
      <input name="email" ref="signin_email_input" type="text" v-model="form.email" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.email}" @input="errors.email=false;" placeholder="Email" autocomplete="username">
      <i class="fal fa-envelope form-control-icon"></i>
    </div>
    <div class="form-group has-icon">
      <input name="password" :type="(pwd_visible) ? 'text' : 'password'" v-model="form.password" autocomplete="current-password" required="required" minlength="6" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.password}"
        @input="errors.password=false;" placeholder="Password">
      <i class="fal fa-lock-alt form-control-icon"></i>
      <button type="button" class="btn btn-light btn-xs btn-show-pwd" @click="pwd_visible=!pwd_visible">
        <span v-if="!pwd_visible"><i class="far fa-eye"></i></span>
        <span v-else=""><i class="far fa-eye-slash"></i></span>
      </button>
    </div>
    <button type="button" :disabled="loading" @click="login()" class="btn btn-block btn-primary btn-lg mt-4" :class="{'is-loading': loading}"> Login </button>
  </template>
</form>

Text Content

 * Applications
   Giveaways
   
   Instagram Giveaway
   
   Facebook Giveaway
   
   Random Name Winner
   
   Twitter Giveaway
   
   Multi-Network Giveaway
   
   Tiktok Giveaway
   
   Youtube Giveaway
   Promotions
   
   Wheel Decide
   
   Trivia Maker
   
   Secret Santa
   Other Tools
   
   Roll Dice
   
   Random Teams Generator
   
   Random Numbers
   
   Font Generator
   
   Flip a Coin
   Utilities
   
   Legal Terms Generator
   
   Instagram Engagement Calculator
   
   Hashtag Generator

 * Dashboard
 * Applications
   Giveaways
   
   Instagram Giveaway
   
   Facebook Giveaway
   
   Random Name Winner
   
   Twitter Giveaway
   
   Multi-Network Giveaway
   
   Tiktok Giveaway
   
   Youtube Giveaway
   Promotions
   
   Wheel Decide
   
   Trivia Maker
   
   Secret Santa
   Other Tools
   
   Roll Dice
   
   Random Teams Generator
   
   Random Numbers
   
   Font Generator
   
   Flip a Coin
   Utilities
   
   Legal Terms Generator
   
   Instagram Engagement Calculator
   
   Hashtag Generator
 * Pricing
 * Help
   Help Center Blog Contact Feature Requests

 * Log in
 * Sign up
 * en
   English Español Português Francais
 * My Account
   Preferences Help
   
   Logout


INSTAGRAM GIVEAWAY PICKER

Create free Instagram giveaways & sweepstakes for free


Start
or Enter URL


YOU HAVE REACHED THE LIMIT!

Your post has 0 comments


Pay annually and save up to 17% of the plan price
Subscribe

Automatically renews, cancel at any time

View Plans & Pricing

YOU HAVE REACHED THE LIMIT!

Your post has 0 comments

You have a custom plan from AppSumo, please go to your account settings to
Manage your License.
Manage License

CONNECT WITH INSTAGRAM

 1. Make sure you are connected with a Facebook user who is an admin of the
    Instagram Account
 2. Grant permissions for both Instagram Accounts and associated Facebook Pages.
 3. Reauthorize AppSorteos, and verify that you give access permissions to the
    pages and accounts where you want to run giveaways.

Reauthorize AppSorteos

WE COULDN'T FIND YOUR ACCOUNT

Your Instagram account must be Business or Creator. Connect with Facebook and
accept the permissions to start your giveaway.

Connect with Facebook My account is not Business

YOU'RE IN GOOD COMPANY

Trusted by 11,362+ brands and influencers that use Rafflys for their online
giveaways and promotions





MOST POPULAR GIVEAWAY TOOLS

13+ apps to run online Giveaways, and grow your brand. Try it out today!


INSTAGRAM GIVEAWAY

Pick a random winner from your photos


FACEBOOK GIVEAWAY

Pick a random winner from your posts


RANDOM NAME WINNER

Pick a random winner from a list


TWITTER GIVEAWAY

Pick a random winner from your tweets and followers


MULTI-NETWORK GIVEAWAY

Pick winners from posts on different social networks


TIKTOK GIVEAWAY

Pick random winners from your Tiktok video comments


WHEEL DECIDE

Spin the wheel and get a winner!


YOUTUBE GIVEAWAY

Pick a random winner from your videos


RANDOM NUMBERS

Generate a sequence of random numbers

See All Giveaway Tools
"Easy, Fun, Effective"
Marketing Maven @MarketingMaven1
"Impressive Analytics"
Patsy Gray @tsygray
"Highly Recommend!"
Jackie Lawson @JackieLawson


HOW IT WORKS?: 4 SIMPLE STEPS TO CREATE A SUCCESSFUL GIVEAWAY

 * 1 Select the post
   
   Choose the post from your account where all giveaway participants have
   commented.

 * 2 Apply Filters and Rules
   
   Quickly filter comments that meet the proposed requirements. (#Hashtags,
   @Tags, exclude duplicates, etc.)

 * 3 Pick the Winner
   
   Rafflys will automatically select the winner or winners, taking into account
   the applied filters.

 * 4 Announce the Winner
   
   At the end of the giveaway, you will receive a video and a certificate with
   the winners, ready to share on your social media!


Advanced Filters


SELECT A RANDOM WINNER, ONLY FROM COMMENTS THAT MEET THE REQUIREMENTS.

With Rafflys you can quickly filter users who meet the proposed requirements.

 * Comments that mention a friend
 * Comments that have a particular hashtag
 * Filter duplicate comments
 * Block unwanted user accounts

Try it for free

Transparency


GET A CERTIFICATE TO SHARE THE WINNERS OF YOUR GIVEAWAY

Share transparency with your followers! At the end of the giveaway, you can
share the winners with a video and a certificate

 * Get a public link
 * Download a Video Certificate
 * Download an Image Certificate

Try it for free
Spin the wheel promo


CREATE A WHEEL OF FORTUNE TO CAPTURE LEADS

Define the amounts and chances of winning

 * Customize the design of your wheel
 * Capture participant data
 * Embed the wheel on your website
 * Exit Intent popup

Try it for free


FREQUENTLY ASKED QUESTIONS


WHAT IS RAFFLYS AND HOW DOES IT WORK?

Rafflys is a platform that allows users to create giveaways on social media and
randomly select a winning comment. It supports Instagram, Facebook, Twitter,
YouTube and TikTok. Users can create unlimited giveaways for free with up to 600
comments. For more informaiton about plans, check Rafflys Plans & Pricing


HOW DO I CREATE A GIVEAWAY ON RAFFLYS?

To create a giveaway on Rafflys, first sign up or log in to your account. Then,
depending on the promotion you want to create, follow the corresponding steps
explained in each tool, you will see that they are very easy to apply!


IS RAFFLYS FREE TO USE?

Yes, Rafflys is completely free to use for up to 600 comments per giveaway. If
you need to handle more comments, you can upgrade to a paid plan.


CAN I RUN MULTIPLE GIVEAWAYS AT THE SAME TIME ON RAFFLYS?

Yes, you can run multiple giveaways simultaneously on Rafflys, as long as you
don't exceed the 600 comments limit per giveaway.


CAN I CUSTOMIZE THE GIVEAWAY RULES ON RAFFLYS?

Yes, Rafflys allows you to customize the giveaway rules, such as the eligibility
criteria, entry requirements, and prize details. You can also set the duration
of the giveaway and the number of winners to be selected.


HOW DOES RAFFLYS ENSURE FAIRNESS IN THE GIVEAWAY SELECTION PROCESS?

Rafflys uses a random algorithm to select the winner(s) from the eligible
comments, ensuring a fair and unbiased selection process. The algorithm is
transparent and publicly verifiable, so you can trust the results.


WHAT SOCIAL MEDIA PLATFORMS DOES RAFFLYS SUPPORT?

Rafflys currently supports Instagram, Facebook, Twitter, YouTube, and TikTok.


IS THERE A LIMIT TO THE NUMBER OF WINNERS I CAN SELECT ON RAFFLYS?

No, there is no limit to the number of winners you can select on Rafflys.
However, keep in mind that the more winners you select, the higher the prize
cost will be.


CAN I SEE THE COMMENTS ON MY SOCIAL MEDIA POST THROUGH RAFFLYS?

Yes, you can view and manage the comments on your social media post through
Rafflys, as long as you have connected your social media account to your Rafflys
account.


CAN I PICK WINNERS FROM INSTAGRAM REELS THROUGH RAFFLYS?

Yes, you can pick a random comment winner from Instagram Reels with Rafflys


ABOUT RAFFLYS BY APP SORTEOS

App-Sorteos.com it's an online and free tool to create Instagram Giveaways,
Sweepstakes, Contests and Promotions, allowing you to pick a random comment from
your Instagram photo URL.

Just enter your Instagram Photo URL, and we will find all the comments for you.
After that, you need to select the number of winners, and press the START
button.

We DO NOT need access to your account credentials, just use our Instagram
Giveaways Free App with the post URL.

Now, you can create free Youtube Giveaways, Sweepstakes, Contests and Promotions
with your videos, by choosing a random comment.

We CANNOT read comments from PRIVATE POST, yet.

Create free Instagram and Youtube Giveaways and contents, online and free. Pick
a random winner from your Instagram photos and Youtube videos.

Create free Instagram, Youtube and "Random Name" Giveaways and Contents.

Instagram random comment Picker

HELP

 * Affiliate Program
 * Help Center
 * Blog

MORE

 * Terms and Conditions
 * Privacy Policy

APPS

 * Instagram Giveaway
 * Wheel Decide
 * Facebook Giveaway
 * Roll Dice
 * Youtube Giveaway
 * Random Name Winner
 * Twitter Giveaway
 * Tiktok Giveaway
 * Instagram Fonts Generator

ACCOUNT

 * Login
 * Sign Up
 * Reset Password

PROMOTIONS

 * Lucky Wheel for Wordpress
 * Lucky Wheel for Shopify




JOIN US!

Create your account here

Login with Facebook Login with Google Login with Email
Or

The email is already taken The email is invalid, please check it or use another

I agree to the terms of service
Create your account


HELLO!

Sign into your account here

Login with Facebook Login with Google Login with Email
Or


Login


WELCOME!

Your account has been succesfully created.

Continue
Have an account? Log in
Dont't you have an account? Sign up
Reset your Password
{{ $t('file_uploader.select_or_drop') }} {{ $t('file_uploader.accepted_ext',
{files: (extensions) ? extensions : '.txt, .csv'}) }}

{{ $T('MEDIA_GALLERY.TITLE') }}

{{ $t('media_gallery.tab_upload') }} {{ $t('media_gallery.tab_patterns') }} {{
$t('media_gallery.tab_gradients') }} {{ $t('media_gallery.tab_search') }}







I agree to permanently delete

Cancel Delete

PICTURE NOT FOUND

This is probably because your Profile is Private, or you have a Minimum Age
Limit restriction for your account.

Switch your profile to Public, or remove the Age Restriction, and try again.

Ok

OOPS!

This post has no comments. Be sure to make the giveaway when it's finished, and
everyone has participated.

COMMENTS DISABLED

This Instagram Post has the comments disabled. Please turn it ON to start this
giveway.

WE DETECT ERRORS!


Ok