Hyperbrowser integration (Developer Tools, Data). Imported from open-connector.
https://api.hyperbrowser.ai/api/web/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The URL Hyperbrowser should load. |
| stealth | string | optional | The stealth mode Hyperbrowser should use. |
| outputs | object | optional | Output options sent to Hyperbrowser. |
/api/web/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The search query. |
| page | integer | optional | The search results page number. |
| maxAgeSeconds | integer | optional | The maximum age of cached search results in seconds. |
| location | object | optional | Location bias for Hyperbrowser search. |
| filters | object | optional | Search filters sent to Hyperbrowser. |
/api/web/crawl
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The URL Hyperbrowser should load. |
| stealth | string | optional | The stealth mode Hyperbrowser should use. |
| outputs | object | optional | Output options sent to Hyperbrowser. |
| crawlOptions | object | optional | Crawl options sent to Hyperbrowser. |
/api/web/crawl/{id}/status
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Hyperbrowser crawl job ID. |
/api/web/crawl/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Hyperbrowser crawl job ID. |
| page | integer | optional | The zero-based result page to read. |
| batchSize | integer | optional | The number of crawl pages to return in one batch. |