VOOZH about

URL: https://apify.com/parseforge/lobsters-scraper

โ‡ฑ Lobsters Scraper | Tech News and Discussions ยท Apify


๐Ÿ‘ Lobsters Scraper | Tech News and Discussions avatar

Lobsters Scraper | Tech News and Discussions

Pricing

from $19.00 / 1,000 results

Go to Apify Store

Lobsters Scraper | Tech News and Discussions

Scrape tech stories from Lobsters including titles, links, tags, scores, comment counts, submitters and timestamps. Build datasets of developer-focused news and discussions for trend analysis, content curation and technology research projects at scale across the full catalog

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿฆž Lobste.rs Tech News Scraper

๐Ÿš€ Export curated tech stories from Lobste.rs in seconds. Get titles, scores, tags, authors, and discussion links. no account, no auth, no rate limits.

๐Ÿ•’ Last updated: 2026-05-22 ยท ๐Ÿ“Š 14 fields per record ยท Unlimited items ยท Global coverage

Lobste.rs is an invite-only, curated tech community where experts share and discuss links across programming, security, systems, web development, and more. Unlike mainstream aggregators, every submitter is accountable. real usernames, real reputations. This scraper taps Lobste.rs's fully public JSON API to export stories in real time, with zero authentication or proxies required.

Whether you're tracking technology trends, monitoring specific tags like security or python, or building a developer-focused news feed, this actor delivers clean, structured data in seconds.

Coverage: Thousands of curated tech stories across 50+ community-maintained tags, covering programming languages, operating systems, web, security, mathematics, hardware, and more. Every record includes the story's score, flag count, comment count, author username, tags, and optionally the full description for self-posts.

Target Audience / Use Cases

AudienceUse Case
Researchers & AnalystsTrack technology trends and community sentiment over time
Content TeamsMonitor developer community discussions for content ideas
Data ScientistsBuild datasets of high-quality, expert-curated tech links
News AggregatorsPower developer-focused newsletters or Slack digests
Security TeamsWatch the security tag for emerging vulnerability discussions
EducatorsFind the most-discussed topics in specific programming domains

๐Ÿ“‹ What the Lobste.rs Scraper does

  • Fetches stories from the hottest feed (ranked by community score) or newest feed (chronological)
  • Filters by any Lobste.rs tag: programming, javascript, python, security, linux, web, ask, show, and 50+ more
  • Paginates automatically to collect as many stories as you need (up to 1,000,000)
  • Returns structured records with title, URL, score, flags, comment count, tags, author, and timestamps
  • Captures full description text for self-posts (ask/show posts written directly on Lobste.rs)
  • Uses a polite 500ms delay between pages to respect the community server

๐Ÿ’ก Why it matters: Lobste.rs is one of the most signal-rich tech communities on the internet. Unlike Hacker News, every member is vouched by a real person. The stories that trend here represent genuine expert consensus. not viral noise.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon

โš™๏ธ Input

FieldTypeDefaultDescription
feedTypeselecthottestFeed to scrape: hottest (by score) or newest (chronological)
tagstring(empty)Filter by tag slug (e.g. programming, security, linux). Leave empty for all stories.
maxItemsinteger10Max stories to return. Free: limited to 10. Paid: up to 1,000,000.

Example 1 - Top security stories:

{
"feedType":"hottest",
"tag":"security",
"maxItems":100
}

Example 2 - Latest programming stories:

{
"feedType":"newest",
"tag":"programming",
"maxItems":50
}

