
Google News Realtime Scraper
12 hours trial then $10.00/month - No credit card required now

Google News Realtime Scraper
12 hours trial then $10.00/month - No credit card required now
Provide real-time news and articles sourced from Google News
You can access the Google News Realtime 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": "y4aqVbPCn28E5WBLz"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/devisty~google-news/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-devisty-google-news",
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/devisty~google-news/runs": {
50 "post": {
51 "operationId": "runs-sync-devisty-google-news",
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/devisty~google-news/run-sync": {
93 "post": {
94 "operationId": "run-sync-devisty-google-news",
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 "type",
135 "lr",
136 "max"
137 ],
138 "properties": {
139 "type": {
140 "title": "News Type",
141 "enum": [
142 "latest",
143 "entertainment",
144 "world",
145 "business",
146 "health",
147 "sport",
148 "science",
149 "technology",
150 "search"
151 ],
152 "type": "string",
153 "description": "Select news type",
154 "default": "latest"
155 },
156 "lr": {
157 "title": "Language and Region",
158 "enum": [
159 "id-ID",
160 "cs-CZ",
161 "de-DE",
162 "de-LI",
163 "de-LU",
164 "de-AT",
165 "de-CH",
166 "en-AL",
167 "en-AG",
168 "en-AU",
169 "en-BH",
170 "en-BD",
171 "en-BZ",
172 "en-BA",
173 "en-BW",
174 "en-KH",
175 "en-CA",
176 "en-EE",
177 "en-ET",
178 "en-FJ",
179 "en-GH",
180 "en-IS",
181 "en-IN",
182 "en-ID",
183 "en-IE",
184 "en-IL",
185 "en-JM",
186 "en-KE",
187 "en-LV",
188 "en-MY",
189 "en-MT",
190 "en-MU",
191 "en-NA",
192 "en-NP",
193 "en-NZ",
194 "en-NG",
195 "en-MK",
196 "en-PK",
197 "en-PG",
198 "en-PH",
199 "en-RW",
200 "en-SG",
201 "en-ZA",
202 "en-LK",
203 "en-TZ",
204 "en-TT",
205 "en-UG",
206 "en-GB",
207 "en-US",
208 "en-ZM",
209 "en-ZW",
210 "es-AR",
211 "es-BO",
212 "es-CL",
213 "es-CO",
214 "es-CR",
215 "es-CU",
216 "es-EC",
217 "es-SV",
218 "es-ES",
219 "es-US",
220 "es-GT",
221 "es-HN",
222 "es-MX",
223 "es-NI",
224 "es-PA",
225 "es-PY",
226 "es-PE",
227 "es-DO",
228 "es-UY",
229 "es-VE",
230 "fr-BE",
231 "fr-BJ",
232 "fr-BF",
233 "fr-CM",
234 "fr-CA",
235 "fr-CV",
236 "fr-CI",
237 "fr-FR",
238 "fr-GA",
239 "fr-HT",
240 "fr-ML",
241 "fr-MA",
242 "fr-NE",
243 "fr-SN",
244 "fr-CH",
245 "fr-TG",
246 "hr-HR",
247 "it-IT",
248 "lv-LV",
249 "lt-LT",
250 "hu-HU",
251 "nl-AW",
252 "nl-BE",
253 "nl-NL",
254 "no-NO",
255 "pl-PL",
256 "pt-BR",
257 "pt-PT",
258 "ro-MD",
259 "ro-RO",
260 "sk-SK",
261 "sl-SI",
262 "sv-SE",
263 "vi-VN",
264 "tr-TR",
265 "el-GR",
266 "el-CY",
267 "bg-BG",
268 "ru-AZ",
269 "ru-AM",
270 "ru-BY",
271 "ru-KZ",
272 "ru-KG",
273 "ru-RU",
274 "ru-TJ",
275 "ru-TM",
276 "ru-UZ",
277 "ru-UA",
278 "sr-RS",
279 "uk-UA",
280 "he-IL",
281 "ar-JO",
282 "ar-AE",
283 "ar-KW",
284 "ar-SA",
285 "ar-OM",
286 "ar-QA",
287 "ar-LB",
288 "ar-EG",
289 "mr-IN",
290 "hi-IN",
291 "bn-BD",
292 "bn-IN",
293 "ta-IN",
294 "te-IN",
295 "kn-IN",
296 "ml-IN",
297 "th-LA",
298 "th-TH",
299 "zh-CN",
300 "zh-TW",
301 "zh-HK",
302 "ja-JP",
303 "ko-KR"
304 ],
305 "type": "string",
306 "description": "Select language region",
307 "default": "en-US"
308 },
309 "keyword": {
310 "title": "Search Keyword",
311 "type": "string",
312 "description": "The search keyword. (only on search mode)"
313 },
314 "max": {
315 "title": "Max number of results",
316 "maximum": 100,
317 "type": "integer",
318 "description": "Specify the number of news articles to be returned in a single request, (25 to 100)",
319 "default": 20
320 }
321 }
322 },
323 "runsResponseSchema": {
324 "type": "object",
325 "properties": {
326 "data": {
327 "type": "object",
328 "properties": {
329 "id": {
330 "type": "string"
331 },
332 "actId": {
333 "type": "string"
334 },
335 "userId": {
336 "type": "string"
337 },
338 "startedAt": {
339 "type": "string",
340 "format": "date-time",
341 "example": "2025-01-08T00:00:00.000Z"
342 },
343 "finishedAt": {
344 "type": "string",
345 "format": "date-time",
346 "example": "2025-01-08T00:00:00.000Z"
347 },
348 "status": {
349 "type": "string",
350 "example": "READY"
351 },
352 "meta": {
353 "type": "object",
354 "properties": {
355 "origin": {
356 "type": "string",
357 "example": "API"
358 },
359 "userAgent": {
360 "type": "string"
361 }
362 }
363 },
364 "stats": {
365 "type": "object",
366 "properties": {
367 "inputBodyLen": {
368 "type": "integer",
369 "example": 2000
370 },
371 "rebootCount": {
372 "type": "integer",
373 "example": 0
374 },
375 "restartCount": {
376 "type": "integer",
377 "example": 0
378 },
379 "resurrectCount": {
380 "type": "integer",
381 "example": 0
382 },
383 "computeUnits": {
384 "type": "integer",
385 "example": 0
386 }
387 }
388 },
389 "options": {
390 "type": "object",
391 "properties": {
392 "build": {
393 "type": "string",
394 "example": "latest"
395 },
396 "timeoutSecs": {
397 "type": "integer",
398 "example": 300
399 },
400 "memoryMbytes": {
401 "type": "integer",
402 "example": 1024
403 },
404 "diskMbytes": {
405 "type": "integer",
406 "example": 2048
407 }
408 }
409 },
410 "buildId": {
411 "type": "string"
412 },
413 "defaultKeyValueStoreId": {
414 "type": "string"
415 },
416 "defaultDatasetId": {
417 "type": "string"
418 },
419 "defaultRequestQueueId": {
420 "type": "string"
421 },
422 "buildNumber": {
423 "type": "string",
424 "example": "1.0.0"
425 },
426 "containerUrl": {
427 "type": "string"
428 },
429 "usage": {
430 "type": "object",
431 "properties": {
432 "ACTOR_COMPUTE_UNITS": {
433 "type": "integer",
434 "example": 0
435 },
436 "DATASET_READS": {
437 "type": "integer",
438 "example": 0
439 },
440 "DATASET_WRITES": {
441 "type": "integer",
442 "example": 0
443 },
444 "KEY_VALUE_STORE_READS": {
445 "type": "integer",
446 "example": 0
447 },
448 "KEY_VALUE_STORE_WRITES": {
449 "type": "integer",
450 "example": 1
451 },
452 "KEY_VALUE_STORE_LISTS": {
453 "type": "integer",
454 "example": 0
455 },
456 "REQUEST_QUEUE_READS": {
457 "type": "integer",
458 "example": 0
459 },
460 "REQUEST_QUEUE_WRITES": {
461 "type": "integer",
462 "example": 0
463 },
464 "DATA_TRANSFER_INTERNAL_GBYTES": {
465 "type": "integer",
466 "example": 0
467 },
468 "DATA_TRANSFER_EXTERNAL_GBYTES": {
469 "type": "integer",
470 "example": 0
471 },
472 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
473 "type": "integer",
474 "example": 0
475 },
476 "PROXY_SERPS": {
477 "type": "integer",
478 "example": 0
479 }
480 }
481 },
482 "usageTotalUsd": {
483 "type": "number",
484 "example": 0.00005
485 },
486 "usageUsd": {
487 "type": "object",
488 "properties": {
489 "ACTOR_COMPUTE_UNITS": {
490 "type": "integer",
491 "example": 0
492 },
493 "DATASET_READS": {
494 "type": "integer",
495 "example": 0
496 },
497 "DATASET_WRITES": {
498 "type": "integer",
499 "example": 0
500 },
501 "KEY_VALUE_STORE_READS": {
502 "type": "integer",
503 "example": 0
504 },
505 "KEY_VALUE_STORE_WRITES": {
506 "type": "number",
507 "example": 0.00005
508 },
509 "KEY_VALUE_STORE_LISTS": {
510 "type": "integer",
511 "example": 0
512 },
513 "REQUEST_QUEUE_READS": {
514 "type": "integer",
515 "example": 0
516 },
517 "REQUEST_QUEUE_WRITES": {
518 "type": "integer",
519 "example": 0
520 },
521 "DATA_TRANSFER_INTERNAL_GBYTES": {
522 "type": "integer",
523 "example": 0
524 },
525 "DATA_TRANSFER_EXTERNAL_GBYTES": {
526 "type": "integer",
527 "example": 0
528 },
529 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
530 "type": "integer",
531 "example": 0
532 },
533 "PROXY_SERPS": {
534 "type": "integer",
535 "example": 0
536 }
537 }
538 }
539 }
540 }
541 }
542 }
543 }
544 }
545}
Google News Realtime 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 News Realtime 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: