Google Alert Alternative avatar

Google Alert Alternative

Try for free

No credit card required

Go to Store
Google Alert Alternative

Google Alert Alternative

lukaskrivka/google-alert-alternative
Try for free

No credit card required

Monitor newly occurring search results (organic or paid) on Google and get notified when they occur.

Developer
Maintained by Community

Actor Metrics

  • 1 Monthly user

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Jul 2024

  • Modified 8 months ago

You can access the Google Alert Alternative 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": "KKV9zUXV5rU9eSY0e"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/lukaskrivka~google-alert-alternative/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-lukaskrivka-google-alert-alternative",
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/lukaskrivka~google-alert-alternative/runs": {
50      "post": {
51        "operationId": "runs-sync-lukaskrivka-google-alert-alternative",
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/lukaskrivka~google-alert-alternative/run-sync": {
93      "post": {
94        "operationId": "run-sync-lukaskrivka-google-alert-alternative",
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        "properties": {
134          "searchTerm": {
135            "title": "Search term",
136            "type": "string",
137            "description": "Use regular search words or enter Google Search URLs. You can also apply [advanced Google search techniques](https://blog.apify.com/how-to-scrape-google-like-a-pro/), such as <code>AI site:twitter.com</code> or <code>javascript OR python</code>."
138          },
139          "maxResultsToCheck": {
140            "title": "Max results to check per search term",
141            "type": "integer",
142            "description": "Number of organic or paid results to check with a single search term"
143          },
144          "resultType": {
145            "title": "Result type to check",
146            "enum": [
147              "organic",
148              "paid",
149              "both"
150            ],
151            "type": "string",
152            "description": "Choose whether to check organic or paid search results",
153            "default": "organic"
154          },
155          "countryCode": {
156            "title": "Country",
157            "enum": [
158              "",
159              "af",
160              "al",
161              "dz",
162              "as",
163              "ad",
164              "ao",
165              "ai",
166              "aq",
167              "ag",
168              "ar",
169              "am",
170              "aw",
171              "au",
172              "at",
173              "az",
174              "bs",
175              "bh",
176              "bd",
177              "bb",
178              "by",
179              "be",
180              "bz",
181              "bj",
182              "bm",
183              "bt",
184              "bo",
185              "ba",
186              "bw",
187              "bv",
188              "br",
189              "io",
190              "bn",
191              "bg",
192              "bf",
193              "bi",
194              "kh",
195              "cm",
196              "ca",
197              "cv",
198              "ky",
199              "cf",
200              "td",
201              "cl",
202              "cn",
203              "cx",
204              "cc",
205              "co",
206              "km",
207              "cg",
208              "cd",
209              "ck",
210              "cr",
211              "ci",
212              "hr",
213              "cu",
214              "cy",
215              "cz",
216              "dk",
217              "dj",
218              "dm",
219              "do",
220              "ec",
221              "eg",
222              "sv",
223              "gq",
224              "er",
225              "ee",
226              "et",
227              "fk",
228              "fo",
229              "fj",
230              "fi",
231              "fr",
232              "gf",
233              "pf",
234              "tf",
235              "ga",
236              "gm",
237              "ge",
238              "de",
239              "gh",
240              "gi",
241              "gr",
242              "gl",
243              "gd",
244              "gp",
245              "gu",
246              "gt",
247              "gn",
248              "gw",
249              "gy",
250              "ht",
251              "hm",
252              "va",
253              "hn",
254              "hk",
255              "hu",
256              "is",
257              "in",
258              "id",
259              "ir",
260              "iq",
261              "ie",
262              "il",
263              "it",
264              "jm",
265              "jp",
266              "jo",
267              "kz",
268              "ke",
269              "ki",
270              "kp",
271              "kr",
272              "kw",
273              "kg",
274              "la",
275              "lv",
276              "lb",
277              "ls",
278              "lr",
279              "ly",
280              "li",
281              "lt",
282              "lu",
283              "mo",
284              "mk",
285              "mg",
286              "mw",
287              "my",
288              "mv",
289              "ml",
290              "mt",
291              "mh",
292              "mq",
293              "mr",
294              "mu",
295              "yt",
296              "mx",
297              "fm",
298              "md",
299              "mc",
300              "mn",
301              "ms",
302              "ma",
303              "mz",
304              "mm",
305              "na",
306              "nr",
307              "np",
308              "nl",
309              "an",
310              "nc",
311              "nz",
312              "ni",
313              "ne",
314              "ng",
315              "nu",
316              "nf",
317              "mp",
318              "no",
319              "om",
320              "pk",
321              "pw",
322              "ps",
323              "pa",
324              "pg",
325              "py",
326              "pe",
327              "ph",
328              "pn",
329              "pl",
330              "pt",
331              "pr",
332              "qa",
333              "re",
334              "ro",
335              "ru",
336              "rw",
337              "sh",
338              "kn",
339              "lc",
340              "pm",
341              "vc",
342              "ws",
343              "sm",
344              "st",
345              "sa",
346              "sn",
347              "cs",
348              "sc",
349              "sl",
350              "sg",
351              "sk",
352              "si",
353              "sb",
354              "so",
355              "za",
356              "gs",
357              "es",
358              "lk",
359              "sd",
360              "sr",
361              "sj",
362              "sz",
363              "se",
364              "ch",
365              "sy",
366              "tw",
367              "tj",
368              "tz",
369              "th",
370              "tl",
371              "tg",
372              "tk",
373              "to",
374              "tt",
375              "tn",
376              "tr",
377              "tm",
378              "tc",
379              "tv",
380              "ug",
381              "ua",
382              "ae",
383              "gb",
384              "us",
385              "um",
386              "uy",
387              "uz",
388              "vu",
389              "ve",
390              "vn",
391              "vg",
392              "vi",
393              "wf",
394              "eh",
395              "ye",
396              "zm",
397              "zw"
398            ],
399            "type": "string",
400            "description": "Country location from where the search is initiated"
401          }
402        }
403      },
404      "runsResponseSchema": {
405        "type": "object",
406        "properties": {
407          "data": {
408            "type": "object",
409            "properties": {
410              "id": {
411                "type": "string"
412              },
413              "actId": {
414                "type": "string"
415              },
416              "userId": {
417                "type": "string"
418              },
419              "startedAt": {
420                "type": "string",
421                "format": "date-time",
422                "example": "2025-01-08T00:00:00.000Z"
423              },
424              "finishedAt": {
425                "type": "string",
426                "format": "date-time",
427                "example": "2025-01-08T00:00:00.000Z"
428              },
429              "status": {
430                "type": "string",
431                "example": "READY"
432              },
433              "meta": {
434                "type": "object",
435                "properties": {
436                  "origin": {
437                    "type": "string",
438                    "example": "API"
439                  },
440                  "userAgent": {
441                    "type": "string"
442                  }
443                }
444              },
445              "stats": {
446                "type": "object",
447                "properties": {
448                  "inputBodyLen": {
449                    "type": "integer",
450                    "example": 2000
451                  },
452                  "rebootCount": {
453                    "type": "integer",
454                    "example": 0
455                  },
456                  "restartCount": {
457                    "type": "integer",
458                    "example": 0
459                  },
460                  "resurrectCount": {
461                    "type": "integer",
462                    "example": 0
463                  },
464                  "computeUnits": {
465                    "type": "integer",
466                    "example": 0
467                  }
468                }
469              },
470              "options": {
471                "type": "object",
472                "properties": {
473                  "build": {
474                    "type": "string",
475                    "example": "latest"
476                  },
477                  "timeoutSecs": {
478                    "type": "integer",
479                    "example": 300
480                  },
481                  "memoryMbytes": {
482                    "type": "integer",
483                    "example": 1024
484                  },
485                  "diskMbytes": {
486                    "type": "integer",
487                    "example": 2048
488                  }
489                }
490              },
491              "buildId": {
492                "type": "string"
493              },
494              "defaultKeyValueStoreId": {
495                "type": "string"
496              },
497              "defaultDatasetId": {
498                "type": "string"
499              },
500              "defaultRequestQueueId": {
501                "type": "string"
502              },
503              "buildNumber": {
504                "type": "string",
505                "example": "1.0.0"
506              },
507              "containerUrl": {
508                "type": "string"
509              },
510              "usage": {
511                "type": "object",
512                "properties": {
513                  "ACTOR_COMPUTE_UNITS": {
514                    "type": "integer",
515                    "example": 0
516                  },
517                  "DATASET_READS": {
518                    "type": "integer",
519                    "example": 0
520                  },
521                  "DATASET_WRITES": {
522                    "type": "integer",
523                    "example": 0
524                  },
525                  "KEY_VALUE_STORE_READS": {
526                    "type": "integer",
527                    "example": 0
528                  },
529                  "KEY_VALUE_STORE_WRITES": {
530                    "type": "integer",
531                    "example": 1
532                  },
533                  "KEY_VALUE_STORE_LISTS": {
534                    "type": "integer",
535                    "example": 0
536                  },
537                  "REQUEST_QUEUE_READS": {
538                    "type": "integer",
539                    "example": 0
540                  },
541                  "REQUEST_QUEUE_WRITES": {
542                    "type": "integer",
543                    "example": 0
544                  },
545                  "DATA_TRANSFER_INTERNAL_GBYTES": {
546                    "type": "integer",
547                    "example": 0
548                  },
549                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
550                    "type": "integer",
551                    "example": 0
552                  },
553                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
554                    "type": "integer",
555                    "example": 0
556                  },
557                  "PROXY_SERPS": {
558                    "type": "integer",
559                    "example": 0
560                  }
561                }
562              },
563              "usageTotalUsd": {
564                "type": "number",
565                "example": 0.00005
566              },
567              "usageUsd": {
568                "type": "object",
569                "properties": {
570                  "ACTOR_COMPUTE_UNITS": {
571                    "type": "integer",
572                    "example": 0
573                  },
574                  "DATASET_READS": {
575                    "type": "integer",
576                    "example": 0
577                  },
578                  "DATASET_WRITES": {
579                    "type": "integer",
580                    "example": 0
581                  },
582                  "KEY_VALUE_STORE_READS": {
583                    "type": "integer",
584                    "example": 0
585                  },
586                  "KEY_VALUE_STORE_WRITES": {
587                    "type": "number",
588                    "example": 0.00005
589                  },
590                  "KEY_VALUE_STORE_LISTS": {
591                    "type": "integer",
592                    "example": 0
593                  },
594                  "REQUEST_QUEUE_READS": {
595                    "type": "integer",
596                    "example": 0
597                  },
598                  "REQUEST_QUEUE_WRITES": {
599                    "type": "integer",
600                    "example": 0
601                  },
602                  "DATA_TRANSFER_INTERNAL_GBYTES": {
603                    "type": "integer",
604                    "example": 0
605                  },
606                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
607                    "type": "integer",
608                    "example": 0
609                  },
610                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
611                    "type": "integer",
612                    "example": 0
613                  },
614                  "PROXY_SERPS": {
615                    "type": "integer",
616                    "example": 0
617                  }
618                }
619              }
620            }
621          }
622        }
623      }
624    }
625  }
626}

Google Alert Alternative 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 Alert Alternative 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: