VOOZH about

URL: https://apify.com/wsgcjj/github-trending-scraper

โ‡ฑ GitHub Trending Repos Scraper ยท Apify


Pricing

from $2.00 / 1,000 results

Go to Apify Store

GitHub Trending Repos Scraper

Scrape trending repositories from GitHub Trending. Filter by language and date range (daily/weekly/monthly). Get repo names, descriptions, stars, forks, languages, and contributor info. Perfect for tech trend monitoring, market research, and AI training data.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ้™ˆไฟŠๆฐ

้™ˆไฟŠๆฐ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Hacker News Scraper โ€” Apify Actor

Extract stories from Hacker News with filtering by points and keywords.

Features

  • Fetch top, new, or best stories
  • Filter by minimum points score
  • Filter by keywords in story titles (comma-separated)
  • Structured output: title, URL, points, author, comment count, timestamp
  • Uses official Firebase API โ€” no scraping, no blocks

Input

FieldTypeDefaultDescription
storyTypeenumtopStory feed: top / new / best
limitint30Max stories to fetch (โ‰ค100)
minPointsint0Minimum upvotes filter
keywordsstringโ€”Comma-separated keywords (e.g. AI,Python,YC)

Output (one row per story)

{
"id":43254321,
"title":"Show HN: Example Project",
"url":"https://example.com",
"author":"username",
"points":342,
"comment_count":87,
"hn_url":"https://news.ycombinator.com/item?id=43254321",
"type":"story",
"time":1748217600
}

Use Cases

  • ๐Ÿ“ฐ Tech trend monitoring โ€” what's trending on HN right now
  • ๐Ÿข Startup intelligence โ€” track Show HN launches
  • ๐Ÿค– AI training data โ€” collect curated tech news content
  • ๐Ÿ“Š Competitive analysis โ€” monitor developer sentiment

Example

# CLI via Apify API
curl-X POST "https://api.apify.com/v2/acts/wsgcjj~hacker-news-scraper/runs"\
-H"Content-Type: application/json"\
-d'{"storyType":"top","limit":10,"minPoints":100,"keywords":"AI,LLM"}'

Limits

  • 100 stories max per run (Firebase API limit)
  • Free API โ€” no API key or proxy needed

You might also like

Github Trending Scraper

viralanalyzer/github-trending-scraper

Scrape GitHub trending repositories, stars, forks, languages, and developer profiles. Track open source trends daily/weekly/monthly.

25

5.0

GitHub Trending Scraper - Repos & Developers

legend006/github-trending-scraper

Scrape GitHub's trending repositories and developers daily, weekly, or monthly. Filter by programming language and spoken language. Get stars, forks, descriptions, and full metadata. Perfect for tech trend tracking, AI tool discovery, and developer recruiting.

GitHub Trending Repos Scraper

parseforge/github-trending-scraper

Pull GitHub trending repositories with stars, forks, language, description, contributors, license, topics, and full repo metadata. Choose daily, weekly, or monthly windows and filter by programming language or spoken language. Export to JSON, CSV, or Excel for developer intelligence and tech trends.