Search code examples
javascriptandroidweb-scraping

How do I scrape the info from a table on a webpage when the info is created dynamically by javascript?


I'm trying to scrape the info from the table on this page: http://www.dectech.co.uk/football/index.php

I'm a html, css, javascript noob and was wondering how I can get the actual info rather than the html.

I'll use the info in an android app I'm developing (so using java).

Sorry if this seems a bit vague but I know very little about how javascript is run on webpages.

Thanks in advance for any help


Solution

  • here's ur data in JSON format :http://www.dectech.co.uk/cgi-bin/new_site/GetUpcomingGames.pl?divID=0

    use any standard parser to get the data from this :)