| I haven't done this in awhile but I can probably do it. I won't be using
httrack though, but another program instead. I will be using C# which
admittedly I am rusty on but I have done this before plenty, a lot of years
ago. Email me as sebastian the seeker at gee mai1 d0t c0m. I will evaluate
what you want before accepting the job and quoting you.
Let me know what site you want to scrape and what information you need, and in
what format. The format question is probably best left to your web developer.
I want the answer to look something like this, but he may have a different
html approach which is fine.
<table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table> | |