Mika Scraper / BrowseResponse
Interface: BrowseResponse
Defined in: src/_other-scraper/chatup-ai.ts:62
Represents the response object returned from the browsing
method.
Properties
success
success:
boolean
Defined in: src/_other-scraper/chatup-ai.ts:64
Indicates whether the browsing operation was successful.
code
code:
number
Defined in: src/_other-scraper/chatup-ai.ts:66
An HTTP-like status code that reflects the result of the browsing operation.
description
description:
string
Defined in: src/_other-scraper/chatup-ai.ts:68
A textual description or snapshot of the browsing result.
image
image:
string
Defined in: src/_other-scraper/chatup-ai.ts:70
A URL or identifier for an image related to the browsing result (if available).
urls
urls:
string[]
Defined in: src/_other-scraper/chatup-ai.ts:72
An array of relevant URLs or references that were found during the browsing process.
suggestions
suggestions:
string[]
Defined in: src/_other-scraper/chatup-ai.ts:74
An array of suggested follow-up queries or insights based on the browsing outcome.