Scrape news from any source, get AI-powered summaries, and serve curated content via a simple REST API. Set up in minutes.
RSS feeds, Google News, Reddit. Configure your sources and let Chips Content pull articles automatically.
Every article gets an AI-generated summary and mini-article in your preferred language.
Simple Bearer token authentication. Generate, rotate, and revoke API keys from your dashboard.
Configure fetch frequency from every hour to daily. Articles are deduplicated automatically.
Support for English, Italian, German, French, and Spanish summaries out of the box.
Browse 75+ pre-configured sources across 7 categories. Add any source with one click.
No limits on keywords, sources, or articles. Pay only for the scale you need.
All plans include multi-language support and full API access. No hidden fees.
Display curated news directly on your WordPress site with our official plugin.
Manage sources, approve articles, configure notifications, and display news via shortcode — all from your WordPress admin.
⬇ Download Plugin# 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/