
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
google-search-parser-4hype
Advanced tools
Parses ads, results from the HTML of google search page results into json.
var parser = require('google-search-parser')
parser.parseUrl("https://www.google.com/search?output=search&sclient=psy-ab&q=racoon&gbv=1");
parser.parseFile('./test/data/example.html');
parser.parseFile('./test/data/moto-g.html');
parser.parseWords('moto x', function(result) {
console.log(result);
});
-- This module takes as input the HTML from a google search results and return a json structure of the following form
query_string : "",
ads : [
{
Domain : '', // e.g. ebay.com or amazon.com (the domain portion of the display url)
Title : '',
Line1 : '',
Line2 : '', // If just one line - split by ' - ' to produce line 1 and line 2
DisplayURL : '',
URL : '',
IsTop3 : true,
IsBottom : false,
Extensions : { // http://cl.ly/0h0f2Y1h0d0g
Review : {
Quote : '',
Author : '',
Url : '',
},
Social : {
Count : 100
}
Ratings : {
Count : 999,
Rating : 8.3
},
SiteLinks : [
{
Title : '',
Url : ''
}
...
],
HasCallExtension : True/False
HasLocation : True/False
HasMobileApp : True/False
HasDeal : True/False
HasSocial : True/False
HasSiteLinks : True/False
HasRatings : True/False
HasReviews :True/False
}
},
...
]
results : [
{
Domain :
Title
URL
Text
Extensions : {
PublishedBy : { // http://cl.ly/1D3J0F262o2E
Photo :
Who :
Date :
Followers :
}
Sitelinks : [ // http://cl.ly/3l0H1U390R0b
{
Title
URL
Text
}
..
]
}
}
...
]
FAQs
Google Search ads and results parser
The npm package google-search-parser-4hype receives a total of 0 weekly downloads. As such, google-search-parser-4hype popularity was classified as not popular.
We found that google-search-parser-4hype demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.