Search:

Type: Posts; User: AD2

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    800

    Re: Scraping data from the web

    sorry, here it is



    import java.util.Scanner;
    import org.jsoup.Jsoup;
    import org.jsoup.nodes.Document;
    import org.jsoup.nodes.Element;

    public class WebScrape {
  2. Replies
    12
    Views
    800

    Re: Scraping data from the web

    I'm very new to JAVA in general, so any help will be greatly appreciated.

    I'm trying to scrape certain values from a site using Jsoup and I have had success to a certain extent. I am able to...
  3. Replies
    12
    Views
    800

    Re: Scraping data from the web

    I believe Yahoo finance has shutdown their API hence why I want to replicate what the browser does.
  4. Replies
    12
    Views
    800

    Re: Scraping data from the web

    I see what you’re saying. Perhaps I don’t explain it right.

    The goal of the application is to allow the user to pull 3 data points from 2 different sites simultaneously. The data will be...
  5. Replies
    12
    Views
    800

    Re: Scraping data from the web

    Thanks for the reply.

    It wouldn’t be a browser replacement. The user input would be the ticker symbol (stock market) and input that into one or two websites and collect certain data and return it...
  6. Replies
    12
    Views
    800

    Scraping data from the web

    Hi, thanks in advance to whomever can help me.

    I am building a java app with Eclipse that will return data to the user depending on what the user types in a text field. The interface is almost...
Results 1 to 6 of 6