
Github Trending Repositories / Developers
1 day trial then $25.00/month - No credit card required now

Github Trending Repositories / Developers
1 day trial then $25.00/month - No credit card required now
From a Github Trending category, extract all related informations about repositories or developers trending date range in Daily / Weekly / Monthly. With filters based on language spoken, code language, sponsorable status and date range
Actor Metrics
1 monthly user
No reviews yet
3 bookmarks
>99% runs succeeded
Created in Jan 2024
Modified 4 months ago
You can access the Github Trending Repositories / Developers programmatically from your own applications by using the Apify API. You can also 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": "Y5hV2TUQ8tHP3P5MO"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/saswave~github-trending-repositories-developers/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-saswave-github-trending-repositories-developers",
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/saswave~github-trending-repositories-developers/runs": {
50 "post": {
51 "operationId": "runs-sync-saswave-github-trending-repositories-developers",
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/saswave~github-trending-repositories-developers/run-sync": {
93 "post": {
94 "operationId": "run-sync-saswave-github-trending-repositories-developers",
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 "trending_type"
135 ],
136 "properties": {
137 "trending_type": {
138 "title": "Trending Category",
139 "enum": [
140 "Developers",
141 "Repositories"
142 ],
143 "type": "string",
144 "description": "Trending Category search results",
145 "default": "Repositories"
146 },
147 "date_range": {
148 "title": "Date Range",
149 "enum": [
150 "daily",
151 "weekly",
152 "monthly"
153 ],
154 "type": "string",
155 "description": "Filters repositories AND developers with date range",
156 "default": "daily"
157 },
158 "language": {
159 "title": "Code Language",
160 "enum": [
161 "",
162 "unknown",
163 "1c-enterprise",
164 "2-dimensional-array",
165 "4d",
166 "abap",
167 "abap-cds",
168 "abnf",
169 "actionscript",
170 "ada",
171 "adblock-filter-list",
172 "adobe-font-metrics",
173 "agda",
174 "ags-script",
175 "aidl",
176 "al",
177 "alloy",
178 "alpine-abuild",
179 "altium-designer",
180 "ampl",
181 "angelscript",
182 "ant-build-system",
183 "antlers",
184 "antlr",
185 "apacheconf",
186 "apex",
187 "api-blueprint",
188 "apl",
189 "apollo-guidance-computer",
190 "applescript",
191 "arc",
192 "asciidoc",
193 "asl",
194 "asn.1",
195 "classic-asp",
196 "asp.net",
197 "aspectj",
198 "assembly",
199 "astro",
200 "asymptote",
201 "ats",
202 "augeas",
203 "autohotkey",
204 "autoit",
205 "avro-idl",
206 "awk",
207 "ballerina",
208 "basic",
209 "batchfile",
210 "beef",
211 "befunge",
212 "berry",
213 "bibtex",
214 "bicep",
215 "bikeshed",
216 "bison",
217 "bitbake",
218 "blade",
219 "blitzbasic",
220 "blitzmax",
221 "bluespec",
222 "bluespec-bh",
223 "boo",
224 "boogie",
225 "brainfuck",
226 "brighterscript",
227 "brightscript",
228 "zeek",
229 "browserslist",
230 "c",
231 "c%23",
232 "c++",
233 "c-objdump",
234 "c2hs-haskell",
235 "cabal-config",
236 "cadence",
237 "cairo",
238 "cameligo",
239 "cap-cds",
240 "cap'n-proto",
241 "cartocss",
242 "ceylon",
243 "chapel",
244 "charity",
245 "checksums",
246 "chuck",
247 "cil",
248 "circom",
249 "cirru",
250 "clarion",
251 "clarity",
252 "clean",
253 "click",
254 "clips",
255 "clojure",
256 "closure-templates",
257 "cloud-firestore-security-rules",
258 "cmake",
259 "cobol",
260 "codeowners",
261 "codeql",
262 "coffeescript",
263 "coldfusion",
264 "coldfusion-cfc",
265 "collada",
266 "common-lisp",
267 "common-workflow-language",
268 "component-pascal",
269 "conll-u",
270 "cool",
271 "coq",
272 "cpp-objdump",
273 "creole",
274 "crystal",
275 "cson",
276 "csound",
277 "csound-document",
278 "csound-score",
279 "css",
280 "csv",
281 "cuda",
282 "cue",
283 "cue-sheet",
284 "curl-config",
285 "curry",
286 "cweb",
287 "cycript",
288 "cypher",
289 "cython",
290 "d",
291 "d-objdump",
292 "d2",
293 "dafny",
294 "darcs-patch",
295 "dart",
296 "dataweave",
297 "debian-package-control-file",
298 "denizenscript",
299 "desktop",
300 "dhall",
301 "diff",
302 "digital-command-language",
303 "dircolors",
304 "directx-3d-file",
305 "dm",
306 "dns-zone",
307 "dockerfile",
308 "dogescript",
309 "dotenv",
310 "dtrace",
311 "dylan",
312 "e",
313 "e-mail",
314 "eagle",
315 "earthly",
316 "easybuild",
317 "ebnf",
318 "ec",
319 "ecere-projects",
320 "ecl",
321 "eclipse",
322 "ecmarkup",
323 "edgeql",
324 "editorconfig",
325 "edje-data-collection",
326 "edn",
327 "eiffel",
328 "ejs",
329 "elixir",
330 "elm",
331 "elvish",
332 "elvish-transcript",
333 "emacs-lisp",
334 "emberscript",
335 "eq",
336 "erlang",
337 "euphoria",
338 "f%23",
339 "f*",
340 "factor",
341 "fancy",
342 "fantom",
343 "faust",
344 "fennel",
345 "figlet-font",
346 "filebench-wml",
347 "filterscript",
348 "fish",
349 "fluent",
350 "flux",
351 "formatted",
352 "forth",
353 "fortran",
354 "fortran-free-form",
355 "freebasic",
356 "freemarker",
357 "frege",
358 "futhark",
359 "g-code",
360 "game-maker-language",
361 "gaml",
362 "gams",
363 "gap",
364 "gcc-machine-description",
365 "gdb",
366 "gdscript",
367 "gedcom",
368 "gemfile.lock",
369 "gemini",
370 "genero-4gl",
371 "genero-per",
372 "genie",
373 "genshi",
374 "gentoo-ebuild",
375 "gentoo-eclass",
376 "gerber-image",
377 "gettext-catalog",
378 "gherkin",
379 "git-attributes",
380 "git-config",
381 "git-revision-list",
382 "gleam",
383 "glimmer-js",
384 "glsl",
385 "glyph",
386 "glyph-bitmap-distribution-format",
387 "gn",
388 "gnuplot",
389 "go",
390 "go-checksums",
391 "go-module",
392 "go-workspace",
393 "godot-resource",
394 "golo",
395 "gosu",
396 "grace",
397 "gradle",
398 "gradle-kotlin-dsl",
399 "grammatical-framework",
400 "graph-modeling-language",
401 "graphql",
402 "graphviz-(dot)",
403 "groovy",
404 "groovy-server-pages",
405 "gsc",
406 "hack",
407 "haml",
408 "handlebars",
409 "haproxy",
410 "harbour",
411 "haskell",
412 "haxe",
413 "hcl",
414 "hiveql",
415 "hlsl",
416 "hocon",
417 "holyc",
418 "hoon",
419 "hosts-file",
420 "html",
421 "jinja",
422 "html+ecr",
423 "html+eex",
424 "html+erb",
425 "html+php",
426 "html+razor",
427 "http",
428 "hxml",
429 "hy",
430 "hyphy",
431 "idl",
432 "idris",
433 "ignore-list",
434 "igor-pro",
435 "imagej-macro",
436 "imba",
437 "inform-7",
438 "ini",
439 "ink",
440 "inno-setup",
441 "io",
442 "ioke",
443 "irc-log",
444 "isabelle",
445 "isabelle-root",
446 "j",
447 "janet",
448 "jar-manifest",
449 "jasmin",
450 "java",
451 "java-properties",
452 "java-server-pages",
453 "javascript",
454 "javascript+erb",
455 "jcl",
456 "jest-snapshot",
457 "jetbrains-mps",
458 "jflex",
459 "jison",
460 "jison-lex",
461 "jolie",
462 "jq",
463 "json",
464 "json-with-comments",
465 "json5",
466 "jsoniq",
467 "jsonld",
468 "jsonnet",
469 "julia",
470 "jupyter-notebook",
471 "just",
472 "kaitai-struct",
473 "kakounescript",
474 "kerboscript",
475 "kicad-layout",
476 "kicad-legacy-layout",
477 "kicad-schematic",
478 "kickstart",
479 "kit",
480 "kotlin",
481 "krl",
482 "kusto",
483 "kvlang",
484 "labview",
485 "lark",
486 "lasso",
487 "latte",
488 "lean",
489 "lean-4",
490 "less",
491 "lex",
492 "lfe",
493 "ligolang",
494 "lilypond",
495 "limbo",
496 "linker-script",
497 "linux-kernel-module",
498 "liquid",
499 "literate-agda",
500 "literate-coffeescript",
501 "literate-haskell",
502 "livescript",
503 "llvm",
504 "logos",
505 "logtalk",
506 "lolcode",
507 "lookml",
508 "loomscript",
509 "lsl",
510 "ltspice-symbol",
511 "lua",
512 "m",
513 "m4",
514 "m4sugar",
515 "macaulay2",
516 "makefile",
517 "mako",
518 "markdown",
519 "marko",
520 "mask",
521 "mathematica",
522 "matlab",
523 "maven-pom",
524 "max",
525 "maxscript",
526 "mcfunction",
527 "mdx",
528 "wikitext",
529 "mercury",
530 "mermaid",
531 "meson",
532 "metal",
533 "microsoft-developer-studio-project",
534 "microsoft-visual-studio-solution",
535 "minid",
536 "miniyaml",
537 "mint",
538 "mirah",
539 "mirc-script",
540 "mlir",
541 "modelica",
542 "modula-2",
543 "modula-3",
544 "module-management-system",
545 "monkey",
546 "monkey-c",
547 "moocode",
548 "moonscript",
549 "motoko",
550 "motorola-68k-assembly",
551 "move",
552 "mql4",
553 "mql5",
554 "mtml",
555 "muf",
556 "mupad",
557 "muse",
558 "mustache",
559 "myghty",
560 "nanorc",
561 "nasal",
562 "nasl",
563 "ncl",
564 "nearley",
565 "nemerle",
566 "neon",
567 "nesc",
568 "netlinx",
569 "netlinx+erb",
570 "netlogo",
571 "newlisp",
572 "nextflow",
573 "nginx",
574 "nim",
575 "ninja",
576 "nit",
577 "nix",
578 "nl",
579 "npm-config",
580 "nsis",
581 "nu",
582 "numpy",
583 "nunjucks",
584 "nushell",
585 "nwscript",
586 "oasv2-json",
587 "oasv2-yaml",
588 "oasv3-json",
589 "oasv3-yaml",
590 "objdump",
591 "object-data-instance-notation",
592 "objective-c",
593 "objective-c++",
594 "objective-j",
595 "objectscript",
596 "ocaml",
597 "odin",
598 "omgrofl",
599 "ooc",
600 "opa",
601 "opal",
602 "open-policy-agent",
603 "openapi-specification-v2",
604 "openapi-specification-v3",
605 "opencl",
606 "openedge-abl",
607 "openqasm",
608 "openrc-runscript",
609 "openscad",
610 "openstep-property-list",
611 "opentype-feature-file",
612 "option-list",
613 "org",
614 "ox",
615 "oxygene",
616 "oz",
617 "p4",
618 "pact",
619 "pan",
620 "papyrus",
621 "parrot",
622 "parrot-assembly",
623 "parrot-internal-representation",
624 "pascal",
625 "pawn",
626 "pddl",
627 "peg.js",
628 "pep8",
629 "perl",
630 "php",
631 "pic",
632 "pickle",
633 "picolisp",
634 "piglatin",
635 "pike",
636 "plantuml",
637 "plpgsql",
638 "plsql",
639 "pod",
640 "pod-6",
641 "pogoscript",
642 "polar",
643 "pony",
644 "portugol",
645 "postcss",
646 "postscript",
647 "pov-ray-sdl",
648 "powerbuilder",
649 "powershell",
650 "praat",
651 "prisma",
652 "processing",
653 "procfile",
654 "proguard",
655 "prolog",
656 "promela",
657 "propeller-spin",
658 "protocol-buffer",
659 "protocol-buffer-text-format",
660 "public-key",
661 "pug",
662 "puppet",
663 "pure-data",
664 "purebasic",
665 "purescript",
666 "pyret",
667 "python",
668 "python-console",
669 "python-traceback",
670 "q",
671 "q%23",
672 "qmake",
673 "qml",
674 "qt-script",
675 "quake",
676 "r",
677 "racket",
678 "ragel",
679 "raku",
680 "raml",
681 "rascal",
682 "raw-token-data",
683 "rbs",
684 "rdoc",
685 "readline-config",
686 "realbasic",
687 "reason",
688 "reasonligo",
689 "rebol",
690 "record-jar",
691 "red",
692 "redcode",
693 "redirect-rules",
694 "regular-expression",
695 "ren'py",
696 "renderscript",
697 "rescript",
698 "restructuredtext",
699 "rexx",
700 "rez",
701 "rich-text-format",
702 "ring",
703 "riot",
704 "rmarkdown",
705 "robotframework",
706 "robots.txt",
707 "roff",
708 "roff-manpage",
709 "rouge",
710 "routeros-script",
711 "rpc",
712 "rpgle",
713 "rpm-spec",
714 "ruby",
715 "runoff",
716 "rust",
717 "sage",
718 "saltstack",
719 "sas",
720 "sass",
721 "scala",
722 "scaml",
723 "scenic",
724 "scheme",
725 "scilab",
726 "scss",
727 "sed",
728 "self",
729 "selinux-policy",
730 "shaderlab",
731 "shell",
732 "shellcheck-config",
733 "shellsession",
734 "shen",
735 "sieve",
736 "simple-file-verification",
737 "singularity",
738 "slash",
739 "slice",
740 "slim",
741 "smali",
742 "smalltalk",
743 "smarty",
744 "smithy",
745 "smpl",
746 "smt",
747 "snakemake",
748 "solidity",
749 "soong",
750 "sourcepawn",
751 "sparql",
752 "spline-font-database",
753 "sqf",
754 "sql",
755 "sqlpl",
756 "squirrel",
757 "srecode-template",
758 "ssh-config",
759 "stan",
760 "standard-ml",
761 "star",
762 "starlark",
763 "stata",
764 "stl",
765 "ston",
766 "stringtemplate",
767 "stylus",
768 "subrip-text",
769 "sugarss",
770 "supercollider",
771 "svelte",
772 "svg",
773 "sway",
774 "sweave",
775 "swift",
776 "swig",
777 "systemverilog",
778 "talon",
779 "tcl",
780 "tcsh",
781 "tea",
782 "terra",
783 "terraform-template",
784 "tex",
785 "texinfo",
786 "text",
787 "textile",
788 "textmate-properties",
789 "thrift",
790 "ti-program",
791 "tl-verilog",
792 "tla",
793 "toit",
794 "toml",
795 "tsql",
796 "tsv",
797 "tsx",
798 "turing",
799 "turtle",
800 "twig",
801 "txl",
802 "type-language",
803 "typescript",
804 "typst",
805 "unified-parallel-c",
806 "unity3d-asset",
807 "unix-assembly",
808 "uno",
809 "unrealscript",
810 "urweb",
811 "v",
812 "vala",
813 "valve-data-format",
814 "vba",
815 "vbscript",
816 "vcl",
817 "velocity-template-language",
818 "verilog",
819 "vhdl",
820 "vim-help-file",
821 "vim-script",
822 "vim-snippet",
823 "visual-basic-.net",
824 "visual-basic-6.0",
825 "volt",
826 "vue",
827 "vyper",
828 "wavefront-material",
829 "wavefront-object",
830 "wdl",
831 "web-ontology-language",
832 "webassembly",
833 "webassembly-interface-type",
834 "webidl",
835 "webvtt",
836 "wget-config",
837 "wgsl",
838 "whiley",
839 "win32-message-file",
840 "windows-registry-entries",
841 "wisp",
842 "witcher-script",
843 "wollok",
844 "world-of-warcraft-addon-data",
845 "wren",
846 "x-bitmap",
847 "x-font-directory-index",
848 "x-pixmap",
849 "x10",
850 "xbase",
851 "xc",
852 "xcompose",
853 "xml",
854 "xml-property-list",
855 "xojo",
856 "xonsh",
857 "xpages",
858 "xproc",
859 "xquery",
860 "xs",
861 "xslt",
862 "xtend",
863 "yacc",
864 "yaml",
865 "yang",
866 "yara",
867 "yasnippet",
868 "yul",
869 "zap",
870 "zenscript",
871 "zephir",
872 "zig",
873 "zil",
874 "zimpl"
875 ],
876 "type": "string",
877 "description": "Filters repositories AND developers with code language",
878 "default": ""
879 },
880 "spoken_language": {
881 "title": "Spoken Language",
882 "enum": [
883 "",
884 "ab",
885 "aa",
886 "af",
887 "ak",
888 "sq",
889 "am",
890 "ar",
891 "an",
892 "hy",
893 "as",
894 "av",
895 "ae",
896 "ay",
897 "az",
898 "bm",
899 "ba",
900 "eu",
901 "be",
902 "bn",
903 "bh",
904 "bi",
905 "bs",
906 "br",
907 "bg",
908 "my",
909 "ca",
910 "ch",
911 "ce",
912 "ny",
913 "zh",
914 "cv",
915 "kw",
916 "co",
917 "cr",
918 "hr",
919 "cs",
920 "da",
921 "dv",
922 "nl",
923 "dz",
924 "en",
925 "eo",
926 "et",
927 "ee",
928 "fo",
929 "fj",
930 "fi",
931 "fr",
932 "ff",
933 "gl",
934 "ka",
935 "de",
936 "el",
937 "gn",
938 "gu",
939 "ht",
940 "ha",
941 "he",
942 "hz",
943 "hi",
944 "ho",
945 "hu",
946 "ia",
947 "id",
948 "ie",
949 "ga",
950 "ig",
951 "ik",
952 "io",
953 "is",
954 "it",
955 "iu",
956 "ja",
957 "jv",
958 "kl",
959 "kn",
960 "kr",
961 "ks",
962 "kk",
963 "km",
964 "ki",
965 "rw",
966 "ky",
967 "kv",
968 "kg",
969 "ko",
970 "ku",
971 "kj",
972 "la",
973 "lb",
974 "lg",
975 "li",
976 "ln",
977 "lo",
978 "lt",
979 "lu",
980 "lv",
981 "gv",
982 "mk",
983 "mg",
984 "ms",
985 "ml",
986 "mt",
987 "mi",
988 "mr",
989 "mh",
990 "mn",
991 "na",
992 "nv",
993 "nd",
994 "ne",
995 "ng",
996 "nb",
997 "nn",
998 "no",
999 "ii",
1000 "nr",
1001 "oc",
1002 "oj",
1003 "cu",
1004 "om",
1005 "or",
1006 "os",
1007 "pa",
1008 "pi",
1009 "fa",
1010 "pl",
1011 "ps",
1012 "pt",
1013 "qu",
1014 "rm",
1015 "rn",
1016 "ro",
1017 "ru",
1018 "sa",
1019 "sc",
1020 "sd",
1021 "se",
1022 "sm",
1023 "sg",
1024 "sr",
1025 "gd",
1026 "sn",
1027 "si",
1028 "sk",
1029 "sl",
1030 "so",
1031 "st",
1032 "es",
1033 "su",
1034 "sw",
1035 "ss",
1036 "sv",
1037 "ta",
1038 "te",
1039 "tg",
1040 "th",
1041 "ti",
1042 "bo",
1043 "tk",
1044 "tl",
1045 "tn",
1046 "to",
1047 "tr",
1048 "ts",
1049 "tt",
1050 "tw",
1051 "ty",
1052 "ug",
1053 "uk",
1054 "ur",
1055 "uz",
1056 "ve",
1057 "vi",
1058 "vo",
1059 "wa",
1060 "cy",
1061 "wo",
1062 "fy",
1063 "xh",
1064 "yi",
1065 "yo",
1066 "za",
1067 "zu"
1068 ],
1069 "type": "string",
1070 "description": "Filters repositories with spoken language",
1071 "default": ""
1072 },
1073 "sponsorable": {
1074 "title": "Is Sponsorable",
1075 "type": "boolean",
1076 "description": "Filers developers with sponsorable status (False = filter not used; True = filters only sponsorable developers)",
1077 "default": false
1078 }
1079 }
1080 },
1081 "runsResponseSchema": {
1082 "type": "object",
1083 "properties": {
1084 "data": {
1085 "type": "object",
1086 "properties": {
1087 "id": {
1088 "type": "string"
1089 },
1090 "actId": {
1091 "type": "string"
1092 },
1093 "userId": {
1094 "type": "string"
1095 },
1096 "startedAt": {
1097 "type": "string",
1098 "format": "date-time",
1099 "example": "2025-01-08T00:00:00.000Z"
1100 },
1101 "finishedAt": {
1102 "type": "string",
1103 "format": "date-time",
1104 "example": "2025-01-08T00:00:00.000Z"
1105 },
1106 "status": {
1107 "type": "string",
1108 "example": "READY"
1109 },
1110 "meta": {
1111 "type": "object",
1112 "properties": {
1113 "origin": {
1114 "type": "string",
1115 "example": "API"
1116 },
1117 "userAgent": {
1118 "type": "string"
1119 }
1120 }
1121 },
1122 "stats": {
1123 "type": "object",
1124 "properties": {
1125 "inputBodyLen": {
1126 "type": "integer",
1127 "example": 2000
1128 },
1129 "rebootCount": {
1130 "type": "integer",
1131 "example": 0
1132 },
1133 "restartCount": {
1134 "type": "integer",
1135 "example": 0
1136 },
1137 "resurrectCount": {
1138 "type": "integer",
1139 "example": 0
1140 },
1141 "computeUnits": {
1142 "type": "integer",
1143 "example": 0
1144 }
1145 }
1146 },
1147 "options": {
1148 "type": "object",
1149 "properties": {
1150 "build": {
1151 "type": "string",
1152 "example": "latest"
1153 },
1154 "timeoutSecs": {
1155 "type": "integer",
1156 "example": 300
1157 },
1158 "memoryMbytes": {
1159 "type": "integer",
1160 "example": 1024
1161 },
1162 "diskMbytes": {
1163 "type": "integer",
1164 "example": 2048
1165 }
1166 }
1167 },
1168 "buildId": {
1169 "type": "string"
1170 },
1171 "defaultKeyValueStoreId": {
1172 "type": "string"
1173 },
1174 "defaultDatasetId": {
1175 "type": "string"
1176 },
1177 "defaultRequestQueueId": {
1178 "type": "string"
1179 },
1180 "buildNumber": {
1181 "type": "string",
1182 "example": "1.0.0"
1183 },
1184 "containerUrl": {
1185 "type": "string"
1186 },
1187 "usage": {
1188 "type": "object",
1189 "properties": {
1190 "ACTOR_COMPUTE_UNITS": {
1191 "type": "integer",
1192 "example": 0
1193 },
1194 "DATASET_READS": {
1195 "type": "integer",
1196 "example": 0
1197 },
1198 "DATASET_WRITES": {
1199 "type": "integer",
1200 "example": 0
1201 },
1202 "KEY_VALUE_STORE_READS": {
1203 "type": "integer",
1204 "example": 0
1205 },
1206 "KEY_VALUE_STORE_WRITES": {
1207 "type": "integer",
1208 "example": 1
1209 },
1210 "KEY_VALUE_STORE_LISTS": {
1211 "type": "integer",
1212 "example": 0
1213 },
1214 "REQUEST_QUEUE_READS": {
1215 "type": "integer",
1216 "example": 0
1217 },
1218 "REQUEST_QUEUE_WRITES": {
1219 "type": "integer",
1220 "example": 0
1221 },
1222 "DATA_TRANSFER_INTERNAL_GBYTES": {
1223 "type": "integer",
1224 "example": 0
1225 },
1226 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1227 "type": "integer",
1228 "example": 0
1229 },
1230 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1231 "type": "integer",
1232 "example": 0
1233 },
1234 "PROXY_SERPS": {
1235 "type": "integer",
1236 "example": 0
1237 }
1238 }
1239 },
1240 "usageTotalUsd": {
1241 "type": "number",
1242 "example": 0.00005
1243 },
1244 "usageUsd": {
1245 "type": "object",
1246 "properties": {
1247 "ACTOR_COMPUTE_UNITS": {
1248 "type": "integer",
1249 "example": 0
1250 },
1251 "DATASET_READS": {
1252 "type": "integer",
1253 "example": 0
1254 },
1255 "DATASET_WRITES": {
1256 "type": "integer",
1257 "example": 0
1258 },
1259 "KEY_VALUE_STORE_READS": {
1260 "type": "integer",
1261 "example": 0
1262 },
1263 "KEY_VALUE_STORE_WRITES": {
1264 "type": "number",
1265 "example": 0.00005
1266 },
1267 "KEY_VALUE_STORE_LISTS": {
1268 "type": "integer",
1269 "example": 0
1270 },
1271 "REQUEST_QUEUE_READS": {
1272 "type": "integer",
1273 "example": 0
1274 },
1275 "REQUEST_QUEUE_WRITES": {
1276 "type": "integer",
1277 "example": 0
1278 },
1279 "DATA_TRANSFER_INTERNAL_GBYTES": {
1280 "type": "integer",
1281 "example": 0
1282 },
1283 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1284 "type": "integer",
1285 "example": 0
1286 },
1287 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1288 "type": "integer",
1289 "example": 0
1290 },
1291 "PROXY_SERPS": {
1292 "type": "integer",
1293 "example": 0
1294 }
1295 }
1296 }
1297 }
1298 }
1299 }
1300 }
1301 }
1302 }
1303}
Github Trending Repositories / Developers 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 Github Trending Repositories / Developers 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: