# Find Adobe Stock Healthcare Images

**Use case:** 

Find Adobe Stock Healthcare Images by scraping public asset search results for creative and marketing research.

## Input

```json
{
  "maxItems": 80,
  "query": "healthcare technology",
  "asset": "photo",
  "ai": "",
  "region": "us",
  "order": "relevance"
}
```

## Output

```json
{
  "content_id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "asset_type": {
    "label": "Type",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "content_url": {
    "label": "URL",
    "format": "link"
  },
  "thumbnail_url": {
    "label": "Thumbnail",
    "format": "image"
  },
  "video_preview_url": {
    "label": "Video Preview",
    "format": "link"
  },
  "content_original_width": {
    "label": "Width",
    "format": "number"
  },
  "content_original_height": {
    "label": "Height",
    "format": "number"
  },
  "category.name": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Adobe Stock Scraper](https://apify.com/igolaizola/adobe-stock-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/adobe-stock-scraper) to learn more, explore other use cases, and run it yourself.