Available on iOS, Android & Web

Know who's calling before you answer.

PhoneTea is a community-powered phone number review platform. Search any number, read real reviews, check spam scores, and verify legitimate callers.

Request Beta Access Learn More
🔒 End-to-End Encrypted
🛡 Firebase App Check Protected
SMS Verified Users
📱 iOS, Android & Web
Features

Everything you need to screen calls with confidence.

PhoneTea combines community reviews, spam detection, and phone number verification into one powerful platform.

Phone Number Lookup

Search any phone number to see reviews, spam scores, carrier info, and location data. Know who's behind any number in seconds.

Community Reviews

Read and write reviews for phone numbers. Help others identify spam, telemarketers, and legitimate callers with real user experiences.

Phone Verification

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.

🚫

Spam Detection

Our community-driven spam scoring system rates every number from low to high risk based on real user reports and review patterns.

Developer API

Build call screening, spam detection, and phone validation into your own apps with our RESTful API. Sandbox and production keys available.

🔐

Privacy First

Your data stays yours. We never sell personal information, and all SMS verification is used solely for identity confirmation — never marketing.

Three steps to phone number transparency.

1

Search a Number

Enter any phone number to instantly see its spam score, community reviews, carrier details, and location information.

2

Read & Write Reviews

See what others have experienced. Categorize callers as spam, telemarketers, real people, or professionals. Add your own review to help the community.

3

Verify Your Number

Own a phone number? Verify it with a one-time SMS code to claim your profile, respond to reviews, and earn a verified badge.

Build with the PhoneTea API.

Integrate phone number lookup, spam scoring, and review data directly into your applications with our developer-friendly REST API.

  • Phone number lookup with spam scores
  • Batch processing for contact lists
  • Real-time spam score checks
  • Phone number validation and carrier detection
  • Submit reviews programmatically
  • Sandbox environment for development
// 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);
}
Pricing

Free to search. Premium to unlock.

PhoneTea is free to use with ads. Upgrade for unlimited searches, an ad-free experience, and developer API access.

Free

$0 / forever

Get started with basic phone lookups.

  • Limited daily searches
  • Read and write reviews
  • Community spam scores
  • Ad-supported
API Developer

Custom

For apps and businesses.

  • REST API access
  • Sandbox + production keys
  • Batch processing
  • Usage dashboard
  • Developer documentation

Ready to know who's calling?

PhoneTea is launching soon on iOS, Android, and Web. Be the first to get access.

Request Beta Access