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

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 Public

    TypeScript 2 2

  2. serp-checker Public template

    TypeScript 55 9

  3. cheerio-tree Public

    HTML 8

  4. express-scraper Public

    HTML 13 2

342 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 23 commits in 2 repositories
Loading