# GitHub Actions Marketplace Extractor

**Use case:** 

Extract GitHub Actions Marketplace listings for deploy, CI, testing, and automation tool research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://github.com/marketplace?type=actions&query=deploy"
    },
    {
      "url": "https://github.com/marketplace?type=actions&query=ci"
    }
  ],
  "searchQueries": [
    "security",
    "ci"
  ],
  "categories": [
    "code-quality",
    "continuous-integration"
  ],
  "type": "apps",
  "maxItems": 100,
  "includeDetails": false
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "slug": {
    "label": "Slug"
  },
  "marketplaceUrl": {
    "label": "Marketplace URL",
    "format": "link"
  },
  "listingType": {
    "label": "Type"
  },
  "developer": {
    "label": "Developer"
  },
  "description": {
    "label": "Description"
  },
  "categories": {
    "label": "Categories"
  },
  "pricingSignals": {
    "label": "Pricing signals"
  },
  "freeTrial": {
    "label": "Free trial"
  },
  "badges": {
    "label": "Badges"
  },
  "detailText": {
    "label": "Detail text"
  },
  "imageUrls": {
    "label": "Images"
  },
  "installLinks": {
    "label": "Install/setup links"
  },
  "setupLinks": {
    "label": "Resource links"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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