GitHub Issues Scraper avatar
GitHub Issues Scraper

Pricing

Pay per event

Go to Apify Store
GitHub Issues Scraper

GitHub Issues Scraper

Scrape issues from any public GitHub repo - no API token needed. Get titles, authors, labels, dates & more. Perfect for competitor analysis, market research & lead generation. Fast, reliable, 25 issues/sec.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Netsrac

Netsrac

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

🔍 GitHub Issues Scraper

Extract issues from any public GitHub repository - No API token required!

The fastest way to scrape GitHub issues for competitor analysis, market research, lead generation, and project monitoring.


⚡ Features

No Authentication - Works instantly, no GitHub token needed ✅ Fast & Efficient - 25 issues per request, minimal compute usage ✅ Structured Data - Clean JSON output ready for analysis ✅ Keyword Filtering - Find specific issues that matter to you ✅ Pagination Built-in - Scrape hundreds of issues automatically


🎯 Use Cases

🕵️ Competitor Intelligence

Monitor competitor repositories to discover what features users want and what bugs frustrate them.

📊 Market Research

Find real user problems by tracking issues across repos in your industry.

💰 Lead Generation

Identify frustrated users who might be ready to switch to your solution.

🔔 Project Monitoring

Track your own repos for new bug reports and feature requests.


📥 Input Example

{
"repoUrl": "n8n-io/n8n",
"issueState": "open",
"maxItems": 100,
"keywords": ["bug", "error"]
}

Input Parameters

FieldTypeRequiredDescription
repoUrlStringYesRepository in owner/repo format or full GitHub URL
issueStateEnumNoopen, closed, or all (default: open)
maxItemsNumberNoMax issues to scrape (default: 50, max: 1000)
keywordsArrayNoFilter issues containing these keywords

📤 Output Example

[
{
"number": 22226,
"title": "Outlook Create Event Node is not working correctly!",
"url": "https://github.com/n8n-io/n8n/issues/22226",
"author": "AppsyStudios",
"createdAt": "2025-11-24T11:25:43Z",
"updatedAt": "2025-11-24T11:26:00Z",
"state": "OPEN",
"labels": [
"status:in-linear",
"triage:pending"
],
"milestone": null,
"repository": "n8n-io/n8n"
},
{
"number": 22207,
"title": "Telegram trigger not working, need urgent help",
"url": "https://github.com/n8n-io/n8n/issues/22207",
"author": "nikavkloosterman-pixel",
"createdAt": "2025-11-24T03:21:31Z",
"updatedAt": "2025-11-24T11:18:06Z",
"state": "OPEN",
"labels": [
"status:in-linear",
"triage:pending"
],
"milestone": null,
"repository": "n8n-io/n8n"
}
]

Output Fields

FieldTypeDescription
numberNumberIssue number
titleStringIssue title
urlStringDirect link to the issue
authorStringGitHub username who created the issue
createdAtStringISO 8601 timestamp when issue was created
updatedAtStringISO 8601 timestamp of last update
stateStringOPEN or CLOSED
labelsArrayList of label names
milestoneStringMilestone name (or null)
repositoryStringRepository in owner/repo format

🔗 Integrations

Export your scraped data to:

  • Google Sheets - Analyze in spreadsheets
  • Slack - Get notified of new issues
  • Airtable - Build a searchable database
  • Zapier / Make / n8n - Automate workflows
  • Webhooks - Send to any endpoint
  • Email - Daily/weekly digests

💡 Pro Tips

Monitor Competitors

{
"repoUrl": "competitor/their-product",
"issueState": "open",
"maxItems": 200,
"keywords": ["slow", "expensive", "bug", "broken", "alternative"]
}

Track Feature Requests

{
"repoUrl": "facebook/react",
"issueState": "open",
"maxItems": 100,
"keywords": ["feature", "request", "enhancement", "proposal"]
}

Find Frustrated Users

{
"repoUrl": "vercel/next.js",
"issueState": "open",
"maxItems": 50,
"keywords": ["help", "urgent", "blocker", "critical"]
}

⚙️ Performance

MetricValue
Issues per page25
Requests per minute30 (rate limited)
Memory usage~256-512 MB
Avg. time per 100 issues~8 seconds

📞 Support


🏷️ Keywords

github scraper, github issues, repository scraper, issue tracker, bug tracker, competitor analysis, market research, lead generation, open source monitoring, developer tools, github api alternative, no authentication scraper


Made with ❤️ using Crawlee and Apify SDK