# Verra (VCS) Carbonmark Carbon Credits

**Use case:** 

Extract Carbonmark Carbon Credits data filtered by Verra (VCS). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "registry": "VCS"
}
```

## Output

```json
{
  "projectName": {
    "label": "🌳 Project",
    "format": "text"
  },
  "registry": {
    "label": "📚 Registry",
    "format": "text"
  },
  "methodology": {
    "label": "🔬 Methodology",
    "format": "text"
  },
  "vintage": {
    "label": "📅 Vintage",
    "format": "number"
  },
  "price": {
    "label": "💵 Price",
    "format": "number"
  },
  "supply": {
    "label": "📦 Supply",
    "format": "number"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "category": {
    "label": "🏷️ Category",
    "format": "text"
  },
  "listingId": {
    "label": "🆔 Listing ID",
    "format": "text"
  },
  "retiredCredits": {
    "label": "♻️ Retired",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Carbonmark Carbon Credits Scraper](https://apify.com/parseforge/carbonmark-credits-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/carbonmark-credits-scraper) to learn more, explore other use cases, and run it yourself.