{
  "endpoints": {
    "GET /session-status": "Check current usage and limits",
    "POST /get-phones-enhanced": "Enhanced phone extraction with better performance",
    "POST /reset-daily-limits": "Reset daily limits (testing only)"
  },
  "improvements": [
    "\u2705 No extra dependencies (no aiofiles needed)",
    "\u2705 Headless mode for better performance",
    "\u2705 Enhanced stealth measures",
    "\u2705 Better phone extraction methods",
    "\u2705 Reduced delays (2-5s instead of 3-8s)",
    "\u2705 Improved error handling",
    "\u2705 Multiple click fallback methods",
    "\u2705 Enhanced browser fingerprinting evasion"
  ],
  "safety_limits": {
    "delay_between_actions": "2-5 seconds (faster)",
    "max_daily_searches": 30,
    "max_results_per_session": 10,
    "max_session_duration": "3 minutes (faster)"
  },
  "status": "Enhanced Anti-Detection Phone Crawler v2.0",
  "usage": {
    "check_status": "curl http://localhost:5000/session-status",
    "enhanced_extraction": "curl -X POST http://localhost:5000/get-phones-enhanced -H 'Content-Type: application/json' -d '{\"query\":\"coffee hanoi\",\"max_results\":10}'"
  }
}
