Skip to main content
Module

x/serpapi/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.12/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: AccountApiParameters = [UNSUPPORTED]
optional
callback: (info: AccountInformation) => void
  • API key