# Get Yandex Knowledge Graph Entity Data

**Use case:** 

Pull Yandex knowledge graph entity cards for a brand, person, or topic, pay per result. Returns title, description, type, source, and image.

## Input

```json
{
  "text": "Apple",
  "include_organic_results": true,
  "include_ads": false,
  "include_knowledge_graph": true,
  "include_inline_images": false,
  "include_inline_videos": false,
  "yandex_domain": "yandex.com",
  "lang": "en",
  "lr": "84",
  "max_pages": 1,
  "sort_mode": "relevance",
  "period": "all"
}
```

## Output

```json
{
  "text": {
    "label": "Query",
    "format": "text"
  },
  "yandex_domain": {
    "label": "Yandex domain"
  },
  "knowledge_graph": {
    "label": "Knowledge graph"
  }
}
```

## About this Actor

This example demonstrates how to use [Яндекс Yandex  | Парсер Поиска Яндекса](https://apify.com/johnvc/yandex-scrape-yandex-search-results-at-scale---per-result) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/yandex-scrape-yandex-search-results-at-scale---per-result) to learn more, explore other use cases, and run it yourself.