Overview

Instructions to use REST API NextQueries service.

Step-by-step guide

Service Name

nextqueries

Service URL

URL_SEARCH/INSTANCE_ID/nextqueries?INPUT_PARAMETERS

Input Parameters

ParameterDescriptionData TypeMandatory
langSet the language of the queryStringYes

*If additional params are required, please contact us


Output

RelatedTags results

The service will return a json node.

{
	querysignals: [
		{
			nextQueries: [
				{
					query: "ZZZZZ"
				},
				{
					query: "YYYYY"
				},
			]
		}	
	]
}