Skip to content

feat(route): add perplexity blog#21355

Open
SeeYangZhi wants to merge 1 commit intoDIYgod:masterfrom
SeeYangZhi:fix-perplexity-blog-route
Open

feat(route): add perplexity blog#21355
SeeYangZhi wants to merge 1 commit intoDIYgod:masterfrom
SeeYangZhi:fix-perplexity-blog-route

Conversation

@SeeYangZhi
Copy link

@SeeYangZhi SeeYangZhi commented Mar 11, 2026

Involved Issue / 该 PR 相关 Issue

Close #

Example for the Proposed Route(s) / 路由地址示例

/perplexity/blog

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
    • Follows Script Standard / 跟随 路由规范
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

新增 Perplexity 博客路由,支持抓取 perplexity.ai/hub 上的所有博文。

实现细节:

• 使用 Puppeteer 渲染 JS 页面
• 头条文章(Hero Article)使用 h4 标题,普通文章使用 h6 标题,分别处理
• 头条文章无法从列表页获取日期,通过访问详情页解析 Published on 字段获取发布日期
• 详情页中 Published on 标签与日期值位于相邻的兄弟 div 中,通过 .parent().next().find("p") 正确提取
• 支持 ?limit= 参数控制返回数量(默认 20)
• 支持文章分类(category)字段

@github-actions github-actions bot added the route label Mar 11, 2026
@SeeYangZhi SeeYangZhi changed the title Fix perplexity blog route feat: perplexity blog route Mar 11, 2026
@SeeYangZhi SeeYangZhi changed the title feat: perplexity blog route feat(route): add perplexity blog Mar 11, 2026
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Wed, 11 Mar 2026 09:23:42 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Comet for Android is Here</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/comet-for-android-is-here</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/comet-for-android-is-here</guid>
      <pubDate>Wed, 19 Nov 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
    </item>
    <item>
      <title>Announcing our Partnership with the United States Government</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/announcing-our-partnership-with-the-united-states-government</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-our-partnership-with-the-united-states-government</guid>
      <pubDate>Tue, 18 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
      <category>Security</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Comet Assistant puts you in control</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/comet-assistant-puts-you-in-control</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/comet-assistant-puts-you-in-control</guid>
      <pubDate>Thu, 13 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Security</category>
      <category>Updates</category>
    </item>
    <item>
      <title>The New Comet Assistant</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-new-comet-assistant</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-new-comet-assistant</guid>
      <pubDate>Wed, 05 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Bullying is Not Innovation</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/bullying-is-not-innovation</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/bullying-is-not-innovation</guid>
      <pubDate>Mon, 03 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Privacy Snapshot</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-privacy-snapshot</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-privacy-snapshot</guid>
      <pubDate>Thu, 30 Oct 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Security</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

No clear rule violations found in the current diff.

Comment on lines +57 to +74
const firstBlogLink = $('a[href^="./hub/blog/"]').first().attr('href');
const heroTitle = $('h4')
.filter((_, el) => !$(el).closest('a[href^="./hub/blog/"]').length)
.first()
.text()
.trim();

if (firstBlogLink && heroTitle) {
const link = new URL(firstBlogLink, rootUrl).href;
seenLinks.add(link);
items.push({
link,
title: heroTitle,
});
}

// Step 2: Extract regular articles (links containing h6 titles)
for (const element of $('a[href^="./hub/blog/"]').toArray()) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use the same selector. The featured article got matched twice in the for loop. Use attribute that can pinpoint elements which does not require extra duplicate checks.

You can match the title and the URL for the featured article using selector like $('[data-framer-name="Featured Card"] h4') or $('[data-framer-name="Featured Card"] a').first().

For the rest of the articles, they share the same parent div with attribute [data-framer-name="Articles"] and each one is inside a div with attribute [data-framer-name="Article Card"]

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 02:31:16 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

test

@github-actions
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 23] lib/routes/perplexity/blog.ts:3: Import mixes type and value imports. Split into: import type { Data, DataItem, Route } from '@/types'; import { ViewType } from '@/types';

@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2026

Auto Review

  • [Rule 44] lib/routes/perplexity/blog.ts: Creates browser.newPage() inside Promise.all() loop. Move detail page fetching outside the loop or use sequential processing.
  • [Rule 11] lib/routes/perplexity/blog.ts: Items have empty description fields. Fetch article content from detail pages and populate description.

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 03:10:17 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@SeeYangZhi SeeYangZhi closed this Mar 15, 2026
@SeeYangZhi SeeYangZhi reopened this Mar 15, 2026
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 03:57:00 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description>Blog
        Research
        Careers</description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 24/scode] lib/routes/perplexity/blog.ts:161: Use instead of for boolean checks. Replace with

@github-actions
Copy link
Contributor

Auto Review

  • [Rule scode] lib/routes/perplexity/blog.ts:161: Use RegExp.test() instead of String.match() for boolean checks. Replace text.match(/pattern/) with /pattern/.test(text)

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 04:11:26 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

No clear rule violations found in the current diff.

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 04:30:08 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

test

@github-actions
Copy link
Contributor

Auto Review

  • [Rule] lib/routes/perplexity/blog.ts:36: Use ViewType.Articles instead of ViewType.Notifications for a blog route (matches existing perplexity/changelog.ts pattern)

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 04:34:36 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

No clear rule violations found in the current diff.

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 04:50:09 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

test

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>TypeError: c is not a function
Route: /perplexity/blog
Full Route: /perplexity/blog
Node Version: v24.14.0
Git Hash: fe3380d9

