The Hill News Scraper avatar

The Hill News Scraper

Pricing

from $0.90 / 1,000 results

Go to Apify Store
The Hill News Scraper

The Hill News Scraper

The Hill news scraper: latest headlines, summaries, authors, publication times, tags and images by section. Filter by topic and time, get only new articles in monitor mode. No login.

Pricing

from $0.90 / 1,000 results

Rating

0.0

(0)

Developer

MrDoe

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

The Hill News Scraper - The Hill headlines with section, author, time and summary

What does The Hill News Scraper do?

The Hill News Scraper collects the articles that The Hill lists in its public news feeds. Each row has the headline, a short summary, the author, the publication and update time, the section, topic tags, the lead image and the article link. Choose one or more sections, keep only articles that mention your topic or were published in the last hours, and turn on monitor mode to receive only articles you have not seen before. The article text is not available for The Hill, so records carry the headline, summary, author, time and image.

Why use The Hill News Scraper?

  • Follow The Hill coverage of any topic without opening the site.
  • Filter by section, topic words and how recently an article was published.
  • Monitor mode returns only new articles, ready for Slack, Discord, Telegram or email alerts.
  • One clean row per article for research, sentiment analysis, media monitoring and news dashboards.
  • Runs in seconds because the feeds carry many articles per request.

What makes this different

Articles from several The Hill sections are merged into one deduplicated list, sorted newest first, and monitor mode keeps a baseline between runs so a scheduled run returns only what is new.

How it works

The Hill News Scraper workflow: your input, collection, output

  1. Your input — choose the sections, add optional topic words and a time window.
  2. The Actor collects it — the Actor reads the current The Hill articles for those sections and keeps the ones that match.
  3. Your output — you get one clean row per article, newest first, or only new articles in monitor mode.

What data can you extract?

The dataset has 16 fields per row:

FieldTypeDescription
idstringStable article ID, derived from the article address.
sourcestringNews outlet.
sectionstringSection the article was found in.
titlestringHeadline.
urlstringArticle address.
summarystringShort summary or standfirst.
authorstringAuthor or authors; null when not listed.
publishedAtstringPublication time, ISO 8601 UTC.
updatedAtstringLast update time, ISO 8601 UTC; null when not listed.
imageUrlstringLead image address.
tagsarrayTopic tags or categories.
textstringArticle text; only when Include article text is on.
wordCountintegerNumber of words in the article text.
languagestringLanguage of the article.
isNewToWatchbooleanTrue the first time this article appears in this list.
scrapedAtstringWhen the record was collected, ISO 8601 UTC.

How to use The Hill News Scraper

The Hill News Scraper input form

  1. Open the Actor and go to the Input tab.
  2. Choose one or more Sections, for example Latest, and run the Actor.
  3. Optionally set filters and a Max results limit.
  4. Click Start. A default run finishes in under a minute.
  5. Open the Output tab, then download the dataset or connect it to your tools.

Input Parameters

ParameterTypeRequiredDefaultDescription
sectionsarrayNo["latest"]Which The Hill sections to read. Articles that appear in several sections are returned once.
searchTermsarrayNo—Keep articles whose headline, summary or tags contain all words of any term, for example "climate" or "interest rates". Leave empty to keep everything.
publishedWithinHoursintegerNo—Only articles published in the last this-many hours, for example 24.
maxItemsintegerNo20Stop once this many articles have been written to the dataset (newest first).
monitorModebooleanNofalseWhen on, the run returns only articles that were not in the previous run of the same list. Turn this on for scheduled runs, and set Max results high enough to cover a full feed.
proxyConfigurationobjectNo{"useApifyProxy":false}Optional. The Hill works without a proxy at normal volumes.

Output Data

The Hill News Scraper dataset table

publishedAt and updatedAt are ISO 8601 timestamps in UTC. section is the section the article was found in. isNewToWatch is true the first time an article appears in a watched list. Fields that do not apply are null.

