'Defines the country to use for search. Head to <a href="https://serpapi.com/google-countries">Google countries page</a> for a full list of supported countries.',
},
{
displayName:'Device',
name:'device',
type:'options',
options:[
{
name:'Desktop',
value:'desktop',
},
{
name:'Mobile',
value:'mobile',
},
{
name:'Tablet',
value:'tablet',
},
],
default:'desktop',
description:'Device to use to get the results',
},
{
displayName:'Explicit Array',
name:'no_cache',
type:'boolean',
default:false,
description:
'Whether to force SerpApi to fetch the Google results even if a cached version is already present. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month.',
'Defines the domain to use for search. Head to <a href="https://serpapi.com/google-domains">Google domains page</a> for a full list of supported domains.',
'Defines the language to use. It\'s a two-letter language code. (e.g., `en` for English, `es` for Spanish, or `fr` for French). Head to <a href="https://serpapi.com/google-languages">Google languages page</a> for a full list of supported languages.',