no key · no human

B2B Magazine API, RSS and sitemap

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

ItalyItalian#12,037 by volume

Four ways to pull b2bmagazine.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 b2bmagazine.it, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.b2bmagazine.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=www.b2bmagazine.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=www.b2bmagazine.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=www.b2bmagazine.it&size=20&fields=title,url,published_at,lang"open it →

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

business 40%technology 40%economy 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.b2bmagazine.it&size=5"
100
articles indexed
100
in the last 30 days
7
median per day
1
languages
7 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 6 articles2026-08-26: 8 articles2026-08-27: 10 articles2026-08-28: 14 articles2026-08-29: 12 articles2026-08-30: 8 articles2026-08-31: 5 articles2026-09-01: 6 articles2026-09-02: 6 articles2026-09-03: 8 articles2026-09-04: 6 articles2026-09-05: 7 articles2026-09-06: 4 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.b2bmagazine.it&top=10"

Publishing rhythm

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

00: 70001: 00102: 70203: 00304: 100405: 120506: 110607: 20708: 20809: 30910: 51011: 01112: 121213: 101314: 41415: 11516: 01617: 01718: 71819: 01920: 72021: 02122: 02223: 023
Mon: 5MonTue: 12TueWed: 14WedThu: 18ThuFri: 20FriSat: 19SatSun: 12Sun

Sections

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

SectionArticles
business34
economy34
technology34

Languages

CodeLanguageArticlesShare
itItalian100100.0%

Latest articles

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

Come l’IA sta rivoluzionando il supporto alla salute mentale globale
2026-09-06 06:27 UTC
L'IA sta diventando un alleato importante nella gestione della salute mentale, ma ci sono ancora molte sfide da affrontare Leggi tutto Come l’IA sta rivoluzionando il sup
Checklist fiere B2B: obiettivi SMART, stand e ROI reale
2026-09-06 05:02 UTC
Una checklist operativa per trasformare la presenza in fiera B2B in pipeline misurabile: obiettivi SMART, stand, demo, lead capture, scoring e attribuzione del ROI. Leggi
Seconda Chance: il progetto che unisce imprese e carceri in Toscana
2026-09-05 13:18 UTC
Un'iniziativa innovativa sta offrendo nuove opportunità lavorative ai detenuti in Toscana, grazie alla collaborazione tra l'associazione Seconda Chance e diverse aziende
Come scegliere e rendicontare i KPI ESG nelle PMI
2026-09-05 05:02 UTC
Una guida pratica per PMI su come scegliere KPI ESG, misurarli con criterio e rendicontarli con un sistema di data governance semplice ma robusto. Leggi tutto Come scegli
La trasformazione della flotta aziendale: il caso di successo di Audi Business
2026-09-04 13:18 UTC
Una PMI toscana ha rivoluzionato la propria flotta aziendale grazie a Audi Business, scoprendo come la scelta delle vetture giuste possa fare la differenza Leggi tutto La
Sviluppo tecnologico startup innovative Lombardia: contributi a fondo perduto fino a 1,5 milioni di euro
2026-09-04 12:27 UTC
La Regione Lombardia offre contributi a fondo perduto per progetti di ricerca e prototipazione di startup innovative, con un finanziamento massimo di 1,5 milioni di euro.
Integrare superapp e agenti AI nei processi aziendali
2026-09-04 05:00 UTC
Una guida autorevole e pratica per usare superapp e agenti AI in operations, sales e customer care, con roadmap, sicurezza e misurazione dell’impatto. Leggi tutto Integra
Marketing B2B: la 42ª IMP Conference ad Ancona esplora le sfide del business industriale
2026-09-04 04:18 UTC
Ancona diventa la capitale europea del marketing business-to-business con la 42ª IMP Conference, che riunisce 130 studiosi da 17 Paesi per discutere di intelligenza artif
Come l’UE sta gestendo la complessità delle normative digitali
2026-09-04 00:26 UTC
L'Unione europea ha sviluppato un sistema normativo per l'economia digitale tra i più complessi al mondo. Scopri le sfide operative che si trovano ad affrontare. Leggi tu
L’acquisizione di Hugging Face da parte di NVIDIA e il futuro dell’IA open source
2026-09-03 18:27 UTC
NVIDIA ha annunciato l'acquisizione di Hugging Face per 12,93 miliardi di dollari. Scopri come questa fusione potrebbe cambiare il panorama dell'IA open source. Leggi tut

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=www.b2bmagazine.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=www.b2bmagazine.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 B2B Magazine 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
34%
articles with sections
average page weight

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

How many articles does B2B Magazine publish per day?

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