Github: Search Repos
Github via Parse · developer_tools
Full-text search over all public GitHub repositories. Supports GitHub's search syntax including qualifiers like 'language:python', 'topic:machine-learning', 'stars:>1000'. Rate-limited to 10 requests/minute. Returns paginated results sorted by the chosen field. Extract comprehensive data from GitHub repositories and user profiles including repo details, source code, README content, releases, issues with conversations, file trees, and user profiles. Fulfilled by Parse from github.com.
- b2b-directory
- developer-tools
- github
- github-com
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c62c5062-8f8d-4477-ba78-2b9c68a1788b/search_repos
- Interface artifact
- sha256:9d6ce8231cab6122919804d641370dc0aedf0c598fa72b82e027a5c5ecb29e2c
- Manifest digest
- sha256:8a16aaf58d1cafde8072eaa239f1869583a2f5519c219f48223833bf4771ae6e
Request fields
- page (integer): Page number for pagination
- sort (string): Sort field: stars, forks, help-wanted-issues, updated: Allowed values: stars, forks, help-wanted-issues, updated
- order (string): Sort order: asc or desc: Allowed values: asc, desc
- query (string, required): Search query. Supports GitHub search syntax (e.g., 'machine learning', 'topic:python', 'language:terraform')
- per_page (integer): Results per page (max 100)
Example queries
- {"page":"1","sort":"stars","order":"asc","query":"language:python","per_page":"10"}