News aggregation
powered by AI

Scrape news from any source, get AI-powered summaries, and serve curated content via a simple REST API. Set up in minutes.

📡

Multi-Source Scraping

RSS feeds, Google News, Reddit. Configure your sources and let Chips Content pull articles automatically.

🤖

AI Summarization

Every article gets an AI-generated summary and mini-article in your preferred language.

🔐

API Key Auth

Simple Bearer token authentication. Generate, rotate, and revoke API keys from your dashboard.

Scheduled Fetching

Configure fetch frequency from every hour to daily. Articles are deduplicated automatically.

🌐

Multi-Language

Support for English, Italian, German, French, and Spanish summaries out of the box.

🛠

Source Catalog

Browse 75+ pre-configured sources across 7 categories. Add any source with one click.

Simple Pricing

No limits on keywords, sources, or articles. Pay only for the scale you need.

Free

€0/month
  • 1 news project
  • Fetch every 24h
  • Basic AI summary
  • Unlimited sources
  • Unlimited keywords
  • REST API access
Get Started

Business

€19.90/month
  • 20 news projects
  • Fetch every hour
  • Full AI summary
  • Unlimited sources
  • Unlimited keywords
  • REST API access
Get Started

All plans include multi-language support and full API access. No hidden fees.

WordPress Plugin

Display curated news directly on your WordPress site with our official plugin.

🆔

Chips Content News

Manage sources, approve articles, configure notifications, and display news via shortcode — all from your WordPress admin.

⬇ Download Plugin
1. Upload & activate the plugin
2. Enter your API key
3. Add [chipscontent_news] shortcode

Simple API

# Fetch published articles
curl -H "Authorization: Bearer cfeed_your_key" \
  https://content.chipsbuilder.com/api/v1/articles/?status=published

# Configure keywords
curl -X PUT -H "Authorization: Bearer cfeed_your_key" \
  -H "Content-Type: application/json" \
  -d '{"keywords": ["AI", "startup", "tech"]}' \
  https://content.chipsbuilder.com/api/v1/config/

# Trigger a fetch
curl -X POST -H "Authorization: Bearer cfeed_your_key" \
  https://content.chipsbuilder.com/api/v1/fetch/