---
title: "Search Scientific Sources"
method: GET
path: "/v2/datasets/scientific/sources/search"
tags: ["datasets"]
---

# Search Scientific Sources

`GET /v2/datasets/scientific/sources/search`

Search supported scientific sources and return scrapeable source URLs. Use datasets to scope search to one or more dataset keys. Results are returned in the standard dataset search response shape.

## Query parameters

- `q` string, required
- `limit` integer
- `datasets` union
  - string[]
  - string

## Response `200`

Successful Response

- BatchSearchResponse — Response for POST /v2/datasets/batch-search
  - `datasets_searched` string[]
  - `errors` object
  - `query` string, required
  - `results` DatasetSearchResult[]
    - `author` string, nullable — Article author/byline if available
    - `date` string, nullable — Publication date if available
    - `snippet` string, nullable — Text snippet from the search result
    - `source` string, nullable — Source display name
    - `title` string, required
    - `url` string, required
  - `results_by_dataset` object
  - `total_results` integer

---

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