vote up 0 vote down star

Technically, I know how to download pages, and use parsers to parse them. However, I'd like to know if there is an API or a simple XML format that I can use to parse their results.

flag

Have you tried googling? – Kinopiko Oct 11 at 7:37

1 Answer

vote up 2 vote down check

Seems that Google AJAX Search API will do the trick. There is quite nice playground available so you could try few options online without too much effort.

And it seems that RESTful api is what you are looking for. You simply give a link and get back data in JSON format. It should be quite easy to find library that will turn this answer into some structured object in your favourite language [psychic power mode on] so have a look on built in stuff of Python. [psychic power mode off]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.