Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    808

    Re: Scraping data from the web

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES HERE**


    to get highlighting and preserve formatting.

    Can you also post the data that is the problem and...
  2. Replies
    12
    Views
    808

    Re: Scraping data from the web

    Please copy and paste the text and code here, not as images.
  3. Replies
    12
    Views
    808

    Re: Scraping data from the web

    That can be very hard and maybe not allowed by the server you are connecting to.
    Do you know HTML? Have you looked at what the server at those sites returns for a HTTP GET request?
    There will...
  4. Replies
    12
    Views
    808

    Re: Scraping data from the web

    Do those sites have APIs that you can write code to interface with?
    Or are you trying to replicate what a browser does?
  5. Replies
    12
    Views
    808

    Re: Scraping data from the web

    Isn't that what a browser does? Get URL from user, get page from server using that URL, get user input on that page, submit that page to server, get data from server and display to user.

    What...
  6. Replies
    12
    Views
    808

    Re: Scraping data from the web

    Your program appears to be a replacement for a browser program - it gets URL from user, submits it to site, user fills in returned form and submits, returned page is displayed.
    I don't know of any...
Results 1 to 6 of 6