diff --git a/legacy/src/services/serpapi.ts b/legacy/src/services/serpapi.ts index d28f0132..40965268 100644 --- a/legacy/src/services/serpapi.ts +++ b/legacy/src/services/serpapi.ts @@ -13,6 +13,8 @@ export interface SerpAPIClientOptions extends Partial { /** * Lightweight wrapper around SerpAPI that only supports Google search. + * + * @see https://serpapi.com/search-api */ export class SerpAPIClient { apiKey: string