no key · no human

myBender API, RSS and sitemap

Every article myBender publishes, as JSON, through an open API with no key and no signup. 163 of their articles are indexed right now, refreshed hourly.

EnglishItalian#9,755 by volume

Four ways to pull mybender.ai

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from mybender.ai, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=mybender.ai&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=mybender.ai&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=mybender.ai&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=mybender.ai&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

technology 100%

Call the API

A live request. Paste it into a terminal and myBender headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=mybender.ai&size=5"
163
articles indexed
162
in the last 30 days
5
median per day
2
languages
10678 min
median crawl lag
08.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 29 days. The busiest hour is 14:00 UTC — that is when the newsroom pushes its main batch.

2026-08-08: 1 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 5 articles2026-08-11: 6 articles2026-08-12: 2 articles2026-08-13: 8 articles2026-08-14: 6 articles2026-08-15: 2 articles2026-08-16: 2 articles2026-08-17: 4 articles2026-08-18: 18 articles2026-08-19: 3 articles2026-08-21: 3 articles2026-08-22: 12 articles2026-08-23: 9 articles2026-08-24: 7 articles2026-08-25: 4 articles2026-08-26: 4 articles2026-08-27: 4 articles2026-08-28: 8 articles2026-08-29: 8 articles2026-08-30: 6 articles2026-08-31: 2 articles2026-09-01: 4 articles2026-09-02: 3 articles2026-09-03: 9 articles2026-09-04: 12 articles2026-09-05: 6 articles2026-09-06: 4 articles08-0808-1208-1608-2108-2508-2909-0209-06

The 1 hatched days are gaps in the upstream news archive, not quiet days at myBender: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=mybender.ai&top=10"

Publishing rhythm

When myBender actually publishes, by hour of day (UTC) and by day of week — measured from 163 timestamps, not from a schedule they advertise.

00: 80001: 00102: 00203: 00304: 00405: 00506: 120607: 110708: 00809: 00910: 01011: 31112: 01213: 231314: 301415: 01516: 211617: 141718: 71819: 121920: 02021: 22122: 72223: 1323
Mon: 18MonTue: 32TueWed: 12WedThu: 21ThuFri: 29FriSat: 29SatSun: 22Sun

Sections

Sections come from the publisher's own markup, present on 21% of their articles.

SectionArticles
technology35

Languages

CodeLanguageArticlesShare
enEnglish14387.7%
itItalian2012.3%

Latest articles

The 18 most recent myBender articles in the index — the same rows the API returns, rendered for humans.

Robot Data Startup XDOF in Talks for Series B at $1.2B Valuation
2026-09-05 22:47 UTC
Just three months after exiting stealth, robot data specialist XDOF is negotiating a massive funding round that highlights the premium investors are placing on physical A
Agility Robotics Enhances Digit for Complex Warehouse Environments
2026-09-05 18:14 UTC
Agility Robotics continues to refine the operational capabilities of Digit as it navigates complex, dynamic warehouse tasks in new demonstration cycles.
Lyte AI Funding Highlights Hardware Perception Bottlenecks for Humanoids
2026-09-04 23:02 UTC
With a fresh $165 million infusion, Lyte AI aims to refine perception systems, a critical supply chain component for scaling production of robots like the Unitree G1.
Physical AI Market Hurdles and Acceleration Impact Humanoid Deployments
2026-09-04 23:00 UTC
NexCOBOT's insights into the 'physical AI' market highlight critical factors like functional safety and motion control, which are essential for the broader adoption and s
AGIBOT Open-Sources 11,430 Robot Trajectories for Research
2026-09-04 16:52 UTC
AGIBOT, maker of the AgiBot A2 and AGIBOT X2, has released its WORLD 2026 dataset, comprising 11,430 robot trajectories to advance reinforcement learning for complex huma
China Unveils Legged Robot Guide Dog to Assist Visually Impaired
2026-09-04 16:50 UTC
A Chinese defense research institute has introduced a wheeled and legged robot designed to serve as a guide dog, addressing the critical need for assistance for visually
China's Humanoid Push Faces Reality Check Beyond the Exhibition Stage
2026-09-03 23:12 UTC
While Chinese manufacturers dominate conferences with low-cost hardware, the transition from theatrical demos to reliable factory floor deployment remains a steep climb.

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=mybender.ai&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=mybender.ai&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well myBender marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
21%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 10678 min at the median, 24590 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does myBender have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 163 of their articles and lets you filter by date, language and section.

How many articles does myBender publish per day?

5 on a median day, measured across 29 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.