---
title: "Get latest crypto news sorted by number of images"
description: "How to get the latest crypto news sorted by number of images using our API"
source: https://apitube.io/cookbook/get-latest-crypto-news-sorted-by-number-of-images
---

#### Input parameters

| Parameter           | Description                         | Type    | Default | Required |
|:--------------------|:------------------------------------|:--------|:--------|:---------|
| per_page               | The number of articles to return    | integer | 20      | No       |
| api_key             | Your API key                        | string  |         | No       |
| title               | Search query for the topic               | string  |         | Yes      |
| sort.by             | The parameter to sort the news articles by | string  |         | Yes      |
| sort.order          | The order to sort the news articles by | string  |         | Yes      |

---

#### Related Examples

- [Get cryptocurrency news](/cookbook/get-latest-cryptocurrency-news)
- [Get news with specific image count](/cookbook/get-news-by-image-count)
- [Get articles with high-quality images](/cookbook/get-articles-with-high-quality-images)
- [Get Instagram-ready content](/cookbook/get-instagram-ready-content)
- [Get news with media volume](/cookbook/get-news-articles-with-media-volume)

