---
title: "Article"
method: GET
path: "/article"
tags: ["Article"]
---

# Article

`GET /article`

Automatically extract clean article text and other data from news articles, blog posts and other text-heavy pages.

## Query parameters

- `url` string, required
- `fields` 'links' | 'extlinks' | 'meta' | 'querystring' | 'breadcrumb' | 'quotes'
- `timeout` integer
- `callback` string
- `proxy` string
- `proxyAuth` string
- `useProxy` string
- `paging` boolean
- `maxTags` integer
- `tagConfidence` number, float
- `categoryConfidence` number, float
- `discussion` boolean
- `naturalLanguage` 'entities' | 'sentiment' | 'summary' | 'facts' | 'openFacts' | 'records' | 'categories' | 'sentences' | 'language'
- `summaryNumSentences` integer
- `renderDelay` integer
- `scroll` 'slow' | 'fast'

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `humanLanguage` string
  - `objects` object[]
    - `date` string
    - `sentiment` number
    - `images` object[]
      - `naturalHeight` integer
      - `width` integer
      - `diffbotUri` string
      - `url` string
      - `naturalWidth` integer
      - `height` integer
    - `author` string
    - `estimatedDate` string
    - `publisherRegion` string
    - `icon` string
    - `diffbotUri` string
    - `siteName` string
    - `type` string
    - `title` string
    - `tags` object[]
      - `score` number
      - `sentiment` number
      - `count` integer
      - `label` string
      - `uri` string
      - `rdfTypes` string[]
    - `publisherCountry` string
    - `humanLanguage` string
    - `authorUrl` string
    - `pageUrl` string
    - `html` string
    - `categories` object[]
      - `score` number
      - `name` string
      - `id` string
    - `text` string
    - `authors` object[]
      - `name` string
      - `link` string
  - `type` string
  - `title` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/diffbot/apis/web-search.md) · [All operations](https://skmtc.dev/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diffbot/web-search/revisions/8b88d7dabe63/schema)
