yahoo-search ( search -- seq )


Vocabulary
yahoo

Inputs
searcha search


Outputs
seqsequence of arrays of length 3


Word description
Uses Yahoo's REST API to search for the specified query, getting the number of answers specified. Returns a sequence of result instances.

Definition