---
title: "Discussion"
method: GET
path: "/discussion"
tags: ["Discussion"]
---

# Discussion

`GET /discussion`

Automatically structure and extract entire threads of reviews/comments from articles, product pages, and forum threads.

## Query parameters

- `url` string, required
- `fields` 'links' | 'extlinks' | 'meta' | 'querystring' | 'breadcrumb' | 'sentiment'
- `timeout` integer
- `callback` string
- `proxy` string
- `proxyAuth` string
- `useProxy` string
- `paging` boolean
- `maxPages` string
- `renderDelay` integer
- `scroll` 'slow' | 'fast'

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `objects` object[]
    - `numPages` integer
    - `humanLanguage` string
    - `confidence` number
    - `diffbotUri` string
    - `pageUrl` string
    - `numPosts` integer
    - `type` string
    - `title` string
    - `posts` object[]
      - `date` string
      - `images` object[]
        - `naturalHeight` integer
        - `width` integer
        - `diffbotUri` string
        - `pageUrl` string
        - `url` string
        - `naturalWidth` integer
        - `height` integer
      - `humanLanguage` string
      - `author` string
      - `authorUrl` string
      - `diffbotUri` string
      - `html` string
      - `pageUrl` string
      - `id` integer
      - `text` string
      - `type` string
      - `title` string
    - `tags` object[]
      - `score` number
      - `count` integer
      - `label` string
      - `uri` string
      - `rdfTypes` string[]
    - `participants` integer
    - `rssUrl` 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)
