I'm looking for an efficient solution to access Wikipedia online using JAVA in order to extract some content from articles (>100 articles) without being blocked. Thanks in advace for any given help.

link|improve this question

0% accept rate
2  
You can download entire wikipedia. Its only around 20GB. – Pratik Deoghare Dec 3 '11 at 11:54
What are you looking exactly? Program or logic or what? What help are you searching ? – aneal Dec 3 '11 at 11:56
Are you looking for getting around your internet access restriction mechanism ? – Santosh Dec 3 '11 at 12:48
I'm looking for a Java Api. I have used Jsoup and my projects blocks after extracting some articles (<10) showing me a list of exceptions. – Lida Dec 3 '11 at 18:35
feedback

1 Answer

You can access the information in any mediawiki by using the public MediaWiki API. Depending on the amount of interaction with Wikipedia, you might want to get an user account with a "bot" flag.

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.