---
title: "Full-text search across AI news archive"
method: GET
path: "/api/premium/news/search"
tags: ["Premium"]
---

# Full-text search across AI news archive

`GET /api/premium/news/search`

## Query parameters

- `q` string
- `from` string, date
- `to` string, date
- `limit` integer

## Request body

- object
  - `q` string — Search query string
  - `from` string, date — Start of date range (inclusive)
  - `to` string, date — End of date range (inclusive)
  - `limit` integer — Max number of articles to return

## Response `200`

Matching articles, ranked.

- object

## Other responses

- `402` — Payment Required

---

[API](https://skmtc.dev/tensorfeed/apis/tensorfeed-api.md) · [All operations](https://skmtc.dev/tensorfeed/apis/tensorfeed-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tensorfeed/tensorfeed-api/revisions/017e10130065/schema)
