Skip to main content
GET
/
service
/
ghunt
Google Account Information (GHunt)
curl --request GET \
  --url https://oathnet.org/api/service/ghunt \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "status": "<string>",
    "data": {
      "profile": {
        "Name": "<string>",
        "Profile Picture": "<string>",
        "Gaia ID": "<string>",
        "Last Update": "<string>"
      },
      "maps_reviews": "<string>",
      "photos_url": "<string>"
    },
    "_meta": {
      "user": {
        "plan": "Pro",
        "plan_type": "pro",
        "is_plan_active": true
      },
      "lookups": {
        "used_today": 5,
        "left_today": 995,
        "daily_limit": 1000,
        "is_unlimited": false
      },
      "service": {
        "name": "Service Name",
        "id": "service-id",
        "category": "general",
        "is_premium": false,
        "is_available": true,
        "session_quota": 10
      },
      "performance": {
        "duration_ms": 111.47,
        "timestamp": "2026-01-06T00:44:08.191547"
      }
    }
  },
  "errors": {
    "error": "<string>",
    "details": "<string>",
    "_meta": {
      "user": {
        "plan": "Pro",
        "plan_type": "pro",
        "is_plan_active": true
      },
      "lookups": {
        "used_today": 5,
        "left_today": 995,
        "daily_limit": 1000,
        "is_unlimited": false
      },
      "service": {
        "name": "Service Name",
        "id": "service-id",
        "category": "general",
        "is_premium": false,
        "is_available": true,
        "session_quota": 10
      },
      "performance": {
        "duration_ms": 111.47,
        "timestamp": "2026-01-06T00:44:08.191547"
      }
    }
  }
}
Perform OSINT reconnaissance on Google accounts using the GHunt tool.
This endpoint requires additional authentication. A valid Google OSID cookie may be needed for some queries. Contact support if you encounter authentication errors.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

email
string<email>
required

Gmail address

search_id
string

Response

200 - application/json

Google account info

success
boolean
message
string
data
object
errors
object

Error details if lookup failed