/v1/searches endpoint lets you search the web with a natural language query and get back a deduplicated list of relevant links with titles and descriptions.
- Send a query in plain English
- Get back structured links from across the web
Installation
Usage
Send a natural language query and receive a list of relevant links.Response
You will receive asearch object in response. The search object contains an id, your original query, and a result with a list of links.
result.links contains:
| Field | Type | Description |
|---|---|---|
url | string | The URL of the search result |
title | string | The title of the result page |
description | string | A short snippet describing the result |
result.json_hosted_url.