# Diabetes Health Topics

**Use case:** 

Find MedlinePlus diabetes topics with summaries, alternative titles, related resources, and official health information links.

## Input

```json
{
  "query": "diabetes",
  "maxResults": 3
}
```

## Output

```json
{
  "topic_url": {
    "label": "Topic Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "full_summary": {
    "label": "Full Summary",
    "format": "text"
  },
  "alternate_titles": {
    "label": "Alternate Titles",
    "format": "text"
  },
  "group_name": {
    "label": "Group Name",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [MedlinePlus Health Topics Scraper - Patient Information](https://apify.com/benthepythondev/medlineplus-health-topics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/medlineplus-health-topics-scraper) to learn more, explore other use cases, and run it yourself.