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
- Umbrella, PEO/GPP, or salaried EOR. Which is up 153% in 2026? Today 08:43
- Outside IR35 isn’t making a comeback in 2026/27 — it’s something more complex Yesterday 04:55
- Why contractors keep putting off their pension (and why I'm one of them) Aug 4 02:43
- HMRC loan charge settlement offer: 3 things to check before you sign Aug 3 07:41
- HMRC standstill agreements extended to 72 months: why the term's doubled, and what to check before signing Jul 31 05:53
- Who owns the loans? Inside the mystery of the loan charge recall scandal Jul 30 06:20
- Umbrella company winding-up petitions in 2026: the practical guide for contractors Jul 29 05:29
- Payments on Account deadline: what contractors must do before July 31st — maybe for the final few times Jul 28 08:01
- Andy Burnham's first 100 days: five things contractors need from the new PM Jul 27 00:53
- Starmer vs Burnham on housing: What their rival plans mean for your contractor mortgage Jul 22 00:59


Leave a comment: