Import website data into excel (Scrapping of data)

excel_1317

Board Regular
Joined
Jun 28, 2010
Messages
212
I have a tedious task of copy/paste from our website. Please have a look at below sample data. I have around 1500 rows of data like this.


Sheet1[TABLE="class: html-maker-worksheet"]
<thead>[TR]
[TH][/TH]
[TH]A[/TH]
[TH]B[/TH]
[/TR]
</thead><tbody>[TR]
[TH]1[/TH]
[TD]Command Line[/TD]
[TD]No. of results returned[/TD]
[/TR]
[TR]
[TH]2[/TH]
[TD]((pa:"DR. ROBERT A. LEVINE*") and pd>2008) not lgrp:nif[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TH]3[/TH]
[TD]((pa:"Synthetic Env Inc DBA Eye Talk Sys*") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
[TR]
[TH]4[/TH]
[TD]((pa:"Easton Sports*") and pd>2008) not lgrp:nif[/TD]
[TD="align: right"]159[/TD]
[/TR]
[TR]
[TH]5[/TH]
[TD]((pa:"ENTERTAINMENT GAMING ASIA *") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
[TR]
[TH]6[/TH]
[TD]((pa:"Developmental Technologies*") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
[TR]
[TH]7[/TH]
[TD]((pa:"S & S Concepts*") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
[TR]
[TH]8[/TH]
[TD]((pa:"ArrayNetworks*") and pd>2008) not lgrp:nif[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TH]9[/TH]
[TD]((pa:"PACIFIC LAW GROUP*") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
[TR]
[TH]10[/TH]
[TD]((pa:"Nite Ize*") and pd>2008) not lgrp:nif[/TD]
[TD="align: right"]94[/TD]
[/TR]
[TR]
[TH]11[/TH]
[TD]((pa:"EPIVAX*") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
[TR]
[TH]12[/TH]
[TD]((pa:"CeNeRx BioPharma*") and pd>2008) not lgrp:nif[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Excel 2010



Column A has input data which i need to copy and paste in a web form. Column B will have results scrapped form webpage(http://tinyurl.com/ls2m98o). This webpage will need login details. Please PM me for login details.

image.jpg


If a code can be written which take value form column A of spreadsheet and paste in webpage like shown in above image and hit search button. Next webpage will be loaded with number of results like shown in below. Take the number of results and paste in column B of spreadsheet.
image.jpg
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I have posted this query on other thread because NO response received yet. I have uploaded screenshot image with login details on other forum.
 
Upvote 0

Forum statistics

Threads
1,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top