The Hill News Scraper field map of one record

A real dataset item:

{
"id": "70788fb4cced1ce6",
"source": "The Hill",
"section": "Latest",
"title": "Ed Sheeran calls situation in Palestine ‘catastrophic and unjustifiable’ at solo concert",
"url": "https://thehill.com/blogs/in-the-know/6100136-ed-sheeran-calls-situation-in-palestine-catastrophic-and-unjustifiable-at-solo-concert/",
"summary": "Singer Ed Sheeran opened a solo concert in Philadelphia on Saturday by addressing the recent fallout over the removal of his tour’s opening…",
"author": "Sarah Davis",
"publishedAt": "2026-09-20T02:40:44.000Z",
"updatedAt": "2026-09-20T02:40:50.000Z",
"imageUrl": "https://thehill.com/wp-content/uploads/sites/2/2024/11/673f7334de7081.21538092.jpeg?w=900",
"tags": ["In The Know", "News"],
"text": null,
"wordCount": null,
"language": "en",
"isNewToWatch": true,
"scrapedAt": "2026-09-20T06:57:03.974Z"
}

Usage Examples

Latest headlines

{
"sections": ["latest"],
"maxItems": 20
}

Articles about "congress" in the last 24 hours

{
"sections": ["latest", "policy", "news"],
"searchTerms": ["congress"],
"publishedWithinHours": 24
}

Alert for new articles

{
"sections": ["latest"],
"monitorMode": true,
"maxItems": 100
}

Tips for Best Results

  • Use Published within the last hours together with a topic word for a daily briefing.
  • Schedule monitor mode every 15 to 60 minutes and send new rows to Slack or Discord.
  • Keep the same sections and filters between scheduled runs - the baseline is kept per list.
  • Select several sections to build a wider feed; duplicates are removed.

Known Limitations

  • Only the articles that The Hill currently lists in its public feeds are returned, so very old articles are not available.
  • The number of articles per section depends on what the outlet publishes, often 10 to 100.
  • Article text is not available for The Hill.
  • Records carry the headline, summary, author, time, tags and lead image.
  • Monitor mode remembers the articles of each run, so keep the same sections and filters between scheduled runs.

Integrations

Run it from the Apify API, on a schedule, or from a webhook. Send results straight to Google Sheets, Make, Zapier, Slack or your own database with Apify's built-in integrations.

Export Formats

Download the dataset as JSON, CSV, Excel, XML, HTML table or RSS from the Output tab or the API.

Frequently Asked Questions

How do I get the latest The Hill headlines?

Choose the sections and run the Actor. Each article is returned with its headline, summary, author and publication time.

Can I get an alert when a new article is published?

Turn on Monitor mode and schedule the run. Each run returns only articles that were not in the previous run.

Can I search for a topic?

Yes. Add words to Only articles about. An article is kept when its headline, summary or tags contain all words of any entry.

Is the article text included?

No. The article text is not available for The Hill; each record has the headline, summary, author, time and image.

How many articles can I get?

The default is 20 per run and you can raise it to 500 with Max results. The number available depends on what the outlet lists.

How fresh is the data?

Articles are read live on every run.

Do I need an account or login?

No. The Actor reads public The Hill pages and needs no account, cookies or API key.

Am I charged for failed runs or empty results?

You are only charged for results that are actually written to the dataset.

Can I run it on a schedule?

Yes. Create a Task with your input and add a schedule in Apify Console. With monitor mode on, each scheduled run returns only what changed since the previous one.

Support

Questions or a missing field? Open an issue from the Issues tab on this Actor's page and it will be looked at.

You are responsible for using the collected articles in line with The Hill's terms and applicable copyright law. The Actor reads public headlines and summaries; it does not bypass paywalls or logins. Articles are copyrighted by their publisher, so link to them and do not republish full text. The Actor is not affiliated with The Hill.