no key · no human

Slideshare API, RSS and sitemap

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

English#5,700 by volume

Four ways to pull slideshare.net

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

JSON Search this publisher

Every article we hold from slideshare.net, newest first. Add q= to search inside.

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

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.slideshare.net&size=5"
382
articles indexed
192
in the last 30 days
6
median per day
1
languages
median crawl lag
30.06 → 06.09
archive depth

Publishing volume

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

2026-06-30: 1 articles2026-07-01: 1 articles2026-07-02: 4 articles2026-07-03: 1 articles2026-07-07: 2 articles2026-07-08: 5 articles2026-07-09: 4 articles2026-07-10: 5 articles2026-07-11: 5 articles2026-07-12: 3 articles2026-07-13: 9 articles2026-07-14: 7 articles2026-07-15: 3 articles2026-07-16: 6 articles2026-07-17: 1 articles2026-07-18: 4 articles2026-07-19: 5 articles2026-07-20: 4 articles2026-07-21: 4 articles2026-07-22: 7 articles2026-07-23: 8 articles2026-07-24: 8 articles2026-07-25: 7 articles2026-07-26: 6 articles2026-07-27: 5 articles2026-07-28: 3 articles2026-07-29: 7 articles2026-07-30: 8 articles2026-07-31: 5 articles2026-08-01: 6 articles2026-08-02: 7 articles2026-08-03: 7 articles2026-08-04: 4 articles2026-08-05: 7 articles2026-08-06: 2 articles2026-08-07: 7 articles2026-08-08: 13 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 16 articles2026-08-11: 12 articles2026-08-12: 8 articles2026-08-13: 13 articles2026-08-14: 16 articles2026-08-15: 9 articles2026-08-16: 9 articles2026-08-17: 9 articles2026-08-18: 6 articles2026-08-19: 5 articles2026-08-23: 5 articles2026-08-25: 3 articles2026-08-27: 2 articles2026-08-28: 6 articles2026-08-29: 3 articles2026-08-30: 5 articles2026-08-31: 6 articles2026-09-01: 8 articles2026-09-02: 8 articles2026-09-03: 11 articles2026-09-04: 5 articles2026-09-05: 5 articles2026-09-06: 2 articles06-3007-1307-2308-0208-1208-2709-06

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

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

Publishing rhythm

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

00: 140001: 130102: 140203: 100304: 120405: 90506: 70607: 140708: 130809: 130910: 81011: 141112: 181213: 181314: 201415: 191516: 181617: 241718: 231819: 231920: 172021: 212122: 162223: 2223
Mon: 56MonTue: 50TueWed: 51WedThu: 58ThuFri: 54FriSat: 52SatSun: 59Sun

Languages

CodeLanguageArticlesShare
enEnglish38099.5%

Latest articles

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

Client Challenge
2026-09-06 04:36 UTC
JavaScript is disabled in your browser. Please enable JavaScript to proceed. A required part of this site couldn’t load. This may be due to a browser extension, network i

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.slideshare.net&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.slideshare.net&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 Slideshare 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
0%
articles with sections
2 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is at the median.

Similar publishers

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

FAQ

Does Slideshare 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 382 of their articles and lets you filter by date, language and section.

How many articles does Slideshare publish per day?

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