Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/serpapi/src/mod.ts>getAccount

Scrape and parse search engine results using SerpApi.
Go to Latest
function getAccount
import { getAccount } from "https://deno.land/x/serpapi@0.0.3/src/mod.ts";

Get account information of an API key. https://serpapi.com/account-api

Examples

// async/await const info = await getAccount({ api_key: API_KEY });

// callback getAccount({ api_key: API_KEY }, console.log);

Parameters

optional
parameters: AccountApiParams = [UNSUPPORTED]
optional
callback: (info: AccountInformation) => void
  • API key