@github-actions github-actions bot removed the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Mar 15, 2026
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>TypeError: c is not a function
Route: /perplexity/blog
Full Route: /perplexity/blog
Node Version: v24.14.0
Git Hash: 9e110ef9

@github-actions github-actions bot added the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Mar 15, 2026
@github-actions
Copy link
Contributor

Auto Review

  • [Rule 11] lib/routes/perplexity/blog.ts: Description contains site navigation text ('Blog\nResearch\nCareers') instead of actual article content. The selector may not be targeting the correct element, or the detail page content extraction needs adjustment to get the actual article paragraphs.

@github-actions
Copy link
Contributor

test

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 11] lib/routes/perplexity/blog.ts: Description contains site navigation text ('Blog\nResearch\nCareers') instead of actual article content. The selector for extracting article body may need adjustment.

@github-actions
Copy link
Contributor

check

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 11] lib/routes/perplexity/blog.ts: Description field is empty or contains site navigation ('Blog\nResearch\nCareers') instead of actual article content from detail pages.
  • lib/routes/perplexity/blog.ts:36: Use ViewType.Articles instead of ViewType.Notifications for a blog route (matches existing perplexity/changelog.ts pattern)

@SeeYangZhi SeeYangZhi closed this Mar 15, 2026
@SeeYangZhi SeeYangZhi reopened this Mar 15, 2026
@github-actions github-actions bot removed the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Mar 15, 2026
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 06:13:43 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description>The questions that shape business strategy require more than surface-level answers. Market sizing, competitive positioning, capital allocation, and investment decisions depend on professional-grade information. Starting today, Computer can access select Statista, CB Insights, and PitchBook data...</description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description>Perplexity Computer handles multi-step work across the web, files, and connected tools. Now it’s available for Perplexity Enterprise customers, bringing those capabilities into the systems teams already use every day. Computer can support teams across finance, legal, marketing, and more:</description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description>In September, we published a technical overview of the Perplexity Search API architecture and released search_evals, our open-source evaluation framework for benchmarking search APIs in agentic workflows. Since then, the most significant investment has been in snippet quality, optimized along two...</description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description>Today we are releasing the Perplexity Agent API, a managed runtime for building agentic workflows with integrated search, tool execution, and multi-model orchestration. It replaces a model router, a search layer, an embeddings provider, a sandbox service, and a monitoring stack with a single...</description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description>Last month, we announced Perplexity Computer to the world. It’s based on a simple idea: when you have highly accurate AI search, an orchestration harness of 20 frontier models, and agentic internet access, AI is the computer. Perplexity Computer can understand a goal, move across tools, and keep...</description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description>We recently launched Perplexity Computer. This post explains our thinking behind it. Every few weeks, a new AI product launches that sparks a market panic. It&#39;s a new initiative, or an agent, or something. Whatever it is, I can tell you one thing it can&#39;t do. Even with the best AI model in the...</description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description>Perplexity is now integrated into Samsung Galaxy S26 phones at a deep level, powering search and reasoning for both the Perplexity assistant and Samsung&#39;s Bixby. That makes Perplexity the AI behind two of the three assistants on the device. We worked with Samsung to build the integration at the...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description>Frontier AI models are getting smarter. The best are becoming so capable that the products built around them are a bottleneck for showing their true potential. And as every new model specializes more, only Perplexity can unify all of the top capabilities into a single system for the most powerful...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description>Comet gives AI assistants powerful capabilities to browse websites, interact with content, and complete complex tasks on behalf of users. These capabilities require equally powerful safeguards. Before launching Comet publicly, we hired Trail of Bits to stress-test our defenses through formal...</description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description>As frontier AI models become more advanced and specialized, people increasingly turn to Perplexity for model selection and accurate answers from any model they choose. Only Perplexity offers access to all of the top AI models, and our data show that model performance is increasingly varied across...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description>Perplexity is the only enterprise AI platform that provides access to models across multiple providers in one interface. Meanwhile, 92% of Fortune 500 companies, including six of the Magnificent 7, use Perplexity to get answers and make decisions. This gives us a unique position to see how...</description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description>Annual planning sets your entire year, yet most teams build it from scattered docs and guesswork. Our new guide shows you how to use Perplexity to help create, or finish, your yearly plan, from running a previous year retrospective to supporting final stakeholder sign-off. Even though plans are due...</description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description>Twenty-five years ago today, Wikipedia launched with a simple idea: that wisdom is everywhere, and technology should help more people access it. Over 66 million articles across 340+ languages later, millions of curious people across the world love and use Wikipedia every day. At Perplexity, we find...</description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description>Law enforcement runs on decisions. From responding to calls to managing a critical incident, or briefing community leaders, the job demands sound judgment in all kinds of complex, fast-moving situations. Meanwhile, millions of people depend on those decisions. On the job, officers already use...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description>2025 was said to be the year that AI agent technology went mainstream. Today we are announcing Perplexity and Harvard researchers have published the first large-scale study of how people actually use AI agents in the real world. Our researchers asked three fundamental questions: Who is adopting AI...</description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description>Cristiano Ronaldo represents discipline, consistency, and reinvention across every stage of his career. He is more than football’s all‑time leading goal scorer. He has shattered records in the Premier League, LaLiga, Serie A, and the Saudi Pro League, winning league titles, Champions League...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description>Today, we are releasing BrowseSafe, an open research benchmark and content detection model aimed at keeping users safe as they navigate the agentic web. As AI assistants move from search boxes into the browser itself, we expect the next generation of the web to shift from pages to agents: less...</description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description>The simple act of remembering is the crux of how we navigate the world: it shapes our experiences, informs our decisions, and helps us anticipate what comes next. For AI agents like Comet Assistant, that continuity leads to a more powerful, personalized experience. Today we are announcing new...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description>The joy of shopping is discovering something you love. It’s the perfect winter jacket that matches your style and your San Francisco ferry commute. It’s the right gift for a young chef with a tiny kitchen. Discovery requires an experience that understands you. Online shopping hasn’t delivered that....</description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

