Trends
3min
DESKTOP TABLET MOBILE
SerpWow parses Google Trends results into the trends_interest_over_time , trends_interest_by_subregion , related_queries and related_topics properties in the JSON output when the search_type=trends search parameter is set.
Google Trends Results

Below is an example of how the Google Trends results are represented in the SerpWow result JSON:
JSON
1{
2 "request_info": {
3 "success": true,
4 "credits_used": 1,
5 "credits_used_this_request": 1,
6 "credits_remaining": 19999,
7 "credits_reset_at": "2021-01-01T00:00:00.000Z"
8 },
9 "search_metadata": {
10 "created_at": "2021-01-01T00:00:00.000Z",
11 "processed_at": "2021-01-01T00:00:00.000Z",
12 "total_time_taken": 1.5,
13 "engine_url": "https://www.trends.google.com/trends/",
14 "html_url": "https://api.serpwow.com/live/search?api_key=APIKEY&q=pizza&search_type=trends&output=html&engine=google",
15 "json_url": "https://api.serpwow.com/live/search?api_key=APIKEY&q=pizza&search_type=trends&output=json&engine=google"
16 },
17 "search_parameters": {
18 "q": "pizza",
19 "search_type": "trends",
20 "output": "json",
21 "engine": "google"
22 },
23 "search_information": {
24 "original_query_yields_zero_results": false
25 },
26 "trends_interest_over_time": {
27 "data": [
28 {
29 "date_utc": "2020-10-11T00:00:00.000Z",
30 "date_formatted": "Oct 11 – 17, 2020",
31 "values": [
32 {
33 "keyword": "pizza",
34 "has_value": true,
35 "value": 81,
36 "value_formatted": "81"
37 }
38 ]
39 },
40 {
41 "date_utc": "2020-10-18T00:00:00.000Z",
42 "date_formatted": "Oct 18 – 24, 2020",
43 "values": [
44 {
45 "keyword": "pizza",
46 "has_value": true,
47 "value": 82,
48 "value_formatted": "82"
49 }
50 ]
51 },
52 {
53 "date_utc": "2020-10-25T00:00:00.000Z",
54 "date_formatted": "Oct 25 – 31, 2020",
55 "values": [
56 {
57 "keyword": "pizza",
58 "has_value": true,
59 "value": 84,
60 "value_formatted": "84"
61 }
62 ]
63 },
64 {
65 "date_utc": "2020-11-01T00:00:00.000Z",
66 "date_formatted": "Nov 1 – 7, 2020",
67 "values": [
68 {
69 "keyword": "pizza",
70 "has_value": true,
71 "value": 77,
72 "value_formatted": "77"
73 }
74 ]
75 },
76 {
77 "date_utc": "2020-11-08T00:00:00.000Z",
78 "date_formatted": "Nov 8 – 14, 2020",
79 "values": [
80 {
81 "keyword": "pizza",
82 "has_value": true,
83 "value": 77,
84 "value_formatted": "77"
85 }
86 ]
87 },
88 {
89 "date_utc": "2020-11-15T00:00:00.000Z",
90 "date_formatted": "Nov 15 – 21, 2020",
91 "values": [
92 {
93 "keyword": "pizza",
94 "has_value": true,
95 "value": 81,
96 "value_formatted": "81"
97 }
98 ]
99 },
100 {
101 "date_utc": "2020-11-22T00:00:00.000Z",
102 "date_formatted": "Nov 22 – 28, 2020",
103 "values": [
104 {
105 "keyword": "pizza",
106 "has_value": true,
107 "value": 76,
108 "value_formatted": "76"
109 }
110 ]
111 },
112 {
113 "date_utc": "2020-11-29T00:00:00.000Z",
114 "date_formatted": "Nov 29 – Dec 5, 2020",
115 "values": [
116 {
117 "keyword": "pizza",
118 "has_value": true,
119 "value": 80,
120 "value_formatted": "80"
121 }
122 ]
123 },
124 {
125 "date_utc": "2020-12-06T00:00:00.000Z",
126 "date_formatted": "Dec 6 – 12, 2020",
127 "values": [
128 {
129 "keyword": "pizza",
130 "has_value": true,
131 "value": 82,
132 "value_formatted": "82"
133 }
134 ]
135 },
136 {
137 "date_utc": "2020-12-13T00:00:00.000Z",
138 "date_formatted": "Dec 13 – 19, 2020",
139 "values": [
140 {
141 "keyword": "pizza",
142 "has_value": true,
143 "value": 82,
144 "value_formatted": "82"
145 }
146 ]
147 },
148 {
149 "date_utc": "2020-12-20T00:00:00.000Z",
150 "date_formatted": "Dec 20 – 26, 2020",
151 "values": [
152 {
153 "keyword": "pizza",
154 "has_value": true,
155 "value": 89,
156 "value_formatted": "89"
157 }
158 ]
159 },
160 {
161 "date_utc": "2020-12-27T00:00:00.000Z",
162 "date_formatted": "Dec 27, 2020 – Jan 2, 2021",
163 "values": [
164 {
165 "keyword": "pizza",
166 "has_value": true,
167 "value": 100,
168 "value_formatted": "100"
169 }
170 ]
171 },
172 {
173 "date_utc": "2021-01-03T00:00:00.000Z",
174 "date_formatted": "Jan 3 – 9, 2021",
175 "values": [
176 {
177 "keyword": "pizza",
178 "has_value": true,
179 "value": 81,
180 "value_formatted": "81"
181 }
182 ]
183 },
184 {
185 "date_utc": "2021-01-10T00:00:00.000Z",
186 "date_formatted": "Jan 10 – 16, 2021",
187 "values": [
188 {
189 "keyword": "pizza",
190 "has_value": true,
191 "value": 82,
192 "value_formatted": "82"
193 }
194 ]
195 },
196 {
197 "date_utc": "2021-01-17T00:00:00.000Z",
198 "date_formatted": "Jan 17 – 23, 2021",
199 "values": [
200 {
201 "keyword": "pizza",
202 "has_value": true,
203 "value": 82,
204 "value_formatted": "82"
205 }
206 ]
207 },
208 {
209 "date_utc": "2021-01-24T00:00:00.000Z",
210 "date_formatted": "Jan 24 – 30, 2021",
211 "values": [
212 {
213 "keyword": "pizza",
214 "has_value": true,
215 "value": 82,
216 "value_formatted": "82"
217 }
218 ]
219 },
220 {
221 "date_utc": "2021-01-31T00:00:00.000Z",
222 "date_formatted": "Jan 31 – Feb 6, 2021",
223 "values": [
224 {
225 "keyword": "pizza",
226 "has_value": true,
227 "value": 82,
228 "value_formatted": "82"
229 }
230 ]
231 },
232 {
233 "date_utc": "2021-02-07T00:00:00.000Z",
234 "date_formatted": "Feb 7 – 13, 2021",
235 "values": [
236 {
237 "keyword": "pizza",
238 "has_value": true,
239 "value": 85,
240 "value_formatted": "85"
241 }
242 ]
243 },
244 {
245 "date_utc": "2021-02-14T00:00:00.000Z",
246 "date_formatted": "Feb 14 – 20, 2021",
247 "values": [
248 {
249 "keyword": "pizza",
250 "has_value": true,
251 "value": 90,
252 "value_formatted": "90"
253 }
254 ]
255 },
256 {
257 "date_utc": "2021-02-21T00:00:00.000Z",
258 "date_formatted": "Feb 21 – 27, 2021",
259 "values": [
260 {
261 "keyword": "pizza",
262 "has_value": true,
263 "value": 81,
264 "value_formatted": "81"
265 }
266 ]
267 },
268 {
269 "date_utc": "2021-02-28T00:00:00.000Z",
270 "date_formatted": "Feb 28 – Mar 6, 2021",
271 "values": [
272 {
273 "keyword": "pizza",
274 "has_value": true,
275 "value": 79,
276 "value_formatted": "79"
277 }
278 ]
279 },
280 {
281 "date_utc": "2021-03-07T00:00:00.000Z",
282 "date_formatted": "Mar 7 – 13, 2021",
283 "values": [
284 {
285 "keyword": "pizza",
286 "has_value": true,
287 "value": 79,
288 "value_formatted": "79"
289 }
290 ]
291 },
292 {
293 "date_utc": "2021-03-14T00:00:00.000Z",
294 "date_formatted": "Mar 14 – 20, 2021",
295 "values": [
296 {
297 "keyword": "pizza",
298 "has_value": true,
299 "value": 85,
300 "value_formatted": "85"
301 }
302 ]
303 },
304 {
305 "date_utc": "2021-03-21T00:00:00.000Z",
306 "date_formatted": "Mar 21 – 27, 2021",
307 "values": [
308 {
309 "keyword": "pizza",
310 "has_value": true,
311 "value": 83,
312 "value_formatted": "83"
313 }
314 ]
315 },
316 {
317 "date_utc": "2021-03-28T00:00:00.000Z",
318 "date_formatted": "Mar 28 – Apr 3, 2021",
319 "values": [
320 {
321 "keyword": "pizza",
322 "has_value": true,
323 "value": 87,
324 "value_formatted": "87"
325 }
326 ]
327 },
328 {
329 "date_utc": "2021-04-04T00:00:00.000Z",
330 "date_formatted": "Apr 4 – 10, 2021",
331 "values": [
332 {
333 "keyword": "pizza",
334 "has_value": true,
335 "value": 83,
336 "value_formatted": "83"
337 }
338 ]
339 },
340 {
341 "date_utc": "2021-04-11T00:00:00.000Z",
342 "date_formatted": "Apr 11 – 17, 2021",
343 "values": [
344 {
345 "keyword": "pizza",
346 "has_value": true,
347 "value": 84,
348 "value_formatted": "84"
349 }
350 ]
351 },
352 {
353 "date_utc": "2021-04-18T00:00:00.000Z",
354 "date_formatted": "Apr 18 – 24, 2021",
355 "values": [
356 {
357 "keyword": "pizza",
358 "has_value": true,
359 "value": 85,
360 "value_formatted": "85"
361 }
362 ]
363 },
364 {
365 "date_utc": "2021-04-25T00:00:00.000Z",
366 "date_formatted": "Apr 25 – May 1, 2021",
367 "values": [
368 {
369 "keyword": "pizza",
370 "has_value": true,
371 "value": 83,
372 "value_formatted": "83"
373 }
374 ]
375 },
376 {
377 "date_utc": "2021-05-02T00:00:00.000Z",
378 "date_formatted": "May 2 – 8, 2021",
379 "values": [
380 {
381 "keyword": "pizza",
382 "has_value": true,
383 "value": 82,
384 "value_formatted": "82"
385 }
386 ]
387 },
388 {
389 "date_utc": "2021-05-09T00:00:00.000Z",
390 "date_formatted": "May 9 – 15, 2021",
391 "values": [
392 {
393 "keyword": "pizza",
394 "has_value": true,
395 "value": 86,
396 "value_formatted": "86"
397 }
398 ]
399 },
400 {
401 "date_utc": "2021-05-16T00:00:00.000Z",
402 "date_formatted": "May 16 – 22, 2021",
403 "values": [
404 {
405 "keyword": "pizza",
406 "has_value": true,
407 "value": 82,
408 "value_formatted": "82"
409 }
410 ]
411 },
412 {
413 "date_utc": "2021-05-23T00:00:00.000Z",
414 "date_formatted": "May 23 – 29, 2021",
415 "values": [
416 {
417 "keyword": "pizza",
418 "has_value": true,
419 "value": 86,
420 "value_formatted": "86"
421 }
422 ]
423 },
424 {
425 "date_utc": "2021-05-30T00:00:00.000Z",
426 "date_formatted": "May 30 – Jun 5, 2021",
427 "values": [
428 {
429 "keyword": "pizza",
430 "has_value": true,
431 "value": 85,
432 "value_formatted": "85"
433 }
434 ]
435 },
436 {
437 "date_utc": "2021-06-06T00:00:00.000Z",
438 "date_formatted": "Jun 6 – 12, 2021",
439 "values": [
440 {
441 "keyword": "pizza",
442 "has_value": true,
443 "value": 81,
444 "value_formatted": "81"
445 }
446 ]
447 },
448 {
449 "date_utc": "2021-06-13T00:00:00.000Z",
450 "date_formatted": "Jun 13 – 19, 2021",
451 "values": [
452 {
453 "keyword": "pizza",
454 "has_value": true,
455 "value": 87,
456 "value_formatted": "87"
457 }
458 ]
459 },
460 {
461 "date_utc": "2021-06-20T00:00:00.000Z",
462 "date_formatted": "Jun 20 – 26, 2021",
463 "values": [
464 {
465 "keyword": "pizza",
466 "has_value": true,
467 "value": 86,
468 "value_formatted": "86"
469 }
470 ]
471 },
472 {
473 "date_utc": "2021-06-27T00:00:00.000Z",
474 "date_formatted": "Jun 27 – Jul 3, 2021",
475 "values": [
476 {
477 "keyword": "pizza",
478 "has_value": true,
479 "value": 88,
480 "value_formatted": "88"
481 }
482 ]
483 },
484 {
485 "date_utc": "2021-07-04T00:00:00.000Z",
486 "date_formatted": "Jul 4 – 10, 2021",
487 "values": [
488 {
489 "keyword": "pizza",
490 "has_value": true,
491 "value": 91,
492 "value_formatted": "91"
493 }
494 ]
495 },
496 {
497 "date_utc": "2021-07-11T00:00:00.000Z",
498 "date_formatted": "Jul 11 – 17, 2021",
499 "values": [
500 {
501 "keyword": "pizza",
502 "has_value": true,
503 "value": 92,
504 "value_formatted": "92"
505 }
506 ]
507 },
508 {
509 "date_utc": "2021-07-18T00:00:00.000Z",
510 "date_formatted": "Jul 18 – 24, 2021",
511 "values": [
512 {
513 "keyword": "pizza",
514 "has_value": true,
515 "value": 89,
516 "value_formatted": "89"
517 }
518 ]
519 },
520 {
521 "date_utc": "2021-07-25T00:00:00.000Z",
522 "date_formatted": "Jul 25 – 31, 2021",
523 "values": [
524 {
525 "keyword": "pizza",
526 "has_value": true,
527 "value": 87,
528 "value_formatted": "87"
529 }
530 ]
531 },
532 {
533 "date_utc": "2021-08-01T00:00:00.000Z",
534 "date_formatted": "Aug 1 – 7, 2021",
535 "values": [
536 {
537 "keyword": "pizza",
538 "has_value": true,
539 "value": 91,
540 "value_formatted": "91"
541 }
542 ]
543 },
544 {
545 "date_utc": "2021-08-08T00:00:00.000Z",
546 "date_formatted": "Aug 8 – 14, 2021",
547 "values": [
548 {
549 "keyword": "pizza",
550 "has_value": true,
551 "value": 87,
552 "value_formatted": "87"
553 }
554 ]
555 },
556 {
557 "date_utc": "2021-08-15T00:00:00.000Z",
558 "date_formatted": "Aug 15 – 21, 2021",
559 "values": [
560 {
561 "keyword": "pizza",
562 "has_value": true,
563 "value": 87,
564 "value_formatted": "87"
565 }
566 ]
567 },
568 {
569 "date_utc": "2021-08-22T00:00:00.000Z",
570 "date_formatted": "Aug 22 – 28, 2021",
571 "values": [
572 {
573 "keyword": "pizza",
574 "has_value": true,
575 "value": 86,
576 "value_formatted": "86"
577 }
578 ]
579 },
580 {
581 "date_utc": "2021-08-29T00:00:00.000Z",
582 "date_formatted": "Aug 29 – Sep 4, 2021",
583 "values": [
584 {
585 "keyword": "pizza",
586 "has_value": true,
587 "value": 85,
588 "value_formatted": "85"
589 }
590 ]
591 },
592 {
593 "date_utc": "2021-09-05T00:00:00.000Z",
594 "date_formatted": "Sep 5 – 11, 2021",
595 "values": [
596 {
597 "keyword": "pizza",
598 "has_value": true,
599 "value": 82,
600 "value_formatted": "82"
601 }
602 ]
603 },
604 {
605 "date_utc": "2021-09-12T00:00:00.000Z",
606 "date_formatted": "Sep 12 – 18, 2021",
607 "values": [
608 {
609 "keyword": "pizza",
610 "has_value": true,
611 "value": 78,
612 "value_formatted": "78"
613 }
614 ]
615 },
616 {
617 "date_utc": "2021-09-19T00:00:00.000Z",
618 "date_formatted": "Sep 19 – 25, 2021",
619 "values": [
620 {
621 "keyword": "pizza",
622 "has_value": true,
623 "value": 81,
624 "value_formatted": "81"
625 }
626 ]
627 },
628 {
629 "date_utc": "2021-09-26T00:00:00.000Z",
630 "date_formatted": "Sep 26 – Oct 2, 2021",
631 "values": [
632 {
633 "keyword": "pizza",
634 "has_value": true,
635 "value": 78,
636 "value_formatted": "78"
637 }
638 ]
639 },
640 {
641 "date_utc": "2021-10-03T00:00:00.000Z",
642 "date_formatted": "Oct 3 – 9, 2021",
643 "values": [
644 {
645 "keyword": "pizza",
646 "has_value": true,
647 "value": 73,
648 "value_formatted": "73"
649 }
650 ]
651 }
652 ]
653 },
654 "trends_interest_by_subregion": [
655 {
656 "geo": "PR",
657 "name": "Puerto Rico",
658 "values": [
659 {
660 "keyword": "pizza",
661 "has_value": true,
662 "value": 100,
663 "value_formatted": "100"
664 }
665 ]
666 },
667 {
668 "geo": "CA",
669 "name": "Canada",
670 "values": [
671 {
672 "keyword": "pizza",
673 "has_value": true,
674 "value": 98,
675 "value_formatted": "98"
676 }
677 ]
678 },
679 {
680 "geo": "BM",
681 "name": "Bermuda",
682 "values": [
683 {
684 "keyword": "pizza",
685 "has_value": false
686 }
687 ]
688 },
689 {
690 "geo": "US",
691 "name": "United States",
692 "values": [
693 {
694 "keyword": "pizza",
695 "has_value": true,
696 "value": 88,
697 "value_formatted": "88"
698 }
699 ]
700 },
701 {
702 "geo": "GU",
703 "name": "Guam",
704 "values": [
705 {
706 "keyword": "pizza",
707 "has_value": false
708 }
709 ]
710 },
711 {
712 "geo": "VI",
713 "name": "U.S. Virgin Islands",
714 "values": [
715 {
716 "keyword": "pizza",
717 "has_value": false
718 }
719 ]
720 },
721 {
722 "geo": "DK",
723 "name": "Denmark",
724 "values": [
725 {
726 "keyword": "pizza",
727 "has_value": true,
728 "value": 68,
729 "value_formatted": "68"
730 }
731 ]
732 },
733 {
734 "geo": "NZ",
735 "name": "New Zealand",
736 "values": [
737 {
738 "keyword": "pizza",
739 "has_value": true,
740 "value": 62,
741 "value_formatted": "62"
742 }
743 ]
744 },
745 {
746 "geo": "BL",
747 "name": "St. Barthélemy",
748 "values": [
749 {
750 "keyword": "pizza",
751 "has_value": false
752 }
753 ]
754 },
755 {
756 "geo": "AI",
757 "name": "Anguilla",
758 "values": [
759 {
760 "keyword": "pizza",
761 "has_value": false
762 }
763 ]
764 },
765 {
766 "geo": "MQ",
767 "name": "Martinique",
768 "values": [
769 {
770 "keyword": "pizza",
771 "has_value": false
772 }
773 ]
774 },
775 {
776 "geo": "AU",
777 "name": "Australia",
778 "values": [
779 {
780 "keyword": "pizza",
781 "has_value": true,
782 "value": 59,
783 "value_formatted": "59"
784 }
785 ]
786 },
787 {
788 "geo": "AW",
789 "name": "Aruba",
790 "values": [
791 {
792 "keyword": "pizza",
793 "has_value": false
794 }
795 ]
796 },
797 {
798 "geo": "JE",
799 "name": "Jersey",
800 "values": [
801 {
802 "keyword": "pizza",
803 "has_value": false
804 }
805 ]
806 },
807 {
808 "geo": "SK",
809 "name": "Slovakia",
810 "values": [
811 {
812 "keyword": "pizza",
813 "has_value": true,
814 "value": 54,
815 "value_formatted": "54"
816 }
817 ]
818 },
819 {
820 "geo": "RE",
821 "name": "Réunion",
822 "values": [
823 {
824 "keyword": "pizza",
825 "has_value": false
826 }
827 ]
828 },
829 {
830 "geo": "KY",
831 "name": "Cayman Islands",
832 "values": [
833 {
834 "keyword": "pizza",
835 "has_value": false
836 }
837 ]
838 },
839 {
840 "geo": "MF",
841 "name": "St. Martin",
842 "values": [
843 {
844 "keyword": "pizza",
845 "has_value": false
846 }
847 ]
848 },
849 {
850 "geo": "IM",
851 "name": "Isle of Man",
852 "values": [
853 {
854 "keyword": "pizza",
855 "has_value": false
856 }
857 ]
858 },
859 {
860 "geo": "GP",
861 "name": "Guadeloupe",
862 "values": [
863 {
864 "keyword": "pizza",
865 "has_value": false
866 }
867 ]
868 },
869 {
870 "geo": "BS",
871 "name": "Bahamas",
872 "values": [
873 {
874 "keyword": "pizza",
875 "has_value": false
876 }
877 ]
878 },
879 {
880 "geo": "RO",
881 "name": "Romania",
882 "values": [
883 {
884 "keyword": "pizza",
885 "has_value": true,
886 "value": 48,
887 "value_formatted": "48"
888 }
889 ]
890 },
891 {
892 "geo": "SX",
893 "name": "Sint Maarten",
894 "values": [
895 {
896 "keyword": "pizza",
897 "has_value": false
898 }
899 ]
900 },
901 {
902 "geo": "SV",
903 "name": "El Salvador",
904 "values": [
905 {
906 "keyword": "pizza",
907 "has_value": false
908 }
909 ]
910 },
911 {
912 "geo": "AS",
913 "name": "American Samoa",
914 "values": [
915 {
916 "keyword": "pizza",
917 "has_value": false
918 }
919 ]
920 },
921 {
922 "geo": "NO",
923 "name": "Norway",
924 "values": [
925 {
926 "keyword": "pizza",
927 "has_value": true,
928 "value": 45,
929 "value_formatted": "45"
930 }
931 ]
932 },
933 {
934 "geo": "HU",
935 "name": "Hungary",
936 "values": [
937 {
938 "keyword": "pizza",
939 "has_value": true,
940 "value": 44,
941 "value_formatted": "44"
942 }
943 ]
944 },
945 {
946 "geo": "IE",
947 "name": "Ireland",
948 "values": [
949 {
950 "keyword": "pizza",
951 "has_value": true,
952 "value": 44,
953 "value_formatted": "44"
954 }
955 ]
956 },
957 {
958 "geo": "FR",
959 "name": "France",
960 "values": [
961 {
962 "keyword": "pizza",
963 "has_value": true,
964 "value": 44,
965 "value_formatted": "44"
966 }
967 ]
968 },
969 {
970 "geo": "CY",
971 "name": "Cyprus",
972 "values": [
973 {
974 "keyword": "pizza",
975 "has_value": false
976 }
977 ]
978 },
979 {
980 "geo": "LK",
981 "name": "Sri Lanka",
982 "values": [
983 {
984 "keyword": "pizza",
985 "has_value": true,
986 "value": 43,
987 "value_formatted": "43"
988 }
989 ]
990 },
991 {
992 "geo": "GB",
993 "name": "United Kingdom",
994 "values": [
995 {
996 "keyword": "pizza",
997 "has_value": true,
998 "value": 43,
999 "value_formatted": "43"
1000 }
1001 ]
1002 },
1003 {
1004 "geo": "NC",
1005 "name": "New Caledonia",
1006 "values": [
1007 {
1008 "keyword": "pizza",
1009 "has_value": false
1010 }
1011 ]
1012 },
1013 {
1014 "geo": "BE",
1015 "name": "Belgium",
1016 "values": [
1017 {
1018 "keyword": "pizza",
1019 "has_value": true,
1020 "value": 42,
1021 "value_formatted": "42"
1022 }
1023 ]
1024 },
1025 {
1026 "geo": "GF",
1027 "name": "French Guiana",
1028 "values": [
1029 {
1030 "keyword": "pizza",
1031 "has_value": false
1032 }
1033 ]
1034 },
1035 {
1036 "geo": "BN",
1037 "name": "Brunei",
1038 "values": [
1039 {
1040 "keyword": "pizza",
1041 "has_value": false
1042 }
1043 ]
1044 },
1045 {
1046 "geo": "CZ",
1047 "name": "Czechia",
1048 "values": [
1049 {
1050 "keyword": "pizza",
1051 "has_value": true,
1052 "value": 42,
1053 "value_formatted": "42"
1054 }
1055 ]
1056 },
1057 {
1058 "geo": "GT",
1059 "name": "Guatemala",
1060 "values": [
1061 {
1062 "keyword": "pizza",
1063 "has_value": true,
1064 "value": 41,
1065 "value_formatted": "41"
1066 }
1067 ]
1068 },
1069 {
1070 "geo": "IT",
1071 "name": "Italy",
1072 "values": [
1073 {
1074 "keyword": "pizza",
1075 "has_value": true,
1076 "value": 41,
1077 "value_formatted": "41"
1078 }
1079 ]
1080 },
1081 {
1082 "geo": "PA",
1083 "name": "Panama",
1084 "values": [
1085 {
1086 "keyword": "pizza",
1087 "has_value": false
1088 }
1089 ]
1090 },
1091 {
1092 "geo": "MP",
1093 "name": "Northern Mariana Islands",
1094 "values": [
1095 {
1096 "keyword": "pizza",
1097 "has_value": false
1098 }
1099 ]
1100 },
1101 {
1102 "geo": "MV",
1103 "name": "Maldives",
1104 "values": [
1105 {
1106 "keyword": "pizza",
1107 "has_value": false
1108 }
1109 ]
1110 },
1111 {
1112 "geo": "MT",
1113 "name": "Malta",
1114 "values": [
1115 {
1116 "keyword": "pizza",
1117 "has_value": false
1118 }
1119 ]
1120 },
1121 {
1122 "geo": "TT",
1123 "name": "Trinidad & Tobago",
1124 "values": [
1125 {
1126 "keyword": "pizza",
1127 "has_value": false
1128 }
1129 ]
1130 },
1131 {
1132 "geo": "IS",
1133 "name": "Iceland",
1134 "values": [
1135 {
1136 "keyword": "pizza",
1137 "has_value": false
1138 }
1139 ]
1140 },
1141 {
1142 "geo": "CH",
1143 "name": "Switzerland",
1144 "values": [
1145 {
1146 "keyword": "pizza",
1147 "has_value": true,
1148 "value": 37,
1149 "value_formatted": "37"
1150 }
1151 ]
1152 },
1153 {
1154 "geo": "AX",
1155 "name": "Ã…land Islands",
1156 "values": [
1157 {
1158 "keyword": "pizza",
1159 "has_value": false
1160 }
1161 ]
1162 },
1163 {
1164 "geo": "ZA",
1165 "name": "South Africa",
1166 "values": [
1167 {
1168 "keyword": "pizza",
1169 "has_value": true,
1170 "value": 36,
1171 "value_formatted": "36"
1172 }
1173 ]
1174 },
1175 {
1176 "geo": "GI",
1177 "name": "Gibraltar",
1178 "values": [
1179 {
1180 "keyword": "pizza",
1181 "has_value": false
1182 }
1183 ]
1184 },
1185 {
1186 "geo": "PF",
1187 "name": "French Polynesia",
1188 "values": [
1189 {
1190 "keyword": "pizza",
1191 "has_value": false
1192 }
1193 ]
1194 },
1195 {
1196 "geo": "MX",
1197 "name": "Mexico",
1198 "values": [
1199 {
1200 "keyword": "pizza",
1201 "has_value": true,
1202 "value": 35,
1203 "value_formatted": "35"
1204 }
1205 ]
1206 },
1207 {
1208 "geo": "GY",
1209 "name": "Guyana",
1210 "values": [
1211 {
1212 "keyword": "pizza",
1213 "has_value": false
1214 }
1215 ]
1216 },
1217 {
1218 "geo": "FO",
1219 "name": "Faroe Islands",
1220 "values": [
1221 {
1222 "keyword": "pizza",
1223 "has_value": false
1224 }
1225 ]
1226 },
1227 {
1228 "geo": "MD",
1229 "name": "Moldova",
1230 "values": [
1231 {
1232 "keyword": "pizza",
1233 "has_value": false
1234 }
1235 ]
1236 },
1237 {
1238 "geo": "JM",
1239 "name": "Jamaica",
1240 "values": [
1241 {
1242 "keyword": "pizza",
1243 "has_value": false
1244 }
1245 ]
1246 },
1247 {
1248 "geo": "PK",
1249 "name": "Pakistan",
1250 "values": [
1251 {
1252 "keyword": "pizza",
1253 "has_value": true,
1254 "value": 34,
1255 "value_formatted": "34"
1256 }
1257 ]
1258 },
1259 {
1260 "geo": "CW",
1261 "name": "Curaçao",
1262 "values": [
1263 {
1264 "keyword": "pizza",
1265 "has_value": false
1266 }
1267 ]
1268 },
1269 {
1270 "geo": "LU",
1271 "name": "Luxembourg",
1272 "values": [
1273 {
1274 "keyword": "pizza",
1275 "has_value": false
1276 }
1277 ]
1278 },
1279 {
1280 "geo": "BQ",
1281 "name": "Caribbean Netherlands",
1282 "values": [
1283 {
1284 "keyword": "pizza",
1285 "has_value": false
1286 }
1287 ]
1288 },
1289 {
1290 "geo": "PL",
1291 "name": "Poland",
1292 "values": [
1293 {
1294 "keyword": "pizza",
1295 "has_value": true,
1296 "value": 32,
1297 "value_formatted": "32"
1298 }
1299 ]
1300 },
1301 {
1302 "geo": "CR",
1303 "name": "Costa Rica",
1304 "values": [
1305 {
1306 "keyword": "pizza",
1307 "has_value": false
1308 }
1309 ]
1310 },
1311 {
1312 "geo": "DE",
1313 "name": "Germany",
1314 "values": [
1315 {
1316 "keyword": "pizza",
1317 "has_value": true,
1318 "value": 31,
1319 "value_formatted": "31"
1320 }
1321 ]
1322 },
1323 {
1324 "geo": "SM",
1325 "name": "San Marino",
1326 "values": [
1327 {
1328 "keyword": "pizza",
1329 "has_value": false
1330 }
1331 ]
1332 },
1333 {
1334 "geo": "TC",
1335 "name": "Turks & Caicos Islands",
1336 "values": [
1337 {
1338 "keyword": "pizza",
1339 "has_value": false
1340 }
1341 ]
1342 },
1343 {
1344 "geo": "AG",
1345 "name": "Antigua & Barbuda",
1346 "values": [
1347 {
1348 "keyword": "pizza",
1349 "has_value": false
1350 }
1351 ]
1352 },
1353 {
1354 "geo": "NL",
1355 "name": "Netherlands",
1356 "values": [
1357 {
1358 "keyword": "pizza",
1359 "has_value": true,
1360 "value": 30,
1361 "value_formatted": "30"
1362 }
1363 ]
1364 },
1365 {
1366 "geo": "SE",
1367 "name": "Sweden",
1368 "values": [
1369 {
1370 "keyword": "pizza",
1371 "has_value": true,
1372 "value": 29,
1373 "value_formatted": "29"
1374 }
1375 ]
1376 },
1377 {
1378 "geo": "AT",
1379 "name": "Austria",
1380 "values": [
1381 {
1382 "keyword": "pizza",
1383 "has_value": true,
1384 "value": 28,
1385 "value_formatted": "28"
1386 }
1387 ]
1388 },
1389 {
1390 "geo": "SG",
1391 "name": "Singapore",
1392 "values": [
1393 {
1394 "keyword": "pizza",
1395 "has_value": true,
1396 "value": 28,
1397 "value_formatted": "28"
1398 }
1399 ]
1400 },
1401 {
1402 "geo": "MU",
1403 "name": "Mauritius",
1404 "values": [
1405 {
1406 "keyword": "pizza",
1407 "has_value": false
1408 }
1409 ]
1410 },
1411 {
1412 "geo": "YT",
1413 "name": "Mayotte",
1414 "values": [
1415 {
1416 "keyword": "pizza",
1417 "has_value": false
1418 }
1419 ]
1420 },
1421 {
1422 "geo": "AE",
1423 "name": "United Arab Emirates",
1424 "values": [
1425 {
1426 "keyword": "pizza",
1427 "has_value": true,
1428 "value": 27,
1429 "value_formatted": "27"
1430 }
1431 ]
1432 },
1433 {
1434 "geo": "SR",
1435 "name": "Suriname",
1436 "values": [
1437 {
1438 "keyword": "pizza",
1439 "has_value": false
1440 }
1441 ]
1442 },
1443 {
1444 "geo": "KN",
1445 "name": "St. Kitts & Nevis",
1446 "values": [
1447 {
1448 "keyword": "pizza",
1449 "has_value": false
1450 }
1451 ]
1452 },
1453 {
1454 "geo": "FI",
1455 "name": "Finland",
1456 "values": [
1457 {
1458 "keyword": "pizza",
1459 "has_value": true,
1460 "value": 26,
1461 "value_formatted": "26"
1462 }
1463 ]
1464 },
1465 {
1466 "geo": "LI",
1467 "name": "Liechtenstein",
1468 "values": [
1469 {
1470 "keyword": "pizza",
1471 "has_value": false
1472 }
1473 ]
1474 },
1475 {
1476 "geo": "PT",
1477 "name": "Portugal",
1478 "values": [
1479 {
1480 "keyword": "pizza",
1481 "has_value": true,
1482 "value": 25,
1483 "value_formatted": "25"
1484 }
1485 ]
1486 },
1487 {
1488 "geo": "CL",
1489 "name": "Chile",
1490 "values": [
1491 {
1492 "keyword": "pizza",
1493 "has_value": true,
1494 "value": 25,
1495 "value_formatted": "25"
1496 }
1497 ]
1498 },
1499 {
1500 "geo": "LC",
1501 "name": "St. Lucia",
1502 "values": [
1503 {
1504 "keyword": "pizza",
1505 "has_value": false
1506 }
1507 ]
1508 },
1509 {
1510 "geo": "DO",
1511 "name": "Dominican Republic",
1512 "values": [
1513 {
1514 "keyword": "pizza",
1515 "has_value": true,
1516 "value": 24,
1517 "value_formatted": "24"
1518 }
1519 ]
1520 },
1521 {
1522 "geo": "AL",
1523 "name": "Albania",
1524 "values": [
1525 {
1526 "keyword": "pizza",
1527 "has_value": false
1528 }
1529 ]
1530 },
1531 {
1532 "geo": "ES",
1533 "name": "Spain",
1534 "values": [
1535 {
1536 "keyword": "pizza",
1537 "has_value": true,
1538 "value": 24,
1539 "value_formatted": "24"
1540 }
1541 ]
1542 },
1543 {
1544 "geo": "GH",
1545 "name": "Ghana",
1546 "values": [
1547 {
1548 "keyword": "pizza",
1549 "has_value": false
1550 }
1551 ]
1552 },
1553 {
1554 "geo": "AM",
1555 "name": "Armenia",
1556 "values": [
1557 {
1558 "keyword": "pizza",
1559 "has_value": false
1560 }
1561 ]
1562 },
1563 {
1564 "geo": "MY",
1565 "name": "Malaysia",
1566 "values": [
1567 {
1568 "keyword": "pizza",
1569 "has_value": true,
1570 "value": 23,
1571 "value_formatted": "23"
1572 }
1573 ]
1574 },
1575 {
1576 "geo": "EE",
1577 "name": "Estonia",
1578 "values": [
1579 {
1580 "keyword": "pizza",
1581 "has_value": false
1582 }
1583 ]
1584 },
1585 {
1586 "geo": "BB",
1587 "name": "Barbados",
1588 "values": [
1589 {
1590 "keyword": "pizza",
1591 "has_value": false
1592 }
1593 ]
1594 },
1595 {
1596 "geo": "BT",
1597 "name": "Bhutan",
1598 "values": [
1599 {
1600 "keyword": "pizza",
1601 "has_value": false
1602 }
1603 ]
1604 },
1605 {
1606 "geo": "GD",
1607 "name": "Grenada",
1608 "values": [
1609 {
1610 "keyword": "pizza",
1611 "has_value": false
1612 }
1613 ]
1614 },
1615 {
1616 "geo": "HK",
1617 "name": "Hong Kong",
1618 "values": [
1619 {
1620 "keyword": "pizza",
1621 "has_value": true,
1622 "value": 21,
1623 "value_formatted": "21"
1624 }
1625 ]
1626 },
1627 {
1628 "geo": "AD",
1629 "name": "Andorra",
1630 "values": [
1631 {
1632 "keyword": "pizza",
1633 "has_value": false
1634 }
1635 ]
1636 },
1637 {
1638 "geo": "LT",
1639 "name": "Lithuania",
1640 "values": [
1641 {
1642 "keyword": "pizza",
1643 "has_value": false
1644 }
1645 ]
1646 },
1647 {
1648 "geo": "BZ",
1649 "name": "Belize",
1650 "values": [
1651 {
1652 "keyword": "pizza",
1653 "has_value": false
1654 }
1655 ]
1656 },
1657 {
1658 "geo": "LB",
1659 "name": "Lebanon",
1660 "values": [
1661 {
1662 "keyword": "pizza",
1663 "has_value": false
1664 }
1665 ]
1666 },
1667 {
1668 "geo": "VG",
1669 "name": "British Virgin Islands",
1670 "values": [
1671 {
1672 "keyword": "pizza",
1673 "has_value": false
1674 }
1675 ]
1676 },
1677 {
1678 "geo": "PY",
1679 "name": "Paraguay",
1680 "values": [
1681 {
1682 "keyword": "pizza",
1683 "has_value": false
1684 }
1685 ]
1686 },
1687 {
1688 "geo": "FK",
1689 "name": "Falkland Islands (Islas Malvinas)",
1690 "values": [
1691 {
1692 "keyword": "pizza",
1693 "has_value": false
1694 }
1695 ]
1696 },
1697 {
1698 "geo": "CO",
1699 "name": "Colombia",
1700 "values": [
1701 {
1702 "keyword": "pizza",
1703 "has_value": true,
1704 "value": 20,
1705 "value_formatted": "20"
1706 }
1707 ]
1708 },
1709 {
1710 "geo": "QA",
1711 "name": "Qatar",
1712 "values": [
1713 {
1714 "keyword": "pizza",
1715 "has_value": false
1716 }
1717 ]
1718 },
1719 {
1720 "geo": "GR",
1721 "name": "Greece",
1722 "values": [
1723 {
1724 "keyword": "pizza",
1725 "has_value": true,
1726 "value": 20,
1727 "value_formatted": "20"
1728 }
1729 ]
1730 },
1731 {
1732 "geo": "AR",
1733 "name": "Argentina",
1734 "values": [
1735 {
1736 "keyword": "pizza",
1737 "has_value": true,
1738 "value": 20,
1739 "value_formatted": "20"
1740 }
1741 ]
1742 },
1743 {
1744 "geo": "BR",
1745 "name": "Brazil",
1746 "values": [
1747 {
1748 "keyword": "pizza",
1749 "has_value": true,
1750 "value": 20,
1751 "value_formatted": "20"
1752 }
1753 ]
1754 },
1755 {
1756 "geo": "MO",
1757 "name": "Macao",
1758 "values": [
1759 {
1760 "keyword": "pizza",
1761 "has_value": false
1762 }
1763 ]
1764 },
1765 {
1766 "geo": "UY",
1767 "name": "Uruguay",
1768 "values": [
1769 {
1770 "keyword": "pizza",
1771 "has_value": false
1772 }
1773 ]
1774 },
1775 {
1776 "geo": "HN",
1777 "name": "Honduras",
1778 "values": [
1779 {
1780 "keyword": "pizza",
1781 "has_value": false
1782 }
1783 ]
1784 },
1785 {
1786 "geo": "PE",
1787 "name": "Peru",
1788 "values": [
1789 {
1790 "keyword": "pizza",
1791 "has_value": true,
1792 "value": 19,
1793 "value_formatted": "19"
1794 }
1795 ]
1796 },
1797 {
1798 "geo": "BW",
1799 "name": "Botswana",
1800 "values": [
1801 {
1802 "keyword": "pizza",
1803 "has_value": false
1804 }
1805 ]
1806 },
1807 {
1808 "geo": "SH",
1809 "name": "St. Helena",
1810 "values": [
1811 {
1812 "keyword": "pizza",
1813 "has_value": false
1814 }
1815 ]
1816 },
1817 {
1818 "geo": "NA",
1819 "name": "Namibia",
1820 "values": [
1821 {
1822 "keyword": "pizza",
1823 "has_value": false
1824 }
1825 ]
1826 },
1827 {
1828 "geo": "PH",
1829 "name": "Philippines",
1830 "values": [
1831 {
1832 "keyword": "pizza",
1833 "has_value": true,
1834 "value": 19,
1835 "value_formatted": "19"
1836 }
1837 ]
1838 },
1839 {
1840 "geo": "TR",
1841 "name": "Turkey",
1842 "values": [
1843 {
1844 "keyword": "pizza",
1845 "has_value": true,
1846 "value": 19,
1847 "value_formatted": "19"
1848 }
1849 ]
1850 },
1851 {
1852 "geo": "NI",
1853 "name": "Nicaragua",
1854 "values": [
1855 {
1856 "keyword": "pizza",
1857 "has_value": false
1858 }
1859 ]
1860 },
1861 {
1862 "geo": "XK",
1863 "name": "Kosovo",
1864 "values": [
1865 {
1866 "keyword": "pizza",
1867 "has_value": false
1868 }
1869 ]
1870 },
1871 {
1872 "geo": "MN",
1873 "name": "Mongolia",
1874 "values": [
1875 {
1876 "keyword": "pizza",
1877 "has_value": false
1878 }
1879 ]
1880 },
1881 {
1882 "geo": "BH",
1883 "name": "Bahrain",
1884 "values": [
1885 {
1886 "keyword": "pizza",
1887 "has_value": false
1888 }
1889 ]
1890 },
1891 {
1892 "geo": "FJ",
1893 "name": "Fiji",
1894 "values": [
1895 {
1896 "keyword": "pizza",
1897 "has_value": false
1898 }
1899 ]
1900 },
1901 {
1902 "geo": "HR",
1903 "name": "Croatia",
1904 "values": [
1905 {
1906 "keyword": "pizza",
1907 "has_value": false
1908 }
1909 ]
1910 },
1911 {
1912 "geo": "VC",
1913 "name": "St. Vincent & Grenadines",
1914 "values": [
1915 {
1916 "keyword": "pizza",
1917 "has_value": false
1918 }
1919 ]
1920 },
1921 {
1922 "geo": "DM",
1923 "name": "Dominica",
1924 "values": [
1925 {
1926 "keyword": "pizza",
1927 "has_value": false
1928 }
1929 ]
1930 },
1931 {
1932 "geo": "LS",
1933 "name": "Lesotho",
1934 "values": [
1935 {
1936 "keyword": "pizza",
1937 "has_value": false
1938 }
1939 ]
1940 },
1941 {
1942 "geo": "OM",
1943 "name": "Oman",
1944 "values": [
1945 {
1946 "keyword": "pizza",
1947 "has_value": false
1948 }
1949 ]
1950 },
1951 {
1952 "geo": "SC",
1953 "name": "Seychelles",
1954 "values": [
1955 {
1956 "keyword": "pizza",
1957 "has_value": false
1958 }
1959 ]
1960 },
1961 {
1962 "geo": "KW",
1963 "name": "Kuwait",
1964 "values": [
1965 {
1966 "keyword": "pizza",
1967 "has_value": false
1968 }
1969 ]
1970 },
1971 {
1972 "geo": "MG",
1973 "name": "Madagascar",
1974 "values": [
1975 {
1976 "keyword": "pizza",
1977 "has_value": false
1978 }
1979 ]
1980 },
1981 {
1982 "geo": "SZ",
1983 "name": "Eswatini",
1984 "values": [
1985 {
1986 "keyword": "pizza",
1987 "has_value": false
1988 }
1989 ]
1990 },
1991 {
1992 "geo": "MK",
1993 "name": "North Macedonia",
1994 "values": [
1995 {
1996 "keyword": "pizza",
1997 "has_value": false
1998 }
1999 ]
2000 },
2001 {
2002 "geo": "GG",
2003 "name": "Guernsey",
2004 "values": [
2005 {
2006 "keyword": "pizza",
2007 "has_value": false
2008 }
2009 ]
2010 },
2011 {
2012 "geo": "VU",
2013 "name": "Vanuatu",
2014 "values": [
2015 {
2016 "keyword": "pizza",
2017 "has_value": false
2018 }
2019 ]
2020 },
2021 {
2022 "geo": "CV",
2023 "name": "Cape Verde",
2024 "values": [
2025 {
2026 "keyword": "pizza",
2027 "has_value": false
2028 }
2029 ]
2030 },
2031 {
2032 "geo": "EC",
2033 "name": "Ecuador",
2034 "values": [
2035 {
2036 "keyword": "pizza",
2037 "has_value": true,
2038 "value": 15,
2039 "value_formatted": "15"
2040 }
2041 ]
2042 },
2043 {
2044 "geo": "RS",
2045 "name": "Serbia",
2046 "values": [
2047 {
2048 "keyword": "pizza",
2049 "has_value": false
2050 }
2051 ]
2052 },
2053 {
2054 "geo": "GL",
2055 "name": "Greenland",
2056 "values": [
2057 {
2058 "keyword": "pizza",
2059 "has_value": false
2060 }
2061 ]
2062 },
2063 {
2064 "geo": "ZW",
2065 "name": "Zimbabwe",
2066 "values": [
2067 {
2068 "keyword": "pizza",
2069 "has_value": false
2070 }
2071 ]
2072 },
2073 {
2074 "geo": "SI",
2075 "name": "Slovenia",
2076 "values": [
2077 {
2078 "keyword": "pizza",
2079 "has_value": false
2080 }
2081 ]
2082 },
2083 {
2084 "geo": "WS",
2085 "name": "Samoa",
2086 "values": [
2087 {
2088 "keyword": "pizza",
2089 "has_value": false
2090 }
2091 ]
2092 },
2093 {
2094 "geo": "CK",
2095 "name": "Cook Islands",
2096 "values": [
2097 {
2098 "keyword": "pizza",
2099 "has_value": false
2100 }
2101 ]
2102 },
2103 {
2104 "geo": "SB",
2105 "name": "Solomon Islands",
2106 "values": [
2107 {
2108 "keyword": "pizza",
2109 "has_value": false
2110 }
2111 ]
2112 },
2113 {
2114 "geo": "DJ",
2115 "name": "Djibouti",
2116 "values": [
2117 {
2118 "keyword": "pizza",
2119 "has_value": false
2120 }
2121 ]
2122 },
2123 {
2124 "geo": "LV",
2125 "name": "Latvia",
2126 "values": [
2127 {
2128 "keyword": "pizza",
2129 "has_value": false
2130 }
2131 ]
2132 },
2133 {
2134 "geo": "MA",
2135 "name": "Morocco",
2136 "values": [
2137 {
2138 "keyword": "pizza",
2139 "has_value": false
2140 }
2141 ]
2142 },
2143 {
2144 "geo": "AZ",
2145 "name": "Azerbaijan",
2146 "values": [
2147 {
2148 "keyword": "pizza",
2149 "has_value": false
2150 }
2151 ]
2152 },
2153 {
2154 "geo": "KE",
2155 "name": "Kenya",
2156 "values": [
2157 {
2158 "keyword": "pizza",
2159 "has_value": false
2160 }
2161 ]
2162 },
2163 {
2164 "geo": "TO",
2165 "name": "Tonga",
2166 "values": [
2167 {
2168 "keyword": "pizza",
2169 "has_value": false
2170 }
2171 ]
2172 },
2173 {
2174 "geo": "TN",
2175 "name": "Tunisia",
2176 "values": [
2177 {
2178 "keyword": "pizza",
2179 "has_value": false
2180 }
2181 ]
2182 },
2183 {
2184 "geo": "CU",
2185 "name": "Cuba",
2186 "values": [
2187 {
2188 "keyword": "pizza",
2189 "has_value": false
2190 }
2191 ]
2192 },
2193 {
2194 "geo": "TG",
2195 "name": "Togo",
2196 "values": [
2197 {
2198 "keyword": "pizza",
2199 "has_value": false
2200 }
2201 ]
2202 },
2203 {
2204 "geo": "ID",
2205 "name": "Indonesia",
2206 "values": [
2207 {
2208 "keyword": "pizza",
2209 "has_value": true,
2210 "value": 10,
2211 "value_formatted": "10"
2212 }
2213 ]
2214 },
2215 {
2216 "geo": "IN",
2217 "name": "India",
2218 "values": [
2219 {
2220 "keyword": "pizza",
2221 "has_value": true,
2222 "value": 10,
2223 "value_formatted": "10"
2224 }
2225 ]
2226 },
2227 {
2228 "geo": "GA",
2229 "name": "Gabon",
2230 "values": [
2231 {
2232 "keyword": "pizza",
2233 "has_value": false
2234 }
2235 ]
2236 },
2237 {
2238 "geo": "MZ",
2239 "name": "Mozambique",
2240 "values": [
2241 {
2242 "keyword": "pizza",
2243 "has_value": false
2244 }
2245 ]
2246 },
2247 {
2248 "geo": "SN",
2249 "name": "Senegal",
2250 "values": [
2251 {
2252 "keyword": "pizza",
2253 "has_value": false
2254 }
2255 ]
2256 },
2257 {
2258 "geo": "NP",
2259 "name": "Nepal",
2260 "values": [
2261 {
2262 "keyword": "pizza",
2263 "has_value": false
2264 }
2265 ]
2266 },
2267 {
2268 "geo": "ME",
2269 "name": "Montenegro",
2270 "values": [
2271 {
2272 "keyword": "pizza",
2273 "has_value": false
2274 }
2275 ]
2276 },
2277 {
2278 "geo": "BO",
2279 "name": "Bolivia",
2280 "values": [
2281 {
2282 "keyword": "pizza",
2283 "has_value": false
2284 }
2285 ]
2286 },
2287 {
2288 "geo": "VE",
2289 "name": "Venezuela",
2290 "values": [
2291 {
2292 "keyword": "pizza",
2293 "has_value": false
2294 }
2295 ]
2296 },
2297 {
2298 "geo": "VN",
2299 "name": "Vietnam",
2300 "values": [
2301 {
2302 "keyword": "pizza",
2303 "has_value": true,
2304 "value": 9,
2305 "value_formatted": "9"
2306 }
2307 ]
2308 },
2309 {
2310 "geo": "ZM",
2311 "name": "Zambia",
2312 "values": [
2313 {
2314 "keyword": "pizza",
2315 "has_value": false
2316 }
2317 ]
2318 },
2319 {
2320 "geo": "ST",
2321 "name": "São Tomé & PrÃncipe",
2322 "values": [
2323 {
2324 "keyword": "pizza",
2325 "has_value": false
2326 }
2327 ]
2328 },
2329 {
2330 "geo": "CI",
2331 "name": "Côte d’Ivoire",
2332 "values": [
2333 {
2334 "keyword": "pizza",
2335 "has_value": false
2336 }
2337 ]
2338 },
2339 {
2340 "geo": "NG",
2341 "name": "Nigeria",
2342 "values": [
2343 {
2344 "keyword": "pizza",
2345 "has_value": false
2346 }
2347 ]
2348 },
2349 {
2350 "geo": "TH",
2351 "name": "Thailand",
2352 "values": [
2353 {
2354 "keyword": "pizza",
2355 "has_value": true,
2356 "value": 8,
2357 "value_formatted": "8"
2358 }
2359 ]
2360 },
2361 {
2362 "geo": "BA",
2363 "name": "Bosnia & Herzegovina",
2364 "values": [
2365 {
2366 "keyword": "pizza",
2367 "has_value": false
2368 }
2369 ]
2370 },
2371 {
2372 "geo": "KH",
2373 "name": "Cambodia",
2374 "values": [
2375 {
2376 "keyword": "pizza",
2377 "has_value": false
2378 }
2379 ]
2380 },
2381 {
2382 "geo": "TM",
2383 "name": "Turkmenistan",
2384 "values": [
2385 {
2386 "keyword": "pizza",
2387 "has_value": false
2388 }
2389 ]
2390 },
2391 {
2392 "geo": "GM",
2393 "name": "Gambia",
2394 "values": [
2395 {
2396 "keyword": "pizza",
2397 "has_value": false
2398 }
2399 ]
2400 },
2401 {
2402 "geo": "EG",
2403 "name": "Egypt",
2404 "values": [
2405 {
2406 "keyword": "pizza",
2407 "has_value": true,
2408 "value": 7,
2409 "value_formatted": "7"
2410 }
2411 ]
2412 },
2413 {
2414 "geo": "RW",
2415 "name": "Rwanda",
2416 "values": [
2417 {
2418 "keyword": "pizza",
2419 "has_value": false
2420 }
2421 ]
2422 },
2423 {
2424 "geo": "JO",
2425 "name": "Jordan",
2426 "values": [
2427 {
2428 "keyword": "pizza",
2429 "has_value": false
2430 }
2431 ]
2432 },
2433 {
2434 "geo": "TW",
2435 "name": "Taiwan",
2436 "values": [
2437 {
2438 "keyword": "pizza",
2439 "has_value": true,
2440 "value": 7,
2441 "value_formatted": "7"
2442 }
2443 ]
2444 },
2445 {
2446 "geo": "ET",
2447 "name": "Ethiopia",
2448 "values": [
2449 {
2450 "keyword": "pizza",
2451 "has_value": false
2452 }
2453 ]
2454 },
2455 {
2456 "geo": "PG",
2457 "name": "Papua New Guinea",
2458 "values": [
2459 {
2460 "keyword": "pizza",
2461 "has_value": false
2462 }
2463 ]
2464 },
2465 {
2466 "geo": "BD",
2467 "name": "Bangladesh",
2468 "values": [
2469 {
2470 "keyword": "pizza",
2471 "has_value": false
2472 }
2473 ]
2474 },
2475 {
2476 "geo": "TL",
2477 "name": "Timor-Leste",
2478 "values": [
2479 {
2480 "keyword": "pizza",
2481 "has_value": false
2482 }
2483 ]
2484 },
2485 {
2486 "geo": "BG",
2487 "name": "Bulgaria",
2488 "values": [
2489 {
2490 "keyword": "pizza",
2491 "has_value": false
2492 }
2493 ]
2494 },
2495 {
2496 "geo": "UZ",
2497 "name": "Uzbekistan",
2498 "values": [
2499 {
2500 "keyword": "pizza",
2501 "has_value": false
2502 }
2503 ]
2504 },
2505 {
2506 "geo": "AO",
2507 "name": "Angola",
2508 "values": [
2509 {
2510 "keyword": "pizza",
2511 "has_value": false
2512 }
2513 ]
2514 },
2515 {
2516 "geo": "GQ",
2517 "name": "Equatorial Guinea",
2518 "values": [
2519 {
2520 "keyword": "pizza",
2521 "has_value": false
2522 }
2523 ]
2524 },
2525 {
2526 "geo": "DZ",
2527 "name": "Algeria",
2528 "values": [
2529 {
2530 "keyword": "pizza",
2531 "has_value": false
2532 }
2533 ]
2534 },
2535 {
2536 "geo": "MR",
2537 "name": "Mauritania",
2538 "values": [
2539 {
2540 "keyword": "pizza",
2541 "has_value": false
2542 }
2543 ]
2544 },
2545 {
2546 "geo": "PW",
2547 "name": "Palau",
2548 "values": [
2549 {
2550 "keyword": "pizza",
2551 "has_value": false
2552 }
2553 ]
2554 },
2555 {
2556 "geo": "HT",
2557 "name": "Haiti",
2558 "values": [
2559 {
2560 "keyword": "pizza",
2561 "has_value": false
2562 }
2563 ]
2564 },
2565 {
2566 "geo": "KM",
2567 "name": "Comoros",
2568 "values": [
2569 {
2570 "keyword": "pizza",
2571 "has_value": false
2572 }
2573 ]
2574 },
2575 {
2576 "geo": "LA",
2577 "name": "Laos",
2578 "values": [
2579 {
2580 "keyword": "pizza",
2581 "has_value": false
2582 }
2583 ]
2584 },
2585 {
2586 "geo": "CM",
2587 "name": "Cameroon",
2588 "values": [
2589 {
2590 "keyword": "pizza",
2591 "has_value": false
2592 }
2593 ]
2594 },
2595 {
2596 "geo": "MM",
2597 "name": "Myanmar (Burma)",
2598 "values": [
2599 {
2600 "keyword": "pizza",
2601 "has_value": false
2602 }
2603 ]
2604 },
2605 {
2606 "geo": "MW",
2607 "name": "Malawi",
2608 "values": [
2609 {
2610 "keyword": "pizza",
2611 "has_value": false
2612 }
2613 ]
2614 },
2615 {
2616 "geo": "IL",
2617 "name": "Israel",
2618 "values": [
2619 {
2620 "keyword": "pizza",
2621 "has_value": false
2622 }
2623 ]
2624 },
2625 {
2626 "geo": "ML",
2627 "name": "Mali",
2628 "values": [
2629 {
2630 "keyword": "pizza",
2631 "has_value": false
2632 }
2633 ]
2634 },
2635 {
2636 "geo": "PM",
2637 "name": "St. Pierre & Miquelon",
2638 "values": [
2639 {
2640 "keyword": "pizza",
2641 "has_value": false
2642 }
2643 ]
2644 },
2645 {
2646 "geo": "GE",
2647 "name": "Georgia",
2648 "values": [
2649 {
2650 "keyword": "pizza",
2651 "has_value": false
2652 }
2653 ]
2654 },
2655 {
2656 "geo": "UG",
2657 "name": "Uganda",
2658 "values": [
2659 {
2660 "keyword": "pizza",
2661 "has_value": false
2662 }
2663 ]
2664 },
2665 {
2666 "geo": "BJ",
2667 "name": "Benin",
2668 "values": [
2669 {
2670 "keyword": "pizza",
2671 "has_value": false
2672 }
2673 ]
2674 },
2675 {
2676 "geo": "AF",
2677 "name": "Afghanistan",
2678 "values": [
2679 {
2680 "keyword": "pizza",
2681 "has_value": false
2682 }
2683 ]
2684 },
2685 {
2686 "geo": "TZ",
2687 "name": "Tanzania",
2688 "values": [
2689 {
2690 "keyword": "pizza",
2691 "has_value": false
2692 }
2693 ]
2694 },
2695 {
2696 "geo": "LR",
2697 "name": "Liberia",
2698 "values": [
2699 {
2700 "keyword": "pizza",
2701 "has_value": false
2702 }
2703 ]
2704 },
2705 {
2706 "geo": "SD",
2707 "name": "Sudan",
2708 "values": [
2709 {
2710 "keyword": "pizza",
2711 "has_value": false
2712 }
2713 ]
2714 },
2715 {
2716 "geo": "PS",
2717 "name": "Palestine",
2718 "values": [
2719 {
2720 "keyword": "pizza",
2721 "has_value": false
2722 }
2723 ]
2724 },
2725 {
2726 "geo": "NE",
2727 "name": "Niger",
2728 "values": [
2729 {
2730 "keyword": "pizza",
2731 "has_value": false
2732 }
2733 ]
2734 },
2735 {
2736 "geo": "GN",
2737 "name": "Guinea",
2738 "values": [
2739 {
2740 "keyword": "pizza",
2741 "has_value": false
2742 }
2743 ]
2744 },
2745 {
2746 "geo": "SO",
2747 "name": "Somalia",
2748 "values": [
2749 {
2750 "keyword": "pizza",
2751 "has_value": false
2752 }
2753 ]
2754 },
2755 {
2756 "geo": "SL",
2757 "name": "Sierra Leone",
2758 "values": [
2759 {
2760 "keyword": "pizza",
2761 "has_value": false
2762 }
2763 ]
2764 },
2765 {
2766 "geo": "TD",
2767 "name": "Chad",
2768 "values": [
2769 {
2770 "keyword": "pizza",
2771 "has_value": false
2772 }
2773 ]
2774 },
2775 {
2776 "geo": "SA",
2777 "name": "Saudi Arabia",
2778 "values": [
2779 {
2780 "keyword": "pizza",
2781 "has_value": false
2782 }
2783 ]
2784 },
2785 {
2786 "geo": "CG",
2787 "name": "Congo - Brazzaville",
2788 "values": [
2789 {
2790 "keyword": "pizza",
2791 "has_value": false
2792 }
2793 ]
2794 },
2795 {
2796 "geo": "EH",
2797 "name": "Western Sahara",
2798 "values": [
2799 {
2800 "keyword": "pizza",
2801 "has_value": false
2802 }
2803 ]
2804 },
2805 {
2806 "geo": "CD",
2807 "name": "Congo - Kinshasa",
2808 "values": [
2809 {
2810 "keyword": "pizza",
2811 "has_value": false
2812 }
2813 ]
2814 },
2815 {
2816 "geo": "BF",
2817 "name": "Burkina Faso",
2818 "values": [
2819 {
2820 "keyword": "pizza",
2821 "has_value": false
2822 }
2823 ]
2824 },
2825 {
2826 "geo": "BY",
2827 "name": "Belarus",
2828 "values": [
2829 {
2830 "keyword": "pizza",
2831 "has_value": false
2832 }
2833 ]
2834 },
2835 {
2836 "geo": "CN",
2837 "name": "China",
2838 "values": [
2839 {
2840 "keyword": "pizza",
2841 "has_value": false
2842 }
2843 ]
2844 },
2845 {
2846 "geo": "KG",
2847 "name": "Kyrgyzstan",
2848 "values": [
2849 {
2850 "keyword": "pizza",
2851 "has_value": false
2852 }
2853 ]
2854 },
2855 {
2856 "geo": "UA",
2857 "name": "Ukraine",
2858 "values": [
2859 {
2860 "keyword": "pizza",
2861 "has_value": true,
2862 "value": 3,
2863 "value_formatted": "3"
2864 }
2865 ]
2866 },
2867 {
2868 "geo": "GW",
2869 "name": "Guinea-Bissau",
2870 "values": [
2871 {
2872 "keyword": "pizza",
2873 "has_value": false
2874 }
2875 ]
2876 },
2877 {
2878 "geo": "YE",
2879 "name": "Yemen",
2880 "values": [
2881 {
2882 "keyword": "pizza",
2883 "has_value": false
2884 }
2885 ]
2886 },
2887 {
2888 "geo": "KR",
2889 "name": "South Korea",
2890 "values": [
2891 {
2892 "keyword": "pizza",
2893 "has_value": false
2894 }
2895 ]
2896 },
2897 {
2898 "geo": "SS",
2899 "name": "South Sudan",
2900 "values": [
2901 {
2902 "keyword": "pizza",
2903 "has_value": false
2904 }
2905 ]
2906 },
2907 {
2908 "geo": "LY",
2909 "name": "Libya",
2910 "values": [
2911 {
2912 "keyword": "pizza",
2913 "has_value": false
2914 }
2915 ]
2916 },
2917 {
2918 "geo": "BI",
2919 "name": "Burundi",
2920 "values": [
2921 {
2922 "keyword": "pizza",
2923 "has_value": false
2924 }
2925 ]
2926 },
2927 {
2928 "geo": "RU",
2929 "name": "Russia",
2930 "values": [
2931 {
2932 "keyword": "pizza",
2933 "has_value": true,
2934 "value": 2,
2935 "value_formatted": "2"
2936 }
2937 ]
2938 },
2939 {
2940 "geo": "IQ",
2941 "name": "Iraq",
2942 "values": [
2943 {
2944 "keyword": "pizza",
2945 "has_value": false
2946 }
2947 ]
2948 },
2949 {
2950 "geo": "TJ",
2951 "name": "Tajikistan",
2952 "values": [
2953 {
2954 "keyword": "pizza",
2955 "has_value": false
2956 }
2957 ]
2958 },
2959 {
2960 "geo": "KZ",
2961 "name": "Kazakhstan",
2962 "values": [
2963 {
2964 "keyword": "pizza",
2965 "has_value": false
2966 }
2967 ]
2968 },
2969 {
2970 "geo": "SY",
2971 "name": "Syria",
2972 "values": [
2973 {
2974 "keyword": "pizza",
2975 "has_value": false
2976 }
2977 ]
2978 },
2979 {
2980 "geo": "JP",
2981 "name": "Japan",
2982 "values": [
2983 {
2984 "keyword": "pizza",
2985 "has_value": false
2986 }
2987 ]
2988 },
2989 {
2990 "geo": "IR",
2991 "name": "Iran",
2992 "values": [
2993 {
2994 "keyword": "pizza",
2995 "has_value": false
2996 }
2997 ]
2998 },
2999 {
3000 "geo": "SJ",
3001 "name": "Svalbard & Jan Mayen",
3002 "values": [
3003 {
3004 "keyword": "pizza",
3005 "has_value": false
3006 }
3007 ]
3008 },
3009 {
3010 "geo": "MS",
3011 "name": "Montserrat",
3012 "values": [
3013 {
3014 "keyword": "pizza",
3015 "has_value": false
3016 }
3017 ]
3018 },
3019 {
3020 "geo": "KI",
3021 "name": "Kiribati",
3022 "values": [
3023 {
3024 "keyword": "pizza",
3025 "has_value": false
3026 }
3027 ]
3028 },
3029 {
3030 "geo": "MH",
3031 "name": "Marshall Islands",
3032 "values": [
3033 {
3034 "keyword": "pizza",
3035 "has_value": false
3036 }
3037 ]
3038 },
3039 {
3040 "geo": "CF",
3041 "name": "Central African Republic",
3042 "values": [
3043 {
3044 "keyword": "pizza",
3045 "has_value": false
3046 }
3047 ]
3048 },
3049 {
3050 "geo": "AQ",
3051 "name": "Antarctica",
3052 "values": [
3053 {
3054 "keyword": "pizza",
3055 "has_value": false
3056 }
3057 ]
3058 },
3059 {
3060 "geo": "TF",
3061 "name": "French Southern Territories",
3062 "values": [
3063 {
3064 "keyword": "pizza",
3065 "has_value": false
3066 }
3067 ]
3068 },
3069 {
3070 "geo": "BV",
3071 "name": "Bouvet Island",
3072 "values": [
3073 {
3074 "keyword": "pizza",
3075 "has_value": false
3076 }
3077 ]
3078 },
3079 {
3080 "geo": "CC",
3081 "name": "Cocos (Keeling) Islands",
3082 "values": [
3083 {
3084 "keyword": "pizza",
3085 "has_value": false
3086 }
3087 ]
3088 },
3089 {
3090 "geo": "CX",
3091 "name": "Christmas Island",
3092 "values": [
3093 {
3094 "keyword": "pizza",
3095 "has_value": false
3096 }
3097 ]
3098 },
3099 {
3100 "geo": "ER",
3101 "name": "Eritrea",
3102 "values": [
3103 {
3104 "keyword": "pizza",
3105 "has_value": false
3106 }
3107 ]
3108 },
3109 {
3110 "geo": "FM",
3111 "name": "Micronesia",
3112 "values": [
3113 {
3114 "keyword": "pizza",
3115 "has_value": false
3116 }
3117 ]
3118 },
3119 {
3120 "geo": "HM",
3121 "name": "Heard & McDonald Islands",
3122 "values": [
3123 {
3124 "keyword": "pizza",
3125 "has_value": false
3126 }
3127 ]
3128 },
3129 {
3130 "geo": "IO",
3131 "name": "British Indian Ocean Territory",
3132 "values": [
3133 {
3134 "keyword": "pizza",
3135 "has_value": false
3136 }
3137 ]
3138 },
3139 {
3140 "geo": "MC",
3141 "name": "Monaco",
3142 "values": [
3143 {
3144 "keyword": "pizza",
3145 "has_value": false
3146 }
3147 ]
3148 },
3149 {
3150 "geo": "NF",
3151 "name": "Norfolk Island",
3152 "values": [
3153 {
3154 "keyword": "pizza",
3155 "has_value": false
3156 }
3157 ]
3158 },
3159 {
3160 "geo": "NU",
3161 "name": "Niue",
3162 "values": [
3163 {
3164 "keyword": "pizza",
3165 "has_value": false
3166 }
3167 ]
3168 },
3169 {
3170 "geo": "NR",
3171 "name": "Nauru",
3172 "values": [
3173 {
3174 "keyword": "pizza",
3175 "has_value": false
3176 }
3177 ]
3178 },
3179 {
3180 "geo": "PN",
3181 "name": "Pitcairn Islands",
3182 "values": [
3183 {
3184 "keyword": "pizza",
3185 "has_value": false
3186 }
3187 ]
3188 },
3189 {
3190 "geo": "KP",
3191 "name": "North Korea",
3192 "values": [
3193 {
3194 "keyword": "pizza",
3195 "has_value": false
3196 }
3197 ]
3198 },
3199 {
3200 "geo": "GS",
3201 "name": "South Georgia & South Sandwich Islands",
3202 "values": [
3203 {
3204 "keyword": "pizza",
3205 "has_value": false
3206 }
3207 ]
3208 },
3209 {
3210 "geo": "TK",
3211 "name": "Tokelau",
3212 "values": [
3213 {
3214 "keyword": "pizza",
3215 "has_value": false
3216 }
3217 ]
3218 },
3219 {
3220 "geo": "TV",
3221 "name": "Tuvalu",
3222 "values": [
3223 {
3224 "keyword": "pizza",
3225 "has_value": false
3226 }
3227 ]
3228 },
3229 {
3230 "geo": "UM",
3231 "name": "U.S. Outlying Islands",
3232 "values": [
3233 {
3234 "keyword": "pizza",
3235 "has_value": false
3236 }
3237 ]
3238 },
3239 {
3240 "geo": "VA",
3241 "name": "Vatican City",
3242 "values": [
3243 {
3244 "keyword": "pizza",
3245 "has_value": false
3246 }
3247 ]
3248 },
3249 {
3250 "geo": "WF",
3251 "name": "Wallis & Futuna",
3252 "values": [
3253 {
3254 "keyword": "pizza",
3255 "has_value": false
3256 }
3257 ]
3258 }
3259 ],
3260 "related_queries": [
3261 {
3262 "keyword": "pizza",
3263 "top_queries": [
3264 {
3265 "position": 1,
3266 "query": "pizza hut",
3267 "value": 100,
3268 "value_formatted": "100",
3269 "link": "https://trends.google.com/trends/explore?q=pizza+hut&date=today+12-m"
3270 },
3271 {
3272 "position": 2,
3273 "query": "pizza near me",
3274 "value": 60,
3275 "value_formatted": "60",
3276 "link": "https://trends.google.com/trends/explore?q=pizza+near+me&date=today+12-m"
3277 },
3278 {
3279 "position": 3,
3280 "query": "dominos",
3281 "value": 37,
3282 "value_formatted": "37",
3283 "link": "https://trends.google.com/trends/explore?q=dominos&date=today+12-m"
3284 },
3285 {
3286 "position": 4,
3287 "query": "dominos pizza",
3288 "value": 37,
3289 "value_formatted": "37",
3290 "link": "https://trends.google.com/trends/explore?q=dominos+pizza&date=today+12-m"
3291 },
3292 {
3293 "position": 5,
3294 "query": "pizza delivery",
3295 "value": 13,
3296 "value_formatted": "13",
3297 "link": "https://trends.google.com/trends/explore?q=pizza+delivery&date=today+12-m"
3298 },
3299 {
3300 "position": 6,
3301 "query": "pizza hut near me",
3302 "value": 11,
3303 "value_formatted": "11",
3304 "link": "https://trends.google.com/trends/explore?q=pizza+hut+near+me&date=today+12-m"
3305 },
3306 {
3307 "position": 7,
3308 "query": "papa pizza",
3309 "value": 11,
3310 "value_formatted": "11",
3311 "link": "https://trends.google.com/trends/explore?q=papa+pizza&date=today+12-m"
3312 },
3313 {
3314 "position": 8,
3315 "query": "pizza oven",
3316 "value": 10,
3317 "value_formatted": "10",
3318 "link": "https://trends.google.com/trends/explore?q=pizza+oven&date=today+12-m"
3319 },
3320 {
3321 "position": 9,
3322 "query": "pizza dough",
3323 "value": 9,
3324 "value_formatted": "9",
3325 "link": "https://trends.google.com/trends/explore?q=pizza+dough&date=today+12-m"
3326 },
3327 {
3328 "position": 10,
3329 "query": "pizza recipe",
3330 "value": 9,
3331 "value_formatted": "9",
3332 "link": "https://trends.google.com/trends/explore?q=pizza+recipe&date=today+12-m"
3333 },
3334 {
3335 "position": 11,
3336 "query": "pizza restaurant",
3337 "value": 7,
3338 "value_formatted": "7",
3339 "link": "https://trends.google.com/trends/explore?q=pizza+restaurant&date=today+12-m"
3340 },
3341 {
3342 "position": 12,
3343 "query": "pizza house",
3344 "value": 6,
3345 "value_formatted": "6",
3346 "link": "https://trends.google.com/trends/explore?q=pizza+house&date=today+12-m"
3347 },
3348 {
3349 "position": 13,
3350 "query": "pizza places",
3351 "value": 6,
3352 "value_formatted": "6",
3353 "link": "https://trends.google.com/trends/explore?q=pizza+places&date=today+12-m"
3354 },
3355 {
3356 "position": 14,
3357 "query": "crust pizza",
3358 "value": 6,
3359 "value_formatted": "6",
3360 "link": "https://trends.google.com/trends/explore?q=crust+pizza&date=today+12-m"
3361 },
3362 {
3363 "position": 15,
3364 "query": "pizza express",
3365 "value": 6,
3366 "value_formatted": "6",
3367 "link": "https://trends.google.com/trends/explore?q=pizza+express&date=today+12-m"
3368 },
3369 {
3370 "position": 16,
3371 "query": "caesars pizza",
3372 "value": 6,
3373 "value_formatted": "6",
3374 "link": "https://trends.google.com/trends/explore?q=caesars+pizza&date=today+12-m"
3375 },
3376 {
3377 "position": 17,
3378 "query": "city pizza",
3379 "value": 6,
3380 "value_formatted": "6",
3381 "link": "https://trends.google.com/trends/explore?q=city+pizza&date=today+12-m"
3382 },
3383 {
3384 "position": 18,
3385 "query": "pizza papa johns",
3386 "value": 6,
3387 "value_formatted": "6",
3388 "link": "https://trends.google.com/trends/explore?q=pizza+papa+johns&date=today+12-m"
3389 },
3390 {
3391 "position": 19,
3392 "query": "little caesars pizza",
3393 "value": 6,
3394 "value_formatted": "6",
3395 "link": "https://trends.google.com/trends/explore?q=little+caesars+pizza&date=today+12-m"
3396 },
3397 {
3398 "position": 20,
3399 "query": "papa johns",
3400 "value": 6,
3401 "value_formatted": "6",
3402 "link": "https://trends.google.com/trends/explore?q=papa+johns&date=today+12-m"
3403 },
3404 {
3405 "position": 21,
3406 "query": "little caesars",
3407 "value": 5,
3408 "value_formatted": "5",
3409 "link": "https://trends.google.com/trends/explore?q=little+caesars&date=today+12-m"
3410 },
3411 {
3412 "position": 22,
3413 "query": "food near me",
3414 "value": 5,
3415 "value_formatted": "5",
3416 "link": "https://trends.google.com/trends/explore?q=food+near+me&date=today+12-m"
3417 },
3418 {
3419 "position": 23,
3420 "query": "cheese pizza",
3421 "value": 5,
3422 "value_formatted": "5",
3423 "link": "https://trends.google.com/trends/explore?q=cheese+pizza&date=today+12-m"
3424 },
3425 {
3426 "position": 24,
3427 "query": "pizza delivery near me",
3428 "value": 5,
3429 "value_formatted": "5",
3430 "link": "https://trends.google.com/trends/explore?q=pizza+delivery+near+me&date=today+12-m"
3431 },
3432 {
3433 "position": 25,
3434 "query": "delivery near me",
3435 "value": 5,
3436 "value_formatted": "5",
3437 "link": "https://trends.google.com/trends/explore?q=delivery+near+me&date=today+12-m"
3438 }
3439 ],
3440 "rising_queries": [
3441 {
3442 "position": 1,
3443 "query": "stoned pizza",
3444 "value": 300,
3445 "value_formatted": "+300%",
3446 "link": "https://trends.google.com/trends/explore?q=stoned+pizza&date=today+12-m"
3447 },
3448 {
3449 "position": 2,
3450 "query": "detroit style pizza",
3451 "value": 200,
3452 "value_formatted": "+200%",
3453 "link": "https://trends.google.com/trends/explore?q=detroit+style+pizza&date=today+12-m"
3454 },
3455 {
3456 "position": 3,
3457 "query": "ooni pizza oven",
3458 "value": 160,
3459 "value_formatted": "+160%",
3460 "link": "https://trends.google.com/trends/explore?q=ooni+pizza+oven&date=today+12-m"
3461 },
3462 {
3463 "position": 4,
3464 "query": "detroit pizza",
3465 "value": 100,
3466 "value_formatted": "+100%",
3467 "link": "https://trends.google.com/trends/explore?q=detroit+pizza&date=today+12-m"
3468 },
3469 {
3470 "position": 5,
3471 "query": "pizza cosy",
3472 "value": 100,
3473 "value_formatted": "+100%",
3474 "link": "https://trends.google.com/trends/explore?q=pizza+cosy&date=today+12-m"
3475 },
3476 {
3477 "position": 6,
3478 "query": "dieci pizza",
3479 "value": 80,
3480 "value_formatted": "+80%",
3481 "link": "https://trends.google.com/trends/explore?q=dieci+pizza&date=today+12-m"
3482 },
3483 {
3484 "position": 7,
3485 "query": "mystic pizza",
3486 "value": 70,
3487 "value_formatted": "+70%",
3488 "link": "https://trends.google.com/trends/explore?q=mystic+pizza&date=today+12-m"
3489 },
3490 {
3491 "position": 8,
3492 "query": "cicis pizza near me",
3493 "value": 70,
3494 "value_formatted": "+70%",
3495 "link": "https://trends.google.com/trends/explore?q=cicis+pizza+near+me&date=today+12-m"
3496 },
3497 {
3498 "position": 9,
3499 "query": "andys pizza",
3500 "value": 60,
3501 "value_formatted": "+60%",
3502 "link": "https://trends.google.com/trends/explore?q=andys+pizza&date=today+12-m"
3503 },
3504 {
3505 "position": 10,
3506 "query": "pizza raul",
3507 "value": 60,
3508 "value_formatted": "+60%",
3509 "link": "https://trends.google.com/trends/explore?q=pizza+raul&date=today+12-m"
3510 },
3511 {
3512 "position": 11,
3513 "query": "brick oven pizza near me",
3514 "value": 50,
3515 "value_formatted": "+50%",
3516 "link": "https://trends.google.com/trends/explore?q=brick+oven+pizza+near+me&date=today+12-m"
3517 },
3518 {
3519 "position": 12,
3520 "query": "angels pizza",
3521 "value": 50,
3522 "value_formatted": "+50%",
3523 "link": "https://trends.google.com/trends/explore?q=angels+pizza&date=today+12-m"
3524 },
3525 {
3526 "position": 13,
3527 "query": "mod pizza near me",
3528 "value": 50,
3529 "value_formatted": "+50%",
3530 "link": "https://trends.google.com/trends/explore?q=mod+pizza+near+me&date=today+12-m"
3531 },
3532 {
3533 "position": 14,
3534 "query": "dominos pizza carte",
3535 "value": 50,
3536 "value_formatted": "+50%",
3537 "link": "https://trends.google.com/trends/explore?q=dominos+pizza+carte&date=today+12-m"
3538 },
3539 {
3540 "position": 15,
3541 "query": "outdoor pizza oven",
3542 "value": 50,
3543 "value_formatted": "+50%",
3544 "link": "https://trends.google.com/trends/explore?q=outdoor+pizza+oven&date=today+12-m"
3545 },
3546 {
3547 "position": 16,
3548 "query": "red swan pizza",
3549 "value": 40,
3550 "value_formatted": "+40%",
3551 "link": "https://trends.google.com/trends/explore?q=red+swan+pizza&date=today+12-m"
3552 }
3553 ]
3554 }
3555 ],
3556 "related_topics": [
3557 {
3558 "keyword": "pizza",
3559 "top_topics": [
3560 {
3561 "position": 1,
3562 "topic_title": "Pizza",
3563 "topic_type": "Dish",
3564 "topic_id": "/m/0663v",
3565 "value": 100,
3566 "value_formatted": "100",
3567 "link": "https://trends.google.com/trends/explore?q=/m/0663v&date=today+12-m"
3568 },
3569 {
3570 "position": 2,
3571 "topic_title": "Pizza Hut",
3572 "topic_type": "Restaurant company",
3573 "topic_id": "/m/09cfq",
3574 "value": 23,
3575 "value_formatted": "23",
3576 "link": "https://trends.google.com/trends/explore?q=/m/09cfq&date=today+12-m"
3577 },
3578 {
3579 "position": 3,
3580 "topic_title": "Domino's Pizza",
3581 "topic_type": "Restaurant company",
3582 "topic_id": "/m/03clwm",
3583 "value": 13,
3584 "value_formatted": "13",
3585 "link": "https://trends.google.com/trends/explore?q=/m/03clwm&date=today+12-m"
3586 },
3587 {
3588 "position": 4,
3589 "topic_title": "Menu",
3590 "topic_type": "Topic",
3591 "topic_id": "/m/024gjb",
3592 "value": 9,
3593 "value_formatted": "9",
3594 "link": "https://trends.google.com/trends/explore?q=/m/024gjb&date=today+12-m"
3595 },
3596 {
3597 "position": 5,
3598 "topic_title": "Delivery",
3599 "topic_type": "Commerce",
3600 "topic_id": "/m/035bpb",
3601 "value": 4,
3602 "value_formatted": "4",
3603 "link": "https://trends.google.com/trends/explore?q=/m/035bpb&date=today+12-m"
3604 },
3605 {
3606 "position": 6,
3607 "topic_title": "Oven",
3608 "topic_type": "Culinary tool",
3609 "topic_id": "/g/121gvdg7",
3610 "value": 3,
3611 "value_formatted": "3",
3612 "link": "https://trends.google.com/trends/explore?q=/g/121gvdg7&date=today+12-m"
3613 },
3614 {
3615 "position": 7,
3616 "topic_title": "Pizza dough",
3617 "topic_type": "Food",
3618 "topic_id": "/m/0dfxdnc",
3619 "value": 3,
3620 "value_formatted": "3",
3621 "link": "https://trends.google.com/trends/explore?q=/m/0dfxdnc&date=today+12-m"
3622 },
3623 {
3624 "position": 8,
3625 "topic_title": "dough",
3626 "topic_type": "Topic",
3627 "topic_id": "/g/1yg58g4jj",
3628 "value": 3,
3629 "value_formatted": "3",
3630 "link": "https://trends.google.com/trends/explore?q=/g/1yg58g4jj&date=today+12-m"
3631 },
3632 {
3633 "position": 9,
3634 "topic_title": "Dough",
3635 "topic_type": "Topic",
3636 "topic_id": "/m/01x9mn",
3637 "value": 2,
3638 "value_formatted": "2",
3639 "link": "https://trends.google.com/trends/explore?q=/m/01x9mn&date=today+12-m"
3640 },
3641 {
3642 "position": 10,
3643 "topic_title": "Papa John's Pizza",
3644 "topic_type": "Restaurant company",
3645 "topic_id": "/m/020tvm",
3646 "value": 2,
3647 "value_formatted": "2",
3648 "link": "https://trends.google.com/trends/explore?q=/m/020tvm&date=today+12-m"
3649 },
3650 {
3651 "position": 11,
3652 "topic_title": "Pizza delivery",
3653 "topic_type": "Topic",
3654 "topic_id": "/m/05m1lt",
3655 "value": 2,
3656 "value_formatted": "2",
3657 "link": "https://trends.google.com/trends/explore?q=/m/05m1lt&date=today+12-m"
3658 },
3659 {
3660 "position": 12,
3661 "topic_title": "Little Caesars",
3662 "topic_type": "Restaurant company",
3663 "topic_id": "/m/05x6fj",
3664 "value": 2,
3665 "value_formatted": "2",
3666 "link": "https://trends.google.com/trends/explore?q=/m/05x6fj&date=today+12-m"
3667 },
3668 {
3669 "position": 13,
3670 "topic_title": "Pizza Oven",
3671 "topic_type": "Topic",
3672 "topic_id": "/g/11fl7dydwb",
3673 "value": 2,
3674 "value_formatted": "2",
3675 "link": "https://trends.google.com/trends/explore?q=/g/11fl7dydwb&date=today+12-m"
3676 },
3677 {
3678 "position": 14,
3679 "topic_title": "Marco's Pizza",
3680 "topic_type": "Restaurant company",
3681 "topic_id": "/m/04cxwvn",
3682 "value": 2,
3683 "value_formatted": "2",
3684 "link": "https://trends.google.com/trends/explore?q=/m/04cxwvn&date=today+12-m"
3685 },
3686 {
3687 "position": 15,
3688 "topic_title": "Boston Pizza",
3689 "topic_type": "Restaurant company",
3690 "topic_id": "/m/086qkl",
3691 "value": 1,
3692 "value_formatted": "1",
3693 "link": "https://trends.google.com/trends/explore?q=/m/086qkl&date=today+12-m"
3694 },
3695 {
3696 "position": 16,
3697 "topic_title": "Jet's Pizza",
3698 "topic_type": "Restaurant company",
3699 "topic_id": "/m/0tkg16x",
3700 "value": 1,
3701 "value_formatted": "1",
3702 "link": "https://trends.google.com/trends/explore?q=/m/0tkg16x&date=today+12-m"
3703 },
3704 {
3705 "position": 17,
3706 "topic_title": "Pizza Pizza",
3707 "topic_type": "Quick service restaurant company",
3708 "topic_id": "/m/021sqj",
3709 "value": 1,
3710 "value_formatted": "1",
3711 "link": "https://trends.google.com/trends/explore?q=/m/021sqj&date=today+12-m"
3712 },
3713 {
3714 "position": 18,
3715 "topic_title": "Express Pizza",
3716 "topic_type": "Topic",
3717 "topic_id": "/g/11c59n1pfm",
3718 "value": 1,
3719 "value_formatted": "1",
3720 "link": "https://trends.google.com/trends/explore?q=/g/11c59n1pfm&date=today+12-m"
3721 },
3722 {
3723 "position": 19,
3724 "topic_title": "PizzaExpress",
3725 "topic_type": "Restaurant company",
3726 "topic_id": "/m/03c6sm",
3727 "value": 1,
3728 "value_formatted": "1",
3729 "link": "https://trends.google.com/trends/explore?q=/m/03c6sm&date=today+12-m"
3730 },
3731 {
3732 "position": 20,
3733 "topic_title": "MOD Pizza LLC",
3734 "topic_type": "Restaurant company",
3735 "topic_id": "/m/012ngc5d",
3736 "value": 1,
3737 "value_formatted": "1",
3738 "link": "https://trends.google.com/trends/explore?q=/m/012ngc5d&date=today+12-m"
3739 },
3740 {
3741 "position": 21,
3742 "topic_title": "Pizza Margherita",
3743 "topic_type": "Topic",
3744 "topic_id": "/g/122nh_83",
3745 "value": 1,
3746 "value_formatted": "1",
3747 "link": "https://trends.google.com/trends/explore?q=/g/122nh_83&date=today+12-m"
3748 },
3749 {
3750 "position": 22,
3751 "topic_title": "Roman's Pizza",
3752 "topic_type": "Topic",
3753 "topic_id": "/g/11b7c9w1y6",
3754 "value": 0,
3755 "value_formatted": "<1",
3756 "link": "https://trends.google.com/trends/explore?q=/g/11b7c9w1y6&date=today+12-m"
3757 },
3758 {
3759 "position": 23,
3760 "topic_title": "Pizza Ranch",
3761 "topic_type": "Restaurant company",
3762 "topic_id": "/m/02psjw2",
3763 "value": 0,
3764 "value_formatted": "<1",
3765 "link": "https://trends.google.com/trends/explore?q=/m/02psjw2&date=today+12-m"
3766 },
3767 {
3768 "position": 24,
3769 "topic_title": "Kebab",
3770 "topic_type": "Dish",
3771 "topic_id": "/m/022n8y",
3772 "value": 0,
3773 "value_formatted": "<1",
3774 "link": "https://trends.google.com/trends/explore?q=/m/022n8y&date=today+12-m"
3775 },
3776 {
3777 "position": 25,
3778 "topic_title": "Buffalo wing",
3779 "topic_type": "Chicken",
3780 "topic_id": "/m/0qf0c",
3781 "value": 0,
3782 "value_formatted": "<1",
3783 "link": "https://trends.google.com/trends/explore?q=/m/0qf0c&date=today+12-m"
3784 }
3785 ],
3786 "rising_topics": [
3787 {
3788 "position": 1,
3789 "topic_title": "La Pino'z Pizza",
3790 "topic_type": "Topic",
3791 "topic_id": "/g/11h6yrzrcj",
3792 "value": 180,
3793 "value_formatted": "+180%",
3794 "link": "https://trends.google.com/trends/explore?q=/g/11h6yrzrcj&date=today+12-m"
3795 },
3796 {
3797 "position": 2,
3798 "topic_title": "Detroit-style pizza",
3799 "topic_type": "Food",
3800 "topic_id": "/m/0gwh_4",
3801 "value": 160,
3802 "value_formatted": "+160%",
3803 "link": "https://trends.google.com/trends/explore?q=/m/0gwh_4&date=today+12-m"
3804 },
3805 {
3806 "position": 3,
3807 "topic_title": "Ooni",
3808 "topic_type": "Company",
3809 "topic_id": "/g/11cn5lcz0s",
3810 "value": 160,
3811 "value_formatted": "+160%",
3812 "link": "https://trends.google.com/trends/explore?q=/g/11cn5lcz0s&date=today+12-m"
3813 },
3814 {
3815 "position": 4,
3816 "topic_title"