Skip to content

New search() parameter: fields

The fields parameter lets you specify a comma-separated list of fields that the API should return for the search query. For example:

https://api.shodan.io/shodan/host/search?key=YOUR_API_KEY&query=product:openclaw&minify=false&fields=http.title,tags,http.dom_hash

Note that you need to set minify=false as that parameter is enabled by default and is mutually exclusive with the new fields parameter.