Lemmy Scraper β€” Posts, Scores & Comments (No Key) avatar

Lemmy Scraper β€” Posts, Scores & Comments (No Key)

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Lemmy Scraper β€” Posts, Scores & Comments (No Key)

Lemmy Scraper β€” Posts, Scores & Comments (No Key)

$0.5/1K πŸ”₯ Fast Lemmy scraper! Posts from any instance or community β€” title, score, comments & author. No key. JSON, CSV, Excel or API in seconds. Pull thousands for social monitoring & trend research ⚑

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Lemmy Scraper 🐭

Scrape posts from any Lemmy instance or community β€” no login, no API key. Lemmy is the fediverse's open-source Reddit alternative. This Actor pulls a clean, structured feed of posts with title, score, upvotes/downvotes, comment counts, author, community and body straight from Lemmy's public JSON API.

Perfect for social monitoring, trend research, content curation and community analysis across the fediverse.


✨ Features

  • No API key, no account. Uses Lemmy's public /api/v3 endpoints.
  • Any instance. lemmy.world, lemmy.ml, sh.itjust.works, beehaw.org, or your own.
  • Two modes: browse a feed (by community + sort) or search posts full-text.
  • Rich, flat output. Score, votes, comments, author, community and ISO timestamps.
  • Datacenter-friendly. Fast plain JSON β€” no residential proxies required.
  • Cheap. Pay-per-result, roughly $0.5 per 1,000 posts.

πŸš€ Input

FieldTypeDescription
modeselectposts (feed) or search. Default posts.
instancestringInstance host, e.g. lemmy.world. Default lemmy.world.
communitystringOptional community, e.g. technology or name@instance. Feed mode only.
sortselectActive, Hot, New, TopDay, TopWeek, TopAll. Default Hot.
querystringSearch term. Required when mode is search.
maxItemsintegerMax posts to scrape (1–1000). Default 100.

Example β€” Hot posts from a community

{
"mode": "posts",
"instance": "lemmy.world",
"community": "technology",
"sort": "Hot",
"maxItems": 100
}

Example β€” search posts

{
"mode": "search",
"instance": "lemmy.world",
"query": "self hosting",
"maxItems": 200
}

πŸ“¦ Output

Each dataset item is one post:

{
"instance": "lemmy.world",
"post_id": 49691217,
"title": "Caption",
"url": "https://lemmy.world/pictrs/image/abc.jpeg",
"body": "…post text, capped at 5000 chars…",
"published": "2026-07-20T20:46:50.426065Z",
"nsfw": false,
"author": "Optional",
"author_actor": "https://lemmy.world/u/homesweethomeMrL",
"community": "microblogmemes",
"community_title": "Microblog Memes",
"score": 106,
"upvotes": 107,
"downvotes": 1,
"comments": 4,
"thumbnail": "https://lemmy.world/pictrs/image/thumb.jpeg",
"post_url": "https://lemmy.world/post/49691217",
"source": "lemmy",
"scraped_at": "2026-07-21T00:00:00Z"
}

Export to JSON, CSV, Excel, XML or pull via the Apify API.


πŸ’‘ Use cases

  • Social monitoring β€” track how topics or brands are discussed across fediverse communities.
  • Trend research β€” surface top/hot posts by score and comment volume.
  • Content curation β€” build feeds and newsletters from niche Lemmy communities.
  • Community analysis β€” measure engagement, activity and voting patterns per community.

πŸ’° Pricing

Pay-per-result β€” approximately $0.5 per 1,000 posts. Runs on 512 MB and needs no proxies, so it stays cheap and fast.



❓ FAQ

Do I need a Lemmy account or API key? No. Everything uses public read-only endpoints.

Which instances work? Any standard Lemmy instance exposing /api/v3. Just set instance.

How do I scrape a remote community? Use name@instance in the community field (e.g. asklemmy@lemmy.ml).

Keywords: lemmy scraper, lemmy api, fediverse scraper, reddit alternative, lemmy posts, social media scraper, community data, lemmy.world, activitypub, no-code scraping.