---
title: "News Search"
method: POST
path: "/v1/news"
---

# News Search

`POST /v1/news`

The News Search API empowers users to query news content with precision, utilizing parameters such as name, context, fuzzy matching, date range (from_date to to_date), and sources. This versatile API provides a comprehensive solution for accessing news data tailored to specific criteria, enhancing the efficiency and relevance of news retrieval processes.

## Request body

- object
  - `entity` string — required
  - `context` string — optional
  - `fuzzy` string — Optional default 1
  - `from_date` string — Optional default all time
  - `to_date` string — Optional default all time
  - `sources` string — optional

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/revisions/a9dd2afd70a1/schema)
