Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copy website content in to excel (Search result)

Featured Replies

I want to Scrape all data from

 

 http://portal.maccem.com.au:8080/cgi-bin/portalnew.sh/portal/namesenq.p?

 

"Names Register List" Search into an Excel spreadsheet.

Will required input of multiple Surname values like aaaa, aaab, aaac... baa bab bac... to gather all data because each search only returns 200 results.

Any one create a vba template to get all data or a Software

The bascis for doing tht would be:

=ImportHTML("http://portal.maccem.com.au:8080/cgi-bin/portalnew.sh/portal/namesenq.p?surname=NAME&firstname=&othernames=&knownas=&yearfrom=&yearto=&postfunc=Search&companyid=3&scrollx=0&scrolly=0","table",2)

Just changing 'NAME' to the desired search string in each instance.

 

For slightly easier editting you could do

=ImportHTML(CONCAT(CONCAT("http://portal.maccem.com.au:8080/cgi-bin/portalnew.sh/portal/namesenq.p?surname=", A1), "&firstname=&othernames=&knownas=&yearfrom=&yearto=&postfunc=Search&companyid=3&scrollx=0&scrolly=0"),"table",2)

Where cell A1 contains the search term, meaning you could setup a series referencing different cells for quick changes.

 

The only issue you will run in too is that functions like these are limited to ~20 per workbook; so it'd be quite hard to extract all the data to excel in this way and it runs the risk of everytime you open the work book 1 or more of them goes to error due to the requested url rejecting requests made so close together.

 

What you really need to do is find where it is pulling that data from and see if you cannot tap in to that directly to extract all the data, probably in one long string and then deal with processing that string back into a coherent table. Unfortunately I can't spot where it is pulling the data from in the source code as I'm not familiar enough with the ajax etc stuff they are using.

Plv6Dz6.jpg

Operation Gold Sparkles :: Chompy Kills ::  Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA Rewards

Dragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.