Microsoft Account Checker avatar

Microsoft Account Checker

Pricing

$1.00 / 1,000 microsoft account checkers

Go to Apify Store
Microsoft Account Checker

Microsoft Account Checker

Verify if an email address is associated with a registered Microsoft Account.

Pricing

$1.00 / 1,000 microsoft account checkers

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

๐Ÿ” Microsoft Account Checker (Outlook, Hotmail, Office 365, Live)

Validate and verify the existence of any email address against Microsoft's official Identity Provider (IdP) system instantly. Efficiently check Outlook, Hotmail, Office 365, Live, and custom domain Microsoft corporate/educational accounts.

No browsers, proxies, or complex browser automation scripts are needed. This Actor leverages a high-performance edge service that directly verifies registration status with Microsoft, yielding results in milliseconds.


๐ŸŒŸ Key Features

  • High-Speed Account Verification: Direct communication with Microsoft Identity Provider endpoints provides lightning-fast checks.
  • Bulk Check Ready: Lightweight execution with minimal overhead, suitable for large lists of accounts.
  • Identify Account Status: Returns clear, structured responses mapping whether the account exists and the associated account type.
  • CORS-Enabled Routing: Secured via custom X-Api-Key headers for seamless application programming.
  • Zero Blocks or Captchas: Uses optimized browser header profiles to mimic real user interactions, preventing rate limiting and IP blocks.

๐Ÿ› ๏ธ How It Works

This actor queries an edge-deployed Cloudflare Worker gateway, which acts as a secure reverse-proxy. The gateway forwards an inquiry to Microsoft's official discovery endpoints (odc.officeapps.live.com). It reads the authentication responses, parses the underlying IdP tags, and converts the results into a standardized format.

  • Registered Personal Account: Returns Microsoft Account (is_registered = true).
  • Work or School Directory: Identifies organization-managed profiles.
  • Not Registered: Identifies if the email address is completely unregistered with Microsoft services (is_registered = false).

๐Ÿ“ฅ Input Parameters

FieldTypeDescriptionPrefill Example
Email AddressstringThe target email address to verify.test@outlook.com

Input JSON Example

{
"email": "test@outlook.com"
}

๐Ÿ“ค Output Data Structure

Tabular datasets output clean rows mapping the account info:

Output JSON Example

{
"success": true,
"email_tested": "test@outlook.com",
"is_registered": true,
"status": "Microsoft Account",
"description": "Successfully verified account status."
}

๐Ÿ’ณ Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $1.00 per 1,000 successful lookups ($0.001 per event).
  • Pay as You Go: If validation fails due to network/gateway issues, no billing charges occur.