ScapBot
Create account
Start for free -
See demo!
{ let data; try { data = await r.json(); } catch (parseErr) { console.error('JSON parse error:', parseErr); throw new Error(t?.auth?.errors?.server_error); } return data; }) .then(data => { loading = false; if (data.success) { sessionStorage.setItem('verify_email', email); const lang = window.__LANG__ || 'vi'; const demoPath = window.__IS_DEMO__ ? '/demo' : ''; window.location.href = '/' + lang + demoPath + '/verify-email'; } else { error = data.error?.message || t?.common?.error; } }) .catch(e => { loading = false; console.error('Register error:', e); error = e.message || t?.auth?.errors?.network_error; }); " class="space-y-5">
Email
*
Password
*
Password must be at least 8 characters
I agree to the
Terms of Service
and
Privacy Policy
Sign up
Already have an account?
Sign in