Blog headline list
=IMPORTFEED("https://blog.example.com/feed", "items titles", FALSE) lists post titles in column A.
IMPORTFEED reads an RSS or Atom syndication URL and returns feed items in a table. You can request specific fields like titles, URLs, authors, or dates using query parameters. It is handy for lightweight media monitoring without a dedicated news tool.
Use IMPORTFEED to track blog posts, podcast episodes, job boards, or product updates that still publish standard RSS or Atom XML.
Skip IMPORTFEED when the source dropped RSS, requires API keys, or when you need full article HTML. IMPORTXML or a webhook may work better.
Locate the feed URL, often ending in /feed, /rss, or linked from the site header.
Start with =IMPORTFEED(feed_url) to see the default column layout.
Add query parameters such as "items titles" or "items url" to limit columns.
Use "items" with create a custom column list per Google documentation for your use case.
Combine with SORT or QUERY if you only want the newest ten headlines.
Expect occasional delays because Google caches feed fetches.
=IMPORTFEED("https://blog.example.com/feed", "items titles", FALSE) lists post titles in column A.
=IMPORTFEED(podcast_rss, "items title, items pubdate", FALSE) tracks new episode names and dates.
=IMPORTFEED(news_feed, "items title, items link", FALSE) feeds a weekly competitive intel tab.
Build this without starting from a blank cell
Use a Better Sheets tool for IMPORTFEED, then watch a walkthrough when you want the full pattern.
Watch how IMPORTFEED works
Guides that explain IMPORTFEED in more depth.
Nothing is better than Google Sheets. You just need to learn more about the unlimited power of Google Sheets. Functions, Formulas, Apps Script and more.
Read post →Through the use of computational tools, like AI and automation functions, you can gain insight from data that was previously too time consuming to extract.
Read post →Boost productivity and streamline your workflow in Google Sheets with our quick tips and free tools. Breathe new life into your spreadsheets today.
Read post →IMPORTXML fetches a URL and returns data matching an XPath query. You can scrape page titles, meta tags, table cells, or RSS-style XML fields. It is more precise than IMPORTHTML when you need one value or a repeating node set from structured markup.
Read guide →IMPORTDATA retrieves a text file from a web address and parses it into sheet cells. It works with comma- or tab-separated values published at a stable URL. Government open data, published exports, and simple report endpoints are common sources.
Read guide →IMPORTRANGE loads values from a range in another Google spreadsheet into your current file. You pass the spreadsheet URL or key plus a range string with an optional sheet name. After you grant access once, the link stays live and updates when the source changes.
Read guide →IMPORTHTML fetches a public web page and returns a table or list from its HTML. You provide the URL, the query type (table or list), and the index of which table or list on the page to import. It is a quick scraper for simple pages without writing Apps Script.
Read guide →Done reading about IMPORTFEED?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.