I was wondering if it is possible to query a search engine via matlab. I would like to get the amount of hits for a certain query via matlab.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
This will return the HTML spat out by Google when querying it with the keyword “test”. You can then do something like
Note that
urlreadrequires Java running, so obviously you can’t do it when running with the-nojvmstartup option (my first attempt 🙂