Jina Ai
Node: jinaAi · Full type: n8n-nodes-base.jinaAi · Version: 1
Credentials
jinaAiApi (alias: @jina)
CREDENTIAL @jina = jinaAiApi "My Jina Ai"
Operations
Resource: reader
read
| Parameter |
Type |
Default |
Details |
url |
string |
"" |
required |
simplify |
boolean |
true |
|
options |
collection |
{} |
keys: outputFormat, targetSelector, excludeSelector, enableImageCaptioning, waitForSelector |
search
| Parameter |
Type |
Default |
Details |
searchQuery |
string |
"" |
required |
simplify |
boolean |
true |
|
options |
collection |
{} |
keys: outputFormat, siteFilter, pageNumber |
Resource: research
deepResearch
| Parameter |
Type |
Default |
Details |
researchQuery |
string |
"" |
required |
simplify |
boolean |
true |
|
options |
collection |
{} |
keys: maxReturnedSources, prioritizeSources, excludeSources, siteFilter |
Common Parameters
| Parameter |
Type |
Default |
Details |
requestOptions |
collection |
{} |
keys: batching, allowUnauthorizedCerts, proxy, timeout |
Parameter Details
options children:
| Parameter |
Type |
Default |
Details |
outputFormat |
options |
"" |
html, `,markdown,screenshot,text` |
targetSelector |
string |
"" |
|
excludeSelector |
string |
"" |
|
enableImageCaptioning |
boolean |
false |
|
waitForSelector |
string |
"" |
|
requestOptions children:
| Parameter |
Type |
Default |
Details |
batching |
fixedCollection |
{...} |
groups: batch |
allowUnauthorizedCerts |
boolean |
false |
|
proxy |
string |
"" |
|
timeout |
number |
10000 |
|
Example
NODE "jinaAi" @jina AS "Jina Ai" {
resource: "reader",
operation: "search",
url: {{ $json.url }},
searchQuery: {{ $json.searchQuery }},
researchQuery: {{ $json.researchQuery }}
}