Skip to main content
Module

x/serpapi/mod.ts>AccountInformation

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias AccountInformation
import { type AccountInformation } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: { account_email: string; account_id: string; account_rate_limit_per_hour: number; api_key: string; extra_credits: number; last_hour_searches: number; plan_id: string; plan_name: string; plan_searches_left: number; searches_per_month: number; this_hour_searches: number; this_month_usage: number; total_searches_left: number; }