CINXE.COM
Amazon Mechanical Turk
<!DOCTYPE html> <html> <head> <!-- set content security policy --> <meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'; font-src 'self'; object-src 'none';" /> <!-- set the encoding of your site --> <meta charset="utf-8" /> <!-- set the viewport width and initial-scale on mobile devices --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Amazon Mechanical Turk</title> <!-- Start SiteCatalyst code version: H.26. --> <!-- <script src="/assets/js/s_code.js"></script> <script src="/assets/js/omniture.js"></script> --> <!-- Start IE7 Hack --> <!-- <noscript> <img alt="" height="1" src="//amazonwebservices.d2.sc.omtrdc.net/b/ss/awsmturk/1/H.25.1--NS/0" width="1" /> </noscript> --> <!-- End IE7 Hack --> <!-- End SiteCatalyst code version: H.26. --> <!-- include the site stylesheet --> <link media="all" rel="stylesheet" href="/assets/css/main.css" /> <!-- include jQuery library --> <script src="/assets/js/jquery-3.7.0.min.js" defer></script> <!-- include custom JavaScript --> <script src="/assets/js/jquery.main.js" defer></script> <link rel="shortcut_icon" href="/assets/images/favicon.ico" /> <link rel="icon" href="/assets/images/favicon.ico" /> </head> <body> <!-- main container of all the page elements --> <div id="wrapper"> <!-- header of the page --> <header id="header"> <div class="header-top"> <span>Looking to work on tasks?</span> <div class="inline-block"> <span ><a href="https://worker.mturk.com/">Sign in as a Worker</a> | <a href="/worker">Learn more</a></span > </div> </div> <div class="header-bottom"> <!-- page logo --> <strong class="logo"> <a href="/"> <img src="/assets/images/logo.svg" alt="Amazon Mechanical Turk" /> </a> </strong> <!-- main navigation of the page --> <nav class="menu"> <a href="#" class="nav-opener"><span></span></a> <div class="nav-drop"> <ul id="nav"> <li><a href="/">Overview</a></li> <li><a href="/product-details">Features</a></li> <li><a href="/pricing">Pricing</a></li> <li><a href="/help">Help</a></li> <li><a href="/resources">Developer Resources</a></li> <li><a href="/customers">Customers</a></li> </ul> <a href="https://requester.mturk.com/signin_options" class="btn" >Sign in as a Requester</a > </div> </nav> </div> </header> <!-- contain main informative part of the site --> <main id="main"> <!-- extra navigation of the page --> <ul class="second-nav"> <li class="active"> <a href="/legal-licenses">Legal & Licenses</a> </li> <li><a href="/acceptable-use-policy">Acceptable Use Policy</a></li> <li> <a href="/participation-agreement">Participation Agreement</a> </li> <li><a href="/privacy-notice">Privacy Notice</a></li> </ul> <!-- contain the main content of the page --> <div class="container"> <section class="content-section legal-licenses"> <h1>Legal & Licenses</h1> <h2>Legal</h2> <ul class="legal-list"> <li> <a href="/acceptable-use-policy">Acceptable Use Policy</a> </li> <li> <a href="/participation-agreement">Participation Agreement</a> </li> <li> <a href="/privacy-notice">Privacy Notice</a> </li> </ul> <h2>State Licenses</h2> <p> Payment processing for Amazon Mechanical Turk is powered by Amazon Payments, Inc. and New York money transmitter #MT102887. Please refer to the <a href="https://pay.amazon.com/us/help/82972" target="_blank" >full list of money transmitter licenses</a > held by Amazon Payments, Inc. for more information. </p> <a class="btn btn-start" href="/get-started" >Get Started with Amazon Mechanical Turk</a > </section> </div> </main> <!-- footer of the page --> <div class="footer-holder"> <div class="container"> <!-- contain sidebar of the page --> <aside class="get-started"> <h1>Start Using Amazon Mechanical Turk?</h1> <p> It鈥檚 easy to get started with Amazon Mechanical Turk. Create your first Human Intelligence Tasks in a few clicks. </p> <a class="btn" href="/get-started" >Get Started with Amazon Mechanical Turk</a > </aside> </div> <footer id="footer"> <div class="right-side"> <!-- footer logo --> <strong class="logo"> <img src="/assets/images/footer-logo.svg" alt="an amazon company" /> </strong> </div> <div class="left-side"> <!-- footer navigation --> <ul class="menu"> <li><a href="/help">Help</a></li> <li> <a href="https://support.aws.amazon.com/#/contacts/aws-mechanical-turk" >Contact us</a > </li> <li><a href="/legal-licenses">Legal & Licenses</a></li> <li> <a href="https://www.amazon.jobs/en/team/mechanical-turk" target="_blank" >Careers</a > </li> <li> <a href="https://twitter.com/amazonmturk" target="_blank" >Follow us on Twitter</a > </li> <li> <a href="http://blog.mturk.com" target="_blank">MTurk Blog</a> </li> <li> <a href="https://requester.mturk.com/status/" target="_blank" >Service Health</a > </li> </ul> <div class="copyright"> <p> © 2005-2018, <a href="/">Amazon Mechanical Turk</a>, Inc. or its affiliates. All rights reserved. </p> </div> </div> </footer> </div> </div> </body> </html>