wikipedia articles may have infobox tags. By the following call I can get the first section of an article which includes infobox.

http://en.wikipedia.org/w/api.php?action=parse&pageid=568801&section=0&prop=wikitext

What I want is a query which will return only infobox data. Is this possible?

link|improve this question

20% accept rate
feedback

2 Answers

Instead of parsing infoboxes yourself, which is quite complicated, take a look at DBPedia, which has Wikipedia infoboxes extracted out as database objects.

link|improve this answer
feedback

I have written this.

https://github.com/sonusandhu/Parse-Wiki-Infobox

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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