# CC0 Nature Images for Commercial Use

**Use case:** 

Retrieve up to 200 CC0-licensed nature landscape images for commercial purposes. Get detailed metadata including title, creator, and dimensions.

## Input

```json
{
  "mode": "images",
  "query": "nature landscape",
  "imageId": "8dac0234-5511-43f8-bcc7-0c6c0c41c83d",
  "license": "cc0",
  "licenseType": "commercial",
  "source": "",
  "extension": "",
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "licenseVersion": {
    "label": "License Version",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "fileType": {
    "label": "File Type",
    "format": "text"
  },
  "width": {
    "label": "Width (px)",
    "format": "number"
  },
  "height": {
    "label": "Height (px)",
    "format": "number"
  },
  "fileSize": {
    "label": "File Size (bytes)",
    "format": "number"
  },
  "duration": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "bitRate": {
    "label": "Bit Rate",
    "format": "number"
  },
  "sampleRate": {
    "label": "Sample Rate",
    "format": "number"
  },
  "url": {
    "label": "Media URL",
    "format": "link"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "link"
  },
  "foreignLandingUrl": {
    "label": "Source Page",
    "format": "link"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "attribution": {
    "label": "Attribution",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Openverse Scraper — CC Images, Audio & Media API](https://apify.com/logiover/openverse-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/openverse-scraper) to learn more, explore other use cases, and run it yourself.