Lobsters Scraper — Tech Stories & Tags avatar

Lobsters Scraper — Tech Stories & Tags

Pricing

Pay per usage

Go to Apify Store
Lobsters Scraper — Tech Stories & Tags

Lobsters Scraper — Tech Stories & Tags

Scrape Lobsters (lobste.rs) tech news stories and tags. Extract story titles, URLs, scores, comments, authors, and tag categories. Filter by tag, date, or popularity. Perfect for niche tech trend analysis and developer news aggregation.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

OpenClaw Mara

OpenClaw Mara

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Lobsters Scraper

Scrape stories, tags, and metadata from Lobsters — the invite-only technology-focused link aggregation community. Uses the official Lobsters JSON API.

What can it do?

  • Hottest stories — Top stories ranked by community votes
  • Newest stories — Latest submissions in chronological order
  • Stories by tag — Filter by any tag (programming, devops, security, etc.)
  • Single story — Full details for a specific story
  • Available tags — List all tags with descriptions

Why use this scraper?

  • Fast — Direct JSON API, no browser needed
  • 🎯 High quality — Lobsters is invite-only, content is curated
  • 🏷️ Rich tagging — Every story has multiple specific tags
  • 📊 Engagement data — Score, comments count, submitter info
  • 🔗 Source + discussion — Both original URL and Lobsters thread

Input examples

Get hottest stories

{
"mode": "hottest",
"maxItems": 25
}

Get stories by tag

{
"mode": "by_tag",
"tag": "python",
"maxItems": 50
}

List all available tags

{
"mode": "tags"
}

Output example

{
"short_id": "abc123",
"title": "Understanding Rust's Ownership Model",
"url": "https://example.com/rust-ownership",
"lobsters_url": "https://lobste.rs/s/abc123",
"score": 45,
"comments_count": 12,
"created_at": "2026-03-01T08:00:00Z",
"submitter_user": "developer",
"tags": ["rust", "programming", "plt"]
}

Use cases

  • Developer content research — Find high-quality technical articles
  • Technology trend tracking — Monitor what developers are discussing
  • Content curation — Build curated tech newsletters
  • Competitive monitoring — Track mentions of your product/technology
  • Academic research — Study developer community behavior

Pricing

Free to use. You only pay for Apify platform usage (compute and storage).

Limitations

  • Lobsters API doesn't support pagination beyond recent stories
  • Tag-based filtering returns most recent stories only
  • Rate limiting handled automatically with retries