![Google Bulk Index Checker avatar](https://images.apifyusercontent.com/8EfTGYV3al1MAIePoDw9CHWwRCOHqRAxgboARoHD548/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vcFdSRWdWUDF2dmtKc3R1S2IvdHFiQmI5UldWcFN2NmVnUlUtR29vZ2xlX0luZGV4X0NoZWNrZXIucG5n.webp)
Google Bulk Index Checker
1 day trial then $15.00/month - No credit card required now
![Google Bulk Index Checker](https://images.apifyusercontent.com/8EfTGYV3al1MAIePoDw9CHWwRCOHqRAxgboARoHD548/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vcFdSRWdWUDF2dmtKc3R1S2IvdHFiQmI5UldWcFN2NmVnUlUtR29vZ2xlX0luZGV4X0NoZWNrZXIucG5n.webp)
Google Bulk Index Checker
1 day trial then $15.00/month - No credit card required now
Google Bulk Index Checker is a swift, user-friendly tool designed to verify if a website is indexed by Google. It provides instant indexing status updates, helping SEO professionals and webmasters ensure their sites are visible on Google search. Essential for efficient SEO management.
You can access the Google Bulk Index Checker 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": "hLZYBWm4XYFWZcdea"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/caprolok~google-bulk-index-checker/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-caprolok-google-bulk-index-checker",
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/caprolok~google-bulk-index-checker/runs": {
50 "post": {
51 "operationId": "runs-sync-caprolok-google-bulk-index-checker",
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/caprolok~google-bulk-index-checker/run-sync": {
93 "post": {
94 "operationId": "run-sync-caprolok-google-bulk-index-checker",
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 "urls"
135 ],
136 "properties": {
137 "urls": {
138 "title": "Start URLs",
139 "type": "array",
140 "description": "One or more URLs of the pages to check Indexing",
141 "items": {
142 "type": "string"
143 }
144 },
145 "country": {
146 "title": "Country",
147 "enum": [
148 "af",
149 "al",
150 "dz",
151 "as",
152 "ad",
153 "ao",
154 "ai",
155 "aq",
156 "ag",
157 "ar",
158 "am",
159 "aw",
160 "au",
161 "at",
162 "az",
163 "bs",
164 "bh",
165 "bd",
166 "bb",
167 "by",
168 "be",
169 "bz",
170 "bj",
171 "bm",
172 "bt",
173 "bo",
174 "ba",
175 "bw",
176 "bv",
177 "br",
178 "io",
179 "bn",
180 "bg",
181 "bf",
182 "bi",
183 "kh",
184 "cm",
185 "ca",
186 "cv",
187 "ky",
188 "cf",
189 "td",
190 "cl",
191 "cn",
192 "cx",
193 "cc",
194 "co",
195 "km",
196 "cg",
197 "cd",
198 "ck",
199 "cr",
200 "ci",
201 "hr",
202 "cu",
203 "cy",
204 "cz",
205 "dk",
206 "dj",
207 "dm",
208 "do",
209 "ec",
210 "eg",
211 "sv",
212 "gq",
213 "er",
214 "ee",
215 "et",
216 "fk",
217 "fo",
218 "fj",
219 "fi",
220 "fr",
221 "gf",
222 "pf",
223 "tf",
224 "ga",
225 "gm",
226 "ge",
227 "de",
228 "gh",
229 "gi",
230 "gr",
231 "gl",
232 "gd",
233 "gp",
234 "gu",
235 "gt",
236 "gn",
237 "gw",
238 "gy",
239 "ht",
240 "hm",
241 "va",
242 "hn",
243 "hk",
244 "hu",
245 "is",
246 "in",
247 "id",
248 "ir",
249 "iq",
250 "ie",
251 "il",
252 "it",
253 "jm",
254 "jp",
255 "jo",
256 "kz",
257 "ke",
258 "ki",
259 "kp",
260 "kr",
261 "kw",
262 "kg",
263 "la",
264 "lv",
265 "lb",
266 "ls",
267 "lr",
268 "ly",
269 "li",
270 "lt",
271 "lu",
272 "mo",
273 "mk",
274 "mg",
275 "mw",
276 "my",
277 "mv",
278 "ml",
279 "mt",
280 "mh",
281 "mq",
282 "mr",
283 "mu",
284 "yt",
285 "mx",
286 "fm",
287 "md",
288 "mc",
289 "mn",
290 "ms",
291 "ma",
292 "mz",
293 "mm",
294 "na",
295 "nr",
296 "np",
297 "nl",
298 "an",
299 "nc",
300 "nz",
301 "ni",
302 "ne",
303 "ng",
304 "nu",
305 "nf",
306 "mp",
307 "no",
308 "om",
309 "pk",
310 "pw",
311 "ps",
312 "pa",
313 "pg",
314 "py",
315 "pe",
316 "ph",
317 "pn",
318 "pl",
319 "pt",
320 "pr",
321 "qa",
322 "re",
323 "ro",
324 "ru",
325 "rw",
326 "sh",
327 "kn",
328 "lc",
329 "pm",
330 "vc",
331 "ws",
332 "sm",
333 "st",
334 "sa",
335 "sn",
336 "rs",
337 "sc",
338 "sl",
339 "sg",
340 "sk",
341 "si",
342 "sb",
343 "so",
344 "za",
345 "gs",
346 "es",
347 "lk",
348 "sd",
349 "sr",
350 "sj",
351 "sz",
352 "se",
353 "ch",
354 "sy",
355 "tw",
356 "tj",
357 "tz",
358 "th",
359 "tl",
360 "tg",
361 "tk",
362 "to",
363 "tt",
364 "tn",
365 "tr",
366 "tm",
367 "tc",
368 "tv",
369 "ug",
370 "ua",
371 "ae",
372 "uk",
373 "gb",
374 "us",
375 "um",
376 "uy",
377 "uz",
378 "vu",
379 "ve",
380 "vn",
381 "vg",
382 "vi",
383 "wf",
384 "eh",
385 "ye",
386 "zm",
387 "zw"
388 ],
389 "type": "string",
390 "description": "Specify the country to which the products are intended to be shipped.",
391 "default": "us"
392 },
393 "language": {
394 "title": "Language",
395 "enum": [
396 "af",
397 "ak",
398 "sq",
399 "ws",
400 "am",
401 "ar",
402 "hy",
403 "az",
404 "eu",
405 "be",
406 "bem",
407 "bn",
408 "bh",
409 "xx-bork",
410 "bs",
411 "br",
412 "bg",
413 "bt",
414 "km",
415 "ca",
416 "chr",
417 "ny",
418 "zh-cn",
419 "zh-tw",
420 "co",
421 "hr",
422 "cs",
423 "da",
424 "nl",
425 "xx-elmer",
426 "en",
427 "eo",
428 "et",
429 "ee",
430 "fo",
431 "tl",
432 "fi",
433 "fr",
434 "fy",
435 "gaa",
436 "gl",
437 "ka",
438 "de",
439 "el",
440 "kl",
441 "gn",
442 "gu",
443 "xx-hacker",
444 "ht",
445 "ha",
446 "haw",
447 "iw",
448 "hi",
449 "hu",
450 "is",
451 "ig",
452 "id",
453 "ia",
454 "ga",
455 "it",
456 "ja",
457 "jw",
458 "kn",
459 "kk",
460 "rw",
461 "rn",
462 "xx-klingon",
463 "kg",
464 "ko",
465 "kri",
466 "ku",
467 "ckb",
468 "ky",
469 "lo",
470 "la",
471 "lv",
472 "ln",
473 "lt",
474 "loz",
475 "lg",
476 "ach",
477 "mk",
478 "mg",
479 "my",
480 "ml",
481 "mt",
482 "mv",
483 "mi",
484 "mr",
485 "mfe",
486 "mo",
487 "mn",
488 "sr-me",
489 "ne",
490 "pcm",
491 "nso",
492 "no",
493 "nn",
494 "oc",
495 "or",
496 "om",
497 "ps",
498 "fa",
499 "xx-pirate",
500 "pl",
501 "pt",
502 "pt-br",
503 "pt-pt",
504 "pa",
505 "qu",
506 "ro",
507 "rm",
508 "nyn",
509 "ru",
510 "gd",
511 "sr",
512 "sh",
513 "st",
514 "tn",
515 "crs",
516 "sn",
517 "sd",
518 "si",
519 "sk",
520 "sl",
521 "so",
522 "es",
523 "es-419",
524 "su",
525 "sw",
526 "sv",
527 "tg",
528 "ta",
529 "tt",
530 "te",
531 "th",
532 "ti",
533 "to",
534 "lua",
535 "tum",
536 "tr",
537 "tk",
538 "tw",
539 "ug",
540 "uk",
541 "ur",
542 "uz",
543 "vu",
544 "vi",
545 "cy",
546 "wo",
547 "xh",
548 "yi",
549 "yo",
550 "zu"
551 ],
552 "type": "string",
553 "description": "Enter the language in which you want the product information to be displayed.",
554 "default": "en"
555 },
556 "location": {
557 "title": "Location",
558 "type": "string",
559 "description": "Enter the specific location (city, postal code, etc.) for the search."
560 },
561 "proxyConfiguration": {
562 "title": "Proxy Configuration",
563 "type": "object",
564 "description": "Select proxies to be used by your scraper."
565 }
566 }
567 },
568 "runsResponseSchema": {
569 "type": "object",
570 "properties": {
571 "data": {
572 "type": "object",
573 "properties": {
574 "id": {
575 "type": "string"
576 },
577 "actId": {
578 "type": "string"
579 },
580 "userId": {
581 "type": "string"
582 },
583 "startedAt": {
584 "type": "string",
585 "format": "date-time",
586 "example": "2025-01-08T00:00:00.000Z"
587 },
588 "finishedAt": {
589 "type": "string",
590 "format": "date-time",
591 "example": "2025-01-08T00:00:00.000Z"
592 },
593 "status": {
594 "type": "string",
595 "example": "READY"
596 },
597 "meta": {
598 "type": "object",
599 "properties": {
600 "origin": {
601 "type": "string",
602 "example": "API"
603 },
604 "userAgent": {
605 "type": "string"
606 }
607 }
608 },
609 "stats": {
610 "type": "object",
611 "properties": {
612 "inputBodyLen": {
613 "type": "integer",
614 "example": 2000
615 },
616 "rebootCount": {
617 "type": "integer",
618 "example": 0
619 },
620 "restartCount": {
621 "type": "integer",
622 "example": 0
623 },
624 "resurrectCount": {
625 "type": "integer",
626 "example": 0
627 },
628 "computeUnits": {
629 "type": "integer",
630 "example": 0
631 }
632 }
633 },
634 "options": {
635 "type": "object",
636 "properties": {
637 "build": {
638 "type": "string",
639 "example": "latest"
640 },
641 "timeoutSecs": {
642 "type": "integer",
643 "example": 300
644 },
645 "memoryMbytes": {
646 "type": "integer",
647 "example": 1024
648 },
649 "diskMbytes": {
650 "type": "integer",
651 "example": 2048
652 }
653 }
654 },
655 "buildId": {
656 "type": "string"
657 },
658 "defaultKeyValueStoreId": {
659 "type": "string"
660 },
661 "defaultDatasetId": {
662 "type": "string"
663 },
664 "defaultRequestQueueId": {
665 "type": "string"
666 },
667 "buildNumber": {
668 "type": "string",
669 "example": "1.0.0"
670 },
671 "containerUrl": {
672 "type": "string"
673 },
674 "usage": {
675 "type": "object",
676 "properties": {
677 "ACTOR_COMPUTE_UNITS": {
678 "type": "integer",
679 "example": 0
680 },
681 "DATASET_READS": {
682 "type": "integer",
683 "example": 0
684 },
685 "DATASET_WRITES": {
686 "type": "integer",
687 "example": 0
688 },
689 "KEY_VALUE_STORE_READS": {
690 "type": "integer",
691 "example": 0
692 },
693 "KEY_VALUE_STORE_WRITES": {
694 "type": "integer",
695 "example": 1
696 },
697 "KEY_VALUE_STORE_LISTS": {
698 "type": "integer",
699 "example": 0
700 },
701 "REQUEST_QUEUE_READS": {
702 "type": "integer",
703 "example": 0
704 },
705 "REQUEST_QUEUE_WRITES": {
706 "type": "integer",
707 "example": 0
708 },
709 "DATA_TRANSFER_INTERNAL_GBYTES": {
710 "type": "integer",
711 "example": 0
712 },
713 "DATA_TRANSFER_EXTERNAL_GBYTES": {
714 "type": "integer",
715 "example": 0
716 },
717 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
718 "type": "integer",
719 "example": 0
720 },
721 "PROXY_SERPS": {
722 "type": "integer",
723 "example": 0
724 }
725 }
726 },
727 "usageTotalUsd": {
728 "type": "number",
729 "example": 0.00005
730 },
731 "usageUsd": {
732 "type": "object",
733 "properties": {
734 "ACTOR_COMPUTE_UNITS": {
735 "type": "integer",
736 "example": 0
737 },
738 "DATASET_READS": {
739 "type": "integer",
740 "example": 0
741 },
742 "DATASET_WRITES": {
743 "type": "integer",
744 "example": 0
745 },
746 "KEY_VALUE_STORE_READS": {
747 "type": "integer",
748 "example": 0
749 },
750 "KEY_VALUE_STORE_WRITES": {
751 "type": "number",
752 "example": 0.00005
753 },
754 "KEY_VALUE_STORE_LISTS": {
755 "type": "integer",
756 "example": 0
757 },
758 "REQUEST_QUEUE_READS": {
759 "type": "integer",
760 "example": 0
761 },
762 "REQUEST_QUEUE_WRITES": {
763 "type": "integer",
764 "example": 0
765 },
766 "DATA_TRANSFER_INTERNAL_GBYTES": {
767 "type": "integer",
768 "example": 0
769 },
770 "DATA_TRANSFER_EXTERNAL_GBYTES": {
771 "type": "integer",
772 "example": 0
773 },
774 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
775 "type": "integer",
776 "example": 0
777 },
778 "PROXY_SERPS": {
779 "type": "integer",
780 "example": 0
781 }
782 }
783 }
784 }
785 }
786 }
787 }
788 }
789 }
790}
Google Bulk Index Checker 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 Bulk Index Checker 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
11 monthly users
-
2 stars
93% runs succeeded
Created in Nov 2024
Modified 8 days ago