Use Data Miner in Google Chrome
Edited by Djinu, VisiHow, Eng, shannon.decker
You're watching VisiHow. In the previous tutorial, we turned off notifications. In this tutorial, we're going to demonstrate how to gather ("scrape") data from a web site, using the Data Miner extension for Chrome.
Steps
1
2
Click "Scraper - Chrome Web Store".
3
4
5
This will add an icon to the toolbar in the upper-right corner and take you to a tutorial from the web site. You can skip this tutorial.
6
Open the page with the data that you need to "mine"
.
In this video, the page has to be reloaded so that the new extension shows up.
7
Highlight the first row of the data
.
In this video, the data is "Authorization Granted Via Section 333 Exemptions", a list of all of the companies that can legally fly drones in the United States for commercial purposes.
8
Once you have highlighted the first row of the data, right-click the data
.
9
Click "DataMiner-Get Similar"
.
This will generate a table of all of the data up to ten, because there are only ten items on the page. This list is about 2000 entries long.
10
To get the subsequent pages, click "Next Page Navigation"
.
You will need to write a code. If you are not familiar with coding, you can have a developer write your custom recipe for $29 (or the appropriate sum in your local currency).
11
You can try to skip that step by going to the web page first
.
12
Then, if the table has many pages, look for the function that moves you to the next page
.
It is "Next" in this video.
13
Then, right-click the function
.
14
15
Once you choose "Inspect", copy the "ID" of highlighted element
.
In this example, the ID is "auth_granted_next". Double-click to select it.
16
Press "command" + "C" to copy it
.
17
Highlight the title of the "Next button"
.
18
Click Notes or any text editor
.
In this video, there is a ready code in Notes.
19
So, paste the copied text
.
The full code for this example will be
- //*[@id='auth_granted_next']
20
Highlight the code and press "command" + "C" to copy it
.
21
Open the Data Miner window
.
22
Click "Xpath of next page link"
.
23
Press "command" + "V" to paste the code
.
24
Leave "URL or Click" at "Click on Element"
.
25
26
You will see that you will be on the next page that has entries from 11 to 20. It is working.
27
28
Check "Start Auto Advance"
.
29
At the bottom of the window, Data Miner will show "Accumulated Rows". In this video, there are 20. Data Miner waits for 6 seconds before it advances to the next page; otherwise, the web site may know that you are gathering the data and may prevent you from doing so. It should advance to the end of the project, which would have been 2000 entries in this video.
30
Click "Download" to see how Data Miner works
.
It will ask for permission to manage downloads.
31
32
Let's call the file "333 exemptions".
33
34
Open up the data in a data sheet program like Excel
.
You will see that the list of the exemptions has been copied from the web site.
35
This has been a video tutorial on how to use Data Miner in Google Chrome
.
If you have any questions or comments, please leave them in the space below. Thank you for watching VisiHow!
See more tutorials on Chrome: Disable Facebook Desktop Notifications, Disable Notifications, Mute Tabs, Enable or Disable Flash, Change the Background Image, Enable Click-to-Play Plug-ins, Change the Download Location, Automatically Open Downloads, and Install "Dark Mode".
Video: Use Data Miner in Google Chrome
Questions and Answers
How do I add a column to a recipe in data miner?
I'm looking at mine, the mutual connections in a LinkedIn search scrape but I don't see any public recipes with mutual connections. I don't know ANYTHING about coding.. I have tried: Looking at all the recipes available.
VisiHow QnA. This section is not written yet. Want to join in? Click EDIT to write this answer.
Comments
Categories :
Google
Recent edits by: Eng, VisiHow, Djinu