Skip to content
View serping's full-sized avatar

Block or report serping

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
serping/README.md

SERPING SDK

serp.ing api SDK, easy to use.

Install

npm install serping

Usage

import Serping from 'serping';

// Get your free API key at https://www.serp.ing
serping = new Serping( { region: 'us-east-1', apiKey: 'your api key' } );
const data = await serping.googleSerp({q: "serping"});

console.log(data);

// Google search videos
const videos = await serping.googleSerp({q: "SEO", tbm: "vid"});

console.log(videos);

TODO

  • Google Search Videos Zod Schema

Pinned Loading

  1. serping serping Public archive

    TypeScript 2 2

  2. serp-checker serp-checker Public archive

    TypeScript 59 9

  3. cheerio-tree cheerio-tree Public

    HTML 8

  4. express-scraper express-scraper Public

    HTML 24 7