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