Content grab / extraction

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Content grab / extraction

    Dear all,

    Hopefully there´s someone who can help me.
    I´m looking for an ASP/Javascript possibility to grab content from another
    website and store into my website database.

    I would like to grab some temperature and snow information and use this
    actual information on my own site.

    Thanks for you help!

    Rgds, Patrick


    Patrick Guest

  2. Similar Questions and Discussions

    1. Grab ID or DIV sections From ASP
      Hi, Is it possible to grab some sections or tags using ID on a HTML page ? I m working on a adserver project that allows to track users on...
    2. Grab HTML
      I'm looking for a way to grab the HTML behind one of my pages and display it to the user. The page I'm trying to get the HTML from is an ASP page,...
    3. PDF content extraction
      I've browsed CPAN. I've Googled. I'm stumped. I've successfully used PDF::Parse to get at PDF metadata. But I can't get at the content. Is there...
    4. How to grab HTML source?
      "Mike Darrett" <mike-nospam@darrettenterprises.com> schrieb im Newsbeitrag news:d945119c.0305021419.3f461b9f@posting.google.com... hey mike -...
  3. #2

    Default Re: Content grab / extraction

    [url]http://www.aspfaq.com/2173[/url]

    Ray at home

    "Patrick @yahoo.com>" <patrick_mclarren<removethis> wrote in message
    news:3f849509$0$440$1b62eedf@news.wanadoo.nl...
    > Dear all,
    >
    > Hopefully there´s someone who can help me.
    > I´m looking for an ASP/Javascript possibility to grab content from another
    > website and store into my website database.
    >
    > I would like to grab some temperature and snow information and use this
    > actual information on my own site.
    >
    > Thanks for you help!
    >
    > Rgds, Patrick
    >
    >

    Ray at Guest

  4. #3

    Default Re: Content grab / extraction

    Thanks for your help.

    Ok, now I understand how to retrieve the content of a website, but wath
    about parsing.
    The example at [url]http://www.aspfaq.com/2173[/url] is only searching for a string.

    For example:
    [url]http://www.snowplaza.nl/weersneeuw_detail.asp?idgebied=ITPIEM01&idVillage= ITPIEM006[/url]
    How can I parse the HTML string and retrieve the minimum and maximum
    temperature from the page?

    Hopefully there´s anyone around who can help me.

    Regards,

    Patrick



    "Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> schreef in bericht
    news:uQou9hfjDHA.2328@TK2MSFTNGP10.phx.gbl...
    > [url]http://www.aspfaq.com/2173[/url]
    >
    > Ray at home
    >
    > "Patrick @yahoo.com>" <patrick_mclarren<removethis> wrote in message
    > news:3f849509$0$440$1b62eedf@news.wanadoo.nl...
    > > Dear all,
    > >
    > > Hopefully there´s someone who can help me.
    > > I´m looking for an ASP/Javascript possibility to grab content from
    another
    > > website and store into my website database.
    > >
    > > I would like to grab some temperature and snow information and use this
    > > actual information on my own site.
    > >
    > > Thanks for you help!
    > >
    > > Rgds, Patrick
    > >
    > >
    >
    >

    Patrick Guest

  5. #4

    Default Re: Content grab / extraction

    > Thanks for your help.
    >
    > Ok, now I understand how to retrieve the content of a website, but
    > wath
    > about parsing.
    > The example at [url]http://www.aspfaq.com/2173[/url] is only searching for a
    > string.
    HTML is simply a long string. Just view the source of the page and figure
    out what you have to search for in the page to allow you to extract the data
    you want. VBScript has several string functions which you can use, or you
    can read up on Regular Expressions and try it that way. Go to
    msdn.microsoft.com/library, and navigate to the Web Development>Scripting
    node for more details.
    >
    > For example:
    >
    [url]http://www.snowplaza.nl/weersneeuw_detail.asp?idgebied=ITPIEM01&idVillage= ITPIEM006[/url]

    Sorry, I don't have time to do this.

    Bob Barrows

    PS. Damn! Trim some of those newsgroups from your To list, please!


    Bob Barrows Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139