{
  "openapi": "3.0.1",
  "info": {
    "title": "Google News Scraper - Real URLs & Archives",
    "description": "💰$0.70/1K result💰 Fast Google News scraper for keywords, topics, publications, and URLs. Get titles, dates, publishers, domains, thumbnails, Google News IDs, optional real publisher URLs, locale presets, filters, dedupe, ticker/entity signals, and archives up to 50K results.",
    "version": "0.2",
    "x-build-id": "J36Hbe7ie2qOzPJFc"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/vortex_data~google-news/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-vortex_data-google-news",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/vortex_data~google-news/runs": {
      "post": {
        "operationId": "runs-sync-vortex_data-google-news",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/vortex_data~google-news/run-sync": {
      "post": {
        "operationId": "run-sync-vortex_data-google-news",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "keywords": {
            "title": "🔎 Search keywords",
            "type": "array",
            "description": "Enter one Google News search per line. Examples: OpenAI, \"electric cars\", Apple OR Microsoft, site:reuters.com AI.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "topics": {
            "title": "🗂️ Topics",
            "uniqueItems": true,
            "type": "array",
            "description": "Optional. Pick Google News sections if you want top stories instead of keyword search.",
            "items": {
              "type": "string",
              "enum": [
                "WORLD",
                "NATION",
                "BUSINESS",
                "TECHNOLOGY",
                "ENTERTAINMENT",
                "SPORTS",
                "SCIENCE",
                "HEALTH"
              ],
              "enumTitles": [
                "World",
                "Nation",
                "Business",
                "Technology",
                "Entertainment",
                "Sports",
                "Science",
                "Health"
              ]
            },
            "default": []
          },
          "topicUrls": {
            "title": "🔗 Google News URLs",
            "type": "array",
            "description": "Optional. Paste Google News topic, search, publication, section, or RSS URLs from your browser.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "timeframe": {
            "title": "🕒 Time period",
            "enum": [
              "1h",
              "1d",
              "7d",
              "1m",
              "1y",
              "all"
            ],
            "type": "string",
            "description": "How far back to search for keyword queries. Topic feeds are live feeds, so Google decides their time range.",
            "default": "1d"
          },
          "dateFrom": {
            "title": "📅 From date",
            "pattern": "^(\\d{4}-\\d{2}-\\d{2}|\\d{1,2}/\\d{1,2}/\\d{4})$",
            "type": "string",
            "description": "Optional. Use this with To date for an exact inclusive date range. Format: YYYY-MM-DD."
          },
          "dateTo": {
            "title": "📅 To date",
            "pattern": "^(\\d{4}-\\d{2}-\\d{2}|\\d{1,2}/\\d{1,2}/\\d{4})$",
            "type": "string",
            "description": "Optional. Inclusive end date. Format: YYYY-MM-DD."
          },
          "region_language": {
            "title": "🌍 Country and language",
            "enum": [
              "US:en",
              "GB:en",
              "CA:en",
              "AU:en",
              "IN:en",
              "IE:en",
              "NZ:en",
              "SG:en",
              "ZA:en",
              "DE:de",
              "AT:de",
              "CH:de",
              "FR:fr",
              "BE:fr",
              "CA:fr",
              "MA:fr",
              "ES:es",
              "MX:es-419",
              "AR:es-419",
              "BR:pt-419",
              "PT:pt-150",
              "IT:it",
              "NL:nl",
              "BE:nl",
              "PL:pl",
              "CZ:cs",
              "SK:sk",
              "SE:sv",
              "NO:no",
              "TR:tr",
              "RU:ru",
              "UA:uk",
              "UA:ru",
              "AE:ar",
              "SA:ar",
              "EG:ar",
              "IL:he",
              "IN:hi",
              "IN:bn",
              "BD:bn",
              "IN:ta",
              "IN:te",
              "TH:th",
              "VN:vi",
              "CN:zh-Hans",
              "TW:zh-Hant",
              "HK:zh-Hant",
              "JP:ja",
              "KR:ko"
            ],
            "type": "string",
            "description": "Choose the Google News edition. This controls the country, language, and local ranking.",
            "default": "US:en"
          },
          "maxArticles": {
            "title": "📦 Articles per search",
            "minimum": 1,
            "maximum": 50000,
            "type": "integer",
            "description": "How many articles to return for each keyword, topic, or URL. Keep it small for a quick test; use larger values for monitoring or archives.",
            "default": 10
          },
          "decodeUrls": {
            "title": "🔗 Real publisher URLs",
            "type": "boolean",
            "description": "Turn on to resolve Google News links to direct publisher article URLs. Turn off for the fastest RSS-only runs.",
            "default": true
          },
          "extractImages": {
            "title": "🖼️ Thumbnails",
            "type": "boolean",
            "description": "Add Google News thumbnail URLs when Google exposes them. Some articles do not have thumbnails.",
            "default": true
          },
          "extractEntities": {
            "title": "🏷️ Tickers and companies",
            "type": "boolean",
            "description": "Detect stock tickers, crypto tickers, and high-signal company names from titles and RSS descriptions.",
            "default": true
          },
          "includeDomains": {
            "title": "✅ Only these publishers",
            "type": "array",
            "description": "Optional. Return only these domains. Examples: reuters.com, bbc.com, nytimes.com.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "excludeDomains": {
            "title": "🚫 Exclude publishers",
            "type": "array",
            "description": "Optional. Remove these domains. Examples: msn.com, yahoo.com.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "query": {
            "title": "Single query",
            "type": "string",
            "description": "API-friendly alias for a single keyword. The actor also accepts keyword, searchQuery, q, and queries."
          },
          "expandedSearch": {
            "title": "Expand above 100 articles",
            "type": "boolean",
            "description": "API-only. When enabled, requests above 100 articles are split day-by-day to bypass the Google News RSS per-feed cap.",
            "default": true
          },
          "maxItems": {
            "title": "Max items total",
            "minimum": 1,
            "maximum": 50000,
            "type": "integer",
            "description": "API-only total cap across all sources. Most users should use maxArticles."
          },
          "country": {
            "title": "Country override",
            "type": "string",
            "description": "API-only two-letter country code such as US, GB, DE, JP. Overrides Country and language."
          },
          "language": {
            "title": "Language override",
            "type": "string",
            "description": "API-only language code such as en, fr, de, ja, es-419. Overrides Country and language."
          },
          "deduplicate": {
            "title": "Deduplicate across sources",
            "type": "boolean",
            "description": "API-only. Drop duplicate Google News GUIDs across multiple queries, topics, or date slices.",
            "default": true
          },
          "gl": {
            "title": "Google gl override",
            "type": "string",
            "description": "Advanced API-only country override passed to Google News, for example us, gb, de, jp."
          },
          "hl": {
            "title": "Google hl override",
            "type": "string",
            "description": "Advanced API-only UI language override passed to Google News, for example en, fr, de, ja."
          },
          "lr": {
            "title": "Limit results language",
            "type": "string",
            "description": "Advanced API-only Google lr parameter such as lang_en, lang_fr, lang_de."
          },
          "cr": {
            "title": "Limit results country",
            "type": "string",
            "description": "Advanced API-only country restriction. Use a lowercase country code such as us, gb, de; the actor converts it to countryXX."
          },
          "nfpr": {
            "title": "Disable autocorrect",
            "minimum": 0,
            "maximum": 1,
            "type": "integer",
            "description": "Advanced API-only. Set to 1 to exclude results from auto-corrected queries."
          },
          "filter": {
            "title": "Similar results filter",
            "minimum": 0,
            "maximum": 1,
            "type": "integer",
            "description": "Advanced API-only Google filter parameter. 0 shows near-duplicates, 1 filters similar or omitted results."
          },
          "concurrency": {
            "title": "Concurrency",
            "minimum": 1,
            "maximum": 128,
            "type": "integer",
            "description": "Advanced API-only. Concurrent URL decode requests.",
            "default": 64
          },
          "retryBudgetRss": {
            "title": "RSS retry attempts",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Advanced API-only retry attempts per required Google News RSS request.",
            "default": 4
          },
          "retryBudgetHtml": {
            "title": "HTML image-index retry attempts",
            "minimum": 1,
            "maximum": 5,
            "type": "integer",
            "description": "Advanced API-only retry attempts per optional Google News HTML image-index request.",
            "default": 2
          },
          "retryBudgetDecode": {
            "title": "URL decode retry attempts",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Advanced API-only retry attempts per publisher URL decode.",
            "default": 3
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}