chevron_leftchevron_right
Location
The location to use for the search.
Language
The language code to use for the search.
en
arrow_drop_down
Number
The number of search results to return.
Page
The page number of the search results to return.
upload
Request
Bash
Language
arrow_drop_down
curl https://llm-serp.jina.ai \
-H "Content-Type: application/json" \
-d @- <<EOFEOF
{
"q": "jina ai",
"gl": "US",
"hl": "en",
"num": 10,
"page": 1
}
EOFEOF