test

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 11] lib/routes/perplexity/blog.ts: Description field is empty. Fetch article content from detail pages and populate description.
  • [Rule 23] lib/routes/perplexity/blog.ts:3: Import mixes type and value imports. Split into: import type { Data, DataItem, Route } from '@/types'; import { ViewType } from '@/types';
  • lib/routes/perplexity/blog.ts:30: Use ViewType.Articles instead of ViewType.Notifications for a blog route.

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 06:32:15 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description>The questions that shape business strategy require more than surface-level answers. Market sizing, competitive positioning, capital allocation, and investment decisions depend on professional-grade information. Starting today, Computer can access select Statista, CB Insights, and PitchBook data...</description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description>Perplexity Computer handles multi-step work across the web, files, and connected tools. Now it’s available for Perplexity Enterprise customers, bringing those capabilities into the systems teams already use every day. Computer can support teams across finance, legal, marketing, and more:</description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description>In September, we published a technical overview of the Perplexity Search API architecture and released search_evals, our open-source evaluation framework for benchmarking search APIs in agentic workflows. Since then, the most significant investment has been in snippet quality, optimized along two...</description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description>Today we are releasing the Perplexity Agent API, a managed runtime for building agentic workflows with integrated search, tool execution, and multi-model orchestration. It replaces a model router, a search layer, an embeddings provider, a sandbox service, and a monitoring stack with a single...</description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description>Last month, we announced Perplexity Computer to the world. It’s based on a simple idea: when you have highly accurate AI search, an orchestration harness of 20 frontier models, and agentic internet access, AI is the computer. Perplexity Computer can understand a goal, move across tools, and keep...</description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description>We recently launched Perplexity Computer. This post explains our thinking behind it. Every few weeks, a new AI product launches that sparks a market panic. It&#39;s a new initiative, or an agent, or something. Whatever it is, I can tell you one thing it can&#39;t do. Even with the best AI model in the...</description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description>Perplexity is now integrated into Samsung Galaxy S26 phones at a deep level, powering search and reasoning for both the Perplexity assistant and Samsung&#39;s Bixby. That makes Perplexity the AI behind two of the three assistants on the device. We worked with Samsung to build the integration at the...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description>Frontier AI models are getting smarter. The best are becoming so capable that the products built around them are a bottleneck for showing their true potential. And as every new model specializes more, only Perplexity can unify all of the top capabilities into a single system for the most powerful...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description>Comet gives AI assistants powerful capabilities to browse websites, interact with content, and complete complex tasks on behalf of users. These capabilities require equally powerful safeguards. Before launching Comet publicly, we hired Trail of Bits to stress-test our defenses through formal...</description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description>As frontier AI models become more advanced and specialized, people increasingly turn to Perplexity for model selection and accurate answers from any model they choose. Only Perplexity offers access to all of the top AI models, and our data show that model performance is increasingly varied across...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description>Perplexity is the only enterprise AI platform that provides access to models across multiple providers in one interface. Meanwhile, 92% of Fortune 500 companies, including six of the Magnificent 7, use Perplexity to get answers and make decisions. This gives us a unique position to see how...</description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description>Annual planning sets your entire year, yet most teams build it from scattered docs and guesswork. Our new guide shows you how to use Perplexity to help create, or finish, your yearly plan, from running a previous year retrospective to supporting final stakeholder sign-off. Even though plans are due...</description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description>Twenty-five years ago today, Wikipedia launched with a simple idea: that wisdom is everywhere, and technology should help more people access it. Over 66 million articles across 340+ languages later, millions of curious people across the world love and use Wikipedia every day. At Perplexity, we find...</description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description>Law enforcement runs on decisions. From responding to calls to managing a critical incident, or briefing community leaders, the job demands sound judgment in all kinds of complex, fast-moving situations. Meanwhile, millions of people depend on those decisions. On the job, officers already use...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description>2025 was said to be the year that AI agent technology went mainstream. Today we are announcing Perplexity and Harvard researchers have published the first large-scale study of how people actually use AI agents in the real world. Our researchers asked three fundamental questions: Who is adopting AI...</description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description>Cristiano Ronaldo represents discipline, consistency, and reinvention across every stage of his career. He is more than football’s all‑time leading goal scorer. He has shattered records in the Premier League, LaLiga, Serie A, and the Saudi Pro League, winning league titles, Champions League...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description>Today, we are releasing BrowseSafe, an open research benchmark and content detection model aimed at keeping users safe as they navigate the agentic web. As AI assistants move from search boxes into the browser itself, we expect the next generation of the web to shift from pages to agents: less...</description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description>The simple act of remembering is the crux of how we navigate the world: it shapes our experiences, informs our decisions, and helps us anticipate what comes next. For AI agents like Comet Assistant, that continuity leads to a more powerful, personalized experience. Today we are announcing new...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description>The joy of shopping is discovering something you love. It’s the perfect winter jacket that matches your style and your San Francisco ferry commute. It’s the right gift for a young chef with a tiny kitchen. Discovery requires an experience that understands you. Online shopping hasn’t delivered that....</description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 11] lib/routes/perplexity/blog.ts: Items have empty description fields (test output shows <description></description>). Need to properly extract and populate article content from detail pages.
  • [Rule 44] lib/routes/perplexity/blog.ts: Uses Promise.all() for detail page fetching (creates multiple browser.newPage() calls). Use sequential processing instead to avoid multiple browser sessions.

