Google News Journalist & Media Lead Finder avatar

Google News Journalist & Media Lead Finder

Pricing

from $1.20 / 1,000 media leads

Go to Apify Store
Google News Journalist & Media Lead Finder

Google News Journalist & Media Lead Finder

Turn Google News searches into outreach-ready journalist and publication leads with article evidence, author metadata, and public contact signals.

Pricing

from $1.20 / 1,000 media leads

Rating

0.0

(0)

Developer

Hanna Nosova

Hanna Nosova

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Google News Journalist Email Finder & Media Lead Finder

Use this journalist email finder to turn Google News topics into outreach-ready journalist and publication leads. The Actor discovers recent coverage, resolves publisher articles through Google Search, extracts public author metadata, and returns any visibly published emails, social profiles, and exact evidence URLs.

Use it to find journalist contacts, build a current journalist database, or run a media contact finder workflow for digital PR prospecting, founder outreach, source research, media-list refreshes, link-building campaigns, and recurring coverage monitoring. Results are available as JSON, CSV, Excel, API output, scheduled datasets, and MCP tool calls.

What this Actor gives you

  • Recent Google News articles for each topic and locale.
  • Resolved publisher URLs instead of Google News wrapper links when search resolution succeeds.
  • Publication name, domain, article date, headline, and snippet.
  • Journalist name and author profile URL when the publisher exposes standard metadata.
  • Public emails and social links found on the article or a bounded author/contact page.
  • contactSourceUrls so every saved email has reviewable public evidence.
  • Honest no_public_contact and article_unavailable rows instead of silent omissions.

This is a lead-generation workflow, not a private-data broker. It only collects information visibly published on public pages.

Common use cases

  1. Build a current media list for a product category, funding round, or policy topic.
  2. Find outlets and reporters already covering a founder's market.
  3. Refresh PR outreach lists weekly with scheduled runs.
  4. Identify publication domains for newsroom or partnership research.
  5. Feed article-backed media leads into a CRM, spreadsheet, agent, or enrichment pipeline.
  6. Monitor competitor coverage and preserve the journalist/outlet evidence behind each lead.

Input

Paste 1–20 Google News topics. A practical first run is:

{
"queries": [
"artificial intelligence startups",
"climate technology funding"
],
"maxArticlesPerQuery": 10,
"freshnessDays": 7,
"country": "US",
"language": "en",
"enrichPublisherPages": true,
"maxExtraPagesPerArticle": 1,
"includeNoContact": true
}

Input settings

SettingJSON keyDescription
Google News topicsqueriesAdd 1–20 searches such as climate technology funding, fintech regulation, or artificial intelligence startups.
Maximum articles per querymaxArticlesPerQueryResolve and save up to this many recent article leads for each query.
Freshness window in daysfreshnessDaysAsk Google News for articles published within this many days, from 1 to 365.
CountrycountryTwo-letter Google market code such as US, GB, PT, or DE.
LanguagelanguageGoogle language code such as en, de, es, or pt.
Inspect public publisher pagesenrichPublisherPagesResolve each article and inspect its public HTML for author metadata, emails, and social links.
Extra author or contact pagesmaxExtraPagesPerArticleInspect up to this many linked author, press, newsroom, staff, or contact pages after the article. Set to 0 for article-only enrichment.
Save leads without a public emailincludeNoContactKeep one truthful status row for every resolved result, even when no public email is visible.
Run time limit in secondsrunTimeSecsStop admitting new articles before this shared deadline. Use 30–270 seconds.
Google proxy configurationproxyConfigurationThe default GOOGLE_SERP proxy resolves publisher article URLs reliably. Change it only if your account requires a custom Apify proxy setup.

Start with 5–10 articles per query. Increase volume after confirming that the chosen publishers expose the fields your campaign needs.

Input recipes

  • Focused journalist list: one narrow topic, 5–10 articles, 14 days, and one extra author/contact page.
  • Weekly PR refresh: two or three campaign topics, 7 days, and includeNoContact: true for stable downstream deduplication.
  • Article-only research: set maxExtraPagesPerArticle to 0 to reduce requests while retaining news, outlet, and best-effort author fields.
  • Email-only export: set includeNoContact to false when downstream work only accepts rows with a public email.

Output

Each dataset item is one article-backed media lead:

{
"query": "artificial intelligence startups",
"headline": "Startup launches new AI research platform - Example News",
"googleNewsUrl": "https://news.google.com/rss/articles/...",
"articleUrl": "https://example.com/technology/ai-research-platform",
"outletName": "Example News",
"outletUrl": "https://example.com/",
"publicationDomain": "example.com",
"journalistName": "Alex Rivera",
"authorProfileUrl": "https://example.com/authors/alex-rivera",
"publishedAt": "2026-08-11T10:00:00.000Z",
"publicEmails": ["newsroom@example.com"],
"primaryEmail": "newsroom@example.com",
"socialLinks": ["https://www.linkedin.com/company/example-news"],
"contactSourceUrls": ["https://example.com/contact"],
"contactConfidence": "author_or_contact_page",
"status": "found",
"error": null,
"collectedAt": "2026-08-11T21:30:00.000Z"
}

The output schema also includes the Google News snippet and explicit diagnostics for article-specific failures. The RUN_SUMMARY key-value-store record reports query coverage, saved rows, contacts found, no-contact rows, unavailable pages, and bounded errors.

Output fields

