no key · no human

Mobileos API, RSS and sitemap

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

ItalyItalian#7,131 by volume

Four ways to pull mobileos.it

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

JSON Search this publisher

Every article we hold from mobileos.it, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=mobileos.it&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=mobileos.it&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=mobileos.it&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=mobileos.it&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 Mobileos headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=mobileos.it&size=5"
284
articles indexed
284
in the last 30 days
22
median per day
1
languages
3 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 6 articles2026-08-26: 22 articles2026-08-27: 22 articles2026-08-28: 25 articles2026-08-29: 20 articles2026-08-30: 34 articles2026-08-31: 21 articles2026-09-01: 20 articles2026-09-02: 23 articles2026-09-03: 12 articles2026-09-04: 25 articles2026-09-05: 27 articles2026-09-06: 20 articles2026-09-07: 7 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=mobileos.it&top=10"

Publishing rhythm

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

00: 180001: 130102: 130203: 110304: 140405: 70506: 190607: 100708: 190809: 70910: 141011: 111112: 101213: 101314: 91415: 91516: 151617: 101718: 131819: 81920: 102021: 112122: 132223: 1023
Mon: 28MonTue: 26TueWed: 45WedThu: 34ThuFri: 50FriSat: 47SatSun: 54Sun

Sections

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

SectionArticles
technology119

Languages

CodeLanguageArticlesShare
itItalian284100.0%

Latest articles

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

How to Take a Screenshot on Google Pixel 11
2026-09-07 06:52 UTC · technology
Poco F9 Ultra Expected Release Date and Specs
2026-09-07 02:50 UTC
A Look at What Might Be Coming The Poco F series has built a reputation for delivering flagship-grade performance at prices that undercut most competitors. With the F6 an
Google Messages chat themes: How to enable
2026-09-07 02:49 UTC · technology
Poco F9 Ultra: data di uscita e caratteristiche previste
2026-09-07 02:29 UTC
Poco F9 Ultra: cosa sappiamo finora su data di uscita e caratteristiche Il mercato degli smartphone è in continua evoluzione e Poco, il sub-brand di Xiaomi, sembra voler
Google Messaggi introduce i temi personalizzati: approfondimento
2026-09-07 00:45 UTC
Google Messaggi introduce i temi personalizzati: come cambia la personalizzazione dell’app di messaggistica Google Messaggi, l’applicazione di messaggistica predefinita s
One UI 9 Beta Now Available on More Galaxy Phones
2026-09-06 22:49 UTC
Samsung has started bringing One UI 9 Beta to a wider range of Galaxy phones. The program initially reached a limited group of devices, and this expansion makes the beta
Best New Tech Products This Fall: Buying Guide
2026-09-06 10:42 UTC
A Season of New Releases Fall has traditionally been the busiest season for new consumer electronics. Major manufacturers time their flagship launches to coincide with th
Best Foldable Phones Coming Late 2026: Buying Guide
2026-09-06 10:41 UTC · technology
Apple App Tracking Lawsuit: How to Opt Out
2026-09-06 06:40 UTC · technology
EA Sports FC 27: uscita, data e novità principali
2026-09-06 05:45 UTC · technology
SteamDB Acquisition: Key Changes for Users
2026-09-06 04:38 UTC · technology
Prezzo e ultime novità: guida aggiornata
2026-09-06 02:01 UTC
Capire quando un prodotto è al giusto prezzo e quali sono le ultime novità del settore è diventato ogni giorno più complesso. Le uscite si susseguono rapidamente, i listi

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=mobileos.it&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=mobileos.it&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 Mobileos 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
42%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 3 min at the median, 1079 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 Mobileos 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 284 of their articles and lets you filter by date, language and section.

How many articles does Mobileos publish per day?

22 on a median day, measured across 14 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.