Originally posted by ladymuck
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: data mining
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "data mining"
Collapse
-
Yes - Jobserve have a clause in their T's & C's that specifically warns against doing this.
-
Wouldn't it be illegal or some breach of copywrite? I seem to recall that yell.com got the hump over people doing a similar thing with their online data and (possibly, for I do have brains of jam and a memory to match) successfully sued.
Nice bit of VBA though, duly filed...
Leave a comment:
-
It's pretty simple in excel
Code:Sub get_data() i = 1 Do While i < 20000 strg = "URL;http://www.jobserve.com/RecruiterDirectoryListing.aspx?id=" & i With Sheet3.QueryTables.Add(Connection:= _ strg, Destination:=Sheet3.Cells(1, 1)) .Name = "RecruiterDirectoryListing.aspx?id=" & i .FieldNames = True .RowNumbers = False .FillAdjacentFormulas = False .PreserveFormatting = True .RefreshOnFileOpen = False .BackgroundQuery = True .RefreshStyle = xlInsertDeleteCells .SavePassword = False .SaveData = True .AdjustColumnWidth = True .RefreshPeriod = 0 .WebSelectionType = xlSpecifiedTables .WebFormatting = xlWebFormattingNone .WebTables = "7" .WebPreFormattedTextToColumns = True .WebConsecutiveDelimitersAsOne = True .WebSingleBlockTextImport = False .WebDisableDateRecognition = False .WebDisableRedirections = False .Refresh BackgroundQuery:=False End With Sheet2.Cells(i, 1).Value = Sheet3.Cells(4, 2).Value Sheet3.Range("a1:e10").Delete i = i + 1 Loop End Sub
Gets the first 20000 for you anyways but I'm sure one of the techies can improve on it
HTH
Leave a comment:
-
You could have a look at Teleport Pro or similar web-site crawling tools, but unless you're technical you're going to end up in a mess.
Leave a comment:
-
You're going to annoy people if you carry on cross-posting like this. You may not like the answers people have given in the other forum, but that's no reason to post (more or less) the same question here. It's the same people that read this forum.
There's no off the self software available to do what you're asking. You will need to get somebody technical involved as Spacecadet has already offered to do.
Leave a comment:
-
data mining
Hi
Could someone tell me of a piece of software / method that would allow me to get all the email messages from the following link pls
http://www.jobserve.com/RecruiterDirectory.aspx
Thanks.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- The weird, the wonderful and the genuinely useful: what contractors get wrong about expenses Today 06:00
- Right to Work changes from October 2026: a contractor’s explainer Yesterday 15:46
- Data Kraken v Torry Harris: 5 lessons for software developer contractors Yesterday 06:09
- Loan Recall Case Study: Amanda Sep 1 06:00
- How IR35 inflated an £8.5bn consultancy bill — and tests Burnham at the Budget Aug 28 07:47
- Autumn Budget 2026: FCSA’s 5 contractor asks of John Healey Aug 27 04:15
- Andy Burnham's Zoom gripe doesn’t apply to IT contractors, say recruiters Aug 26 03:41
- Check your Loan Recall paperwork for the Isle of Man: it could matter Aug 25 03:27
- Budget 2026: Contractor advisers ask for ‘IR35 reset’ Aug 24 04:57
- Why might an umbrella company fail to pay its total tax bill to HMRC? Aug 18 06:08


Leave a comment: