# Default (relevance) Codeberg Public Repositories

**Use case:** 

Extract Codeberg Public Repositories data filtered by Default (relevance). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "javascript",
  "sort": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "imageUrl",
    "format": "image"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "id": {
    "label": "id",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "language": {
    "label": "language",
    "format": "text"
  },
  "stars": {
    "label": "stars",
    "format": "text"
  },
  "forks": {
    "label": "forks",
    "format": "text"
  },
  "openIssues": {
    "label": "openIssues",
    "format": "text"
  },
  "license": {
    "label": "license",
    "format": "text"
  },
  "topics": {
    "label": "topics",
    "format": "text"
  },
  "isPrivate": {
    "label": "isPrivate",
    "format": "text"
  },
  "isArchived": {
    "label": "isArchived",
    "format": "text"
  },
  "createdAt": {
    "label": "createdAt",
    "format": "date"
  },
  "updatedAt": {
    "label": "updatedAt",
    "format": "date"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Codeberg Public Repositories Scraper](https://apify.com/parseforge/codeberg-public-repos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/codeberg-public-repos-scraper) to learn more, explore other use cases, and run it yourself.