MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Importing Google Result Page into Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg114651] Re: Importing Google Result Page into Mathematica
  • From: "Hans Michel" <hmichel at cox.net>
  • Date: Sat, 11 Dec 2010 01:56:34 -0500 (EST)

Try
Import["http://www.google.com/search?q=teste";, {"HTML", "Source"}]


-----Original Message-----
From: Murta [mailto:rodrigomurtax at gmail.com] 
Sent: Friday, December 10, 2010 1:28 AM
To: mathgroup at smc.vnet.net
Subject: [mg114651] [mg114597] Importing Google Result Page into Mathematica

Hi All

    I I'm trying to import the google result page using a command like:
    Import["http://www.google.com/search?q=teste";]
    But the result isn't the page that I see in the browser.. (with
hyperlinks
    and so one)
    If I try to use "Source", "Data" or "FullData" like:
    Import["http://www.google.com/search?q=teste";, "Source"]
    It doesn't work either.
    Someone has any idea of how can I do that?

tks
Murta




  • Prev by Date: Desperate due to NMinimize
  • Next by Date: Re: How to invert a function of several variables?
  • Previous by thread: Importing Google Result Page into Mathematica
  • Next by thread: Re: Importing Google Result Page into Mathematica