Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.6 KB

SerpAPI Snippets for VSCode - Scrape search engine results

Scrape Google and other search engines from our fast, easy, and complete API.

SerpApi snippet completion

SerpAPI snippets contain a collection of 96+ snippets to initialize SerpApi library for many programming languages :

  • Python 3.5+
  • Ruby 2.5+
  • NodeJS / JavaScript
  • Go / Golang
  • C# / CSharp / Dotnet
  • Java 6+ (soon) - Rust (soon) - C++ (soon) - Perl / Php

The snippets cover the following search engine:

  • Google
  • Baidu
  • Bing
  • Ebay
  • Yandex
  • Yahoo
  • Walmart
  • Youtube

The (serpapi.com) backend is designed to handle searches at scale on almost any search engine.

Tutorial

An API Key is required, you need to create a free or paid plan.

To get a snippet started typing in an open file.

  • serpapi google... or
  • serpapi bing... or
  • serpapi <engine>...

Then select the snippet using the key stroke.
Paste your API Key into the cursor position, then validate with .

To install the library, you must visit serpapi.com
Follow the instruction for your favorite programming language.

Release

see: CHANGELOG.md

TODO

  • figure out bugs with syntax in PHP
  • upgrade when new libraries are available.

Get help

For support, contact us.

For technical issues related to those snippets, or suggestions you can file an issue.