# Spring Image Data Extractor from Pixabay

**Use case:** 

Collect high-resolution images and their metadata from Pixabay based on the keyword 'spring'. Retrieve 50 results across 5 pages for your needs.

## Input

```json
{
  "url": "",
  "keyword": "spring",
  "results_wanted": 50,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "uploadDate": {
    "label": "Uploaded",
    "format": "text"
  },
  "username": {
    "label": "User",
    "format": "text"
  },
  "pageUrl": {
    "label": "Page URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pixabay Image Scraper 📸](https://apify.com/shahidirfan/pixabay-image-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/pixabay-image-scraper) to learn more, explore other use cases, and run it yourself.