Web Spider Component

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Web Spider Component

    Does anyone know of a good web spidering component available to crawl and extract llinks in coldfusion?
    wiseduck Guest

  2. Similar Questions and Discussions

    1. Verity Spider license
      Who do I purchase an external license for the verity spider from? Coldfusion or Verity? Thanks Ben
    2. ColdFusion MX 6.1 and Verity Spider
      I am new to all this and am looking at creating a collection and an index using verity spider on our CF MX 6.1 server. I noticed for MX 7,...
    3. php web spider
      Hi I have a device (a wireless access point) wich is configurable using its internal web server. I did a little php script that opens a socket to...
    4. Spider Web Effect
      Hi All I am trying to create a spider web effect and am not having much luck... any ideas. It can be lieteral or stylised as long as it suggest a...
    5. php to spider a website
      I am looking for a script that I can use to spider a website, and then pull the images... I know how to do it for a single page, but, I would like...
  3. #2

    Default Re: Web Spider Component

    wiseduck wrote:
    > Does anyone know of a good web spidering component available to crawl and extract llinks in coldfusion?
    Do you mean for your own local sites or for remote sites? If local, CF
    comes with Verity spider--google for that and you'll find some info. If
    you mean external sites CF doesn't do this natively so you'd have to
    roll your own by using CFHTTP. A few folks have done this so again
    google is your friend. ;-)

    Matt

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  4. #3

    Default Re: Web Spider Component

    No I mean remote sites, not verity...

    I need a crawler that I can point to an initial site, and will then crawl
    through it and collect the links that are only within that host .....

    I am aware that I may have to build my own, but I was wondering If anyone can
    reccomend something already out there?

    wiseduck Guest

  5. #4

    Default Re: Web Spider Component

    >... I am aware that I may have to build my own
    No need to re-invent the wheel
    >... I was wondering If anyone can reccomend something already out there?
    Oh, yeah. It doesn't get better than this one, by Xavier Roche. It's free, too.

    BKBK Guest

  6. #5

    Default Re: Web Spider Component

    [url]http://www.httrack.com[/url]

    It's Open Source, so you can also get the source code,
    if you want.
    BKBK 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