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.
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
- 1Paste a URLAny page with a list of posts, products, jobs, or changelog entries.
- 2We derive the schemaStructural analysis (or an LLM, when configured) finds the repeated items and fields — and stores the recipe.
- 3Your agent polls JSON or RSSHit 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=rssSimple, agent-friendly pricing
Start free. Upgrade when your agents need more feeds, faster refresh, or webhooks.
Give your agents an API for the whole web.
No credit card. Three feeds free, forever.
Create your first feed