Skip to main content
Module

x/serpapi/mod.ts

Scrape and parse search engine results using SerpApi.
Latest
import * as serpapi from "https://deno.land/x/serpapi@2.1.0/mod.ts";

Functions

Get account information of an API key.

Get raw HTML response based on search parameters.

Get a HTML response given a search ID.

  • This search ID can be obtained from the search_metadata.id key in the response.
  • Typically used together with the async parameter.

Get JSON response based on search parameters.

Get a JSON response given a search ID.

  • This search ID can be obtained from the search_metadata.id key in the response.
  • Typically used together with the async parameter.

Get supported locations. Does not require an API key.