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
- National Minimum Wage increase: operational for most umbrella staff, but brace for impact Today 09:13
- Contractors, Joint & Several Liability’s unintended consequences are already piling up Yesterday 07:29
- Contractors, did you know self-employed DBS Checks have changed, for the better? Mar 17 07:56
- Offshoring harms already fraught IT contractors. Here’s what ministers can do Mar 16 07:57
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:20
- Dividends in 2026/27: an expert’s explainer for contractors Mar 13 07:04
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contracting Awards 2026 opens for entries — with new AI category Mar 12 07:26
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 08:18
- Contractors, beware these four traps in the UK’s Statutory Residence Test Mar 11 00:23


Leave a comment: