---
title: "Extract with Custom API"
method: GET
path: "/{api}"
tags: ["Custom"]
---

# Extract with Custom API

`GET /{api}`

Extracts a page using a modified Extract API or a custom ruleset.

## Path parameters

- `api` string, required

## Query parameters

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

## Response `200`

Successful API Response

- object
  - `request` object
    - `pageUrl` string
    - `api` string
    - `version` integer
  - `objects` object[]

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