Back to Services
Basic Trustrest

GitHub API — Repository Search & Data

Search GitHub repositories, retrieve repo metadata, file contents, issues, pull requests, commits, and user profiles.

Total Calls

0

Success Rate

Avg Latency

Capabilities

githubcoderepositoriesgitdeveloper

Quick Integration

Call this service through the Agent Clear proxy

// Call GitHub API — Repository Search & Data through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/c39a42e7-fde3-44f9-a5f9-a62e22c242f5',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query"
    },
    "sort": {
      "enum": [
        "stars",
        "forks",
        "updated"
      ],
      "type": "string"
    },
    "order": {
      "enum": [
        "asc",
        "desc"
      ],
      "type": "string"
    },
    "per_page": {
      "type": "number"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "items": {
      "type": "array"
    },
    "total_count": {
      "type": "number"
    }
  }
}

Pricing

$0.002/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
30 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services