# Cloud GPU Pricing Aggregator — Full Export

**Use case:** 

Scrape the full cloud gpu pricing aggregator dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract cloud gpu pricing aggregator for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "providers": [],
  "gpuFilter": ""
}
```

## Output

```json
{
  "provider": {
    "label": "Provider",
    "format": "string"
  },
  "gpu_model": {
    "label": "Gpu Model",
    "format": "string"
  },
  "gpu_count": {
    "label": "Gpu Count",
    "format": "number"
  },
  "vram_gb": {
    "label": "Vram Gb",
    "format": "number"
  },
  "tier": {
    "label": "Tier",
    "format": "string"
  },
  "price_per_gpu_hour_usd": {
    "label": "Price Per Gpu Hour Usd",
    "format": "number"
  },
  "price_per_hour_usd": {
    "label": "Price Per Hour Usd",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cloud GPU Pricing Aggregator](https://apify.com/jungle_synthesizer/cloud-gpu-pricing-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cloud-gpu-pricing-aggregator) to learn more, explore other use cases, and run it yourself.