scrapebadger 0.25.0 → 0.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.d.cts +439 -21
- package/dist/index.d.ts +439 -21
- package/dist/index.js +151 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +148 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -808,7 +808,7 @@ declare class UsersClient$2 {
|
|
|
808
808
|
* }
|
|
809
809
|
* ```
|
|
810
810
|
*/
|
|
811
|
-
declare class ReferenceClient$
|
|
811
|
+
declare class ReferenceClient$a {
|
|
812
812
|
private readonly client;
|
|
813
813
|
constructor(client: BaseClient);
|
|
814
814
|
/**
|
|
@@ -929,7 +929,7 @@ declare class VintedClient {
|
|
|
929
929
|
/** Client for user operations */
|
|
930
930
|
readonly users: UsersClient$2;
|
|
931
931
|
/** Client for reference data (brands, colors, statuses, markets) */
|
|
932
|
-
readonly reference: ReferenceClient$
|
|
932
|
+
readonly reference: ReferenceClient$a;
|
|
933
933
|
/**
|
|
934
934
|
* Create a new Vinted client.
|
|
935
935
|
*
|
|
@@ -4853,7 +4853,7 @@ declare class SellersClient$2 {
|
|
|
4853
4853
|
* const categories = await client.amazon.reference.categories();
|
|
4854
4854
|
* ```
|
|
4855
4855
|
*/
|
|
4856
|
-
declare class ReferenceClient$
|
|
4856
|
+
declare class ReferenceClient$9 {
|
|
4857
4857
|
private readonly client;
|
|
4858
4858
|
constructor(client: BaseClient);
|
|
4859
4859
|
/**
|
|
@@ -4916,7 +4916,7 @@ declare class AmazonClient {
|
|
|
4916
4916
|
/** Client for seller profile, products, and feedback */
|
|
4917
4917
|
readonly sellers: SellersClient$2;
|
|
4918
4918
|
/** Client for reference data (markets, categories) */
|
|
4919
|
-
readonly reference: ReferenceClient$
|
|
4919
|
+
readonly reference: ReferenceClient$9;
|
|
4920
4920
|
/**
|
|
4921
4921
|
* Create a new Amazon client.
|
|
4922
4922
|
*
|
|
@@ -5331,7 +5331,7 @@ declare class ReviewsClient {
|
|
|
5331
5331
|
* }
|
|
5332
5332
|
* ```
|
|
5333
5333
|
*/
|
|
5334
|
-
declare class ReferenceClient$
|
|
5334
|
+
declare class ReferenceClient$8 {
|
|
5335
5335
|
private readonly client;
|
|
5336
5336
|
constructor(client: BaseClient);
|
|
5337
5337
|
/**
|
|
@@ -5397,7 +5397,7 @@ declare class ShopeeClient {
|
|
|
5397
5397
|
/** Client for product reviews and rating summaries */
|
|
5398
5398
|
readonly reviews: ReviewsClient;
|
|
5399
5399
|
/** Client for reference data (markets, category tree) */
|
|
5400
|
-
readonly reference: ReferenceClient$
|
|
5400
|
+
readonly reference: ReferenceClient$8;
|
|
5401
5401
|
/**
|
|
5402
5402
|
* Create a new Shopee client.
|
|
5403
5403
|
*
|
|
@@ -6449,7 +6449,7 @@ declare class AdsClient$1 {
|
|
|
6449
6449
|
* }
|
|
6450
6450
|
* ```
|
|
6451
6451
|
*/
|
|
6452
|
-
declare class ReferenceClient$
|
|
6452
|
+
declare class ReferenceClient$7 {
|
|
6453
6453
|
private readonly client;
|
|
6454
6454
|
constructor(client: BaseClient);
|
|
6455
6455
|
/**
|
|
@@ -6524,7 +6524,7 @@ declare class TikTokClient {
|
|
|
6524
6524
|
/** Client for the Commercial Content Library (ad transparency) */
|
|
6525
6525
|
readonly ads: AdsClient$1;
|
|
6526
6526
|
/** Client for reference data (regions) and service health */
|
|
6527
|
-
readonly reference: ReferenceClient$
|
|
6527
|
+
readonly reference: ReferenceClient$7;
|
|
6528
6528
|
/**
|
|
6529
6529
|
* Create a new TikTok client.
|
|
6530
6530
|
*
|
|
@@ -7217,7 +7217,7 @@ declare class CategoriesClient {
|
|
|
7217
7217
|
* }
|
|
7218
7218
|
* ```
|
|
7219
7219
|
*/
|
|
7220
|
-
declare class ReferenceClient$
|
|
7220
|
+
declare class ReferenceClient$6 {
|
|
7221
7221
|
private readonly client;
|
|
7222
7222
|
constructor(client: BaseClient);
|
|
7223
7223
|
/**
|
|
@@ -7280,7 +7280,7 @@ declare class EbayClient {
|
|
|
7280
7280
|
/** Client for category browse and the reference category list */
|
|
7281
7281
|
readonly categories: CategoriesClient;
|
|
7282
7282
|
/** Client for reference data (markets) */
|
|
7283
|
-
readonly reference: ReferenceClient$
|
|
7283
|
+
readonly reference: ReferenceClient$6;
|
|
7284
7284
|
/**
|
|
7285
7285
|
* Create a new eBay client.
|
|
7286
7286
|
*
|
|
@@ -8690,7 +8690,7 @@ declare class MusicClient {
|
|
|
8690
8690
|
* const markets = await client.youtube.reference.markets();
|
|
8691
8691
|
* ```
|
|
8692
8692
|
*/
|
|
8693
|
-
declare class ReferenceClient$
|
|
8693
|
+
declare class ReferenceClient$5 {
|
|
8694
8694
|
private readonly client;
|
|
8695
8695
|
constructor(client: BaseClient);
|
|
8696
8696
|
/**
|
|
@@ -8784,7 +8784,7 @@ declare class YoutubeClient {
|
|
|
8784
8784
|
/** Client for YouTube Music search */
|
|
8785
8785
|
readonly music: MusicClient;
|
|
8786
8786
|
/** Client for reference data (categories, languages, regions, markets) */
|
|
8787
|
-
readonly reference: ReferenceClient$
|
|
8787
|
+
readonly reference: ReferenceClient$5;
|
|
8788
8788
|
/**
|
|
8789
8789
|
* Create a new YouTube client.
|
|
8790
8790
|
*
|
|
@@ -9177,7 +9177,7 @@ declare class PropertiesClient$1 {
|
|
|
9177
9177
|
* }
|
|
9178
9178
|
* ```
|
|
9179
9179
|
*/
|
|
9180
|
-
declare class ReferenceClient$
|
|
9180
|
+
declare class ReferenceClient$4 {
|
|
9181
9181
|
private readonly client;
|
|
9182
9182
|
constructor(client: BaseClient);
|
|
9183
9183
|
/**
|
|
@@ -9227,7 +9227,7 @@ declare class RealtorClient {
|
|
|
9227
9227
|
/** Client for full property detail */
|
|
9228
9228
|
readonly properties: PropertiesClient$1;
|
|
9229
9229
|
/** Client for reference data (markets) */
|
|
9230
|
-
readonly reference: ReferenceClient$
|
|
9230
|
+
readonly reference: ReferenceClient$4;
|
|
9231
9231
|
/**
|
|
9232
9232
|
* Create a new Realtor client.
|
|
9233
9233
|
*
|
|
@@ -9670,7 +9670,7 @@ declare class SellersClient {
|
|
|
9670
9670
|
* const { markets } = await client.leboncoin.reference.markets();
|
|
9671
9671
|
* ```
|
|
9672
9672
|
*/
|
|
9673
|
-
declare class ReferenceClient$
|
|
9673
|
+
declare class ReferenceClient$3 {
|
|
9674
9674
|
private readonly client;
|
|
9675
9675
|
constructor(client: BaseClient);
|
|
9676
9676
|
/**
|
|
@@ -9753,7 +9753,7 @@ declare class LeboncoinClient {
|
|
|
9753
9753
|
/** Client for seller profile and listings */
|
|
9754
9754
|
readonly sellers: SellersClient;
|
|
9755
9755
|
/** Client for reference data (categories, regions, departments, locations, markets) */
|
|
9756
|
-
readonly reference: ReferenceClient$
|
|
9756
|
+
readonly reference: ReferenceClient$3;
|
|
9757
9757
|
/**
|
|
9758
9758
|
* Create a new Leboncoin client.
|
|
9759
9759
|
*
|
|
@@ -10545,7 +10545,7 @@ declare class AgentClient {
|
|
|
10545
10545
|
* }
|
|
10546
10546
|
* ```
|
|
10547
10547
|
*/
|
|
10548
|
-
declare class ReferenceClient$
|
|
10548
|
+
declare class ReferenceClient$2 {
|
|
10549
10549
|
private readonly client;
|
|
10550
10550
|
constructor(client: BaseClient);
|
|
10551
10551
|
/**
|
|
@@ -10602,7 +10602,7 @@ declare class ZillowClient {
|
|
|
10602
10602
|
/** Client for agent profile + listings */
|
|
10603
10603
|
readonly agent: AgentClient;
|
|
10604
10604
|
/** Client for reference data (markets) */
|
|
10605
|
-
readonly reference: ReferenceClient$
|
|
10605
|
+
readonly reference: ReferenceClient$2;
|
|
10606
10606
|
/**
|
|
10607
10607
|
* Create a new Zillow client.
|
|
10608
10608
|
*
|
|
@@ -11432,7 +11432,7 @@ declare class BrokersClient {
|
|
|
11432
11432
|
* const types = await client.loopnet.reference.propertyTypes();
|
|
11433
11433
|
* ```
|
|
11434
11434
|
*/
|
|
11435
|
-
declare class ReferenceClient {
|
|
11435
|
+
declare class ReferenceClient$1 {
|
|
11436
11436
|
private readonly client;
|
|
11437
11437
|
constructor(client: BaseClient);
|
|
11438
11438
|
/**
|
|
@@ -11493,7 +11493,7 @@ declare class LoopNetClient {
|
|
|
11493
11493
|
/** Client for broker profile and their active listings */
|
|
11494
11494
|
readonly brokers: BrokersClient;
|
|
11495
11495
|
/** Client for reference data (markets, property types) */
|
|
11496
|
-
readonly reference: ReferenceClient;
|
|
11496
|
+
readonly reference: ReferenceClient$1;
|
|
11497
11497
|
/**
|
|
11498
11498
|
* Create a new LoopNet client.
|
|
11499
11499
|
*
|
|
@@ -12112,6 +12112,422 @@ declare class LinkedInClient {
|
|
|
12112
12112
|
health(): Promise<LinkedInHealthResponse>;
|
|
12113
12113
|
}
|
|
12114
12114
|
|
|
12115
|
+
/**
|
|
12116
|
+
* TypeScript types for the ChatGPT API.
|
|
12117
|
+
*
|
|
12118
|
+
* Answers come from the real chatgpt.com web surface (not the OpenAI API),
|
|
12119
|
+
* anonymously — no OpenAI account or API key is involved.
|
|
12120
|
+
*/
|
|
12121
|
+
/** Whether ChatGPT should browse the web for the answer. */
|
|
12122
|
+
type ChatGPTWebSearchMode = "auto" | "force" | "off";
|
|
12123
|
+
/** Parameters for the ask endpoint. */
|
|
12124
|
+
interface ChatGPTAskParams {
|
|
12125
|
+
/** The prompt to send. Maximum 4096 characters. */
|
|
12126
|
+
prompt: string;
|
|
12127
|
+
/** ISO-3166 alpha-2 egress country (default: "US") */
|
|
12128
|
+
country?: string;
|
|
12129
|
+
/** Whether ChatGPT should browse (default: "auto") */
|
|
12130
|
+
web_search?: ChatGPTWebSearchMode;
|
|
12131
|
+
}
|
|
12132
|
+
/** Parameters for the brand-visibility endpoint. */
|
|
12133
|
+
interface ChatGPTBrandVisibilityParams {
|
|
12134
|
+
/** The prompt to send. Maximum 4096 characters. */
|
|
12135
|
+
prompt: string;
|
|
12136
|
+
/** The brand name to look for in the answer. */
|
|
12137
|
+
brand: string;
|
|
12138
|
+
/** The brand's domain, used to detect brand citations. */
|
|
12139
|
+
domain?: string;
|
|
12140
|
+
/** Other spellings of the brand that should count as mentions. */
|
|
12141
|
+
aliases?: string[];
|
|
12142
|
+
/** Competitor names to measure share of voice against. */
|
|
12143
|
+
competitors?: string[];
|
|
12144
|
+
/** ISO-3166 alpha-2 egress country (default: "US") */
|
|
12145
|
+
country?: string;
|
|
12146
|
+
/** Whether ChatGPT should browse (default: "force") */
|
|
12147
|
+
web_search?: ChatGPTWebSearchMode;
|
|
12148
|
+
}
|
|
12149
|
+
/** Parameters for the models endpoint. */
|
|
12150
|
+
interface ChatGPTModelsParams {
|
|
12151
|
+
/** ISO-3166 alpha-2 egress country (default: "US") */
|
|
12152
|
+
country?: string;
|
|
12153
|
+
}
|
|
12154
|
+
/**
|
|
12155
|
+
* A web source ChatGPT actually referenced in its answer.
|
|
12156
|
+
*
|
|
12157
|
+
* `start_index` / `end_index` are character offsets into the answer, so a
|
|
12158
|
+
* citation can be anchored to the exact span of text it supports.
|
|
12159
|
+
*/
|
|
12160
|
+
interface ChatGPTCitation {
|
|
12161
|
+
/** Source URL */
|
|
12162
|
+
url: string | null;
|
|
12163
|
+
/** Page title */
|
|
12164
|
+
title: string | null;
|
|
12165
|
+
/** Snippet of the source text */
|
|
12166
|
+
snippet: string | null;
|
|
12167
|
+
/** Bare domain of the source (e.g. "reuters.com") */
|
|
12168
|
+
domain: string | null;
|
|
12169
|
+
/** Publisher attribution string, when ChatGPT provides one */
|
|
12170
|
+
attribution: string | null;
|
|
12171
|
+
/** Publication time as a Unix timestamp */
|
|
12172
|
+
pub_date_utc: number | null;
|
|
12173
|
+
/** Publication time as an ISO-8601 Z string */
|
|
12174
|
+
published_at: string | null;
|
|
12175
|
+
/** Character offset into the answer where the supported span begins */
|
|
12176
|
+
start_index: number | null;
|
|
12177
|
+
/** Character offset into the answer where the supported span ends */
|
|
12178
|
+
end_index: number | null;
|
|
12179
|
+
/** The answer substring this source supports */
|
|
12180
|
+
matched_text: string | null;
|
|
12181
|
+
}
|
|
12182
|
+
/** One entry of the FULL set ChatGPT retrieved — cited or not. */
|
|
12183
|
+
interface ChatGPTSearchResult {
|
|
12184
|
+
/** Result URL */
|
|
12185
|
+
url: string | null;
|
|
12186
|
+
/** Page title */
|
|
12187
|
+
title: string | null;
|
|
12188
|
+
/** Snippet of the result text */
|
|
12189
|
+
snippet: string | null;
|
|
12190
|
+
/** Bare domain of the result */
|
|
12191
|
+
domain: string | null;
|
|
12192
|
+
/** Publisher attribution string, when present */
|
|
12193
|
+
attribution: string | null;
|
|
12194
|
+
/** Publication time as a Unix timestamp */
|
|
12195
|
+
pub_date_utc: number | null;
|
|
12196
|
+
/** Publication time as an ISO-8601 Z string */
|
|
12197
|
+
published_at: string | null;
|
|
12198
|
+
/** Index of this result in the retrieved set */
|
|
12199
|
+
ref_index: number | null;
|
|
12200
|
+
/** Whether this result was actually referenced in the answer */
|
|
12201
|
+
cited: boolean;
|
|
12202
|
+
}
|
|
12203
|
+
/** A ChatGPT answer with its sources. */
|
|
12204
|
+
interface ChatGPTAskResponse {
|
|
12205
|
+
/** The prompt that was sent */
|
|
12206
|
+
prompt: string;
|
|
12207
|
+
/** The answer as plain text */
|
|
12208
|
+
answer: string;
|
|
12209
|
+
/** The answer as markdown, when available */
|
|
12210
|
+
answer_markdown: string | null;
|
|
12211
|
+
/** Sources ChatGPT actually referenced */
|
|
12212
|
+
citations: ChatGPTCitation[];
|
|
12213
|
+
/** The full retrieved set, cited or not */
|
|
12214
|
+
search_results: ChatGPTSearchResult[];
|
|
12215
|
+
/** Distinct domains across the sources */
|
|
12216
|
+
source_domains: string[];
|
|
12217
|
+
/** Whether ChatGPT ACTUALLY browsed the web */
|
|
12218
|
+
/** True when the render budget expired mid-answer; `answer` is partial. */
|
|
12219
|
+
truncated: boolean;
|
|
12220
|
+
web_search_triggered: boolean;
|
|
12221
|
+
/** Raw reference markers (e.g. "turn0search1") */
|
|
12222
|
+
/** Actual sub-queries ChatGPT issued to the search engine. */
|
|
12223
|
+
search_queries: string[];
|
|
12224
|
+
reference_tokens: string[];
|
|
12225
|
+
/** Model slug that answered (e.g. "gpt-5-5") */
|
|
12226
|
+
model: string | null;
|
|
12227
|
+
/** ChatGPT conversation identifier */
|
|
12228
|
+
conversation_id: string | null;
|
|
12229
|
+
/** ChatGPT message identifier */
|
|
12230
|
+
message_id: string | null;
|
|
12231
|
+
/** ISO-3166 alpha-2 egress country used */
|
|
12232
|
+
country: string;
|
|
12233
|
+
/** Length of the answer in characters */
|
|
12234
|
+
answer_length: number;
|
|
12235
|
+
/** Number of citations */
|
|
12236
|
+
citation_count: number;
|
|
12237
|
+
/** End-to-end latency in milliseconds */
|
|
12238
|
+
latency_ms: number;
|
|
12239
|
+
/** Creation time as a Unix timestamp */
|
|
12240
|
+
created_utc: number | null;
|
|
12241
|
+
/** Creation time as an ISO-8601 Z string */
|
|
12242
|
+
created_at: string | null;
|
|
12243
|
+
}
|
|
12244
|
+
/** How one competitor fared in the same answer. */
|
|
12245
|
+
interface ChatGPTCompetitorMention {
|
|
12246
|
+
/** Competitor name as supplied in the request */
|
|
12247
|
+
name: string;
|
|
12248
|
+
/** Whether the competitor appears in the answer */
|
|
12249
|
+
mentioned: boolean;
|
|
12250
|
+
/** Number of mentions */
|
|
12251
|
+
mention_count: number;
|
|
12252
|
+
/** Character offset of the first mention */
|
|
12253
|
+
first_position: number | null;
|
|
12254
|
+
/** Whether a competitor URL is cited as a source */
|
|
12255
|
+
cited: boolean;
|
|
12256
|
+
/** Cited URLs attributed to this competitor */
|
|
12257
|
+
cited_urls: string[];
|
|
12258
|
+
}
|
|
12259
|
+
/** AEO/GEO brand analysis of a ChatGPT answer. */
|
|
12260
|
+
interface ChatGPTBrandVisibilityResponse {
|
|
12261
|
+
/** The prompt that was sent */
|
|
12262
|
+
prompt: string;
|
|
12263
|
+
/** The brand that was analysed */
|
|
12264
|
+
brand: string;
|
|
12265
|
+
/** The brand's domain, when supplied */
|
|
12266
|
+
domain: string | null;
|
|
12267
|
+
/** Whether the brand appears in the answer */
|
|
12268
|
+
mentioned: boolean;
|
|
12269
|
+
/** Number of brand mentions */
|
|
12270
|
+
mention_count: number;
|
|
12271
|
+
/** Character offset of the first brand mention */
|
|
12272
|
+
first_position: number | null;
|
|
12273
|
+
/** 1.0 = named at the very start, 0.0 = absent */
|
|
12274
|
+
position_score: number;
|
|
12275
|
+
/** Brand mentions / (brand + competitor mentions) */
|
|
12276
|
+
share_of_voice_pct: number;
|
|
12277
|
+
/** Whether the brand's domain is cited as a source */
|
|
12278
|
+
cited: boolean;
|
|
12279
|
+
/** Cited URLs on the brand's domain */
|
|
12280
|
+
cited_urls: string[];
|
|
12281
|
+
/** 1-based rank of the first cited brand URL */
|
|
12282
|
+
citation_rank: number | null;
|
|
12283
|
+
/** Per-competitor breakdown */
|
|
12284
|
+
competitors: ChatGPTCompetitorMention[];
|
|
12285
|
+
/** Answer text around the first brand mention */
|
|
12286
|
+
excerpt: string | null;
|
|
12287
|
+
/** The answer as plain text */
|
|
12288
|
+
answer: string;
|
|
12289
|
+
/** Sources ChatGPT actually referenced */
|
|
12290
|
+
citations: ChatGPTCitation[];
|
|
12291
|
+
/** Whether ChatGPT ACTUALLY browsed the web */
|
|
12292
|
+
web_search_triggered: boolean;
|
|
12293
|
+
/** Model slug that answered */
|
|
12294
|
+
model: string | null;
|
|
12295
|
+
/** ISO-3166 alpha-2 egress country used */
|
|
12296
|
+
country: string;
|
|
12297
|
+
/** End-to-end latency in milliseconds */
|
|
12298
|
+
latency_ms: number;
|
|
12299
|
+
/** Creation time as a Unix timestamp */
|
|
12300
|
+
created_utc: number | null;
|
|
12301
|
+
/** Creation time as an ISO-8601 Z string */
|
|
12302
|
+
created_at: string | null;
|
|
12303
|
+
}
|
|
12304
|
+
/** One model offered by chatgpt.com. */
|
|
12305
|
+
interface ChatGPTModel {
|
|
12306
|
+
/** Model slug (e.g. "gpt-5-5") */
|
|
12307
|
+
slug: string;
|
|
12308
|
+
/** Human-readable name */
|
|
12309
|
+
title: string | null;
|
|
12310
|
+
/** Short description */
|
|
12311
|
+
description: string | null;
|
|
12312
|
+
/** Maximum context length, when advertised */
|
|
12313
|
+
max_tokens: number | null;
|
|
12314
|
+
/** Model tags */
|
|
12315
|
+
tags: string[];
|
|
12316
|
+
}
|
|
12317
|
+
/** The models chatgpt.com currently offers. */
|
|
12318
|
+
interface ChatGPTModelsResponse {
|
|
12319
|
+
/** Available models */
|
|
12320
|
+
models: ChatGPTModel[];
|
|
12321
|
+
/** Number of models */
|
|
12322
|
+
count: number;
|
|
12323
|
+
}
|
|
12324
|
+
|
|
12325
|
+
/**
|
|
12326
|
+
* ChatGPT Ask API client.
|
|
12327
|
+
*
|
|
12328
|
+
* Sends a prompt to the real chatgpt.com and returns the answer as structured
|
|
12329
|
+
* JSON, including the web sources ChatGPT cited.
|
|
12330
|
+
*/
|
|
12331
|
+
|
|
12332
|
+
/**
|
|
12333
|
+
* Client for the ChatGPT ask endpoint.
|
|
12334
|
+
*
|
|
12335
|
+
* @example
|
|
12336
|
+
* ```typescript
|
|
12337
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
12338
|
+
*
|
|
12339
|
+
* const result = await client.chatgpt.ask.ask({
|
|
12340
|
+
* prompt: "best running shoes 2026",
|
|
12341
|
+
* });
|
|
12342
|
+
* console.log(result.answer);
|
|
12343
|
+
* for (const citation of result.citations) {
|
|
12344
|
+
* console.log(`${citation.domain}: ${citation.url}`);
|
|
12345
|
+
* }
|
|
12346
|
+
* ```
|
|
12347
|
+
*/
|
|
12348
|
+
declare class AskClient {
|
|
12349
|
+
private readonly client;
|
|
12350
|
+
constructor(client: BaseClient);
|
|
12351
|
+
/**
|
|
12352
|
+
* Ask ChatGPT a question and get the answer with its sources.
|
|
12353
|
+
*
|
|
12354
|
+
* Costs 20 credits. Typical latency is 20-25s ungrounded, 30-70s with web search.
|
|
12355
|
+
*
|
|
12356
|
+
* @param params - Ask parameters.
|
|
12357
|
+
* @param params.prompt - The prompt to send (max 4096 characters).
|
|
12358
|
+
* @param params.country - ISO-3166 alpha-2 egress country (default: "US").
|
|
12359
|
+
* @param params.web_search - "auto", "force", or "off" (default: "auto").
|
|
12360
|
+
* @returns The answer, its citations, and the full retrieved search set.
|
|
12361
|
+
*
|
|
12362
|
+
* @example
|
|
12363
|
+
* ```typescript
|
|
12364
|
+
* const result = await client.chatgpt.ask.ask({
|
|
12365
|
+
* prompt: "what is the best CRM for a 10-person startup?",
|
|
12366
|
+
* country: "GB",
|
|
12367
|
+
* web_search: "force",
|
|
12368
|
+
* });
|
|
12369
|
+
* console.log(result.web_search_triggered, result.model);
|
|
12370
|
+
* for (const source of result.search_results) {
|
|
12371
|
+
* console.log(`${source.cited ? "*" : " "} ${source.url}`);
|
|
12372
|
+
* }
|
|
12373
|
+
* ```
|
|
12374
|
+
*/
|
|
12375
|
+
ask(params: ChatGPTAskParams): Promise<ChatGPTAskResponse>;
|
|
12376
|
+
}
|
|
12377
|
+
|
|
12378
|
+
/**
|
|
12379
|
+
* ChatGPT Brand Visibility API client.
|
|
12380
|
+
*
|
|
12381
|
+
* Answer-engine-optimisation (AEO/GEO) analysis: ask ChatGPT a prompt and get
|
|
12382
|
+
* back how a brand fares in the answer, next to its competitors.
|
|
12383
|
+
*/
|
|
12384
|
+
|
|
12385
|
+
/**
|
|
12386
|
+
* Client for the ChatGPT brand-visibility endpoint.
|
|
12387
|
+
*
|
|
12388
|
+
* @example
|
|
12389
|
+
* ```typescript
|
|
12390
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
12391
|
+
*
|
|
12392
|
+
* const result = await client.chatgpt.brand.visibility({
|
|
12393
|
+
* prompt: "best web scraping API",
|
|
12394
|
+
* brand: "ScrapeBadger",
|
|
12395
|
+
* domain: "scrapebadger.com",
|
|
12396
|
+
* competitors: ["Bright Data", "Apify"],
|
|
12397
|
+
* });
|
|
12398
|
+
* console.log(result.mentioned, result.share_of_voice_pct);
|
|
12399
|
+
* ```
|
|
12400
|
+
*/
|
|
12401
|
+
declare class BrandClient {
|
|
12402
|
+
private readonly client;
|
|
12403
|
+
constructor(client: BaseClient);
|
|
12404
|
+
/**
|
|
12405
|
+
* Analyse how a brand shows up in ChatGPT's answer to a prompt.
|
|
12406
|
+
*
|
|
12407
|
+
* Costs 25 credits.
|
|
12408
|
+
*
|
|
12409
|
+
* @param params - Brand-visibility parameters.
|
|
12410
|
+
* @param params.prompt - The prompt to send (max 4096 characters).
|
|
12411
|
+
* @param params.brand - The brand name to look for in the answer.
|
|
12412
|
+
* @param params.domain - The brand's domain, used to detect brand citations.
|
|
12413
|
+
* @param params.aliases - Other spellings that should count as mentions.
|
|
12414
|
+
* @param params.competitors - Competitors to measure share of voice against.
|
|
12415
|
+
* @param params.country - ISO-3166 alpha-2 egress country (default: "US").
|
|
12416
|
+
* @param params.web_search - "auto", "force", or "off" (default: "force").
|
|
12417
|
+
* @returns The brand analysis plus the answer and its citations.
|
|
12418
|
+
*
|
|
12419
|
+
* @example
|
|
12420
|
+
* ```typescript
|
|
12421
|
+
* const result = await client.chatgpt.brand.visibility({
|
|
12422
|
+
* prompt: "which proxy provider should I use?",
|
|
12423
|
+
* brand: "ScrapeBadger",
|
|
12424
|
+
* domain: "scrapebadger.com",
|
|
12425
|
+
* aliases: ["Scrape Badger"],
|
|
12426
|
+
* competitors: ["Bright Data", "Oxylabs"],
|
|
12427
|
+
* country: "DE",
|
|
12428
|
+
* });
|
|
12429
|
+
* console.log(`position score: ${result.position_score}`);
|
|
12430
|
+
* for (const competitor of result.competitors) {
|
|
12431
|
+
* console.log(`${competitor.name}: ${competitor.mention_count}`);
|
|
12432
|
+
* }
|
|
12433
|
+
* ```
|
|
12434
|
+
*/
|
|
12435
|
+
visibility(params: ChatGPTBrandVisibilityParams): Promise<ChatGPTBrandVisibilityResponse>;
|
|
12436
|
+
}
|
|
12437
|
+
|
|
12438
|
+
/**
|
|
12439
|
+
* ChatGPT Reference Data API client.
|
|
12440
|
+
*
|
|
12441
|
+
* Provides the list of models chatgpt.com currently offers.
|
|
12442
|
+
*/
|
|
12443
|
+
|
|
12444
|
+
/**
|
|
12445
|
+
* Client for ChatGPT reference data endpoints.
|
|
12446
|
+
*
|
|
12447
|
+
* @example
|
|
12448
|
+
* ```typescript
|
|
12449
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
12450
|
+
*
|
|
12451
|
+
* const result = await client.chatgpt.reference.models();
|
|
12452
|
+
* for (const model of result.models) {
|
|
12453
|
+
* console.log(`${model.slug}: ${model.title}`);
|
|
12454
|
+
* }
|
|
12455
|
+
* ```
|
|
12456
|
+
*/
|
|
12457
|
+
declare class ReferenceClient {
|
|
12458
|
+
private readonly client;
|
|
12459
|
+
constructor(client: BaseClient);
|
|
12460
|
+
/**
|
|
12461
|
+
* Get the models chatgpt.com currently offers.
|
|
12462
|
+
*
|
|
12463
|
+
* Costs 1 credit.
|
|
12464
|
+
*
|
|
12465
|
+
* @param params - Optional parameters.
|
|
12466
|
+
* @param params.country - ISO-3166 alpha-2 egress country (default: "US").
|
|
12467
|
+
* @returns The available models.
|
|
12468
|
+
*
|
|
12469
|
+
* @example
|
|
12470
|
+
* ```typescript
|
|
12471
|
+
* const result = await client.chatgpt.reference.models({ country: "GB" });
|
|
12472
|
+
* console.log(`${result.count} models`);
|
|
12473
|
+
* for (const model of result.models) {
|
|
12474
|
+
* console.log(`${model.slug}: ${model.max_tokens} tokens`);
|
|
12475
|
+
* }
|
|
12476
|
+
* ```
|
|
12477
|
+
*/
|
|
12478
|
+
models(params?: ChatGPTModelsParams): Promise<ChatGPTModelsResponse>;
|
|
12479
|
+
}
|
|
12480
|
+
|
|
12481
|
+
/**
|
|
12482
|
+
* ChatGPT API client.
|
|
12483
|
+
*
|
|
12484
|
+
* Provides access to all ChatGPT API endpoints through specialized sub-clients.
|
|
12485
|
+
*/
|
|
12486
|
+
|
|
12487
|
+
/**
|
|
12488
|
+
* ChatGPT API client with access to all ChatGPT endpoints.
|
|
12489
|
+
*
|
|
12490
|
+
* Prompts the real chatgpt.com — not the OpenAI API — anonymously, and returns
|
|
12491
|
+
* the answer as structured JSON including the web sources ChatGPT cited.
|
|
12492
|
+
*
|
|
12493
|
+
* Sub-clients:
|
|
12494
|
+
* - `ask` - Send a prompt and get the answer with its sources
|
|
12495
|
+
* - `brand` - AEO/GEO brand-visibility analysis
|
|
12496
|
+
* - `reference` - Reference data (available models)
|
|
12497
|
+
*
|
|
12498
|
+
* @example
|
|
12499
|
+
* ```typescript
|
|
12500
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
12501
|
+
*
|
|
12502
|
+
* // Ask a question
|
|
12503
|
+
* const result = await client.chatgpt.ask.ask({ prompt: "best running shoes 2026" });
|
|
12504
|
+
*
|
|
12505
|
+
* // Brand visibility
|
|
12506
|
+
* const brand = await client.chatgpt.brand.visibility({
|
|
12507
|
+
* prompt: "best web scraping API",
|
|
12508
|
+
* brand: "ScrapeBadger",
|
|
12509
|
+
* competitors: ["Bright Data"],
|
|
12510
|
+
* });
|
|
12511
|
+
*
|
|
12512
|
+
* // Available models
|
|
12513
|
+
* const models = await client.chatgpt.reference.models();
|
|
12514
|
+
* ```
|
|
12515
|
+
*/
|
|
12516
|
+
declare class ChatGPTClient {
|
|
12517
|
+
/** Client for asking ChatGPT a question */
|
|
12518
|
+
readonly ask: AskClient;
|
|
12519
|
+
/** Client for AEO/GEO brand-visibility analysis */
|
|
12520
|
+
readonly brand: BrandClient;
|
|
12521
|
+
/** Client for reference data (available models) */
|
|
12522
|
+
readonly reference: ReferenceClient;
|
|
12523
|
+
/**
|
|
12524
|
+
* Create a new ChatGPT client.
|
|
12525
|
+
*
|
|
12526
|
+
* @param client - The base HTTP client for making requests.
|
|
12527
|
+
*/
|
|
12528
|
+
constructor(client: BaseClient);
|
|
12529
|
+
}
|
|
12530
|
+
|
|
12115
12531
|
/**
|
|
12116
12532
|
* Main ScrapeBadger client.
|
|
12117
12533
|
*
|
|
@@ -12188,6 +12604,8 @@ declare class ScrapeBadger {
|
|
|
12188
12604
|
readonly depop: DepopClient;
|
|
12189
12605
|
/** LinkedIn scraper API client — 11 no-auth endpoints (jobs, company, school, profile, post, article, learning, geo) */
|
|
12190
12606
|
readonly linkedin: LinkedInClient;
|
|
12607
|
+
/** ChatGPT scraper API client — ask, brand visibility, models (the real chatgpt.com, anonymous) */
|
|
12608
|
+
readonly chatgpt: ChatGPTClient;
|
|
12191
12609
|
/**
|
|
12192
12610
|
* Create a new ScrapeBadger client.
|
|
12193
12611
|
*
|
|
@@ -12216,4 +12634,4 @@ declare class ScrapeBadger {
|
|
|
12216
12634
|
constructor(config?: Partial<ScrapeBadgerConfig>);
|
|
12217
12635
|
}
|
|
12218
12636
|
|
|
12219
|
-
export { type AiListItem, type AiModeResponse, type AiModeSearchParams, type AiReference, type AiTableRow, type AiTextBlock, type AmazonAutocompleteParams, type AutocompleteResponse$4 as AmazonAutocompleteResponse, type AutocompleteSuggestion$1 as AmazonAutocompleteSuggestion, type Bestseller as AmazonBestseller, type BestsellersRankEntry as AmazonBestsellersRankEntry, type BestsellersResponse as AmazonBestsellersResponse, type Buybox as AmazonBuybox, type CategoriesResponse$3 as AmazonCategoriesResponse, type CategoryInfo$1 as AmazonCategoryInfo, type AmazonCategoryParams, type CategoryResponse$1 as AmazonCategoryResponse, AmazonClient, type Coupon as AmazonCoupon, type Deal as AmazonDeal, type AmazonDealsParams, type DealsResponse as AmazonDealsResponse, type Delivery as AmazonDelivery, type FeedbackWindow as AmazonFeedbackWindow, ListingsClient$1 as AmazonListingsClient, type AmazonListingsParams, type MarketInfo$5 as AmazonMarketInfo, type MarketsResponse$8 as AmazonMarketsResponse, type NewReleasesResponse as AmazonNewReleasesResponse, type Offer as AmazonOffer, type OfferCondition as AmazonOfferCondition, type OfferDelivery as AmazonOfferDelivery, type OfferSeller as AmazonOfferSeller, type AmazonOffersParams, type OffersResponse as AmazonOffersResponse, type Pagination$3 as AmazonPagination, type AmazonPrice, type Product as AmazonProduct, type ProductBadges as AmazonProductBadges, type ProductDeal as AmazonProductDeal, type ProductDetailResponse as AmazonProductDetailResponse, type AmazonProductParams, type ProductVariant as AmazonProductVariant, ProductsClient$1 as AmazonProductsClient, type RatingBreakdown$1 as AmazonRatingBreakdown, ReferenceClient$8 as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$8 as AmazonSearchClient, type AmazonSearchParams, type SearchResponse$7 as AmazonSearchResponse, type SearchResult$3 as AmazonSearchResult, type Seller$2 as AmazonSeller, type SellerFeedbackEntry as AmazonSellerFeedbackEntry, type SellerFeedbackResponse$1 as AmazonSellerFeedbackResponse, type SellerFeedbackSummary as AmazonSellerFeedbackSummary, type AmazonSellerListParams, type AmazonSellerParams, type SellerProductsResponse as AmazonSellerProductsResponse, type SellerProfileResponse$1 as AmazonSellerProfileResponse, SellersClient$2 as AmazonSellersClient, type AutocompleteParams, type DepopCard, DepopClient, type DepopMarket, type DepopMarketsResponse, type DepopProductDetail, type DepopProductParams, type SearchMeta as DepopSearchMeta, type DepopSearchParams, type DepopSearchResponse, type DepopShopProfile, type DepopUserParams, type DepopUserProductsParams, type DepopUserProductsResponse, type DetectOptions, type DetectResult, type DomainPostsResponse, type EbayAutocompleteParams, type AutocompleteResponse$3 as EbayAutocompleteResponse, type AutocompleteSuggestion as EbayAutocompleteSuggestion, type EbayBuyingFormat, CategoriesClient as EbayCategoriesClient, type CategoriesResponse$2 as EbayCategoriesResponse, type CategoryInfo as EbayCategoryInfo, type EbayCategoryParams, type CategoryResponse as EbayCategoryResponse, EbayClient, type EbayCompletedParams, type EbayCondition, type FeedbackBreakdown as EbayFeedbackBreakdown, type FeedbackEntry as EbayFeedbackEntry, type Image as EbayImage, type Item as EbayItem, type ItemDetailResponse as EbayItemDetailResponse, type EbayItemParams, type ItemSeller as EbayItemSeller, ItemsClient as EbayItemsClient, type MarketInfo$4 as EbayMarketInfo, type MarketsResponse$6 as EbayMarketsResponse, type Pagination$2 as EbayPagination, type EbayPrice, type RatingHistogram as EbayRatingHistogram, ReferenceClient$5 as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$5 as EbaySearchClient, type EbaySearchParams, type SearchResponse$6 as EbaySearchResponse, type SearchResult$1 as EbaySearchResult, type Seller$1 as EbaySeller, type EbaySellerFeedbackParams, type SellerFeedbackResponse as EbaySellerFeedbackResponse, type EbaySellerItemsParams, type SellerItemsResponse as EbaySellerItemsResponse, type EbaySellerParams, type SellerProfileResponse as EbaySellerProfileResponse, SellersClient$1 as EbaySellersClient, type ShippingOption as EbayShippingOption, type EbaySortBy, type FinanceQuoteParams, type FlightsSearchParams, type FlightsSortBy, type FlightsStopsFilter, type FlightsTravelClass, type FlightsTripType, AiModeClient as GoogleAiModeClient, AutocompleteClient as GoogleAutocompleteClient, GoogleClient, FinanceClient as GoogleFinanceClient, FlightsClient as GoogleFlightsClient, HotelsClient as GoogleHotelsClient, ImagesClient as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$2 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$a as GoogleSearchClient, type GoogleSearchParams, ShoppingClient as GoogleShoppingClient, ShortsClient$1 as GoogleShortsClient, TrendsClient as GoogleTrendsClient, VideosClient$2 as GoogleVideosClient, type HotelsDetailsParams, type HotelsSearchParams, type ImagesSearchParams, type Agency as ImmobiliareAgency, type AgencyAgent as ImmobiliareAgencyAgent, type ImmobiliareAgencyListingsParams, type AgencyListingsResponse as ImmobiliareAgencyListingsResponse, type ImmobiliareAgencyParams, type AgencyProfile as ImmobiliareAgencyProfile, type Agent as ImmobiliareAgent, type ImmobiliareAutocompleteParams, type ImmobiliareCategory, ImmobiliareClient, type ImmobiliareContract, type Feature as ImmobiliareFeature, type Listing as ImmobiliareListing, type ImmobiliareListingParams, type Location as ImmobiliareLocation, type Market as ImmobiliareMarket, type ImmobiliareMarketCode, type MarketsResponse$1 as ImmobiliareMarketsResponse, type Photo as ImmobiliarePhoto, type Price as ImmobiliarePrice, type ImmobiliarePriceStatsParams, type PriceStatsPoint as ImmobiliarePriceStatsPoint, type PriceStatsResponse as ImmobiliarePriceStatsResponse, type PropertyUnit as ImmobiliarePropertyUnit, type ReferenceResponse as ImmobiliareReferenceResponse, type RelatedSearch as ImmobiliareRelatedSearch, type ImmobiliareSearchParams, type SearchResponse$1 as ImmobiliareSearchResponse, type ImmobiliareSort, type SuggestResponse as ImmobiliareSuggestResponse, type Suggestion as ImmobiliareSuggestion, type JobsSearchParams, type Ad as LeboncoinAd, type AdResponse as LeboncoinAdResponse, type LeboncoinAdType, AdsClient as LeboncoinAdsClient, type Attribute as LeboncoinAttribute, type CategoriesResponse as LeboncoinCategoriesResponse, type Category as LeboncoinCategory, LeboncoinClient, type Department as LeboncoinDepartment, type LeboncoinDepartmentsParams, type DepartmentsResponse as LeboncoinDepartmentsResponse, type FeedbackScores as LeboncoinFeedbackScores, type Images as LeboncoinImages, type Location$1 as LeboncoinLocation, type LocationSearchResponse as LeboncoinLocationSearchResponse, type LocationSuggestion as LeboncoinLocationSuggestion, type MarketsResponse$3 as LeboncoinMarketsResponse, type Owner as LeboncoinOwner, type LeboncoinOwnerType, ReferenceClient$2 as LeboncoinReferenceClient, type Region as LeboncoinRegion, type RegionsResponse as LeboncoinRegionsResponse, SearchClient$2 as LeboncoinSearchClient, type LeboncoinSearchParams, type SearchResponse$3 as LeboncoinSearchResponse, type Seller as LeboncoinSeller, type LeboncoinSellerListingsParams, type SellerListingsResponse as LeboncoinSellerListingsResponse, type SellerResponse as LeboncoinSellerResponse, SellersClient as LeboncoinSellersClient, type LeboncoinSimilarParams, type SimilarResponse as LeboncoinSimilarResponse, type LeboncoinSortBy, type StoreRatingReview as LeboncoinStoreRatingReview, type LensSearchParams, type Address as LinkedInAddress, LinkedInClient, type Company as LinkedInCompany, type LinkedInCompanyJobsParams, type LinkedInCountryParams, type CourseInstructor as LinkedInCourseInstructor, type LinkedInGeoSuggestResponse, type GeoSuggestion as LinkedInGeoSuggestion, type LinkedInHealthResponse, type JobCard as LinkedInJobCard, type JobDetail as LinkedInJobDetail, type JobsSearchMeta as LinkedInJobsSearchMeta, type LinkedInJobsSearchParams, type LinkedInJobsSearchResponse, type LearningCourse as LinkedInLearningCourse, type Post as LinkedInPost, type PostComment as LinkedInPostComment, type Profile as LinkedInProfile, type ProfileEducation as LinkedInProfileEducation, type ProfileExperience as LinkedInProfileExperience, type School as LinkedInSchool, type Broker as LoopNetBroker, type LoopNetBrokerParams, type BrokerProfile as LoopNetBrokerProfile, type BrokerResponse as LoopNetBrokerResponse, BrokersClient as LoopNetBrokersClient, LoopNetClient, type ListingCard as LoopNetListingCard, type ListingDetail as LoopNetListingDetail, type LoopNetListingParams, type ListingResponse as LoopNetListingResponse, type LoopNetListingType, ListingsClient as LoopNetListingsClient, type LoopNetMarket, type MarketInfo as LoopNetMarketInfo, type MarketsResponse as LoopNetMarketsResponse, type Pagination as LoopNetPagination, type LoopNetPriceType, type PropertyTypeInfo as LoopNetPropertyTypeInfo, type PropertyTypesResponse as LoopNetPropertyTypesResponse, ReferenceClient as LoopNetReferenceClient, SearchClient as LoopNetSearchClient, type LoopNetSearchParams, type SearchResponse as LoopNetSearchResponse, type Space as LoopNetSpace, type MapsPhotosParams, type MapsPlaceParams, type MapsPostsParams, type MapsReviewsParams, type MapsSearchParams, type NewsSearchParams, type NewsTopicsParams, type NewsTrendingParams, type PatentsDetailParams, type PatentsSearchParams, type PopularSubredditsResponse, type PostCommentsResponse, type PostDetailResponse, type PostDuplicatesResponse, type ProductsDetailParams, type Address$2 as RealtorAddress, type Agent$2 as RealtorAgent, type RealtorAutocompleteOptions, type AutocompleteResponse$1 as RealtorAutocompleteResponse, RealtorClient, type Coordinate as RealtorCoordinate, type DetailGroup as RealtorDetailGroup, type Estimate as RealtorEstimate, type Flags as RealtorFlags, type RealtorMarket, type MarketInfo$2 as RealtorMarketInfo, type MarketsResponse$4 as RealtorMarketsResponse, type Office as RealtorOffice, type OpenHouse$1 as RealtorOpenHouse, type Phone as RealtorPhone, type Photo$2 as RealtorPhoto, type PriceEvent as RealtorPriceEvent, PropertiesClient$1 as RealtorPropertiesClient, type Property$1 as RealtorProperty, type PropertyDetail as RealtorPropertyDetail, type RealtorPropertyOptions, ReferenceClient$3 as RealtorReferenceClient, type School$2 as RealtorSchool, SearchClient$3 as RealtorSearchClient, type RealtorSearchOptions, type SearchResponse$4 as RealtorSearchResponse, type RealtorSort, type RealtorStatus, type Suggestion$1 as RealtorSuggestion, type TaxRecord as RealtorTaxRecord, type RedditAward, RedditClient, type RedditComment, type RedditModeratedSubreddit, type RedditPagination, type RedditPost, PostsClient as RedditPostsClient, type RedditRule, SearchClient$9 as RedditSearchClient, type RedditSubreddit, SubredditsClient as RedditSubredditsClient, type RedditTrophy, type RedditUser, type UserProfileResponse as RedditUserProfileResponse, type RedditUserSubreddit, UsersClient$1 as RedditUsersClient, type RedditWikiPage, type Address$3 as RedfinAddress, type Agent$3 as RedfinAgent, type RedfinAgentParams, type AgentResponse$1 as RedfinAgentResponse, type AgentReview$1 as RedfinAgentReview, type AmenityGroup as RedfinAmenityGroup, type AutocompleteResponse$5 as RedfinAutocompleteResponse, type AutocompleteResult$1 as RedfinAutocompleteResult, RedfinClient, type DataSource as RedfinDataSource, type RedfinHomeType, type LatLong$1 as RedfinLatLong, type Listing$2 as RedfinListing, type MapBounds$1 as RedfinMapBounds, type MarketInfo$6 as RedfinMarketInfo, type MarketsResponse$9 as RedfinMarketsResponse, type Pagination$4 as RedfinPagination, type Photo$3 as RedfinPhoto, type PriceHistoryEvent$1 as RedfinPriceHistoryEvent, type Property$2 as RedfinProperty, type RedfinPropertyParams, type PropertyResponse$1 as RedfinPropertyResponse, type RegionSelection$1 as RedfinRegionSelection, type Sash as RedfinSash, type School$3 as RedfinSchool, type SearchMedian as RedfinSearchMedian, type RedfinSearchParams, type SearchResponse$8 as RedfinSearchResponse, type RedfinSort, type TaxHistoryEvent$1 as RedfinTaxHistoryEvent, type ScholarAuthorCitationParams, type ScholarAuthorParams, type ScholarCiteParams, type ScholarProfilesParams, type ScholarSearchParams, ScrapeBadger, ScrapeBadgerConfig, type ScrapeOptions, type ScrapeResult, type SearchPostsResponse, type SearchSubredditsResponse, type SearchUsersResponse, type ShopeeCategoriesParams, type ShopeeCategoryItemsParams, type CategoryNode as ShopeeCategoryNode, type CategoryTree as ShopeeCategoryTree, ShopeeClient, type ShopeeMarket, type MarketsResponse$7 as ShopeeMarketsResponse, type ShopeeProduct, type ProductAttribute as ShopeeProductAttribute, type ProductImage as ShopeeProductImage, type ProductModel as ShopeeProductModel, type ShopeeProductParams, ProductsClient as ShopeeProductsClient, type RatingBreakdown as ShopeeRatingBreakdown, ReferenceClient$7 as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$7 as ShopeeSearchClient, type ShopeeSearchParams, type SearchResult$2 as ShopeeSearchResult, type ShoppingClickParams, type ShoppingOffersParams, type ShoppingProductParams, type ShoppingSearchParams, type ShortsSearchParams, type SubredditDetailResponse, type SubredditPostsResponse, type SubredditRulesResponse, type SubredditWikiPagesResponse, type TikTokAd, type AdLibraryPage as TikTokAdLibraryPage, type AdLibrarySearchResponse as TikTokAdLibrarySearchResponse, type TikTokAdSearchParams, type TikTokAdVideo, AdsClient$1 as TikTokAdsClient, type TikTokAnchor, type TikTokAuthor, type TikTokChallenge, TikTokClient, type TikTokComment, type CommentListResponse as TikTokCommentListResponse, type TikTokCommentRepliesParams, type TikTokCommentsParams, type TikTokCursorPage, type TikTokEffectSticker, type TikTokHashtag, type TikTokHashtagParams, type HashtagResponse$1 as TikTokHashtagResponse, type HashtagSearchResponse as TikTokHashtagSearchResponse, HashtagsClient as TikTokHashtagsClient, type TikTokListVideosParams, type TikTokMusic, MusicClient$1 as TikTokMusicClient, type TikTokMusicParams, type MusicResponse as TikTokMusicResponse, type TikTokOEmbed, type TikTokOEmbedParams, type ProfileResponse as TikTokProfileResponse, ReferenceClient$6 as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$6 as TikTokSearchClient, type TikTokSearchParams, type TikTokStats, type TikTokSubtitle, type TikTokTextExtra, type TikTokTranscriptParams, type TranscriptResponse as TikTokTranscriptResponse, TrendingClient$1 as TikTokTrendingClient, type TikTokTrendingHashtag, type TrendingHashtagsResponse as TikTokTrendingHashtagsResponse, type TikTokTrendingParams, type TikTokTrendingSong, type TrendingSongsResponse as TikTokTrendingSongsResponse, type TikTokTrendingVideosParams, type TikTokUser, type TikTokUserListParams, type UserListResponse as TikTokUserListResponse, type TikTokUserParams, type UserSearchResponse as TikTokUserSearchResponse, type TikTokUserStats, UsersClient as TikTokUsersClient, type TikTokVideo, type TikTokVideoControl, type VideoListResponse as TikTokVideoListResponse, type TikTokVideoMeta, type TikTokVideoParams, type VideoResponse as TikTokVideoResponse, type TikTokVideoStatus, VideosClient$1 as TikTokVideosClient, type TrendingPostsResponse, type TrendsAutocompleteParams, type TrendsInterestParams, type TrendsRegionsParams, type TrendsRelatedParams, type TrendsTrendingParams, TwitterClient, type UserCommentsResponse, type UserModeratedResponse, type UserPostsResponse, type UserTrophiesResponse, type VideosSearchParams, type VintedBrand, type BrandsResponse as VintedBrandsResponse, VintedClient, type VintedColor, type ColorsResponse as VintedColorsResponse, type VintedItemDetail, type ItemDetailResponse$1 as VintedItemDetailResponse, type VintedItemSummary, ItemsClient$1 as VintedItemsClient, type VintedMarket, type MarketsResponse$a as VintedMarketsResponse, type VintedPagination, type VintedPhoto, type VintedPrice, ReferenceClient$9 as VintedReferenceClient, SearchClient$b as VintedSearchClient, type VintedSearchParams, type SearchResponse$9 as VintedSearchResponse, type VintedSellerSummary, type VintedStatus, type StatusesResponse as VintedStatusesResponse, type UserItemsResponse as VintedUserItemsResponse, type VintedUserProfile, type UserProfileResponse$1 as VintedUserProfileResponse, type VintedUserSummary, UsersClient$2 as VintedUsersClient, WebClient, type WikiPageResponse, type AudioTrack as YoutubeAudioTrack, type YoutubeAutocompleteParams, type AutocompleteResponse$2 as YoutubeAutocompleteResponse, type YoutubeBatchParams, type BatchResponse as YoutubeBatchResponse, type CaptionTrack as YoutubeCaptionTrack, type YoutubeCaptionsParams, type CaptionsResponse as YoutubeCaptionsResponse, type YoutubeCategoriesParams, type CategoriesResponse$1 as YoutubeCategoriesResponse, type Channel as YoutubeChannel, type ChannelAbout as YoutubeChannelAbout, type ChannelLink as YoutubeChannelLink, type YoutubeChannelParams, type YoutubeChannelSearchParams, type YoutubeChannelTabParams, type ChannelTabResponse as YoutubeChannelTabResponse, type ChannelVideosResponse as YoutubeChannelVideosResponse, ChannelsClient as YoutubeChannelsClient, type Chapter as YoutubeChapter, YoutubeClient, type Comment as YoutubeComment, type YoutubeCommentSort, type YoutubeCommentsParams, type CommentsResponse as YoutubeCommentsResponse, CommunityClient as YoutubeCommunityClient, type CommunityPost as YoutubeCommunityPost, type CommunityResponse as YoutubeCommunityResponse, type YoutubeDuration, type Format as YoutubeFormat, type YoutubeHashtagParams, type HashtagResponse as YoutubeHashtagResponse, type HeatMarker as YoutubeHeatMarker, type YoutubeHomeParams, type HomeResponse as YoutubeHomeResponse, type LanguagesResponse as YoutubeLanguagesResponse, type LiveChatMessage as YoutubeLiveChatMessage, type YoutubeLiveChatParams, type LiveChatResponse as YoutubeLiveChatResponse, type LiveStreamingDetails as YoutubeLiveStreamingDetails, type MarketInfo$3 as YoutubeMarketInfo, type MarketsResponse$5 as YoutubeMarketsResponse, MusicClient as YoutubeMusicClient, type YoutubeMusicSearchParams, type OEmbed as YoutubeOEmbed, type YoutubeOEmbedParams, type Playlist as YoutubePlaylist, type PlaylistItem as YoutubePlaylistItem, type YoutubePlaylistItemsParams, type PlaylistItemsResponse as YoutubePlaylistItemsResponse, type YoutubePlaylistParams, PlaylistsClient as YoutubePlaylistsClient, type PollChoice as YoutubePollChoice, type YoutubePostCommentsParams, type YoutubePostParams, ReferenceClient$4 as YoutubeReferenceClient, type ReferenceRow as YoutubeReferenceRow, type YoutubeRegionParams, type RegionRestriction as YoutubeRegionRestriction, type RegionsResponse$1 as YoutubeRegionsResponse, type YoutubeRelatedParams, type RelatedResponse as YoutubeRelatedResponse, type YoutubeRepliesParams, type RepliesResponse as YoutubeRepliesResponse, type YoutubeResolveParams, type ResolveResult as YoutubeResolveResult, type SearchChip as YoutubeSearchChip, SearchClient$4 as YoutubeSearchClient, type YoutubeSearchParams, type SearchResponse$5 as YoutubeSearchResponse, type SearchResult as YoutubeSearchResult, type YoutubeSearchSort, type YoutubeSearchType, type ShoppingResult as YoutubeShoppingResult, type Short as YoutubeShort, type YoutubeShortParams, type YoutubeShortsBySoundParams, ShortsClient as YoutubeShortsClient, type StreamingData as YoutubeStreamingData, type YoutubeStreamsClient, type YoutubeStreamsParams, type SubscriberCount as YoutubeSubscriberCount, type Thumbnail as YoutubeThumbnail, type Transcript as YoutubeTranscript, type YoutubeTranscriptParams, type TranscriptSegment as YoutubeTranscriptSegment, TrendingClient as YoutubeTrendingClient, type TrendingItem as YoutubeTrendingItem, type YoutubeTrendingParams, type TrendingResponse as YoutubeTrendingResponse, type YoutubeTrendingShortsParams, type YoutubeTrendingType, type YoutubeUploadDate, type Video as YoutubeVideo, type YoutubeVideoParams, VideosClient as YoutubeVideosClient, type Address$1 as ZillowAddress, type Agent$1 as ZillowAgent, type AgentAttribution as ZillowAgentAttribution, AgentClient as ZillowAgentClient, type AgentLicense as ZillowAgentLicense, type ZillowAgentOptions, type AgentResponse as ZillowAgentResponse, type AgentReview as ZillowAgentReview, type AutocompleteResponse as ZillowAutocompleteResponse, type AutocompleteResult as ZillowAutocompleteResult, ZillowClient, type HomeFacts as ZillowHomeFacts, type LatLong as ZillowLatLong, type Listing$1 as ZillowListing, type ListingSubType as ZillowListingSubType, type MapBounds as ZillowMapBounds, type MarketInfo$1 as ZillowMarketInfo, type MarketsResponse$2 as ZillowMarketsResponse, type MortgageRate as ZillowMortgageRate, type MortgageRates as ZillowMortgageRates, type NearbyRegion as ZillowNearbyRegion, type OpenHouse as ZillowOpenHouse, type Pagination$1 as ZillowPagination, type PastSale as ZillowPastSale, type Photo$1 as ZillowPhoto, type PriceHistoryEvent as ZillowPriceHistoryEvent, PropertiesClient as ZillowPropertiesClient, type Property as ZillowProperty, type PropertyResponse as ZillowPropertyResponse, ReferenceClient$1 as ZillowReferenceClient, type RegionSelection as ZillowRegionSelection, type School$1 as ZillowSchool, SearchClient$1 as ZillowSearchClient, type ZillowSearchOptions, type SearchResponse$2 as ZillowSearchResponse, type ZillowSort, type ZillowStatus, type TaxHistoryEvent as ZillowTaxHistoryEvent, type ZestimateHistoryPoint as ZillowZestimateHistoryPoint };
|
|
12637
|
+
export { type AiListItem, type AiModeResponse, type AiModeSearchParams, type AiReference, type AiTableRow, type AiTextBlock, type AmazonAutocompleteParams, type AutocompleteResponse$4 as AmazonAutocompleteResponse, type AutocompleteSuggestion$1 as AmazonAutocompleteSuggestion, type Bestseller as AmazonBestseller, type BestsellersRankEntry as AmazonBestsellersRankEntry, type BestsellersResponse as AmazonBestsellersResponse, type Buybox as AmazonBuybox, type CategoriesResponse$3 as AmazonCategoriesResponse, type CategoryInfo$1 as AmazonCategoryInfo, type AmazonCategoryParams, type CategoryResponse$1 as AmazonCategoryResponse, AmazonClient, type Coupon as AmazonCoupon, type Deal as AmazonDeal, type AmazonDealsParams, type DealsResponse as AmazonDealsResponse, type Delivery as AmazonDelivery, type FeedbackWindow as AmazonFeedbackWindow, ListingsClient$1 as AmazonListingsClient, type AmazonListingsParams, type MarketInfo$5 as AmazonMarketInfo, type MarketsResponse$8 as AmazonMarketsResponse, type NewReleasesResponse as AmazonNewReleasesResponse, type Offer as AmazonOffer, type OfferCondition as AmazonOfferCondition, type OfferDelivery as AmazonOfferDelivery, type OfferSeller as AmazonOfferSeller, type AmazonOffersParams, type OffersResponse as AmazonOffersResponse, type Pagination$3 as AmazonPagination, type AmazonPrice, type Product as AmazonProduct, type ProductBadges as AmazonProductBadges, type ProductDeal as AmazonProductDeal, type ProductDetailResponse as AmazonProductDetailResponse, type AmazonProductParams, type ProductVariant as AmazonProductVariant, ProductsClient$1 as AmazonProductsClient, type RatingBreakdown$1 as AmazonRatingBreakdown, ReferenceClient$9 as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$8 as AmazonSearchClient, type AmazonSearchParams, type SearchResponse$7 as AmazonSearchResponse, type SearchResult$3 as AmazonSearchResult, type Seller$2 as AmazonSeller, type SellerFeedbackEntry as AmazonSellerFeedbackEntry, type SellerFeedbackResponse$1 as AmazonSellerFeedbackResponse, type SellerFeedbackSummary as AmazonSellerFeedbackSummary, type AmazonSellerListParams, type AmazonSellerParams, type SellerProductsResponse as AmazonSellerProductsResponse, type SellerProfileResponse$1 as AmazonSellerProfileResponse, SellersClient$2 as AmazonSellersClient, type AutocompleteParams, AskClient as ChatGPTAskClient, type ChatGPTAskParams, type ChatGPTAskResponse, BrandClient as ChatGPTBrandClient, type ChatGPTBrandVisibilityParams, type ChatGPTBrandVisibilityResponse, type ChatGPTCitation, ChatGPTClient, type ChatGPTCompetitorMention, type ChatGPTModel, type ChatGPTModelsParams, type ChatGPTModelsResponse, ReferenceClient as ChatGPTReferenceClient, type ChatGPTSearchResult, type ChatGPTWebSearchMode, type DepopCard, DepopClient, type DepopMarket, type DepopMarketsResponse, type DepopProductDetail, type DepopProductParams, type SearchMeta as DepopSearchMeta, type DepopSearchParams, type DepopSearchResponse, type DepopShopProfile, type DepopUserParams, type DepopUserProductsParams, type DepopUserProductsResponse, type DetectOptions, type DetectResult, type DomainPostsResponse, type EbayAutocompleteParams, type AutocompleteResponse$3 as EbayAutocompleteResponse, type AutocompleteSuggestion as EbayAutocompleteSuggestion, type EbayBuyingFormat, CategoriesClient as EbayCategoriesClient, type CategoriesResponse$2 as EbayCategoriesResponse, type CategoryInfo as EbayCategoryInfo, type EbayCategoryParams, type CategoryResponse as EbayCategoryResponse, EbayClient, type EbayCompletedParams, type EbayCondition, type FeedbackBreakdown as EbayFeedbackBreakdown, type FeedbackEntry as EbayFeedbackEntry, type Image as EbayImage, type Item as EbayItem, type ItemDetailResponse as EbayItemDetailResponse, type EbayItemParams, type ItemSeller as EbayItemSeller, ItemsClient as EbayItemsClient, type MarketInfo$4 as EbayMarketInfo, type MarketsResponse$6 as EbayMarketsResponse, type Pagination$2 as EbayPagination, type EbayPrice, type RatingHistogram as EbayRatingHistogram, ReferenceClient$6 as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$5 as EbaySearchClient, type EbaySearchParams, type SearchResponse$6 as EbaySearchResponse, type SearchResult$1 as EbaySearchResult, type Seller$1 as EbaySeller, type EbaySellerFeedbackParams, type SellerFeedbackResponse as EbaySellerFeedbackResponse, type EbaySellerItemsParams, type SellerItemsResponse as EbaySellerItemsResponse, type EbaySellerParams, type SellerProfileResponse as EbaySellerProfileResponse, SellersClient$1 as EbaySellersClient, type ShippingOption as EbayShippingOption, type EbaySortBy, type FinanceQuoteParams, type FlightsSearchParams, type FlightsSortBy, type FlightsStopsFilter, type FlightsTravelClass, type FlightsTripType, AiModeClient as GoogleAiModeClient, AutocompleteClient as GoogleAutocompleteClient, GoogleClient, FinanceClient as GoogleFinanceClient, FlightsClient as GoogleFlightsClient, HotelsClient as GoogleHotelsClient, ImagesClient as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$2 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$a as GoogleSearchClient, type GoogleSearchParams, ShoppingClient as GoogleShoppingClient, ShortsClient$1 as GoogleShortsClient, TrendsClient as GoogleTrendsClient, VideosClient$2 as GoogleVideosClient, type HotelsDetailsParams, type HotelsSearchParams, type ImagesSearchParams, type Agency as ImmobiliareAgency, type AgencyAgent as ImmobiliareAgencyAgent, type ImmobiliareAgencyListingsParams, type AgencyListingsResponse as ImmobiliareAgencyListingsResponse, type ImmobiliareAgencyParams, type AgencyProfile as ImmobiliareAgencyProfile, type Agent as ImmobiliareAgent, type ImmobiliareAutocompleteParams, type ImmobiliareCategory, ImmobiliareClient, type ImmobiliareContract, type Feature as ImmobiliareFeature, type Listing as ImmobiliareListing, type ImmobiliareListingParams, type Location as ImmobiliareLocation, type Market as ImmobiliareMarket, type ImmobiliareMarketCode, type MarketsResponse$1 as ImmobiliareMarketsResponse, type Photo as ImmobiliarePhoto, type Price as ImmobiliarePrice, type ImmobiliarePriceStatsParams, type PriceStatsPoint as ImmobiliarePriceStatsPoint, type PriceStatsResponse as ImmobiliarePriceStatsResponse, type PropertyUnit as ImmobiliarePropertyUnit, type ReferenceResponse as ImmobiliareReferenceResponse, type RelatedSearch as ImmobiliareRelatedSearch, type ImmobiliareSearchParams, type SearchResponse$1 as ImmobiliareSearchResponse, type ImmobiliareSort, type SuggestResponse as ImmobiliareSuggestResponse, type Suggestion as ImmobiliareSuggestion, type JobsSearchParams, type Ad as LeboncoinAd, type AdResponse as LeboncoinAdResponse, type LeboncoinAdType, AdsClient as LeboncoinAdsClient, type Attribute as LeboncoinAttribute, type CategoriesResponse as LeboncoinCategoriesResponse, type Category as LeboncoinCategory, LeboncoinClient, type Department as LeboncoinDepartment, type LeboncoinDepartmentsParams, type DepartmentsResponse as LeboncoinDepartmentsResponse, type FeedbackScores as LeboncoinFeedbackScores, type Images as LeboncoinImages, type Location$1 as LeboncoinLocation, type LocationSearchResponse as LeboncoinLocationSearchResponse, type LocationSuggestion as LeboncoinLocationSuggestion, type MarketsResponse$3 as LeboncoinMarketsResponse, type Owner as LeboncoinOwner, type LeboncoinOwnerType, ReferenceClient$3 as LeboncoinReferenceClient, type Region as LeboncoinRegion, type RegionsResponse as LeboncoinRegionsResponse, SearchClient$2 as LeboncoinSearchClient, type LeboncoinSearchParams, type SearchResponse$3 as LeboncoinSearchResponse, type Seller as LeboncoinSeller, type LeboncoinSellerListingsParams, type SellerListingsResponse as LeboncoinSellerListingsResponse, type SellerResponse as LeboncoinSellerResponse, SellersClient as LeboncoinSellersClient, type LeboncoinSimilarParams, type SimilarResponse as LeboncoinSimilarResponse, type LeboncoinSortBy, type StoreRatingReview as LeboncoinStoreRatingReview, type LensSearchParams, type Address as LinkedInAddress, LinkedInClient, type Company as LinkedInCompany, type LinkedInCompanyJobsParams, type LinkedInCountryParams, type CourseInstructor as LinkedInCourseInstructor, type LinkedInGeoSuggestResponse, type GeoSuggestion as LinkedInGeoSuggestion, type LinkedInHealthResponse, type JobCard as LinkedInJobCard, type JobDetail as LinkedInJobDetail, type JobsSearchMeta as LinkedInJobsSearchMeta, type LinkedInJobsSearchParams, type LinkedInJobsSearchResponse, type LearningCourse as LinkedInLearningCourse, type Post as LinkedInPost, type PostComment as LinkedInPostComment, type Profile as LinkedInProfile, type ProfileEducation as LinkedInProfileEducation, type ProfileExperience as LinkedInProfileExperience, type School as LinkedInSchool, type Broker as LoopNetBroker, type LoopNetBrokerParams, type BrokerProfile as LoopNetBrokerProfile, type BrokerResponse as LoopNetBrokerResponse, BrokersClient as LoopNetBrokersClient, LoopNetClient, type ListingCard as LoopNetListingCard, type ListingDetail as LoopNetListingDetail, type LoopNetListingParams, type ListingResponse as LoopNetListingResponse, type LoopNetListingType, ListingsClient as LoopNetListingsClient, type LoopNetMarket, type MarketInfo as LoopNetMarketInfo, type MarketsResponse as LoopNetMarketsResponse, type Pagination as LoopNetPagination, type LoopNetPriceType, type PropertyTypeInfo as LoopNetPropertyTypeInfo, type PropertyTypesResponse as LoopNetPropertyTypesResponse, ReferenceClient$1 as LoopNetReferenceClient, SearchClient as LoopNetSearchClient, type LoopNetSearchParams, type SearchResponse as LoopNetSearchResponse, type Space as LoopNetSpace, type MapsPhotosParams, type MapsPlaceParams, type MapsPostsParams, type MapsReviewsParams, type MapsSearchParams, type NewsSearchParams, type NewsTopicsParams, type NewsTrendingParams, type PatentsDetailParams, type PatentsSearchParams, type PopularSubredditsResponse, type PostCommentsResponse, type PostDetailResponse, type PostDuplicatesResponse, type ProductsDetailParams, type Address$2 as RealtorAddress, type Agent$2 as RealtorAgent, type RealtorAutocompleteOptions, type AutocompleteResponse$1 as RealtorAutocompleteResponse, RealtorClient, type Coordinate as RealtorCoordinate, type DetailGroup as RealtorDetailGroup, type Estimate as RealtorEstimate, type Flags as RealtorFlags, type RealtorMarket, type MarketInfo$2 as RealtorMarketInfo, type MarketsResponse$4 as RealtorMarketsResponse, type Office as RealtorOffice, type OpenHouse$1 as RealtorOpenHouse, type Phone as RealtorPhone, type Photo$2 as RealtorPhoto, type PriceEvent as RealtorPriceEvent, PropertiesClient$1 as RealtorPropertiesClient, type Property$1 as RealtorProperty, type PropertyDetail as RealtorPropertyDetail, type RealtorPropertyOptions, ReferenceClient$4 as RealtorReferenceClient, type School$2 as RealtorSchool, SearchClient$3 as RealtorSearchClient, type RealtorSearchOptions, type SearchResponse$4 as RealtorSearchResponse, type RealtorSort, type RealtorStatus, type Suggestion$1 as RealtorSuggestion, type TaxRecord as RealtorTaxRecord, type RedditAward, RedditClient, type RedditComment, type RedditModeratedSubreddit, type RedditPagination, type RedditPost, PostsClient as RedditPostsClient, type RedditRule, SearchClient$9 as RedditSearchClient, type RedditSubreddit, SubredditsClient as RedditSubredditsClient, type RedditTrophy, type RedditUser, type UserProfileResponse as RedditUserProfileResponse, type RedditUserSubreddit, UsersClient$1 as RedditUsersClient, type RedditWikiPage, type Address$3 as RedfinAddress, type Agent$3 as RedfinAgent, type RedfinAgentParams, type AgentResponse$1 as RedfinAgentResponse, type AgentReview$1 as RedfinAgentReview, type AmenityGroup as RedfinAmenityGroup, type AutocompleteResponse$5 as RedfinAutocompleteResponse, type AutocompleteResult$1 as RedfinAutocompleteResult, RedfinClient, type DataSource as RedfinDataSource, type RedfinHomeType, type LatLong$1 as RedfinLatLong, type Listing$2 as RedfinListing, type MapBounds$1 as RedfinMapBounds, type MarketInfo$6 as RedfinMarketInfo, type MarketsResponse$9 as RedfinMarketsResponse, type Pagination$4 as RedfinPagination, type Photo$3 as RedfinPhoto, type PriceHistoryEvent$1 as RedfinPriceHistoryEvent, type Property$2 as RedfinProperty, type RedfinPropertyParams, type PropertyResponse$1 as RedfinPropertyResponse, type RegionSelection$1 as RedfinRegionSelection, type Sash as RedfinSash, type School$3 as RedfinSchool, type SearchMedian as RedfinSearchMedian, type RedfinSearchParams, type SearchResponse$8 as RedfinSearchResponse, type RedfinSort, type TaxHistoryEvent$1 as RedfinTaxHistoryEvent, type ScholarAuthorCitationParams, type ScholarAuthorParams, type ScholarCiteParams, type ScholarProfilesParams, type ScholarSearchParams, ScrapeBadger, ScrapeBadgerConfig, type ScrapeOptions, type ScrapeResult, type SearchPostsResponse, type SearchSubredditsResponse, type SearchUsersResponse, type ShopeeCategoriesParams, type ShopeeCategoryItemsParams, type CategoryNode as ShopeeCategoryNode, type CategoryTree as ShopeeCategoryTree, ShopeeClient, type ShopeeMarket, type MarketsResponse$7 as ShopeeMarketsResponse, type ShopeeProduct, type ProductAttribute as ShopeeProductAttribute, type ProductImage as ShopeeProductImage, type ProductModel as ShopeeProductModel, type ShopeeProductParams, ProductsClient as ShopeeProductsClient, type RatingBreakdown as ShopeeRatingBreakdown, ReferenceClient$8 as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$7 as ShopeeSearchClient, type ShopeeSearchParams, type SearchResult$2 as ShopeeSearchResult, type ShoppingClickParams, type ShoppingOffersParams, type ShoppingProductParams, type ShoppingSearchParams, type ShortsSearchParams, type SubredditDetailResponse, type SubredditPostsResponse, type SubredditRulesResponse, type SubredditWikiPagesResponse, type TikTokAd, type AdLibraryPage as TikTokAdLibraryPage, type AdLibrarySearchResponse as TikTokAdLibrarySearchResponse, type TikTokAdSearchParams, type TikTokAdVideo, AdsClient$1 as TikTokAdsClient, type TikTokAnchor, type TikTokAuthor, type TikTokChallenge, TikTokClient, type TikTokComment, type CommentListResponse as TikTokCommentListResponse, type TikTokCommentRepliesParams, type TikTokCommentsParams, type TikTokCursorPage, type TikTokEffectSticker, type TikTokHashtag, type TikTokHashtagParams, type HashtagResponse$1 as TikTokHashtagResponse, type HashtagSearchResponse as TikTokHashtagSearchResponse, HashtagsClient as TikTokHashtagsClient, type TikTokListVideosParams, type TikTokMusic, MusicClient$1 as TikTokMusicClient, type TikTokMusicParams, type MusicResponse as TikTokMusicResponse, type TikTokOEmbed, type TikTokOEmbedParams, type ProfileResponse as TikTokProfileResponse, ReferenceClient$7 as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$6 as TikTokSearchClient, type TikTokSearchParams, type TikTokStats, type TikTokSubtitle, type TikTokTextExtra, type TikTokTranscriptParams, type TranscriptResponse as TikTokTranscriptResponse, TrendingClient$1 as TikTokTrendingClient, type TikTokTrendingHashtag, type TrendingHashtagsResponse as TikTokTrendingHashtagsResponse, type TikTokTrendingParams, type TikTokTrendingSong, type TrendingSongsResponse as TikTokTrendingSongsResponse, type TikTokTrendingVideosParams, type TikTokUser, type TikTokUserListParams, type UserListResponse as TikTokUserListResponse, type TikTokUserParams, type UserSearchResponse as TikTokUserSearchResponse, type TikTokUserStats, UsersClient as TikTokUsersClient, type TikTokVideo, type TikTokVideoControl, type VideoListResponse as TikTokVideoListResponse, type TikTokVideoMeta, type TikTokVideoParams, type VideoResponse as TikTokVideoResponse, type TikTokVideoStatus, VideosClient$1 as TikTokVideosClient, type TrendingPostsResponse, type TrendsAutocompleteParams, type TrendsInterestParams, type TrendsRegionsParams, type TrendsRelatedParams, type TrendsTrendingParams, TwitterClient, type UserCommentsResponse, type UserModeratedResponse, type UserPostsResponse, type UserTrophiesResponse, type VideosSearchParams, type VintedBrand, type BrandsResponse as VintedBrandsResponse, VintedClient, type VintedColor, type ColorsResponse as VintedColorsResponse, type VintedItemDetail, type ItemDetailResponse$1 as VintedItemDetailResponse, type VintedItemSummary, ItemsClient$1 as VintedItemsClient, type VintedMarket, type MarketsResponse$a as VintedMarketsResponse, type VintedPagination, type VintedPhoto, type VintedPrice, ReferenceClient$a as VintedReferenceClient, SearchClient$b as VintedSearchClient, type VintedSearchParams, type SearchResponse$9 as VintedSearchResponse, type VintedSellerSummary, type VintedStatus, type StatusesResponse as VintedStatusesResponse, type UserItemsResponse as VintedUserItemsResponse, type VintedUserProfile, type UserProfileResponse$1 as VintedUserProfileResponse, type VintedUserSummary, UsersClient$2 as VintedUsersClient, WebClient, type WikiPageResponse, type AudioTrack as YoutubeAudioTrack, type YoutubeAutocompleteParams, type AutocompleteResponse$2 as YoutubeAutocompleteResponse, type YoutubeBatchParams, type BatchResponse as YoutubeBatchResponse, type CaptionTrack as YoutubeCaptionTrack, type YoutubeCaptionsParams, type CaptionsResponse as YoutubeCaptionsResponse, type YoutubeCategoriesParams, type CategoriesResponse$1 as YoutubeCategoriesResponse, type Channel as YoutubeChannel, type ChannelAbout as YoutubeChannelAbout, type ChannelLink as YoutubeChannelLink, type YoutubeChannelParams, type YoutubeChannelSearchParams, type YoutubeChannelTabParams, type ChannelTabResponse as YoutubeChannelTabResponse, type ChannelVideosResponse as YoutubeChannelVideosResponse, ChannelsClient as YoutubeChannelsClient, type Chapter as YoutubeChapter, YoutubeClient, type Comment as YoutubeComment, type YoutubeCommentSort, type YoutubeCommentsParams, type CommentsResponse as YoutubeCommentsResponse, CommunityClient as YoutubeCommunityClient, type CommunityPost as YoutubeCommunityPost, type CommunityResponse as YoutubeCommunityResponse, type YoutubeDuration, type Format as YoutubeFormat, type YoutubeHashtagParams, type HashtagResponse as YoutubeHashtagResponse, type HeatMarker as YoutubeHeatMarker, type YoutubeHomeParams, type HomeResponse as YoutubeHomeResponse, type LanguagesResponse as YoutubeLanguagesResponse, type LiveChatMessage as YoutubeLiveChatMessage, type YoutubeLiveChatParams, type LiveChatResponse as YoutubeLiveChatResponse, type LiveStreamingDetails as YoutubeLiveStreamingDetails, type MarketInfo$3 as YoutubeMarketInfo, type MarketsResponse$5 as YoutubeMarketsResponse, MusicClient as YoutubeMusicClient, type YoutubeMusicSearchParams, type OEmbed as YoutubeOEmbed, type YoutubeOEmbedParams, type Playlist as YoutubePlaylist, type PlaylistItem as YoutubePlaylistItem, type YoutubePlaylistItemsParams, type PlaylistItemsResponse as YoutubePlaylistItemsResponse, type YoutubePlaylistParams, PlaylistsClient as YoutubePlaylistsClient, type PollChoice as YoutubePollChoice, type YoutubePostCommentsParams, type YoutubePostParams, ReferenceClient$5 as YoutubeReferenceClient, type ReferenceRow as YoutubeReferenceRow, type YoutubeRegionParams, type RegionRestriction as YoutubeRegionRestriction, type RegionsResponse$1 as YoutubeRegionsResponse, type YoutubeRelatedParams, type RelatedResponse as YoutubeRelatedResponse, type YoutubeRepliesParams, type RepliesResponse as YoutubeRepliesResponse, type YoutubeResolveParams, type ResolveResult as YoutubeResolveResult, type SearchChip as YoutubeSearchChip, SearchClient$4 as YoutubeSearchClient, type YoutubeSearchParams, type SearchResponse$5 as YoutubeSearchResponse, type SearchResult as YoutubeSearchResult, type YoutubeSearchSort, type YoutubeSearchType, type ShoppingResult as YoutubeShoppingResult, type Short as YoutubeShort, type YoutubeShortParams, type YoutubeShortsBySoundParams, ShortsClient as YoutubeShortsClient, type StreamingData as YoutubeStreamingData, type YoutubeStreamsClient, type YoutubeStreamsParams, type SubscriberCount as YoutubeSubscriberCount, type Thumbnail as YoutubeThumbnail, type Transcript as YoutubeTranscript, type YoutubeTranscriptParams, type TranscriptSegment as YoutubeTranscriptSegment, TrendingClient as YoutubeTrendingClient, type TrendingItem as YoutubeTrendingItem, type YoutubeTrendingParams, type TrendingResponse as YoutubeTrendingResponse, type YoutubeTrendingShortsParams, type YoutubeTrendingType, type YoutubeUploadDate, type Video as YoutubeVideo, type YoutubeVideoParams, VideosClient as YoutubeVideosClient, type Address$1 as ZillowAddress, type Agent$1 as ZillowAgent, type AgentAttribution as ZillowAgentAttribution, AgentClient as ZillowAgentClient, type AgentLicense as ZillowAgentLicense, type ZillowAgentOptions, type AgentResponse as ZillowAgentResponse, type AgentReview as ZillowAgentReview, type AutocompleteResponse as ZillowAutocompleteResponse, type AutocompleteResult as ZillowAutocompleteResult, ZillowClient, type HomeFacts as ZillowHomeFacts, type LatLong as ZillowLatLong, type Listing$1 as ZillowListing, type ListingSubType as ZillowListingSubType, type MapBounds as ZillowMapBounds, type MarketInfo$1 as ZillowMarketInfo, type MarketsResponse$2 as ZillowMarketsResponse, type MortgageRate as ZillowMortgageRate, type MortgageRates as ZillowMortgageRates, type NearbyRegion as ZillowNearbyRegion, type OpenHouse as ZillowOpenHouse, type Pagination$1 as ZillowPagination, type PastSale as ZillowPastSale, type Photo$1 as ZillowPhoto, type PriceHistoryEvent as ZillowPriceHistoryEvent, PropertiesClient as ZillowPropertiesClient, type Property as ZillowProperty, type PropertyResponse as ZillowPropertyResponse, ReferenceClient$2 as ZillowReferenceClient, type RegionSelection as ZillowRegionSelection, type School$1 as ZillowSchool, SearchClient$1 as ZillowSearchClient, type ZillowSearchOptions, type SearchResponse$2 as ZillowSearchResponse, type ZillowSort, type ZillowStatus, type TaxHistoryEvent as ZillowTaxHistoryEvent, type ZestimateHistoryPoint as ZillowZestimateHistoryPoint };
|