# Find Recent AI Agent GitHub Repositories

**Use case:** 

Monitor recently updated GitHub repositories related to AI agents for technical scouting and trend tracking.

## Input

```json
{
  "queries": [
    "ai agent"
  ],
  "language": "javascript",
  "topics": [],
  "sort": "updated",
  "order": "desc",
  "maxResults": 25,
  "includeOwnerDetails": false
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "fullName": {
    "label": "Repository",
    "format": "text"
  },
  "htmlUrl": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "ownerLogin": {
    "label": "Owner",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "forks": {
    "label": "Forks",
    "format": "number"
  },
  "watchers": {
    "label": "Watchers",
    "format": "number"
  },
  "openIssues": {
    "label": "Open issues",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "licenseName": {
    "label": "License",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "pushedAt": {
    "label": "Last push",
    "format": "date"
  },
  "archived": {
    "label": "Archived",
    "format": "boolean"
  },
  "fork": {
    "label": "Fork",
    "format": "boolean"
  },
  "homepage": {
    "label": "Homepage",
    "format": "link"
  },
  "cloneUrl": {
    "label": "Clone URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Repositories Search Scraper](https://apify.com/fetch_cat/github-repositories-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/github-repositories-search-scraper) to learn more, explore other use cases, and run it yourself.