# GitHub Marketplace — Full Export

**Use case:** 

Scrape the full github marketplace dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract github marketplace for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchQuery": "",
  "appsUrls": [],
  "maxItems": 200
}
```

## Output

```json
{
  "app_name": {
    "label": "App Name",
    "format": "string"
  },
  "developer_name": {
    "label": "Developer Name",
    "format": "string"
  },
  "support_email": {
    "label": "Support Email",
    "format": "string"
  },
  "number_of_installs": {
    "label": "Number Of Installs",
    "format": "number"
  },
  "app_url": {
    "label": "App Url",
    "format": "string"
  }
}
```

## About this Actor

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