@SeeYangZhi SeeYangZhi force-pushed the fix-perplexity-blog-route branch from 983e51b to 09a7f8e Compare March 15, 2026 06:43
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 06:48:06 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description>The questions that shape business strategy require more than surface-level answers. Market sizing, competitive positioning, capital allocation, and investment decisions depend on professional-grade information. Starting today, Computer can access select Statista, CB Insights, and PitchBook data...</description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description>Perplexity Computer handles multi-step work across the web, files, and connected tools. Now it’s available for Perplexity Enterprise customers, bringing those capabilities into the systems teams already use every day. Computer can support teams across finance, legal, marketing, and more:</description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description>In September, we published a technical overview of the Perplexity Search API architecture and released search_evals, our open-source evaluation framework for benchmarking search APIs in agentic workflows. Since then, the most significant investment has been in snippet quality, optimized along two...</description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description>Today we are releasing the Perplexity Agent API, a managed runtime for building agentic workflows with integrated search, tool execution, and multi-model orchestration. It replaces a model router, a search layer, an embeddings provider, a sandbox service, and a monitoring stack with a single...</description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description>Last month, we announced Perplexity Computer to the world. It’s based on a simple idea: when you have highly accurate AI search, an orchestration harness of 20 frontier models, and agentic internet access, AI is the computer. Perplexity Computer can understand a goal, move across tools, and keep...</description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description>We recently launched Perplexity Computer. This post explains our thinking behind it. Every few weeks, a new AI product launches that sparks a market panic. It&#39;s a new initiative, or an agent, or something. Whatever it is, I can tell you one thing it can&#39;t do. Even with the best AI model in the...</description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description>Perplexity is now integrated into Samsung Galaxy S26 phones at a deep level, powering search and reasoning for both the Perplexity assistant and Samsung&#39;s Bixby. That makes Perplexity the AI behind two of the three assistants on the device. We worked with Samsung to build the integration at the...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description>Frontier AI models are getting smarter. The best are becoming so capable that the products built around them are a bottleneck for showing their true potential. And as every new model specializes more, only Perplexity can unify all of the top capabilities into a single system for the most powerful...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description>Comet gives AI assistants powerful capabilities to browse websites, interact with content, and complete complex tasks on behalf of users. These capabilities require equally powerful safeguards. Before launching Comet publicly, we hired Trail of Bits to stress-test our defenses through formal...</description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description>As frontier AI models become more advanced and specialized, people increasingly turn to Perplexity for model selection and accurate answers from any model they choose. Only Perplexity offers access to all of the top AI models, and our data show that model performance is increasingly varied across...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description>Perplexity is the only enterprise AI platform that provides access to models across multiple providers in one interface. Meanwhile, 92% of Fortune 500 companies, including six of the Magnificent 7, use Perplexity to get answers and make decisions. This gives us a unique position to see how...</description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description>Annual planning sets your entire year, yet most teams build it from scattered docs and guesswork. Our new guide shows you how to use Perplexity to help create, or finish, your yearly plan, from running a previous year retrospective to supporting final stakeholder sign-off. Even though plans are due...</description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description>Twenty-five years ago today, Wikipedia launched with a simple idea: that wisdom is everywhere, and technology should help more people access it. Over 66 million articles across 340+ languages later, millions of curious people across the world love and use Wikipedia every day. At Perplexity, we find...</description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description>Law enforcement runs on decisions. From responding to calls to managing a critical incident, or briefing community leaders, the job demands sound judgment in all kinds of complex, fast-moving situations. Meanwhile, millions of people depend on those decisions. On the job, officers already use...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description>2025 was said to be the year that AI agent technology went mainstream. Today we are announcing Perplexity and Harvard researchers have published the first large-scale study of how people actually use AI agents in the real world. Our researchers asked three fundamental questions: Who is adopting AI...</description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description>Cristiano Ronaldo represents discipline, consistency, and reinvention across every stage of his career. He is more than football’s all‑time leading goal scorer. He has shattered records in the Premier League, LaLiga, Serie A, and the Saudi Pro League, winning league titles, Champions League...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description>Today, we are releasing BrowseSafe, an open research benchmark and content detection model aimed at keeping users safe as they navigate the agentic web. As AI assistants move from search boxes into the browser itself, we expect the next generation of the web to shift from pages to agents: less...</description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description>The simple act of remembering is the crux of how we navigate the world: it shapes our experiences, informs our decisions, and helps us anticipate what comes next. For AI agents like Comet Assistant, that continuity leads to a more powerful, personalized experience. Today we are announcing new...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description>The joy of shopping is discovering something you love. It’s the perfect winter jacket that matches your style and your San Francisco ferry commute. It’s the right gift for a young chef with a tiny kitchen. Discovery requires an experience that understands you. Online shopping hasn’t delivered that....</description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 26] lib/routes/perplexity/blog.ts:42-52,191: Manually truncates description content to 300 characters via truncateText(). Remove the truncation - RSSHub core handles content processing automatically.

