Handbook
Glossary
yahoo-search ( search -- seq )
Vocabulary
yahoo
Inputs
search
a
search
Outputs
seq
sequence 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
USING:
http.client
kernel
xml
;
IN:
yahoo
:
yahoo-search
( search -- seq )
query
http-get
nip
string>xml
parse-yahoo
;