FeedForge
RSS for the agent era

Turn any URL into a feed your agents can poll.

Paste a link to a site with no API or RSS. FeedForge generates a maintained, structured JSON/RSS feed with change-detection and webhooks — and self-heals when the page layout changes.

Try:

Scrapers break. Feeds shouldn't.

Every other tool hands you a selector that rots the next time marketing ships a redesign. FeedForge treats extraction as a living recipe.

🩹

Self-healing extraction

When a page's layout changes, FeedForge re-derives the schema instead of breaking. Brittle CSS scrapers snap; this adapts.

🔔

Change-detection + webhooks

Agents don't have to poll blindly. Get a push the moment new items appear, with only the diff in the payload.

📦

JSON Feed & RSS out

One feed, two formats. Consume clean JSON in your agent, or point any RSS reader at the same URL.

🌐

Works on API-less sites

Blogs, changelogs, job boards, listings, docs — if a human can read it, your agent can now subscribe to it.

🤖

Built for agents

Stable item GUIDs, ISO dates, idempotent polling, and an unguessable feed URL that doubles as the access key.

Instant, no signup wall

Get an API key the moment you land. Build first, create an account only when you're ready to upgrade.

Three lines to a live feed

  1. 1
    Paste a URL
    Any page with a list of posts, products, jobs, or changelog entries.
  2. 2
    We derive the schema
    Structural analysis (or an LLM, when configured) finds the repeated items and fields — and stores the recipe.
  3. 3
    Your agent polls JSON or RSS
    Hit the feed URL on a schedule, or get a webhook when something new lands. We re-derive automatically if the page changes.
# create a feed
curl -X POST https://feedforge.aiskillhub.info/api/feeds \
  -H "authorization: Bearer $FEEDFORGE_TOKEN" \
  -H "content-type: application/json" \
  -d '{"url":"https://news.ycombinator.com"}'

# your agent polls it (JSON Feed 1.1)
curl https://feedforge.aiskillhub.info/api/f/feed_xxx

# ...or as RSS
curl https://feedforge.aiskillhub.info/api/f/feed_xxx?format=rss

Simple, agent-friendly pricing

Start free. Upgrade when your agents need more feeds, faster refresh, or webhooks.

See full pricing →
Free
$0/mo
0/mo
  • 3 feeds
  • hourly refresh
  • Polling only
Start free
Pro
$19/mo
1499/mo
  • 50 feeds
  • 5-min refresh
  • Webhooks + change push
Get Pro
Team
$49/mo
3999/mo
  • 250 feeds
  • 1-min refresh
  • Webhooks + change push
Get Team

Give your agents an API for the whole web.

No credit card. Three feeds free, forever.

Create your first feed