{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-tanantor-com-v1-x402-phone-hygiene-batch1000",
  "title": "Tanantor \u00b7 Batch Phone Hygiene (1000)",
  "url": "https://api.tanantor.com/v1/x402/phone.hygiene.batch1000",
  "category": "tools",
  "summary": "Process up to 1000 phone numbers for validation, formatting, and hygiene scoring in a single batch request.",
  "seo": {
    "title": "Phone Hygiene API | Batch Validation | x402 Tool",
    "description": "Validate and clean phone numbers in batches up to 1000 via x402. 1.5 USDC on Base. Phone hygiene and formatting service."
  },
  "use_cases": [
    "Clean CRM phone number databases",
    "Validate contact lists before outreach campaigns",
    "Standardize international phone formats",
    "Detect invalid or disconnected numbers",
    "Enrich lead data with phone hygiene scores"
  ],
  "ideal_buyer": "Sales operations teams, marketing automation platforms, and agents requiring bulk phone number validation and data hygiene.",
  "example_prompt": "Validate this batch of 500 phone numbers and return their formatted international versions and validity status",
  "example_request_body": {
    "items": [
      {
        "phone": "+1-555-123-4567",
        "default_region": "US"
      },
      {
        "phone": "020 7946 0958",
        "default_region": "GB"
      }
    ]
  },
  "risk_notes": [
    "May process personal / identity data."
  ],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 75,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xba120d70ac92d74370a2aeb0b51cb90ec4648a6c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1500000",
      "max_timeout_seconds": 60,
      "description": "Batch phone hygiene for up to 1000 numbers.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "body_type": "json",
          "body_fields": {
            "type": "object",
            "$defs": {
              "PhoneRequest": {
                "type": "object",
                "title": "PhoneRequest",
                "required": [
                  "phone"
                ],
                "properties": {
                  "phone": {
                    "type": "string",
                    "title": "Phone",
                    "description": "Phone number in any format"
                  },
                  "default_region": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Default Region",
                    "description": "ISO country code hint (e.g., US, GB)"
                  }
                }
              }
            },
            "title": "PhoneBatchRequest",
            "required": [
              "items"
            ],
            "properties": {
              "items": {
                "type": "array",
                "items": {
                  "$ref": "#/$defs/PhoneRequest"
                },
                "title": "Items",
                "description": "List of phone requests"
              }
            }
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "$defs": {
            "PhoneResult": {
              "type": "object",
              "title": "PhoneResult",
              "required": [
                "e164",
                "region",
                "type",
                "flags",
                "risk_score",
                "reasons"
              ],
              "properties": {
                "e164": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "E164"
                },
                "type": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Type"
                },
                "flags": {
                  "type": "object",
                  "title": "Flags",
                  "additionalProperties": true
                },
                "region": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Region"
                },
                "reasons": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  },
                  "title": "Reasons"
                },
                "risk_score": {
                  "type": "integer",
                  "title": "Risk Score"
                }
              }
            }
          },
          "title": "PhoneBatchResult",
          "required": [
            "results",
            "count"
          ],
          "properties": {
            "count": {
              "type": "integer",
              "title": "Count"
            },
            "results": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "$ref": "#/$defs/PhoneResult"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "title": "Results"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-fc6751ffe589",
  "origin": {
    "slug": "api-tanantor-com",
    "host": "api.tanantor.com",
    "title": "Tanantor API",
    "description": "API origin at api.tanantor.com. Currently returning a 503 error indicating the service is temporarily unavailable.",
    "url": "https://api.tanantor.com"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-tanantor-com-v1-x402-phone-hygiene-batch1000",
    "url": "https://x402all.com/resource/api-tanantor-com-v1-x402-phone-hygiene-batch1000",
    "name": "Tanantor \u00b7 Batch Phone Hygiene (1000)",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-tanantor-com-v1-x402-phone-hygiene-batch1000",
      "@type": "Offer",
      "price": "1.5",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.500000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.tanantor.com/v1/x402/phone.hygiene.batch1000",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-tanantor-com",
      "url": "https://api.tanantor.com",
      "name": "Tanantor API",
      "@type": "Organization"
    },
    "identifier": "api-tanantor-com-v1-x402-phone-hygiene-batch1000",
    "description": "Validate and clean phone numbers in batches up to 1000 via x402. 1.5 USDC on Base. Phone hygiene and formatting service.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-tanantor-com-v1-x402-phone-hygiene-batch1000",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-tanantor-com-v1-x402-phone-hygiene-batch1000"
}
