As Seen On

Recognized By
Understanding Arizona’s Legal Stance on Solicitation of a Minor on the Internet
Introduction
In the digital age, the internet has become a tool for various types of communication, including those that are unlawful. One such serious offense is the solicitation of a minor over the internet. In Arizona, this crime is taken very seriously, and the legal consequences are severe. This blog post, brought to you by Tamou Law Group PLLC, aims to shed light on Arizona’s legal approach to such offenses, including relevant statutes and legal implications.
What is Solicitation of a Minor on the Internet?
Solicitation of a minor refers to any action where an adult engages or attempts to engage in sexual or lewd conversations with a minor, usually under the age of 18, through the internet. This can include communication through social media, chat rooms, emails, or any other digital means.
Arizona’s Legal Framework
Arizona law is stringent when it comes to protecting minors from online predators. The key statutes that address the solicitation of minors are:
- ARS §13-3554 – Luring a Minor for Sexual Exploitation: This statute makes it a crime to lure a minor into sexual exploitation. It specifically addresses using a computer or electronic device to engage a minor in sexual conversations or to arrange a meeting for sexual purposes.
- ARS §13-3560 – Sexual Exploitation of a Minor: This law criminalizes the possession, distribution, and production of child pornography. It highlights that any sexual depiction of a minor, whether real or simulated, is illegal.
- ARS §13-1410 – Molestation of a Child: While this statute does not directly address the internet, it’s important to note that any online solicitation that leads to physical contact would fall under this severe offense.
Legal Consequences
The penalties for soliciting a minor in Arizona can be severe and life-altering. They include:
- Prison Sentences: Depending on the offense’s severity and the offender’s history, prison sentences can range from several years to life imprisonment.
- Fines and Restitution: Convicted individuals may face significant fines and may be ordered to pay restitution to victims.
- Sex Offender Registration: Conviction often leads to mandatory registration as a sex offender, impacting one’s personal and professional life drastically.
Defending Against Charges
Being accused of soliciting a minor is a grave matter. A robust defense is crucial and may involve challenging the evidence, proving entrapment, or showing a lack of intent. Experienced legal representation is vital in navigating these complex legal waters.
Tamou Law Group PLLC: Your Legal Advocate
At Tamou Law Group PLLC, we understand the seriousness of these accusations and the nuances of Arizona’s legal system in handling them. Our experienced attorneys are dedicated to providing robust defense strategies tailored to each client’s unique situation.
Conclusion
The internet has opened new avenues for crime, particularly in the solicitation of minors. Arizona’s laws are designed to protect the vulnerable and punish those who seek to exploit them. If you or someone you know is facing such charges, it’s crucial to seek experienced legal advice immediately.For more information or legal assistance, contact Tamou Law Group PLLC at 623-321-4699. We’re here to help you navigate these challenging legal issues with experiencedise and compassion.
Awards & Recognition
Our recognition for Phoenix sex crime defense is independently verified, click any award to confirm it:
- National Trial Lawyers Top 100
- National Trial Lawyers Top 40 Under 40
- Elite Lawyer 2026 – Criminal Defense
- Super Lawyers – Southwest
- National College for DUI Defense (NCDD)
When you are looking for the best Phoenix sex crime lawyers, these are the independently verified credentials that matter, earned by Founding Attorney Michael Tamou and a full team of attorneys, including former prosecutors.
What Clients Say About Tamou Law
Real Google reviews from clients we have defended across Phoenix and Maricopa County. Every review is from a criminal defense client, never padded with non-legal work.
Frequently Asked Questions
Is it a crime in Arizona to solicit a minor online if no meeting ever happens?
Yes. Under A.R.S. 13-3554, offering or soliciting sexual conduct with a minor online is luring a minor for sexual exploitation, a completed crime the moment the message is sent, with no meeting or physical contact required. Prosecutors routinely file these charges based on chats, texts, and social media messages alone.
What felony class is luring a minor for sexual exploitation in Arizona?
Luring a minor for sexual exploitation under A.R.S. 13-3554 is a Class 3 felony in Arizona, and it becomes a Class 2 felony punished as a dangerous crime against children when the minor is under fifteen. That enhancement triggers mandatory prison with sharply limited early-release eligibility.
Can you be convicted in Arizona if the minor was really an undercover officer?
Yes. Arizona law states it is not a defense that the person you messaged was actually a peace officer posing as a minor, so undercover sting chats support a full luring conviction. Believing you were talking to a minor is what matters, making these cases prosecutable without any real child.
How much prison time does luring a minor carry in Arizona?
Luring a minor under fifteen is a dangerous crime against children under A.R.S. 13-705, carrying five to fifteen years in prison per count, with ten years presumptive. When the minor is fifteen to seventeen, the Class 3 felony range still allows years of prison plus lifetime consequences.
What is aggravated luring of a minor under ARS 13-3560?
Aggravated luring under A.R.S. 13-3560 is a Class 2 felony that applies when someone uses an electronic device to send a minor sexual material that is harmful to minors while luring them for sexual conduct. When the victim is under fifteen, sentencing falls under Arizona’s dangerous-crimes-against-children law.
Does an online solicitation conviction require sex offender registration in Arizona?
Yes, a conviction for luring or aggravated luring a minor requires sex offender registration in Arizona under A.R.S. 13-3821, and for adult defendants it is generally lifetime. Registration affects where you can live and work, which is why avoiding conviction is the defense’s central goal.
How can entrapment be used as a defense in an Arizona internet sting case?
Entrapment can defeat an Arizona internet sting charge when police urged or coaxed the defendant into conduct he was not predisposed to commit, but under A.R.S. 13-206 the defendant must admit the underlying acts to raise it. Sting transcripts often show who steered the conversation, making early review critical.
What should you do if police contact you about online messages with a minor in Arizona?
Stop all contact, do not answer police questions or hand over your devices without a lawyer, and do not delete messages, which can add tampering charges. An attorney can sometimes intervene before charges are filed. Tamou Law Group defends online solicitation cases statewide. Call 623-321-4699, 24/7.
Two Arizona Offices, One Team
We serve all of Maricopa County and the surrounding area, with free, confidential consultations 24/7 by phone and in-person meetings at either office by appointment.
Case Results Disclaimer: The results described on this page are based on specific facts and circumstances and do not guarantee or predict a similar outcome in any future case. Every case is different. Past results do not guarantee future results. No attorney-client relationship is formed by viewing this page or submitting a contact form until a written fee agreement has been signed. Tamou Law Group, PLLC is licensed to practice law in the State of Arizona. This website is for informational purposes only and does not constitute legal advice.
(function() {
function customizeConsultForm() {
var form = document.querySelector('#consult-form');
if (!form) return false;
var fields = form.querySelectorAll('.gfield');
var emailField = null;
var didWork = false;
fields.forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var labelText = (label.textContent || '').trim().toLowerCase();
if (labelText.indexOf('best way to reply') !== -1 || labelText.indexOf('preferred contact') !== -1) {
field.classList.add('tlg-hide-field');
field.querySelectorAll('input').forEach(function(input) {
input.checked = false;
input.removeAttribute('required');
});
didWork = true;
}
if (labelText.indexOf('email') !== -1) {
emailField = field;
field.classList.add('tlg-email-required');
field.querySelectorAll('input[type="email"], input[type="text"]').forEach(function(input) {
input.setAttribute('required', 'required');
input.setAttribute('aria-required', 'true');
});
didWork = true;
}
});
var gform = form.tagName === 'FORM' ? form : (form.querySelector('form') || form.closest('form'));
if (!gform) gform = document.querySelector('#consult-form form, form[id^="gform_"]');
if (gform && !gform.dataset.tlgSourceBound) {
gform.dataset.tlgSourceBound = '1';
var pageUrl = window.location.href;
var pageTitle = document.title || 'Phoenix White Collar Defense Lawyers';
var pagePath = window.location.pathname;
var sourceTag = '[Source: ' + pageTitle.replace(/\s*[,|].*$/, '') + ' | ' + pagePath + ']';
['source_page', 'page_url', 'lander_url'].forEach(function(name) {
var h = document.createElement('input');
h.type = 'hidden';
h.name = name;
h.value = pageUrl;
gform.appendChild(h);
});
var hp = document.createElement('input');
hp.type = 'hidden';
hp.name = 'source_path';
hp.value = pagePath;
gform.appendChild(hp);
function findMessageField() {
var match = null;
form.querySelectorAll('.gfield').forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var t = (label.textContent || '').trim().toLowerCase();
if (t.indexOf('message') !== -1 || t.indexOf('comment') !== -1 || t.indexOf('detail') !== -1 || t.indexOf('describe') !== -1 || t.indexOf('tell us') !== -1 || t.indexOf('your story') !== -1) {
match = field.querySelector('textarea, input[type="text"]');
}
});
if (!match) match = form.querySelector('textarea');
return match;
}
function prependSource() {
var textarea = findMessageField();
if (textarea && textarea.value.indexOf('[Source:') === -1) {
textarea.value = sourceTag + '\n\n' + (textarea.value || '');
}
}
gform.addEventListener('submit', prependSource, true);
var submitBtns = gform.querySelectorAll('input[type="submit"], button[type="submit"], .gform_button');
submitBtns.forEach(function(btn) {
btn.addEventListener('click', function() {
setTimeout(prependSource, 0);
prependSource();
}, true);
});
}
var submitBtn = form.querySelector('input[type="submit"], button[type="submit"]');
if (submitBtn && emailField && !submitBtn.dataset.tlgBound) {
submitBtn.dataset.tlgBound = '1';
submitBtn.addEventListener('click', function(e) {
var emailInput = emailField.querySelector('input[type="email"], input[type="text"]');
if (emailInput && !emailInput.value.trim()) {
e.preventDefault();
emailInput.focus();
emailInput.style.borderColor = '#c62828';
emailInput.style.boxShadow = '0 0 0 3px rgba(198,40,40,.15)';
}
});
}
return didWork;
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', customizeConsultForm);
} else {
customizeConsultForm();
}
var attempts = 0;
var interval = setInterval(function() {
attempts++;
var done = customizeConsultForm();
if (done || attempts > 10) clearInterval(interval);
}, 500);
})();