@SeeYangZhi SeeYangZhi force-pushed the fix-perplexity-blog-route branch from 09a7f8e to 3473e79 Compare March 15, 2026 07:02
@SeeYangZhi SeeYangZhi force-pushed the fix-perplexity-blog-route branch from 3473e79 to 63b046b Compare March 15, 2026 07:06
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 07:06:57 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description>The questions that shape business strategy require more than surface-level answers. Market sizing, competitive positioning, capital allocation, and investment decisions depend on professional-grade information. Starting today, Computer can access select Statista, CB Insights, and PitchBook data...</description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description>Perplexity Computer handles multi-step work across the web, files, and connected tools. Now it’s available for Perplexity Enterprise customers, bringing those capabilities into the systems teams already use every day. Computer can support teams across finance, legal, marketing, and more:</description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description>In September, we published a technical overview of the Perplexity Search API architecture and released search_evals, our open-source evaluation framework for benchmarking search APIs in agentic workflows. Since then, the most significant investment has been in snippet quality, optimized along two...</description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description>Today we are releasing the Perplexity Agent API, a managed runtime for building agentic workflows with integrated search, tool execution, and multi-model orchestration. It replaces a model router, a search layer, an embeddings provider, a sandbox service, and a monitoring stack with a single...</description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description>Last month, we announced Perplexity Computer to the world. It’s based on a simple idea: when you have highly accurate AI search, an orchestration harness of 20 frontier models, and agentic internet access, AI is the computer. Perplexity Computer can understand a goal, move across tools, and keep...</description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description>We recently launched Perplexity Computer. This post explains our thinking behind it. Every few weeks, a new AI product launches that sparks a market panic. It&#39;s a new initiative, or an agent, or something. Whatever it is, I can tell you one thing it can&#39;t do. Even with the best AI model in the...</description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description>Perplexity is now integrated into Samsung Galaxy S26 phones at a deep level, powering search and reasoning for both the Perplexity assistant and Samsung&#39;s Bixby. That makes Perplexity the AI behind two of the three assistants on the device. We worked with Samsung to build the integration at the...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description>Frontier AI models are getting smarter. The best are becoming so capable that the products built around them are a bottleneck for showing their true potential. And as every new model specializes more, only Perplexity can unify all of the top capabilities into a single system for the most powerful...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description>Comet gives AI assistants powerful capabilities to browse websites, interact with content, and complete complex tasks on behalf of users. These capabilities require equally powerful safeguards. Before launching Comet publicly, we hired Trail of Bits to stress-test our defenses through formal...</description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description>As frontier AI models become more advanced and specialized, people increasingly turn to Perplexity for model selection and accurate answers from any model they choose. Only Perplexity offers access to all of the top AI models, and our data show that model performance is increasingly varied across...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description>Perplexity is the only enterprise AI platform that provides access to models across multiple providers in one interface. Meanwhile, 92% of Fortune 500 companies, including six of the Magnificent 7, use Perplexity to get answers and make decisions. This gives us a unique position to see how...</description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description>Annual planning sets your entire year, yet most teams build it from scattered docs and guesswork. Our new guide shows you how to use Perplexity to help create, or finish, your yearly plan, from running a previous year retrospective to supporting final stakeholder sign-off. Even though plans are due...</description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description>Twenty-five years ago today, Wikipedia launched with a simple idea: that wisdom is everywhere, and technology should help more people access it. Over 66 million articles across 340+ languages later, millions of curious people across the world love and use Wikipedia every day. At Perplexity, we find...</description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description>Law enforcement runs on decisions. From responding to calls to managing a critical incident, or briefing community leaders, the job demands sound judgment in all kinds of complex, fast-moving situations. Meanwhile, millions of people depend on those decisions. On the job, officers already use...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description>2025 was said to be the year that AI agent technology went mainstream. Today we are announcing Perplexity and Harvard researchers have published the first large-scale study of how people actually use AI agents in the real world. Our researchers asked three fundamental questions: Who is adopting AI...</description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description>Cristiano Ronaldo represents discipline, consistency, and reinvention across every stage of his career. He is more than football’s all‑time leading goal scorer. He has shattered records in the Premier League, LaLiga, Serie A, and the Saudi Pro League, winning league titles, Champions League...</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description>Today, we are releasing BrowseSafe, an open research benchmark and content detection model aimed at keeping users safe as they navigate the agentic web. As AI assistants move from search boxes into the browser itself, we expect the next generation of the web to shift from pages to agents: less...</description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description>The simple act of remembering is the crux of how we navigate the world: it shapes our experiences, informs our decisions, and helps us anticipate what comes next. For AI agents like Comet Assistant, that continuity leads to a more powerful, personalized experience. Today we are announcing new...</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description>The joy of shopping is discovering something you love. It’s the perfect winter jacket that matches your style and your San Francisco ferry commute. It’s the right gift for a young chef with a tiny kitchen. Discovery requires an experience that understands you. Online shopping hasn’t delivered that....</description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

