no key · no human

Lifehacker API, RSS and sitemap

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

United StatesEnglish#4,117 by volume

Four ways to pull lifehacker.com

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

JSON Search this publisher

Every article we hold from lifehacker.com, newest first. Add q= to search inside.

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

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

entertainment 69%health 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=lifehacker.com&size=5"
607
articles indexed
607
in the last 30 days
27
median per day
1
languages
2610 min
median crawl lag
12.08 → 07.09
archive depth

Publishing volume

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

2026-08-12: 11 articles2026-08-13: 12 articles2026-08-14: 11 articles2026-08-17: 9 articles2026-08-18: 24 articles2026-08-19: 25 articles2026-08-20: 33 articles2026-08-21: 27 articles2026-08-24: 34 articles2026-08-25: 45 articles2026-08-26: 36 articles2026-08-27: 42 articles2026-08-28: 49 articles2026-08-29: 4 articles2026-08-31: 28 articles2026-09-01: 32 articles2026-09-02: 23 articles2026-09-03: 74 articles2026-09-04: 75 articles2026-09-05: 6 articles2026-09-06: 4 articles2026-09-07: 3 articles08-1208-1708-2008-2508-2809-0109-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=lifehacker.com&top=10"

Publishing rhythm

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

00: 20001: 180102: 00203: 10304: 90405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 381213: 781314: 621415: 421516: 611617: 591718: 301819: 711920: 662021: 542122: 162223: 023
Mon: 74MonTue: 101TueWed: 95WedThu: 161ThuFri: 162FriSat: 10SatSun: 4Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish607100.0%

Latest articles

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

Lifehacker Labor Day Sale Live Blog: The Best Labor Day Deals, All in One Place
2026-09-06 00:27 UTC
Follow for live updates as we share the best Labor Day deals we can find.
Here's What Lifehacker Readers Think Apple Will Announce on Wednesday
2026-09-05 13:30 UTC
Most are betting that Apple will bring back "One more thing."
This Milwaukee Tool Combo Set Is Over $600 Off for Labor Day
2026-09-04 22:30 UTC
Get your home maintenance chores done with this comprehensive toolkit from Milwaukee.
10 Hacks Every Proton Mail User Should Know
2026-09-04 22:00 UTC
Maximize Proton's privacy features with these tricks.
This Cordless DeWalt Miter Saw Is $200 Off for Labor Day Weekend
2026-09-04 21:45 UTC
Cut molding and trim like a pro with this amazing cordless miter saw.
The Best Deals on Tech for Labor Day
2026-09-04 21:20 UTC
Find TVs, headphones, soundbars, and kitchen appliances at up to 44% off.
The Best Deals on Garmin Watches for Labor Day
2026-09-04 21:00 UTC
Several of my favorite Garmin watches are on sale this Labor Day, including the Venu 3S at an all-time-low price.

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=lifehacker.com&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=lifehacker.com&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 Lifehacker marks up its own pages — useful if you are deciding whether to parse them yourself.

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

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

How many articles does Lifehacker publish per day?

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