Diffbot Extract
diffbot_extractExtract the structured content (title, text, author) from — Diffbot analyzes any web page and returns its type, title, cleaned body text, author, publish date, site name, and language. Example: diffbot_extract({ url: "https://example.com/article", _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract structured content from, e.g. "https://example.com/article" | |
| _apiKey | Yes | Diffbot API token (free 10,000-credit tier, no card, at diffbot.com) |