2

As part of my final year project, I'm designing an Android application that needs to do some web scraping. I don't have any experience with this, so am wondering if anyone knows of any good links/tutorials they would like to share.

EDIT: I'm trying to have the app sign into a site and upload details from the phone to the site.

gonzobrains
  • 7,856
  • 14
  • 81
  • 132
Colm Shannon
  • 154
  • 3
  • 4
  • 17
  • What is your definition of web scraping? Is it to scrape information directly from HTML source? Or do you really mean a web crawler? Other? – C0deAttack Jan 17 '11 at 14:28

2 Answers2

6

Try JSoup for extracting and manipulating HTML data.

user229044
  • 232,980
  • 40
  • 330
  • 338
gonzobrains
  • 7,856
  • 14
  • 81
  • 132
2

Some more details on what you actually want to acheive would be usefull so people can try to point you in the right direction.

Here is one link from google: Using Xpath and HTML in Android

Another link from SO: Fastest way to scrape a HTML page

Community
  • 1
  • 1
Scoobler
  • 9,696
  • 4
  • 36
  • 51