chevron_leftchevron_right
Preferred Location
From where you want the search query to originate. It is recommended to specify location at the city level in order to simulate a real user’s search.
Preferred Language
The language to use for the search. It's a two-letter language code.
Default
arrow_drop_down
Number of Results
The maximum number of results to return. The use of num may introduce latency, and/or prevent the inclusion of specialized result types. Results are not guaranteed to have the number of results specified in num.
10
arrow_drop_down
Pagination
The result offset. It skips the given number of results. It's used for pagination.
upload
Request
Bash
Language
arrow_drop_down
curl https://llm-serp.jina.ai \
-H "Content-Type: application/json" \
-d @- <<EOFEOF
{
"q": "jina ai"
}
EOFEOF