OLD | NEW |
(Empty) | |
| 1 { |
| 2 "description": "Key mobile search queries on google", |
| 3 "archive_data_file": "data/key_search_mobile.json", |
| 4 "credentials_path": "data/credentials.json", |
| 5 "user_agent_type": "mobile", |
| 6 "smoothness": { "action": "scroll" }, |
| 7 "pages": [ |
| 8 { |
| 9 "url": "http://www.google.com/", |
| 10 "why": "An empty page should be as snappy as possible" |
| 11 }, |
| 12 { |
| 13 "url": "https://www.google.com/search?q=science", |
| 14 "why": "A reasonable search term with no images or ads usually" |
| 15 }, |
| 16 { |
| 17 "url": "http://www.google.com/search?q=orange", |
| 18 "why": "A reasonable search term with images but no ads usually" |
| 19 }, |
| 20 { |
| 21 "url": "https://www.google.com/search?q=1600+Amphitheatre+Pkwy%2C+Mountain
+View%2C+CA", |
| 22 "why": "An address search" |
| 23 }, |
| 24 { |
| 25 "url": "http://www.google.com/search?q=tom+hanks", |
| 26 "why": "A search for a known actor" |
| 27 }, |
| 28 { |
| 29 "url": "https://www.google.com/search?q=weather+94110", |
| 30 "why": "A search for weather" |
| 31 }, |
| 32 { |
| 33 "url": "http://www.google.com/search?q=goog", |
| 34 "why": "A search for a stock" |
| 35 }, |
| 36 { |
| 37 "url": "https://www.google.com/search?q=population+of+california", |
| 38 "why": "Charts" |
| 39 }, |
| 40 { |
| 41 "url": "http://www.google.com/search?q=sfo+jfk+flights", |
| 42 "why": "Flights" |
| 43 }, |
| 44 { |
| 45 "url": "https://www.google.com/search?q=movies+94110", |
| 46 "why": "Movie showtimes" |
| 47 }, |
| 48 { |
| 49 "url": "http://www.google.com/search?q=tip+on+100+bill", |
| 50 "why": "A tip calculator" |
| 51 }, |
| 52 { |
| 53 "url": "https://www.google.com/search?q=time+in+san+francisco", |
| 54 "why": "Time" |
| 55 }, |
| 56 { |
| 57 "url": "http://www.google.com/search?q=define+define", |
| 58 "why": "Definitions" |
| 59 }, |
| 60 { |
| 61 "url": "https://www.google.com/search?q=burritos+94110", |
| 62 "why": "Local results" |
| 63 }, |
| 64 { |
| 65 "url": "http://www.google.com/search?q=x^3", |
| 66 "why": "Graph" |
| 67 } |
| 68 ] |
| 69 } |
OLD | NEW |