Google Videos Scraper
Pay $5.00 for 1,000 results
Google Videos Scraper
Pay $5.00 for 1,000 results
Powerful Google Videos scraper collect up to 5000 video results per run with flexible search options, language support. Perfect for video content analysis, competitor research, and YouTube SEO optimization. 🎥🔍
You can access the Google Videos Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "wQXbzn3m252XBoIog"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/easyapi~google-videos-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-easyapi-google-videos-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/easyapi~google-videos-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-easyapi-google-videos-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/easyapi~google-videos-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-easyapi-google-videos-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "query",
135 "maxItems"
136 ],
137 "properties": {
138 "maxItems": {
139 "title": "Maximum Items",
140 "minimum": 100,
141 "maximum": 5000,
142 "type": "integer",
143 "description": "Maximum number of search results to retrieve",
144 "default": 100
145 },
146 "query": {
147 "title": "Search Query",
148 "type": "string",
149 "description": "The search term to use",
150 "default": "spacex"
151 },
152 "gl": {
153 "title": "Google Country",
154 "enum": [
155 "af",
156 "al",
157 "dz",
158 "as",
159 "ad",
160 "ao",
161 "ai",
162 "aq",
163 "ag",
164 "ar",
165 "am",
166 "aw",
167 "ac",
168 "au",
169 "at",
170 "az",
171 "bs",
172 "bh",
173 "bd",
174 "bb",
175 "by",
176 "be",
177 "bz",
178 "bj",
179 "bm",
180 "bt",
181 "bo",
182 "ba",
183 "bw",
184 "bv",
185 "br",
186 "io",
187 "bn",
188 "bg",
189 "bf",
190 "bi",
191 "kh",
192 "cm",
193 "ca",
194 "cv",
195 "cat",
196 "ky",
197 "cf",
198 "td",
199 "cl",
200 "cn",
201 "cx",
202 "cc",
203 "co",
204 "km",
205 "cg",
206 "cd",
207 "ck",
208 "cr",
209 "ci",
210 "hr",
211 "cy",
212 "cz",
213 "dk",
214 "dj",
215 "dm",
216 "do",
217 "tl",
218 "ec",
219 "eg",
220 "sv",
221 "gq",
222 "er",
223 "ee",
224 "et",
225 "fk",
226 "fo",
227 "fj",
228 "fi",
229 "fr",
230 "gf",
231 "pf",
232 "tf",
233 "ga",
234 "gm",
235 "ge",
236 "de",
237 "gh",
238 "gi",
239 "gr",
240 "gl",
241 "gd",
242 "gp",
243 "gu",
244 "gt",
245 "gn",
246 "gw",
247 "gy",
248 "ht",
249 "hm",
250 "hn",
251 "hk",
252 "hu",
253 "is",
254 "in",
255 "id",
256 "iq",
257 "ie",
258 "il",
259 "it",
260 "jm",
261 "jp",
262 "jo",
263 "kz",
264 "ke",
265 "ki",
266 "kw",
267 "kg",
268 "la",
269 "lv",
270 "lb",
271 "ls",
272 "lr",
273 "ly",
274 "li",
275 "lt",
276 "lu",
277 "mo",
278 "mk",
279 "mg",
280 "mw",
281 "my",
282 "mv",
283 "ml",
284 "mt",
285 "mh",
286 "mq",
287 "mr",
288 "mu",
289 "yt",
290 "mx",
291 "fm",
292 "md",
293 "mc",
294 "mn",
295 "ms",
296 "ma",
297 "mz",
298 "na",
299 "nr",
300 "np",
301 "nl",
302 "an",
303 "nc",
304 "nz",
305 "ni",
306 "ne",
307 "ng",
308 "nu",
309 "nf",
310 "mp",
311 "no",
312 "om",
313 "pk",
314 "pw",
315 "ps",
316 "pa",
317 "pg",
318 "py",
319 "pe",
320 "ph",
321 "pn",
322 "pl",
323 "pt",
324 "pr",
325 "qa",
326 "re",
327 "ro",
328 "ru",
329 "rw",
330 "kn",
331 "lc",
332 "vc",
333 "ws",
334 "sm",
335 "st",
336 "sa",
337 "sn",
338 "cs",
339 "sc",
340 "sl",
341 "sg",
342 "sk",
343 "si",
344 "sb",
345 "so",
346 "za",
347 "gs",
348 "kr",
349 "es",
350 "lk",
351 "sh",
352 "pm",
353 "sr",
354 "sj",
355 "sz",
356 "se",
357 "ch",
358 "tw",
359 "tj",
360 "tz",
361 "th",
362 "tg",
363 "tk",
364 "to",
365 "tt",
366 "tn",
367 "tr",
368 "tm",
369 "tc",
370 "tv",
371 "ug",
372 "ua",
373 "ae",
374 "gb",
375 "us",
376 "um",
377 "uy",
378 "uz",
379 "vu",
380 "va",
381 "ve",
382 "vn",
383 "vg",
384 "vi",
385 "wf",
386 "eh",
387 "ye",
388 "zm",
389 "zw"
390 ],
391 "type": "string",
392 "description": "The Google country to use for the query"
393 },
394 "hl": {
395 "title": "UI Language",
396 "enum": [
397 "af",
398 "ak",
399 "sq",
400 "am",
401 "ar",
402 "hy",
403 "az",
404 "eu",
405 "be",
406 "bem",
407 "bn",
408 "bh",
409 "bs",
410 "br",
411 "bg",
412 "km",
413 "ca",
414 "chr",
415 "ny",
416 "zh-cn",
417 "zh-tw",
418 "co",
419 "hr",
420 "cs",
421 "da",
422 "nl",
423 "en",
424 "eo",
425 "et",
426 "ee",
427 "fo",
428 "tl",
429 "fi",
430 "fr",
431 "fy",
432 "gaa",
433 "gl",
434 "ka",
435 "de",
436 "el",
437 "gn",
438 "gu",
439 "ht",
440 "ha",
441 "haw",
442 "he",
443 "iw",
444 "hi",
445 "hu",
446 "is",
447 "ig",
448 "id",
449 "ia",
450 "ga",
451 "it",
452 "ja",
453 "jw",
454 "kn",
455 "kk",
456 "rw",
457 "rn",
458 "kg",
459 "ko",
460 "kri",
461 "ku",
462 "ckb",
463 "ky",
464 "lo",
465 "la",
466 "lv",
467 "ln",
468 "lt",
469 "loz",
470 "lg",
471 "ach",
472 "mk",
473 "mg",
474 "ms",
475 "ml",
476 "mt",
477 "mi",
478 "mr",
479 "mfe",
480 "mo",
481 "mn",
482 "sr-ME",
483 "ne",
484 "pcm",
485 "nso",
486 "no",
487 "nn",
488 "oc",
489 "or",
490 "om",
491 "ps",
492 "fa",
493 "pl",
494 "pt",
495 "pt-br",
496 "pt-pt",
497 "pa",
498 "qu",
499 "ro",
500 "rm",
501 "nyn",
502 "ru",
503 "gd",
504 "sr",
505 "sh",
506 "st",
507 "tn",
508 "crs",
509 "sn",
510 "sd",
511 "si",
512 "sk",
513 "sl",
514 "so",
515 "es",
516 "es-419",
517 "su",
518 "sw",
519 "sv",
520 "tg",
521 "ta",
522 "tt",
523 "te",
524 "th",
525 "ti",
526 "to",
527 "lua",
528 "tum",
529 "tr",
530 "tk",
531 "tw",
532 "ug",
533 "uk",
534 "ur",
535 "uz",
536 "vi",
537 "cy",
538 "wo",
539 "xh",
540 "yi",
541 "yo",
542 "zu"
543 ],
544 "type": "string",
545 "description": "The Google UI language to return results"
546 },
547 "lr": {
548 "title": "Language Results",
549 "enum": [
550 "lang_ar",
551 "lang_hy",
552 "lang_be",
553 "lang_bg",
554 "lang_ca",
555 "lang_zh-cn",
556 "lang_zh-tw",
557 "lang_hr",
558 "lang_cs",
559 "lang_da",
560 "lang_nl",
561 "lang_en",
562 "lang_eo",
563 "lang_et",
564 "lang_tl",
565 "lang_fi",
566 "lang_fr",
567 "lang_de",
568 "lang_el",
569 "lang_iw",
570 "lang_hu",
571 "lang_is",
572 "lang_id",
573 "lang_it",
574 "lang_ja",
575 "lang_ko",
576 "lang_lv",
577 "lang_lt",
578 "lang_no",
579 "lang_fa",
580 "lang_pl",
581 "lang_pt",
582 "lang_ro",
583 "lang_ru",
584 "lang_sr",
585 "lang_sk",
586 "lang_sl",
587 "lang_es",
588 "lang_sv",
589 "lang_th",
590 "lang_tr",
591 "lang_uk",
592 "lang_vi"
593 ],
594 "type": "string",
595 "description": "Limit the results to a specific language"
596 },
597 "cr": {
598 "title": "Country Results",
599 "enum": [
600 "af",
601 "al",
602 "dz",
603 "as",
604 "ad",
605 "ao",
606 "ai",
607 "aq",
608 "ag",
609 "ar",
610 "am",
611 "aw",
612 "ac",
613 "au",
614 "at",
615 "az",
616 "bs",
617 "bh",
618 "bd",
619 "bb",
620 "by",
621 "be",
622 "bz",
623 "bj",
624 "bm",
625 "bt",
626 "bo",
627 "ba",
628 "bw",
629 "bv",
630 "br",
631 "io",
632 "bn",
633 "bg",
634 "bf",
635 "bi",
636 "kh",
637 "cm",
638 "ca",
639 "cv",
640 "cat",
641 "ky",
642 "cf",
643 "td",
644 "cl",
645 "cn",
646 "cx",
647 "cc",
648 "co",
649 "km",
650 "cg",
651 "cd",
652 "ck",
653 "cr",
654 "ci",
655 "hr",
656 "cy",
657 "cz",
658 "dk",
659 "dj",
660 "dm",
661 "do",
662 "tl",
663 "ec",
664 "eg",
665 "sv",
666 "gq",
667 "er",
668 "ee",
669 "et",
670 "fk",
671 "fo",
672 "fj",
673 "fi",
674 "fr",
675 "gf",
676 "pf",
677 "tf",
678 "ga",
679 "gm",
680 "ge",
681 "de",
682 "gh",
683 "gi",
684 "gr",
685 "gl",
686 "gd",
687 "gp",
688 "gu",
689 "gt",
690 "gn",
691 "gw",
692 "gy",
693 "ht",
694 "hm",
695 "hn",
696 "hk",
697 "hu",
698 "is",
699 "in",
700 "id",
701 "iq",
702 "ie",
703 "il",
704 "it",
705 "jm",
706 "jp",
707 "jo",
708 "kz",
709 "ke",
710 "ki",
711 "kw",
712 "kg",
713 "la",
714 "lv",
715 "lb",
716 "ls",
717 "lr",
718 "ly",
719 "li",
720 "lt",
721 "lu",
722 "mo",
723 "mk",
724 "mg",
725 "mw",
726 "my",
727 "mv",
728 "ml",
729 "mt",
730 "mh",
731 "mq",
732 "mr",
733 "mu",
734 "yt",
735 "mx",
736 "fm",
737 "md",
738 "mc",
739 "mn",
740 "ms",
741 "ma",
742 "mz",
743 "na",
744 "nr",
745 "np",
746 "nl",
747 "an",
748 "nc",
749 "nz",
750 "ni",
751 "ne",
752 "ng",
753 "nu",
754 "nf",
755 "mp",
756 "no",
757 "om",
758 "pk",
759 "pw",
760 "ps",
761 "pa",
762 "pg",
763 "py",
764 "pe",
765 "ph",
766 "pn",
767 "pl",
768 "pt",
769 "pr",
770 "qa",
771 "re",
772 "ro",
773 "ru",
774 "rw",
775 "kn",
776 "lc",
777 "vc",
778 "ws",
779 "sm",
780 "st",
781 "sa",
782 "sn",
783 "cs",
784 "sc",
785 "sl",
786 "sg",
787 "sk",
788 "si",
789 "sb",
790 "so",
791 "za",
792 "gs",
793 "kr",
794 "es",
795 "lk",
796 "sh",
797 "pm",
798 "sr",
799 "sj",
800 "sz",
801 "se",
802 "ch",
803 "tw",
804 "tj",
805 "tz",
806 "th",
807 "tg",
808 "tk",
809 "to",
810 "tt",
811 "tn",
812 "tr",
813 "tm",
814 "tc",
815 "tv",
816 "ug",
817 "ua",
818 "ae",
819 "gb",
820 "us",
821 "um",
822 "uy",
823 "uz",
824 "vu",
825 "va",
826 "ve",
827 "vn",
828 "vg",
829 "vi",
830 "wf",
831 "eh",
832 "ye",
833 "zm",
834 "zw"
835 ],
836 "type": "string",
837 "description": "Limit the results to a specific country"
838 },
839 "time_period": {
840 "title": "Time Period",
841 "enum": [
842 "last_hour",
843 "last_day",
844 "last_week",
845 "last_month",
846 "last_year",
847 "custom"
848 ],
849 "type": "string",
850 "description": "Time period for results"
851 },
852 "time_period_min": {
853 "title": "Custom Time Period Min",
854 "type": "string",
855 "description": "Minimum date for custom time period (MM/DD/YYYY)"
856 },
857 "time_period_max": {
858 "title": "Custom Time Period Max",
859 "type": "string",
860 "description": "Maximum date for custom time period (MM/DD/YYYY)"
861 },
862 "nfpr": {
863 "title": "No Autocorrect",
864 "minimum": 0,
865 "maximum": 1,
866 "type": "integer",
867 "description": "Exclude results from auto-corrected queries (0 or 1)"
868 },
869 "filter": {
870 "title": "Filter",
871 "minimum": 0,
872 "maximum": 1,
873 "type": "integer",
874 "description": "Enable/disable Similar Results and Omitted Results filters (0 or 1)"
875 }
876 }
877 },
878 "runsResponseSchema": {
879 "type": "object",
880 "properties": {
881 "data": {
882 "type": "object",
883 "properties": {
884 "id": {
885 "type": "string"
886 },
887 "actId": {
888 "type": "string"
889 },
890 "userId": {
891 "type": "string"
892 },
893 "startedAt": {
894 "type": "string",
895 "format": "date-time",
896 "example": "2025-01-08T00:00:00.000Z"
897 },
898 "finishedAt": {
899 "type": "string",
900 "format": "date-time",
901 "example": "2025-01-08T00:00:00.000Z"
902 },
903 "status": {
904 "type": "string",
905 "example": "READY"
906 },
907 "meta": {
908 "type": "object",
909 "properties": {
910 "origin": {
911 "type": "string",
912 "example": "API"
913 },
914 "userAgent": {
915 "type": "string"
916 }
917 }
918 },
919 "stats": {
920 "type": "object",
921 "properties": {
922 "inputBodyLen": {
923 "type": "integer",
924 "example": 2000
925 },
926 "rebootCount": {
927 "type": "integer",
928 "example": 0
929 },
930 "restartCount": {
931 "type": "integer",
932 "example": 0
933 },
934 "resurrectCount": {
935 "type": "integer",
936 "example": 0
937 },
938 "computeUnits": {
939 "type": "integer",
940 "example": 0
941 }
942 }
943 },
944 "options": {
945 "type": "object",
946 "properties": {
947 "build": {
948 "type": "string",
949 "example": "latest"
950 },
951 "timeoutSecs": {
952 "type": "integer",
953 "example": 300
954 },
955 "memoryMbytes": {
956 "type": "integer",
957 "example": 1024
958 },
959 "diskMbytes": {
960 "type": "integer",
961 "example": 2048
962 }
963 }
964 },
965 "buildId": {
966 "type": "string"
967 },
968 "defaultKeyValueStoreId": {
969 "type": "string"
970 },
971 "defaultDatasetId": {
972 "type": "string"
973 },
974 "defaultRequestQueueId": {
975 "type": "string"
976 },
977 "buildNumber": {
978 "type": "string",
979 "example": "1.0.0"
980 },
981 "containerUrl": {
982 "type": "string"
983 },
984 "usage": {
985 "type": "object",
986 "properties": {
987 "ACTOR_COMPUTE_UNITS": {
988 "type": "integer",
989 "example": 0
990 },
991 "DATASET_READS": {
992 "type": "integer",
993 "example": 0
994 },
995 "DATASET_WRITES": {
996 "type": "integer",
997 "example": 0
998 },
999 "KEY_VALUE_STORE_READS": {
1000 "type": "integer",
1001 "example": 0
1002 },
1003 "KEY_VALUE_STORE_WRITES": {
1004 "type": "integer",
1005 "example": 1
1006 },
1007 "KEY_VALUE_STORE_LISTS": {
1008 "type": "integer",
1009 "example": 0
1010 },
1011 "REQUEST_QUEUE_READS": {
1012 "type": "integer",
1013 "example": 0
1014 },
1015 "REQUEST_QUEUE_WRITES": {
1016 "type": "integer",
1017 "example": 0
1018 },
1019 "DATA_TRANSFER_INTERNAL_GBYTES": {
1020 "type": "integer",
1021 "example": 0
1022 },
1023 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1024 "type": "integer",
1025 "example": 0
1026 },
1027 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1028 "type": "integer",
1029 "example": 0
1030 },
1031 "PROXY_SERPS": {
1032 "type": "integer",
1033 "example": 0
1034 }
1035 }
1036 },
1037 "usageTotalUsd": {
1038 "type": "number",
1039 "example": 0.00005
1040 },
1041 "usageUsd": {
1042 "type": "object",
1043 "properties": {
1044 "ACTOR_COMPUTE_UNITS": {
1045 "type": "integer",
1046 "example": 0
1047 },
1048 "DATASET_READS": {
1049 "type": "integer",
1050 "example": 0
1051 },
1052 "DATASET_WRITES": {
1053 "type": "integer",
1054 "example": 0
1055 },
1056 "KEY_VALUE_STORE_READS": {
1057 "type": "integer",
1058 "example": 0
1059 },
1060 "KEY_VALUE_STORE_WRITES": {
1061 "type": "number",
1062 "example": 0.00005
1063 },
1064 "KEY_VALUE_STORE_LISTS": {
1065 "type": "integer",
1066 "example": 0
1067 },
1068 "REQUEST_QUEUE_READS": {
1069 "type": "integer",
1070 "example": 0
1071 },
1072 "REQUEST_QUEUE_WRITES": {
1073 "type": "integer",
1074 "example": 0
1075 },
1076 "DATA_TRANSFER_INTERNAL_GBYTES": {
1077 "type": "integer",
1078 "example": 0
1079 },
1080 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1081 "type": "integer",
1082 "example": 0
1083 },
1084 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1085 "type": "integer",
1086 "example": 0
1087 },
1088 "PROXY_SERPS": {
1089 "type": "integer",
1090 "example": 0
1091 }
1092 }
1093 }
1094 }
1095 }
1096 }
1097 }
1098 }
1099 }
1100}
Google Videos Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Google Videos Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Actor Metrics
5 monthly users
-
1 star
>99% runs succeeded
Created in Oct 2024
Modified 3 months ago