โš ๏ธ Good to Know: The tag field accepts any tag slug that Lobste.rs uses in their URLs (e.g. https://lobste.rs/t/security). Common tags include: programming, javascript, python, security, linux, web, ask, show, go, rust, c, devops, math, hardware, browsers, practices. Self-posts (ask/show) include description text; link posts have description: null.

๐Ÿ“Š Output

FieldTypeDescription
๐Ÿ“ฐ titlestringStory headline
๐Ÿ”— urlstringExternal URL (or lobste.rs URL for self-posts)
๐Ÿฆž lobstersUrlstringLobste.rs discussion page URL
โญ scoreintegerCommunity score (upvotes minus flags, weighted)
๐Ÿšฉ flagsintegerNumber of flags (downvote signals) from the community
๐Ÿ’ฌ commentCountintegerNumber of comments on the story
๐Ÿท๏ธ tagsarrayCommunity tags assigned to the story
๐Ÿ‘ค submittedBystringUsername of the person who submitted the story
๐Ÿ“ descriptionstring or nullFull self-post body (HTML); null for link posts
๐Ÿ“… createdAtstringISO 8601 timestamp of submission
๐Ÿ”— commentsUrlstringDirect URL to the comments section
๐Ÿ”‘ shortIdstringLobste.rs short ID (used in URLs)
๐Ÿ•’ scrapedAtstringISO 8601 timestamp of when this record was scraped
โŒ errorstring or nullError message if something went wrong; always last

Sample record (link post):

{
"title":"Chromium publishes fixed exploit 4 years later, turns out it's actually unfixed",
"url":"https://infosec.exchange/@rebane2001/116606719764376414",
"lobstersUrl":"https://lobste.rs/s/e7lsqn",
"score":97,
"flags":1,
"commentCount":13,
"tags":["browsers","security"],
"submittedBy":"hugoarnal",
"description":null,
"createdAt":"2026-05-20T15:29:05.000-05:00",
"commentsUrl":"https://lobste.rs/s/e7lsqn/chromium_publishes_fixed_exploit_4_years",
"shortId":"e7lsqn",
"scrapedAt":"2026-05-22T01:43:03.583Z",
"error":null
}

Sample record (self-post with description):

{
"title":"Internships for early university / no former employment",
"url":"https://lobste.rs/s/r87zln",
"lobstersUrl":"https://lobste.rs/s/r87zln",
"score":28,
"flags":0,
"commentCount":15,
"tags":["ask","job"],
"submittedBy":"runxiyu",
"description":"<p>As a rising freshman beginning an undergraduate computer science degree...</p>",
"createdAt":"2026-05-21T10:09:32.000-05:00",
"commentsUrl":"https://lobste.rs/s/r87zln/internships_for_early_university_no",
"shortId":"r87zln",
"scrapedAt":"2026-05-22T01:43:03.583Z",
"error":null
}

โœจ Why choose this Actor

FeatureDetail
๐Ÿš€ No auth requiredLobste.rs JSON API is fully public. no login, no token
โšก Real-time dataAlways fetches live data, never cached responses
๐Ÿท๏ธ Tag filteringNarrow to any of Lobste.rs's 50+ community tags in one field
๐Ÿ“„ Full paginationCollects across multiple pages automatically
๐Ÿ›ก๏ธ Polite crawling500ms delay between pages, respects the community server
๐Ÿ” Clean outputAll fields normalized, null for genuinely absent data
๐Ÿ’ธ Pay-per-event pricingOnly pay for what you collect
๐ŸŒ Zero proxy costPlain fetch. no proxy needed, no IP rotation overhead

๐Ÿ“ˆ How it compares to alternatives

FeatureThis ActorManual API callsRSS feeds
Structured JSON outputโœ…Requires custom parsingPartial
Tag filteringโœ…โœ…Limited
Automatic paginationโœ…ManualNo
Apify dataset integrationโœ…NoNo
Webhook / schedule supportโœ…NoLimited
CSV / Excel exportโœ…NoNo

๐Ÿš€ How to use

  1. Create a free Apify account (includes $5 free credit)
  2. Go to the Lobste.rs Tech News Scraper page
  3. Click Try for free
  4. Set your feedType (hottest or newest), optional tag, and maxItems
  5. Click Start and wait a few seconds
  6. Download your dataset as JSON, CSV, Excel, or XML

๐Ÿ’ผ Business use cases

Tech Trend Analysis

Monitor which topics are gaining traction in the developer community. Track score velocity on security or ai tags over days or weeks. Correlate community interest spikes with product launch cycles.

Content Intelligence

Know what developers are actually reading and discussing. Use the hottest feed as an editorial signal for blog posts, videos, or podcast topics. Identify underserved niches by watching what generates high comment counts with low scores.

Competitive and Threat Intelligence

Security teams can monitor the security tag in real time. When a CVE or novel attack technique surfaces on Lobste.rs, it often trends before mainstream outlets. Get structured, timestamped records to feed into SIEM or alerting pipelines.

Developer Community Research

Academic and industry researchers can build longitudinal datasets of expert-curated tech links. Study how community reception (score, flags, comments) correlates with article quality, recency, or domain authority.

๐Ÿ”Œ Automating Lobste.rs Scraper

Connect this actor to your workflows with no code:

  • Make (Integromat): Schedule runs, then send new stories to Slack, Notion, Airtable, or Google Sheets
  • Zapier: Trigger a Zap when a run finishes - push top stories to your CMS or email list
  • Slack: Pipe the hottest security stories into a #security-feed channel every morning
  • Google Sheets: Build a living spreadsheet of tech trends with daily scheduled runs
  • Webhooks: Use Apify's webhook system to POST results to any internal API or dashboard

๐ŸŒŸ Beyond business use cases

Research

Build citation-quality datasets of expert-curated tech literature. Lobste.rs's invite-only model means submitters are accountable - the links represent genuine expert consensus, not algorithmic noise.

Creative

Run weekly "best of Lobste.rs" newsletters or zines. Use the description field of self-posts to surface community-written content. Build a reading list generator that matches your tag interests.

Non-profit and Open Source

Track open-source project discussions by watching tags like open-source or freebsd. Monitor community health signals across sub-communities by comparing score distributions over time.

Experimentation

Build a personal recommendation engine trained on Lobste.rs community signals. Train a classifier to predict story success from title alone, using score as the label.

๐Ÿค– Ask an AI assistant about this scraper

"I want to track security vulnerabilities discussed by expert developers. How can I use the Lobste.rs Scraper to build a daily digest?"

"Show me how to export the top 500 Python stories from Lobste.rs this month as a CSV."

"I'm building a developer newsletter. How do I connect the Lobste.rs Scraper to Mailchimp via Zapier?"

Paste any of these into ChatGPT, Claude, or Gemini alongside the actor URL for step-by-step integration guidance.

โ“ Frequently Asked Questions

๐Ÿ”‘ Do I need an account to use this? No. Lobste.rs has a completely public JSON API. This actor requires no credentials, no auth tokens, and no proxies.

๐Ÿ“„ How many stories can I get per run? Paid users can collect up to 1,000,000 stories. Free users get a 10-item preview. Lobste.rs paginates in batches of ~25 stories per page.

๐Ÿท๏ธ What tags are available? Lobste.rs maintains 50+ community tags. Common ones: programming, javascript, python, rust, go, c, security, linux, web, devops, math, hardware, browsers, practices, ask, show. Browse all tags at https://lobste.rs/tags.

๐Ÿ“ Why is description null for most stories? Only self-posts (ask/show posts written directly on Lobste.rs) have a description. Link posts that point to external URLs have description: null - this is correct behavior from the source.

โญ What is score vs flags? score is the net community rating. flags counts how many users flagged a story as off-topic or low quality. A story with high score and low flags is strongly endorsed by the community.

๐Ÿ”„ How fresh is the data? Data is fetched in real time on every run. There is no caching. Results reflect Lobste.rs's current state at the moment you start the actor.

๐Ÿ“Š Can I get comments, not just stories? This actor returns story-level data including comment counts and links to the comments page. For full comment text, you would need to fetch individual story detail pages.

๐Ÿ—“๏ธ Can I schedule daily runs? Yes. Use Apify's built-in scheduler to run this actor on a cron schedule (e.g., every morning at 8am UTC) and accumulate a longitudinal dataset.

๐Ÿ”Œ Can I send results directly to Google Sheets? Yes. Use the Apify-Google Sheets integration or connect via Make or Zapier to push each run's results into a spreadsheet automatically.

๐Ÿšฆ Is there a rate limit risk? The actor uses a polite 500ms delay between page requests and sends a standard User-Agent header. Lobste.rs's public API is designed for programmatic access.

๐Ÿ’ธ How is pricing calculated? This actor uses pay-per-event pricing - you only pay for the stories you actually collect. There are no run-time fees for idle pages or failed requests.

๐Ÿ”Œ Integrate with any app

Export your Lobste.rs dataset to: JSON - CSV - Excel - XML - Google Sheets - Airtable - Notion - Slack - Zapier - Make - Power Automate - REST API - Webhooks - S3 - BigQuery - Snowflake - PostgreSQL - MongoDB - Elasticsearch

๐Ÿ”— Recommended Actors

ActorDescription
Hacker News ScraperExport stories and comments from Hacker News
GitHub Trending ScraperTrack trending repositories by language and time period
Dev.to Article ScraperExport developer articles from Dev.to by tag or author

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for 50+ specialized data extractors covering developer tools, tech communities, job boards, and more.


This actor is not affiliated with or endorsed by Lobste.rs. It uses only publicly available data from the official Lobste.rs JSON API. Use responsibly and in accordance with Lobste.rs's terms of service.

You might also like

Slashdot Scraper | Tech News and Comments

parseforge/slashdot-scraper

Scrape tech stories from Slashdot including titles, summaries, departments, authors, comment counts, tags and timestamps. Build datasets of technology news and community discussion for trend analysis, content curation and media research at scale across the full catalog

Hackernews Scraper

skystone_labs/hackernews-scraper

Extract stories, comments, and user data from Hacker News. Get titles, URLs, scores, comment counts, authors, and timestamps. Perfect for tech trend analysis, content research, and developer community insights.

Techmeme Scraper | Tech News Headlines

parseforge/techmeme-scraper

Scrape tech news from Techmeme including headlines, source links, summaries, related coverage, timestamps and discussion links. Build curated technology news datasets for trend monitoring, media analysis and content aggregation projects at scale across the full catalog

Lobsters Scraper

crawlerbros/lobsters-scraper

Scrape Lobsters (lobste.rs) รขโ‚ฌ" a curated tech link aggregator. Fetch hottest, newest, or tag-filtered stories with scores, comments, tags, and author info. No authentication required.

Hackernews Intelligence

viralanalyzer/hackernews-intelligence

Scrape Hacker News stories, comments, and discussions. Track tech trends, startup news, and developer community sentiment.

6

5.0