---
title: "Scrape Scientific Source"
method: GET
path: "/v2/datasets/scientific/sources/scrape"
tags: ["datasets"]
---

# Scrape Scientific Source

`GET /v2/datasets/scientific/sources/scrape`

Scrape a returned scientific source URL and return article content that client application code can index as a file or text document.

## Query parameters

- `url` string, required

## Response `200`

Successful Response

- DatasetArticleResponse — Response for GET /v2/datasets/{dataset}/{url}
  - `author` string, nullable
  - `chars` integer, nullable
  - `content` string, nullable — Full article content in markdown format
  - `dataset` string, required
  - `date` string, nullable
  - `error` string, nullable — Error message if request failed
  - `title` string, nullable
  - `url` string, required

---

[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)
