{"uid":"cap_aOQhNJr6xoqCLzR5VyHEZ","slug":"netintel-phone-intelligence-analyzer-ad553657","name":"NetIntel Phone Intelligence Analyzer","description":"Parse and validate any phone number in any format, identify its country and line type (mobile/landline/VOIP/toll-free/premium for NANP + UK numbers; other countries return line_type unknown), and return all standard format variants (E.164, international, national) — catches fictional/unassigned NANP numbers (555 area code, 555-01XX range) so agents can validate contacts and normalize phone data without a paid telecom API.","url":"https://netintel.dev/phone-intel/analyze","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["phone"],"properties":{"phone":{"type":"string","description":"Phone number in any format (e.g. +1 555 867-5309). In query strings URL-encode a leading + as %2B — an unencoded + decodes to a space (tolerated: leading space+digits is re-interpreted as +)."},"country_hint":{"type":"string","description":"ISO 3166-1 alpha-2 country code hint when no dial code present (e.g. US)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"e164":{"type":"string"},"grade":{"type":"string"},"input":{"type":"string"},"score":{"type":"number"},"country":{"type":"string"},"findings":{"type":"array","items":{"type":"object"}},"is_valid":{"type":"boolean"},"national":{"type":"string"},"line_type":{"type":"string"},"digit_count":{"type":"number"},"country_code":{"type":"string"},"country_name":{"type":"string"},"international":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"e164":"+15558675309","grade":"F","input":"+1 (555) 867-5309","score":0,"country":"US","findings":[{"rule":"unassigned_area_code","detail":"555 is not an assigned NANP area code — commonly used for fictional numbers","deduction":-100}],"is_valid":false,"national":"(555) 867-5309","line_type":"mobile_or_landline","digit_count":11,"country_code":"1","country_name":"United States","international":"+1 555 867 5309"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.05","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.05/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_XzCCOTglNXrMcqYeicygV","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates and enriches a phone number, returning E.164 format, line type, country details, a quality score, and risk findings","exampleAgentPrompt":"Can you analyze the phone number +1 (555) 867-5309 and tell me if it's valid, what line type it is (mobile or landline), what country it's from, and give me its quality score and grade?","exampleUseCases":null,"resultDescription":"Returns a JSON object with the normalized E.164 number, national and international formats, validity boolean, line type (e.g. mobile_or_landline), country ISO code and name, dial country code, digit count, a numeric quality score (0-100), a letter grade (A-F), and an array of findings/risk signals.","failureModes":["Unparseable phone number returns is_valid: false with low score","Missing required 'phone' query parameter returns 4xx error","Ambiguous number without country code and no country_hint may produce incorrect country assignment","Number with invalid digit count may still partially parse but return is_valid: false","Payment failure via x402 returns HTTP 402 before analysis occurs"],"whenToPreferThis":"Use this endpoint when you need both validation and enrichment of a phone number in one call — it combines format normalization, line type classification, country lookup, and a risk/quality score. Prefer it over simple format validators when you need the grade/score/findings for fraud screening, lead quality assessment, or pre-SMS validation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:51:51.823Z","isFirstParty":false}