Auto Review

  • [Rule 16] lib/routes/perplexity/blog.ts: Manual content truncation. Remove truncateText function and return full description.

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/perplexity/blog - Success ✔️
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Perplexity Blog</title>
    <link>https://www.perplexity.ai/hub</link>
    <atom:link href="http://localhost:1200/perplexity/blog" rel="self" type="application/rss+xml"></atom:link>
    <description>Perplexity Blog - Powered by RSSHub</description>
    <generator>RSSHub</generator>
    <webMaster>contact@rsshub.app (RSSHub)</webMaster>
    <language>en</language>
    <lastBuildDate>Sun, 15 Mar 2026 07:11:23 GMT</lastBuildDate>
    <ttl>5</ttl>
    <item>
      <title>Announcing Premium Sources</title>
      <description>The questions that shape business strategy require more than surface-level answers. Market sizing, competitive positioning, capital allocation, and investment decisions depend on professional-grade information. Starting today, Computer can access select Statista, CB Insights, and PitchBook data directly as part of your research workflow. Premium Sources refers to paywalled professional data and research that is not available through standard web search. These are the same types of sources used by venture capital firms, private equity funds, hedge funds, and Fortune 500 strategy teams. Professional market and financial intelligence is typically available only through paid subscription services, creating an information gap between organizations that can afford enterprise data contracts and research agency fees and everyone else.</description>
      <link>https://www.perplexity.ai/hub/blog/announcing-premium-sources</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/announcing-premium-sources</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Computer for Enterprise</title>
      <description>Perplexity Computer handles multi-step work across the web, files, and connected tools. Now it’s available for Perplexity Enterprise customers, bringing those capabilities into the systems teams already use every day. Computer can support teams across finance, legal, marketing, and more:</description>
      <link>https://www.perplexity.ai/hub/blog/computer-for-enterprise</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/computer-for-enterprise</guid>
      <pubDate>Wed, 11 Mar 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Sandbox API: Isolated Code Execution for AI Agents</title>
      <description></description>
      <link>https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/sandbox-api-isolated-code-execution-for-ai-agents</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Search API: Better Extraction, Dynamic Benchmarks</title>
      <description>In September, we published a technical overview of the Perplexity Search API architecture and released search_evals, our open-source evaluation framework for benchmarking search APIs in agentic workflows. Since then, the most significant investment has been in snippet quality, optimized along two dimensions: relevance and size. Returning the right content in the right amount directly determines downstream answer accuracy and token efficiency. The work to get there involved building new systems for extraction, span-level labeling, and evaluation, most notably a span-labeling pipeline that identifies which segments of a source document are responsive to a given query. To improve snippets systematically, we engineered a new evaluation system. For a given query and document, the system identifies and labels spans within the document by their relation to the query: &quot;vital&quot; spans that must be included in the snippet, various classes of &quot;irrelevant&quot; spans that should be excluded, duplicates, and other categories. This span-level labeling allows us to evaluate snippet quality with a level of precision that was not previously possible, measuring both what was correctly included and what was correctly omitted. In practice, these improvements let us generate smaller snippets that are more relevant to the query. Our self-improving content understanding pipeline now handles a broader range of structured data formats, including tables, nested lists, and dynamically rendered content that earlier rulesets failed to parse reliably.</description>
      <link>https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/search-api-better-extraction-dynamic-benchmarks</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Agent API: A Managed Runtime for Agentic Workflows</title>
      <description>Today we are releasing the Perplexity Agent API, a managed runtime for building agentic workflows with integrated search, tool execution, and multi-model orchestration. It replaces a model router, a search layer, an embeddings provider, a sandbox service, and a monitoring stack with a single integration point. A conventional CPU executes a deterministic cycle: fetch an instruction, decode it, execute it, store the result. The program counter advances. The processor never decides what to do.</description>
      <link>https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/agent-api-a-managed-runtime-for-agentic-workflows</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Developers</category>
    </item>
    <item>
      <title>Everything is Computer</title>
      <description>Last month, we announced Perplexity Computer to the world. It’s based on a simple idea: when you have highly accurate AI search, an orchestration harness of 20 frontier models, and agentic internet access, AI is the computer. Perplexity Computer can understand a goal, move across tools, and keep work going after you step away. And now we’re expanding that functionality across Perplexity: a Personal Computer that can merge your local files with Perplexity Computer and work 24/7, Perplexity Computer for Enterprise, new APIs for developers, and deeper capabilities for financial research.</description>
      <link>https://www.perplexity.ai/hub/blog/everything-is-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/everything-is-computer</guid>
      <pubDate>Tue, 10 Mar 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>The AI is the Computer</title>
      <description>We recently launched Perplexity Computer. This post explains our thinking behind it. Every few weeks, a new AI product launches that sparks a market panic. It&#39;s a new initiative, or an agent, or something. Whatever it is, I can tell you one thing it can&#39;t do. Even with the best AI model in the world, it can&#39;t do its best work for you.</description>
      <link>https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/the-ai-is-the-computer</guid>
      <pubDate>Mon, 02 Mar 2026 16:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Perplexity APIs deliver powerful AI to the world’s largest Android device maker</title>
      <description>Perplexity is now integrated into Samsung Galaxy S26 phones at a deep level, powering search and reasoning for both the Perplexity assistant and Samsung&#39;s Bixby. That makes Perplexity the AI behind two of the three assistants on the device. We worked with Samsung to build the integration at the system level, with a dedicated wake word, access to physical controls, and the ability to read from and write to native apps like Notes, Calendar, Gallery, Clock, and Reminders. In fact, Perplexity is the first non-Google company to have OS-level access in a Samsung phone. Samsung had previously reserved this level of access for first-party assistants. Perplexity was selected for this access based on our commitment to accurate AI and our strength of orchestration across search, reasoning, and device-level actions. Galaxy S26 users can say &quot;Hey Plex&quot; to launch the Perplexity assistant. They can also press and hold the side button. Because the integration runs at the system level, Perplexity can read from and write to Samsung&#39;s core apps directly. Users can:</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-apis-deliver-powerful-ai-to-the-world%E2%80%99s-largest-android-device-maker</guid>
      <pubDate>Wed, 25 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity Computer</title>
      <description>Frontier AI models are getting smarter. The best are becoming so capable that the products built around them are a bottleneck for showing their true potential. And as every new model specializes more, only Perplexity can unify all of the top capabilities into a single system for the most powerful use of AI yet. Perplexity Computer unifies every current AI capability into a single system. Computer is a general-purpose digital worker that operates the same interfaces you do. It is the next evolution of AI. Chat interfaces have answers, while agents can do tasks. Perplexity Computer is a system that creates and executes entire workflows, capable of running for hours or even months. Perplexity Computer operates the software stack just like a human co-worker would: by using it. Computer reasons, delegates, searches, builds, remembers, codes, and delivers.</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-computer</guid>
      <pubDate>Tue, 24 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How We Built Security Into Comet From Day One</title>
      <description>Comet gives AI assistants powerful capabilities to browse websites, interact with content, and complete complex tasks on behalf of users. These capabilities require equally powerful safeguards. Before launching Comet publicly, we hired Trail of Bits to stress-test our defenses through formal audits. Their work helped us identify vulnerabilities and strengthen our mitigations before users started relying on Comet for sensitive tasks. Prompt injection attacks are constantly evolving, and defending against them requires a multi-layered approach. We knew from the start that a single defense mechanism wouldn&#39;t be enough. Our core principle is simple: overlapping protections ensure that if one layer is bypassed, others remain to keep users safe. Here’s how we put that into practice. Before launching Comet publicly, we hired Trail of Bits to conduct systematic threat modeling of our architecture. Their team tested real-world attack scenarios, attempting to bypass our defenses using techniques adversaries might employ in the wild. The audit identified specific gaps in our protection system and started an iterative remediation process. We refined our mitigations and closed vulnerabilities before they could affect users.</description>
      <link>https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-we-built-security-into-comet-from-day-one</guid>
      <pubDate>Thu, 19 Feb 2026 16:00:00 GMT</pubDate>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing Model Council</title>
      <description>As frontier AI models become more advanced and specialized, people increasingly turn to Perplexity for model selection and accurate answers from any model they choose. Only Perplexity offers access to all of the top AI models, and our data show that model performance is increasingly varied across different tasks and questions. In other words, what’s best for coding tasks is often suboptimal for research or creative work.&amp;nbsp; But, beyond our published data for enterprises, how can you know which model is best for your query? Today we are launching Model Council, a multi-model research feature that brings several models together for one answer. Instead of verifying your queries across multiple models manually, Model Council allows you to run the same query across several models at once.</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-model-council</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-model-council</guid>
      <pubDate>Wed, 04 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Inside the Rise of Enterprise AI Model-Switching</title>
      <description>Perplexity is the only enterprise AI platform that provides access to models across multiple providers in one interface. Meanwhile, 92% of Fortune 500 companies, including six of the Magnificent 7, use Perplexity to get answers and make decisions. This gives us a unique position to see how companies actually use different AI models for different tasks and teams. The 2025 data reveals a clear pattern: aside from engineering teams, no model achieved greater than 17% share of overall usage, and as AI models and users became more sophisticated, usage between models became increasingly fragmented. In January 2025, two top models accounted for more than 90% of enterprise usage. By December, four models had more than 10% share each, and even the leading model captured only about 23% of queries. Enterprise usage data shows employees are now treating models as a menu of options, not a single default tool. Among enterprise seats, 12.5% qualify as active power users, engaging at least 12 out of every 28 days. These power users drive model exploration: 40% actively use 6+ models, compared to 20% of regular users. The pattern scales at the organizational level too. The top 50 enterprise accounts use 30 models on average versus seven for typical accounts.</description>
      <link>https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/inside-the-rise-of-enterprise-ai-model-switching</guid>
      <pubDate>Mon, 02 Feb 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Finish Your Annual Plan Faster With Perplexity</title>
      <description>Annual planning sets your entire year, yet most teams build it from scattered docs and guesswork. Our new guide shows you how to use Perplexity to help create, or finish, your yearly plan, from running a previous year retrospective to supporting final stakeholder sign-off. Even though plans are due January 1, many teams are still rewriting slides and fixing budgets well into February.</description>
      <link>https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/finish-your-annual-plan-faster-with-perplexity</guid>
      <pubDate>Sun, 25 Jan 2026 16:00:00 GMT</pubDate>
      <category>Enterprise</category>
    </item>
    <item>
      <title>Happy 25th Birthday, Wikipedia</title>
      <description>Twenty-five years ago today, Wikipedia launched with a simple idea: that wisdom is everywhere, and technology should help more people access it. Over 66 million articles across 340+ languages later, millions of curious people across the world love and use Wikipedia every day. At Perplexity, we find this nothing short of inspirational. To celebrate Wikipedia&#39;s birthday, we&#39;re offering a gift of 2,500 Perplexity Enterprise seats to share with Wikipedia editors. Every day, thousands of volunteers wake up and choose to make knowledge more accessible by researching, writing, fact-checking, and debating in the pursuit of accuracy. They do it because they believe knowledge belongs to everyone. We want to give something back to the people who give so much. Perplexity is a Wikimedia enterprise customer because we’re proud to support the foundation&#39;s mission to keep knowledge free and accessible for everyone.</description>
      <link>https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/happy-25th-birthday-wikipedia</guid>
      <pubDate>Wed, 14 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Introducing Perplexity for Public Safety Organizations</title>
      <description>Law enforcement runs on decisions. From responding to calls to managing a critical incident, or briefing community leaders, the job demands sound judgment in all kinds of complex, fast-moving situations. Meanwhile, millions of people depend on those decisions. On the job, officers already use Perplexity to look up case law, prep for testimony, and connect information across jurisdictions. We want to support and celebrate the heroes who demand accurate answers for consequential decision-making. That’s why we built Perplexity for Public Safety Organizations. Perplexity is now the first frontier AI company to offer Enterprise Pro specifically to law enforcement and public safety agencies. Through this program, qualifying agencies can access Perplexity Enterprise Pro free for 12 months for up to 200 seats, with discounted plans available for larger deployments.</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-perplexity-for-public-safety-organizations</guid>
      <pubDate>Wed, 07 Jan 2026 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>How People Use AI Agents</title>
      <description>2025 was said to be the year that AI agent technology went mainstream. Today we are announcing Perplexity and Harvard researchers have published the first large-scale study of how people actually use AI agents in the real world. Our researchers asked three fundamental questions: Who is adopting AI agents? How intensively are they using them? And what tasks are they delegating to their AI assistants? By analyzing hundreds of millions of anonymized interactions from Comet and Comet Assistant users, we&#39;ve uncovered fundamental patterns about agent adoption and usage. The findings challenge some common narratives. For instance, agents are good at booking hotels or handling rote chores, but they’re also serving as partners in deep cognitive work. They are reshaping how we learn, work, and solve problems.</description>
      <link>https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/how-people-use-ai-agents</guid>
      <pubDate>Mon, 08 Dec 2025 16:00:00 GMT</pubDate>
      <category>Updates</category>
      <category>Company</category>
    </item>
    <item>
      <title>Perplexity x Cristiano Ronaldo</title>
      <description>Cristiano Ronaldo represents discipline, consistency, and reinvention across every stage of his career. He is more than football’s all‑time leading goal scorer. He has shattered records in the Premier League, LaLiga, Serie A, and the Saudi Pro League, winning league titles, Champions League trophies, and major honors with Portugal. He is also a dedicated Perplexity user. Perplexity is built for people who measure progress over years, not highlights, and who stay relentlessly curious even when the answer is not obvious. The best leaders, athletes, and operators share this mindset: they use Perplexity to learn, explore, and pressure‑test decisions as part of a constant drive to improve. Cristiano Ronaldo is one of the world’s most visible examples of that commitment to excellence. Today we are announcing that Perplexity has entered a global partnership with Cristiano Ronaldo, aligning his legacy of self-improvement with an AI answer engine built for people who expect the same from their tools. The quest for excellence means never settling for good enough. Ronaldo’s approach to life mirrors Perplexity’s philosophy that every achievement, every answer, is a starting point for the next question.</description>
      <link>https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/perplexity-x-cristiano-ronaldo</guid>
      <pubDate>Wed, 03 Dec 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
    </item>
    <item>
      <title>Building Safer AI Browsers with BrowseSafe</title>
      <description>Today, we are releasing BrowseSafe, an open research benchmark and content detection model aimed at keeping users safe as they navigate the agentic web. As AI assistants move from search boxes into the browser itself, we expect the next generation of the web to shift from pages to agents: less about where information lives, and more about who retrieves and acts on it. Comet turns the browser into a place where an assistant can accomplish tasks, not just answer questions, so one principle is non‑negotiable: it must stay on the user’s side. BrowseSafe is a detection model fine‑tuned to answer a single focused question: given a page’s HTML, does it contain malicious instructions aimed at the agent? Large general‑purpose models can reason well about these cases, but they are often too slow and expensive to run on every page. BrowseSafe scans full web pages in real time without slowing the browser. We&#39;re also releasing the BrowseSafe‑Bench evaluation suite as a resource for evaluating and improving defense effectiveness.</description>
      <link>https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/building-safer-ai-browsers-with-browsesafe</guid>
      <pubDate>Mon, 01 Dec 2025 16:00:00 GMT</pubDate>
      <category>Research</category>
      <category>Security</category>
    </item>
    <item>
      <title>Introducing AI assistants with memory</title>
      <description>The simple act of remembering is the crux of how we navigate the world: it shapes our experiences, informs our decisions, and helps us anticipate what comes next. For AI agents like Comet Assistant, that continuity leads to a more powerful, personalized experience. Today we are announcing new personalization features to remember your preferences, interests, and conversations. Perplexity now synthesizes them automatically like memory, for valuable context on relevant tasks. Answers are smarter, faster, and more personalized, no matter how you work. The best AI assistants function as a seamless second brain and operator. Yet, traditional LLMs often break your flow state, hitting context limits that force a restart exactly when you’re most productive. While expanding context windows have helped, they still require “context engineering,” manually summarizing details just to keep the agent on track. Memory solves this by automatically pre-loading your most critical context, ensuring continuity without the manual effort.</description>
      <link>https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/introducing-ai-assistants-with-memory</guid>
      <pubDate>Tue, 25 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
    <item>
      <title>Shopping That Puts You First</title>
      <description>The joy of shopping is discovering something you love. It’s the perfect winter jacket that matches your style and your San Francisco ferry commute. It’s the right gift for a young chef with a tiny kitchen. Discovery requires an experience that understands you. Online shopping hasn’t delivered that. Search bars are sufficient to find an exact item, but fail at exploration. Editorial outlets prioritize affiliate revenue over matching readers to the exact products they’ll love. Most innovation in online shopping has focused on faster checkout, but that solves for the transaction, not the joy. That changes today, as we launch our new shopping experience, available for free to all US Perplexity users.</description>
      <link>https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</link>
      <guid isPermaLink="false">https://www.perplexity.ai/hub/blog/shopping-that-puts-you-first</guid>
      <pubDate>Mon, 24 Nov 2025 16:00:00 GMT</pubDate>
      <category>Company</category>
      <category>Updates</category>
    </item>
  </channel>
</rss>

@github-actions
Copy link
Contributor

pr-auto-review

@github-actions
Copy link
Contributor

Auto Review

No clear rule violations found in the current diff.

@SeeYangZhi SeeYangZhi requested a review from TonyRL March 15, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants