I need to get content of a infobox of any movie. I know name of the movie. One way is to get the complete content of wikipedia page and then parse it untill I find {{Infobox and then get the content of infobox. Is there any other way for the same using some API or parser? I am using python and pywikipediabot api

I am also familiar with wikitools api. so incase instead of pywikipedia is someone has solution related to wikitools api, please elaborate that as well

link|improve this question

40% accept rate
feedback

1 Answer

Instead of reinventing the wheel, check out DBPedia, which has already extracted all Wikipedia infoboxes into an easily parsable database format.

link|improve this answer
2  
I suggested this but my professor wants me to do this way – user1036348 Nov 11 '11 at 3:32
Here's a whole bunch of MediaWiki parsers then: mediawiki.org/wiki/Alternative_parsers – jpatokal Nov 13 '11 at 23:10
feedback

Your Answer

 
or
required, but never shown

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