Fetch a search result
fetchRetrieve the full readable contents of a search result by passing the result ID (canonical URL). Includes title, full text, URL, and metadata.
Instructions
Retrieve the full readable contents of a result returned by search. Pass the result id, which is the canonical page URL. Returns id, title, full text, URL, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Result id returned by search; for web results this is the canonical URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| text | Yes | ||
| title | Yes | ||
| metadata | No |