# Verra carbon registry portfolio monitor

**Use case:** 

Refresh multiple Verra project records to monitor status, public-comment dates, methodologies, and newly uploaded documents.

## Input

```json
{
  "projectIds": [
    "1",
    "1000",
    "1739",
    "2250",
    "4834"
  ],
  "maxConcurrency": 5
}
```

## Output

```json
{
  "projectId": {
    "label": "Project ID",
    "format": "string"
  },
  "name": {
    "label": "Project name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "proponent": {
    "label": "Proponent",
    "format": "string"
  },
  "projectType": {
    "label": "Project type",
    "format": "string"
  },
  "methodology": {
    "label": "Methodology",
    "format": "string"
  },
  "estimatedAnnualReductions": {
    "label": "Annual reductions",
    "format": "number"
  },
  "totalBufferPoolCredits": {
    "label": "Buffer credits",
    "format": "number"
  },
  "stateProvince": {
    "label": "State / province",
    "format": "string"
  },
  "registrationDate": {
    "label": "Registration date",
    "format": "string"
  },
  "projectUrl": {
    "label": "Verra record",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Verra Carbon Project Registry Scraper](https://apify.com/automation-lab/verra-carbon-project-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/verra-carbon-project-registry-scraper) to learn more, explore other use cases, and run it yourself.