Lemmy Scraper: Posts, Communities & Comments avatar

Lemmy Scraper: Posts, Communities & Comments

Pricing

from $0.45 / 1,000 results

Go to Apify Store
Lemmy Scraper: Posts, Communities & Comments

Lemmy Scraper: Posts, Communities & Comments

Fetch Lemmy posts, discover communities, and search posts across the fediverse via the open Lemmy API. No API key.

Pricing

from $0.45 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Fetch Lemmy posts, discover communities, and search posts across the fediverse via the open Lemmy API — no API key, no login.

Lemmy

What it does

Lemmy is a self-hostable, open-source Reddit alternative with near-zero scraping competition on Apify (the leading actor has 2 users). This actor talks to any Lemmy instance's open REST API and returns structured post + community data.

Modes

ModeWhat it returns
PostsRecent posts in a community: title, body, URL, score, votes, comments, creator
CommunitiesSearch communities: name, subscriber count, post count, description
SearchSearch posts across the instance by keyword

Example Inputs

Latest posts in !technology on lemmy.ml

{ "mode": "posts", "communityName": "technology", "instance": "lemmy.ml", "maxResults": 20 }

Find communities about Linux

{ "mode": "communities", "query": "linux", "instance": "lemmy.ml", "maxResults": 10 }

Search posts on a different instance

{ "mode": "search", "query": "self hosting", "instance": "sh.itjust.works", "maxResults": 50 }

Output

Rows carry source_mode plus: community_name, post_name, post_body, post_url, score, upvotes, downvotes, comment_count, creator, published, instance, scraped_at.

Data Source

Lemmy HTTP API — free, open, no auth for public data.

Use Cases

  • Fediverse monitoring: track communities and trending posts
  • Content research: niche community insights
  • Community discovery: find engaged communities by topic

Limitations

  • Only public posts/communities (no authenticated private communities)
  • Instance-dependent rate limits