PhoneTea is a community-powered phone number review platform. Search any number, read real reviews, check spam scores, and verify legitimate callers.
PhoneTea combines community reviews, spam detection, and phone number verification into one powerful platform.
Search any phone number to see reviews, spam scores, carrier info, and location data. Know who's behind any number in seconds.
Read and write reviews for phone numbers. Help others identify spam, telemarketers, and legitimate callers with real user experiences.
Verify ownership of your phone number via SMS to earn a trusted badge. Verified owners can respond to reviews and manage their number's profile.
Our community-driven spam scoring system rates every number from low to high risk based on real user reports and review patterns.
Build call screening, spam detection, and phone validation into your own apps with our RESTful API. Sandbox and production keys available.
Your data stays yours. We never sell personal information, and all SMS verification is used solely for identity confirmation — never marketing.
Enter any phone number to instantly see its spam score, community reviews, carrier details, and location information.
See what others have experienced. Categorize callers as spam, telemarketers, real people, or professionals. Add your own review to help the community.
Own a phone number? Verify it with a one-time SMS code to claim your profile, respond to reviews, and earn a verified badge.
Integrate phone number lookup, spam scoring, and review data directly into your applications with our developer-friendly REST API.
// Quick spam check with PhoneTea API const response = await fetch( `https://api.phonetea.com/v1/spam-score ?number=5551234567`, { headers: { 'Authorization': `Bearer ${API_KEY}` } } ); const { data } = await response.json(); // { // spam_score: 75, // risk_level: "high", // label: "trollSpamFake" // } if (data.risk_level === 'high') { blockCall(phoneNumber); }
PhoneTea is free to use with ads. Upgrade for unlimited searches, an ad-free experience, and developer API access.
Get started with basic phone lookups.
Unlimited access for power users.
For apps and businesses.
PhoneTea is launching soon on iOS, Android, and Web. Be the first to get access.
Request Beta Access