FieldJSON keyDescription
QueryqueryOriginal Google News topic.
HeadlineheadlineNews article headline.
Google News URLgoogleNewsUrlGoogle News result evidence URL.
Article URLarticleUrlResolved publisher article URL when available.
OutletoutletNamePublication or outlet name reported by Google News.
Outlet URLoutletUrlPublication home URL reported by Google News.
Publication domainpublicationDomainNormalized publisher domain.
JournalistjournalistNamePublic author name from article metadata when exposed.
Author profileauthorProfileUrlPublic author profile URL when linked by the publisher.
PublishedpublishedAtNormalized publication timestamp.
SnippetsnippetGoogle News result summary text.
Public emailspublicEmailsUnique emails visibly published on inspected pages.
Primary emailprimaryEmailFirst public email found.
Social linkssocialLinksPublic social profile URLs found on inspected pages.
Contact evidencecontactSourceUrlsExact public URLs where emails were found.
Contact confidencecontactConfidencearticle_page, author_or_contact_page, or none.
Statusstatusfound, no_public_contact, or article_unavailable.
ErrorerrorArticle-specific diagnostic when enrichment was unavailable.
CollectedcollectedAtUTC collection timestamp.

Status and contact semantics

  • found: at least one public email was found on an inspected page.
  • no_public_contact: the article or outlet was accessible, but no public email was visible.
  • article_unavailable: the publisher article could not be resolved or fetched within the bounded attempt.
  • article_page: the email appeared directly on the resolved article page.
  • author_or_contact_page: the email appeared on a linked author, press, newsroom, staff, or contact page.
  • none: no public email was found.

A missing email is not a failed run. Many publishers intentionally expose a contact form or social profile instead of an address.

API examples

cURL

curl -X POST "https://api.apify.com/v2/acts/fetch_cat~google-news-journalist-lead-finder/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"queries":["cybersecurity startups"],"maxArticlesPerQuery":5,"freshnessDays":14}'

JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('fetch_cat/google-news-journalist-lead-finder').call({
queries: ['cybersecurity startups'],
maxArticlesPerQuery: 10,
freshnessDays: 14,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
import os
client = ApifyClient(os.environ["APIFY_TOKEN"])
run = client.actor("fetch_cat/google-news-journalist-lead-finder").call(run_input={
"queries": ["cybersecurity startups"],
"maxArticlesPerQuery": 10,
"freshnessDays": 14,
})
items = client.dataset(run["defaultDatasetId"]).list_items().items
print(items)

MCP and agent use

The Actor exposes input, output, and dataset schemas, so agents can discover its fields and call it through the official Apify MCP server.

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=fetch_cat/google-news-journalist-lead-finder",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Useful prompts:

  • "Find media leads covering European climate-tech funding in the last 14 days and group them by publication."
  • "Run the Google News Journalist Lead Finder for AI security, keep rows with a journalist name or public email, and prepare a review sheet."
  • "Schedule a weekly media-list refresh for warehouse robotics and summarize newly found outlets."

Pricing

This Actor uses pay-per-event pricing: one start charge when a run begins and one tiered result charge for every row saved to the dataset. Status rows such as no_public_contact and article_unavailable are charged when saved because they preserve a complete, reviewable outcome for each discovered article.

See the live Google News Journalist Lead Finder Pricing tab for the exact rates for your Apify plan.

Practical limit and data availability

  • Google News RSS and publisher pages can change independently.
  • Some publishers block automation, require consent, render author data only in JavaScript, or expose contact forms instead of emails.
  • Search resolution is best effort and bounded by the shared deadline.
  • The Actor does not guess private addresses, bypass paywalls, or claim that a public newsroom email belongs to a specific journalist.
  • Review source URLs before outreach, follow applicable laws and site terms, and honor opt-outs.
  • For recurring monitoring, schedule moderate runs and deduplicate downstream by articleUrl or googleNewsUrl.

FAQ

What data can I export with this journalist email finder?

You can export headlines, publication dates, outlet names and domains, journalist names, public emails, social profiles, article URLs, and exact contact-evidence URLs as JSON, CSV, Excel, or API output.

Can I run Google News Journalist & Media Lead Finder through an API, schedule, or MCP client?

Yes. Run it through the Apify API, save recurring schedules, or call it as an MCP tool; each method accepts the same Actor input and returns the same dataset fields.

How much does it cost to use Google News Journalist & Media Lead Finder?

The Actor charges one start event per run and one result event per saved row. See the Pricing and limits section above for current event prices and example totals.

Does every row contain a journalist email?

No. The Actor returns public evidence only. It may find a journalist name without an email, an outlet newsroom address without a named journalist, social links only, or no public contact at all.

Why keep no-contact rows?

They preserve coverage, prevent repeated work, and still provide useful article, outlet, author, and publication-domain fields. Disable includeNoContact if you only want rows containing a public email.

Why is the article URL sometimes null?

Google News uses wrapper links. The Actor resolves them with a separate Google Search request, but an automation challenge or indexing gap can prevent resolution. The original googleNewsUrl remains as evidence.

Can I search a company name?

Yes. Combine a company, category, geography, funding stage, or policy topic to produce a focused media list.

Is this a generic Google News scraper?

No. It performs a contact-oriented workflow: news discovery, publisher resolution, author metadata extraction, bounded contact-page inspection, evidence capture, and lead status normalization.

More Google scrapers

Support

Open an issue from the Actor page and include the run ID or run URL, full input JSON, expected output, actual output, and one reproducible public URL. Do not post tokens, private CRM data, or personal credentials.