Skip to content

Search Query

KNSG edited this page Nov 16, 2019 · 1 revision

Query (JSON) UNSUPPORTED

  • query logs on Google search engine.
  • takeout data excluded JSON format.
{
  "event": [
    {
      "query": {
        "id": [
          {
            "timestamp_usec": "1485845767211578"
          }
        ],
        "query_text": "android NEXUS5X"
      }
    }
  ]
}
  • event : (array/object) query event
  • query : (object) query contents
    • id : (array/object) query id ?
      • timestamp_usec : (string) timestamp in nano second
    • query_text : (string) query text
Clone this wiki locally