4 rows where header = "Search" sorted by header

View and edit SQL

Suggested facets: created_at (date), updated_at (date), time (date)

header

  • Search · 4
id created_at updated_at deleted_at header ▼ title title_url type time
74460 2021-03-02 19:31:30.204346+03:00 2021-03-02 19:31:30.204346+03:00   Search Searched for 15000 * 0.75 https://www.google.com/search?q=15000+*+0.75 Search 2021-01-11 20:45:52.388+00:00
74461 2021-03-02 19:31:30.204346+03:00 2021-03-02 19:31:30.204346+03:00   Search Searched for amsterdam london train https://www.google.com/search?q=amsterdam+london+train Search 2021-01-11 15:38:22.857+00:00
74459 2021-03-02 19:31:30.204346+03:00 2021-03-02 19:31:30.204346+03:00   Search Searched for patrick collison https://www.google.com/search?q=patrick+collison Search 2021-01-12 06:05:55.34+00:00
74458 2021-03-02 19:31:30.204346+03:00 2021-03-02 19:31:30.204346+03:00   Search Visited Home · Patrick Collison https://www.google.com/url?q=https://patrickcollison.com/&usg=AFQjCNG4pL5vaoUZdVUS7pUkpyx3TNg9Og Search 2021-01-12 06:05:58.242+00:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `google_activity` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`header` text,`title` text,`title_url` text,`type` text,`time` datetime,PRIMARY KEY (`id`));
CREATE UNIQUE INDEX `google_activity_key` ON `google_activity`(`header`,`title`,`time`);
CREATE INDEX `idx_google_activity_deleted_at` ON `google_activity`(`deleted_at`);