# ID GitLab Public Projects | Stars, Forks, Topics

**Use case:** 

Extract GitLab Public Projects | Stars, Forks, Topics data filtered by ID. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "search": "react",
  "maxItems": 10,
  "orderBy": "id",
  "sort": "desc",
  "topic": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "owner": {
    "label": "👤 Owner",
    "format": "text"
  },
  "topics": {
    "label": "🏷 Topics",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitLab Public Projects Scraper | Stars, Forks, Topics](https://apify.com/parseforge/gitlab-public-projects-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/gitlab-public-projects-scraper) to learn more, explore other use cases, and run it yourself.