---
title: "GET /autogame/scraper"
method: GET
path: "/autogame/scraper"
tags: ["autogame"]
---

# GET /autogame/scraper

`GET /autogame/scraper`

## Query parameters

- `url` string, uri, required

## Response `200`

- ParsedDocument
  - `title` string, required — article title
  - `content` string, required — HTML string of processed article content
  - `textContent` string, required — text content of the article, with all the HTML tags removed
  - `length` number, required — length of an article, in characters
  - `excerpt` string, required — article description, or short excerpt from the content
  - `byline` string, required — author metadata
  - `dir` string, required — content direction
  - `siteName` string, required — name of the site
  - `lang` string, required — content language
  - `linkData` object[] — linkData from content
  - `publishedDate` string, date-time
  - `isArticle` boolean
  - `recent` boolean

---

[API](https://skmtc.net/versusgame/apis/versusgame-api.md) · [All operations](https://skmtc.net/versusgame/apis/versusgame-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/versusgame/versusgame-api/revisions/e86f45ae5f7c/schema)
