8000 serping (Serping) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View serping's full-sized avatar

Block or report serping

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
serping/README.md
86FB

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 17 7

0