Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
Contentextract
4.9
2.6k uses

GitHub Trending Repositories

Extract trending repositories from GitHub including repo name, description, language, stars, and forks

Target URL
https://github.com/trendingVisit Site
Steps
1

Go to GitHub trending page

navigate

2

Wait for repository list to load

wait

3

Extract trending repos

extract

FieldSelectorTransform
nameh2.h3.lh-condensed atext
descriptionp.col-9.color-fg-mutedtext
language[itemprop='programmingLanguage']text
starsToday.d-inline-block.float-sm-righttext
totalStars.Link--muted.d-inline-block.mr-3:nth-child(1)text
forks.Link--muted.d-inline-block.mr-3:nth-child(2)text
urlh2.h3.lh-condensed aurl
Output Schema
FieldType
namestring
descriptionstring
languagestring
starsTodaystring
totalStarsstring
forksstring
urlstring
Example Output
namedescriptionlanguagestarsTodaytotalStarsforksurl
vercel / next.jsThe React Framework for the WebTypeScript128 stars today128,40027,100/vercel/next.js
denoland / denoA modern runtime for JavaScript and TypeScriptRust95 stars today98,2005,400/denoland/deno
anthropics / claude-codeClaude Code CLI agent for software developmentTypeScript312 stars today24,7001,800/anthropics/claude-code
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-github-trending",
    "url": "https://github.com/trending"
  }'

Command Palette

Search for a command to run...