0.2.1 • Published 3 years ago

ggrks v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ggrks

Google search module

Usage

const ggrks = require('ggrks');

const result = await ggrks(keyword);
console.log(result);

Example Return Value

{
  main: [
    {
      title: 'Price of Gold Per Ounce | 24 Hour Spot Chart | KITCO',
      url: 'https://www.kitco.com/charts/livegold.html'
    },
    {
      title: 'Gold - Wikipedia',
      url: 'https://en.wikipedia.org/wiki/Gold'
    },
    {
      title: 'Gold pares gains on firmer yields, upbeat U.S. earnings - CNBC',
      url: 'https://www.cnbc.com/2021/10/19/gold-markets-dollar-us-bond-yields.html'
    },
    {
      title: 'Gold Price Chart, Live Spot Gold Rates, Gold Price Per Ounce/Gram',
      url: 'https://www.bullionvault.com/gold-price-chart.do'
    },
    {
      title: 'Gold Dec 21 (GC=F) Stock Price, News, Quote & History',
      url: 'https://finance.yahoo.com/quote/GC=F/'
    },
    {
      title: 'Gold Prices Today | Live Gold Spot Price | Price Charts per Ounce',
      url: 'https://www.monex.com/gold-prices/'
    }
  ],
  sub: [
    {
      title: 'Gold',
      url: 'https://www.kitco.com/charts/livegoldw.html'
    },
    {
      title: 'Gold Chart',
      url: 'https://www.kitco.com/charts/popup/au0030lnb.html'
    },
    {
      title: 'Technical Gold Charts',
      url: 'https://www.kitco.com/charts/techcharts_gold.html'
    },
    {
      title: 'Gold News, Silver News',
      url: 'https://www.kitco.com/news/'
    },
    {
      title: 'Live Gold',
      url: 'https://goldprice.org/live-gold-price.html'
    },
    { title: 'Spot Gold', url: 'https://goldprice.org/spot-gold.html' },
    {
      title: 'Gold Price USA',
      url: 'https://goldprice.org/gold-price-usa.html'
    },
    {
      title: 'Gold Price History',
      url: 'https://goldprice.org/gold-price-history.html'
    },
    { title: 'Wikipedia', url: 'https://en.wikipedia.org/wiki/Gold' },
    {
      title: 'Gold pares gains on firmer yields, upbeat U.S. earningsCNBC\n' +
        '19 hours ago',
      url: 'https://www.cnbc.com/2021/10/19/gold-markets-dollar-us-bond-yields.html'
    },
    {
      title: 'Gold Trading in Moscow Gets a Boost After London Tie-UpYahoo Finance\n' +
        '12 hours ago',
      url: 'https://finance.yahoo.com/news/gold-trading-moscow-gets-boost-094420637.html'
    },
    {
      title: 'Oz Minerals Raises 2021 Gold-Output Projection, Cuts Costs EstimateMarketWatch\n' +
        '16 mins ago',
      url: 'https://www.marketwatch.com/story/oz-minerals-raises-2021-gold-output-projection-cuts-costs-estimate-271634680428'
    },
    {
      title: 'I Love Gold Podcast: Never Mock the BeltAcme Packing Company\n' +
        '10 hours ago',
      url: 'https://www.acmepackingcompany.com/apc-podcast/2021/10/19/22734250/i-love-gold-podcast-aaron-rodgers-belt-bears-i-still-own-you'
    },
    {
      title: 'Swords, gold & shipwrecks: Israeli waters keep on revealing treasuresThe Jerusalem Post\n' +
        '5 hours ago',
      url: 'https://www.jpost.com/archaeology/swords-gold-and-shipwrecks-israeli-waters-keep-on-revealing-treasures-682491'
    },
    {
      title: 'B2Gold Corp. Reports Continued Strong Total Gold Production for Q3 2021 of \n' +
        '310,261 oz, 7% Above Budget and 18% Higher than Q3 2020; Annual Production \n' +
        'Guidance Range Increased to 1,015,000 to 1,055,000 ozYahoo Finance\n' +
        '15 hours ago',
      url: 'https://finance.yahoo.com/news/b2gold-corp-reports-continued-strong-070500083.html'
    },
    {
      title: 'Flight attendant from Argentina arrested for allegedly trying to smuggle \n' +
        'gold, jewelry and cash on plane bound for MiamiLocal 10 News\n' +
        '2 days ago',
      url: 'https://www.local10.com/news/local/2021/10/17/flight-attendant-from-argentina-arrested-for-allegedly-trying-to-smuggle-gold-jewelry-and-cash-on-plane-bound-for-miami/'
    },
    {
      title: 'Red, orange and gold dominating West Virginia alert mapWCHS\n' +
        '6 hours ago',
      url: 'https://wchstv.com/news/local/red-orange-and-gold-dominating-west-virginia-alert-map'
    },
    {
      title: 'The Case For (and Against) Bitcoin as Digital GoldMorningstar\n' +
        '1 day ago',
      url: 'https://www.morningstar.com/articles/1062037/the-case-for-and-against-bitcoin-as-digital-gold'
    },
    {
      title: "In Guinea, an illegal $6b gold 'bonanza' threatens endangered chimpanzeesMongabay\n" +
        '7 hours ago',
      url: 'https://news.mongabay.com/2021/10/in-guinea-an-illegal-6b-gold-bonanza-threatens-endangered-chimpanzees/'
    },
    {
      title: 'Gold (disambiguation)',
      url: 'https://en.wikipedia.org/wiki/Gold_'
    },
    {
      title: 'Gold extraction',
      url: 'https://en.wikipedia.org/wiki/Gold_extraction'
    },
    {
      title: 'Investment',
      url: 'https://en.wikipedia.org/wiki/Gold_as_an_investment'
    },
    {
      title: 'Gold leaf',
      url: 'https://en.wikipedia.org/wiki/Gold_leaf'
    },
    {
      title: 'primordial',
      url: 'http://en.wikipedia.org/wiki/Primordial_nuclide'
    }
  ]
}
0.2.1

3 years ago

0.2.0

3 years ago

0.1.3-alpha.1

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago