Get Wallpapers matching a given search term.
Last updated 2 years ago
This method belongs to the class -
term
The search term used for the matching. (MAX 128 Characters)
options
Optional parameters.
<<> | >
new Alpha(apiKey).search('video games').then(x => console.log(x)); // OR new Alpha(apiKey).search('video games', { page: 10, operator: 'min', type: 'phone', ratio: [0.75, 1] }).then(x => console.log(x));