GitHub AI Repositories Enricher avatar

GitHub AI Repositories Enricher

Pricing

Pay per usage

Go to Apify Store
GitHub AI Repositories Enricher

GitHub AI Repositories Enricher

Find and score public GitHub AI repositories for market research, lead discovery, and technical scouting using the public GitHub Search API.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Vinicius Assumpção de Araujo

Vinicius Assumpção de Araujo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Find and score public GitHub AI repositories for market research, lead discovery, competitive intelligence, and technical scouting.

This Actor is designed to stay cheap: it uses GitHub's public Search API over HTTP. No browser. No proxy. No login required for small runs.

What it returns

Each dataset item includes:

  • repository name and URL
  • owner and owner URL
  • stars, forks, issues, language, license
  • GitHub topics
  • AI categories: agent, llm, rag, evaluation, inference, automation, vision
  • opportunity score from 0–100
  • concise commercial summary

Use cases

  • Track fast-growing AI open-source projects.
  • Build lead lists around AI tooling maintainers.
  • Monitor competitor ecosystems.
  • Feed weekly market intelligence reports.
  • Discover projects to sponsor, integrate, or acquire.

Free-tier friendly defaults

Default runs request 25 repositories and use one GitHub API call.

For unauthenticated use, keep runs small. If you need higher rate limits, pass GITHUB_TOKEN as an Apify secret/environment variable rather than hard-coding it.

Example input

{
"query": "topic:artificial-intelligence",
"minStars": 100,
"pushedSinceDays": 90,
"language": "Python",
"maxResults": 10,
"sort": "stars",
"order": "desc"
}

Cost profile

HTTP-only. One GitHub Search API request per run in the current MVP. No proxy. No browser. Low memory footprint.