scrapebadger 0.34.0 → 0.36.0
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-ZD3sVCjc.d.cts → index-Dz6kHfFt.d.cts} +17 -0
- package/dist/{index-ZD3sVCjc.d.ts → index-Dz6kHfFt.d.ts} +17 -0
- package/dist/index.d.cts +492 -7
- package/dist/index.d.ts +492 -7
- package/dist/index.js +709 -403
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +707 -404
- package/dist/index.mjs.map +1 -1
- package/dist/twitter/index.d.cts +1 -1
- package/dist/twitter/index.d.ts +1 -1
- package/dist/twitter/index.js +55 -0
- package/dist/twitter/index.js.map +1 -1
- package/dist/twitter/index.mjs +55 -0
- package/dist/twitter/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BaseClient, T as TwitterClient, S as ScrapeBadgerConfig } from './index-
|
|
2
|
-
export { e as AccountRestrictedError, a3 as ApiResponse, $ as Article, A as AuthenticationError, aj as BillingLog, ak as BillingLogList, a2 as Broadcast, j as CommunitiesClient, K as Community, F as CommunityBanner, O as CommunityMember, a0 as CommunityNote, J as CommunityRule, q as CommunityTweetType, C as ConflictError, al as ConnectOptions, ab as ConnectedEvent, a8 as CreateMonitorParams, ah as DeliveryLog, ai as DeliveryLogList, ae as ErrorEvent, ao as FilterRuleCreate, at as FilterRuleDeliveryLog, au as FilterRuleDeliveryLogListResponse, ar as FilterRuleListResponse, aq as FilterRulePricingTier, av as FilterRulePricingTiersResponse, an as FilterRuleResponse, am as FilterRuleStatus, ap as FilterRuleUpdate, as as FilterRuleValidateResponse, G as GeoClient, l as GeoSearchOptions, H as Hashtag, I as InsufficientCreditsError, g as IteratorOptions, E as List, a4 as ListResponse, L as ListsClient, Y as Location, M as Media, a5 as MonitorStatus, N as NotFoundError, P as PaginatedResponse, f as PaginationOptions, ac as PingEvent, _ as Place, Z as PlaceTrends, s as Poll, r as PollOption, Q as QueryType, b as RateLimitError, R as ResolvedConfig, a as ScrapeBadgerError, c as ServerError, a1 as Space, o as SpacesClient, m as StreamClient, n as StreamEmitter, af as StreamEvent, ag as StreamEventType, a6 as StreamMonitor, a7 as StreamMonitorList, aa as StreamTweet, d as TimeoutError, X as Trend, p as TrendCategory, k as TrendsClient, x as Tweet, ad as TweetEvent, w as TweetPlace, i as TweetsClient, a9 as UpdateMonitorParams, t as Url, y as User, z as UserAbout, D as UserIds, u as UserMention, U as UsersClient, V as ValidationError, W as WebSocketStreamError, h as collectAll, v as verifyWebhookSignature } from './index-
|
|
1
|
+
import { B as BaseClient, T as TwitterClient, S as ScrapeBadgerConfig } from './index-Dz6kHfFt.cjs';
|
|
2
|
+
export { e as AccountRestrictedError, a3 as ApiResponse, $ as Article, A as AuthenticationError, aj as BillingLog, ak as BillingLogList, a2 as Broadcast, j as CommunitiesClient, K as Community, F as CommunityBanner, O as CommunityMember, a0 as CommunityNote, J as CommunityRule, q as CommunityTweetType, C as ConflictError, al as ConnectOptions, ab as ConnectedEvent, a8 as CreateMonitorParams, ah as DeliveryLog, ai as DeliveryLogList, ae as ErrorEvent, ao as FilterRuleCreate, at as FilterRuleDeliveryLog, au as FilterRuleDeliveryLogListResponse, ar as FilterRuleListResponse, aq as FilterRulePricingTier, av as FilterRulePricingTiersResponse, an as FilterRuleResponse, am as FilterRuleStatus, ap as FilterRuleUpdate, as as FilterRuleValidateResponse, G as GeoClient, l as GeoSearchOptions, H as Hashtag, I as InsufficientCreditsError, g as IteratorOptions, E as List, a4 as ListResponse, L as ListsClient, Y as Location, M as Media, a5 as MonitorStatus, N as NotFoundError, P as PaginatedResponse, f as PaginationOptions, ac as PingEvent, _ as Place, Z as PlaceTrends, s as Poll, r as PollOption, Q as QueryType, b as RateLimitError, R as ResolvedConfig, a as ScrapeBadgerError, c as ServerError, a1 as Space, o as SpacesClient, m as StreamClient, n as StreamEmitter, af as StreamEvent, ag as StreamEventType, a6 as StreamMonitor, a7 as StreamMonitorList, aa as StreamTweet, d as TimeoutError, X as Trend, p as TrendCategory, k as TrendsClient, x as Tweet, ad as TweetEvent, w as TweetPlace, i as TweetsClient, a9 as UpdateMonitorParams, t as Url, y as User, z as UserAbout, D as UserIds, u as UserMention, U as UsersClient, V as ValidationError, W as WebSocketStreamError, h as collectAll, v as verifyWebhookSignature } from './index-Dz6kHfFt.cjs';
|
|
3
3
|
import 'node:events';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -150,6 +150,7 @@ interface DetectResult {
|
|
|
150
150
|
* ```
|
|
151
151
|
*/
|
|
152
152
|
declare class WebClient {
|
|
153
|
+
private readonly _gen;
|
|
153
154
|
private readonly client;
|
|
154
155
|
constructor(client: BaseClient);
|
|
155
156
|
/**
|
|
@@ -190,6 +191,16 @@ declare class WebClient {
|
|
|
190
191
|
* @returns Detection results including identified anti-bot and captcha systems
|
|
191
192
|
*/
|
|
192
193
|
detect(url: string, options?: DetectOptions): Promise<DetectResult>;
|
|
194
|
+
/** Submit batch scraping job. Generated from the OpenAPI spec; returns the raw response object. */
|
|
195
|
+
submitBatchScrapingJob(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
196
|
+
/** Get batch job status. Generated from the OpenAPI spec; returns the raw response object. */
|
|
197
|
+
getBatchJobStatus(jobId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
198
|
+
/** Extract structured data. Generated from the OpenAPI spec; returns the raw response object. */
|
|
199
|
+
extractStructuredData(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
200
|
+
/** Take a screenshot. Generated from the OpenAPI spec; returns the raw response object. */
|
|
201
|
+
takeAScreenshot(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
202
|
+
/** Poll an auto-unblock discovery job. Generated from the OpenAPI spec; returns the raw response object. */
|
|
203
|
+
pollAnAutoUnblockDiscoveryJob(jobId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
193
204
|
}
|
|
194
205
|
|
|
195
206
|
/**
|
|
@@ -2141,6 +2152,7 @@ declare class VideosClient$2 {
|
|
|
2141
2152
|
* ```
|
|
2142
2153
|
*/
|
|
2143
2154
|
declare class GoogleClient {
|
|
2155
|
+
private readonly _gen;
|
|
2144
2156
|
/** Google Web Search (SERP) — with optional deferred AI Overview follow-up. */
|
|
2145
2157
|
readonly search: SearchClient$g;
|
|
2146
2158
|
/** Google Maps — places, reviews, photos, posts. */
|
|
@@ -2178,6 +2190,36 @@ declare class GoogleClient {
|
|
|
2178
2190
|
/** Google Products — immersive product detail. */
|
|
2179
2191
|
readonly products: ProductsClient$3;
|
|
2180
2192
|
constructor(client: BaseClient);
|
|
2193
|
+
/** Google AI Overview (inline SERP block). Generated from the OpenAPI spec; returns the raw response object. */
|
|
2194
|
+
googleAiOverviewInlineSerpBlock(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2195
|
+
/** Google Flights calendar — cheapest fare per date. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2196
|
+
googleFlightsCalendarCheapestFarePerDate(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
/**
|
|
2200
|
+
* Idealista API client. // --- generated by sdk/codegen/facade — do not edit ---
|
|
2201
|
+
*/
|
|
2202
|
+
|
|
2203
|
+
/** Client for all Idealista API operations. (Generated from the OpenAPI spec.) */
|
|
2204
|
+
declare class IdealistaClient {
|
|
2205
|
+
private readonly client;
|
|
2206
|
+
constructor(client: BaseClient);
|
|
2207
|
+
/** Agency by phone. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2208
|
+
agencyByPhone(phone: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2209
|
+
/** Agency profile + listings. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2210
|
+
agencyProfileListings(shortName: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2211
|
+
/** List markets. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2212
|
+
listMarkets(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2213
|
+
/** Get property detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2214
|
+
getPropertyDetail(propertyCode: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2215
|
+
/** Get listing engagement stats. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2216
|
+
getListingEngagementStats(propertyCode: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2217
|
+
/** Search listings. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2218
|
+
searchListings(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2219
|
+
/** Search all (beats result cap). Generated from the OpenAPI spec; returns the raw response object. */
|
|
2220
|
+
searchAllBeatsResultCap(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2221
|
+
/** Resolve locations. Generated from the OpenAPI spec; returns the raw response object. */
|
|
2222
|
+
resolveLocations(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
2181
2223
|
}
|
|
2182
2224
|
|
|
2183
2225
|
/**
|
|
@@ -3793,6 +3835,8 @@ declare class ApartmentsClient {
|
|
|
3793
3835
|
* rent.
|
|
3794
3836
|
*/
|
|
3795
3837
|
getProperty(url?: string, params?: ApartmentsPropertyParams): Promise<Property$3>;
|
|
3838
|
+
/** Get property detail by slug + id. Generated from the OpenAPI spec; returns the raw response object. */
|
|
3839
|
+
getPropertyDetailBySlugId(slug: string, propertyId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
3796
3840
|
}
|
|
3797
3841
|
|
|
3798
3842
|
/**
|
|
@@ -4325,6 +4369,7 @@ declare class AudioClient {
|
|
|
4325
4369
|
* ```
|
|
4326
4370
|
*/
|
|
4327
4371
|
declare class InstagramClient {
|
|
4372
|
+
private readonly _gen;
|
|
4328
4373
|
/** Client for user operations (profile, posts, followers, stories, highlights) */
|
|
4329
4374
|
readonly users: UsersClient$1;
|
|
4330
4375
|
/** Client for media operations (detail, comments, replies, likers, oEmbed) */
|
|
@@ -4343,6 +4388,8 @@ declare class InstagramClient {
|
|
|
4343
4388
|
* @param client - The base HTTP client for making requests.
|
|
4344
4389
|
*/
|
|
4345
4390
|
constructor(client: BaseClient);
|
|
4391
|
+
/** Get location. Generated from the OpenAPI spec; returns the raw response object. */
|
|
4392
|
+
getLocation(locationPk: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
4346
4393
|
}
|
|
4347
4394
|
|
|
4348
4395
|
/**
|
|
@@ -4746,6 +4793,7 @@ interface RedfinAgentParams {
|
|
|
4746
4793
|
* ```
|
|
4747
4794
|
*/
|
|
4748
4795
|
declare class RedfinClient {
|
|
4796
|
+
private readonly _gen;
|
|
4749
4797
|
private readonly client;
|
|
4750
4798
|
constructor(client: BaseClient);
|
|
4751
4799
|
/**
|
|
@@ -4794,6 +4842,20 @@ declare class RedfinClient {
|
|
|
4794
4842
|
* @returns Markets response with all supported markets.
|
|
4795
4843
|
*/
|
|
4796
4844
|
listMarkets(): Promise<MarketsResponse$9>;
|
|
4845
|
+
/** Get property detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
4846
|
+
getPropertyDetail(propertyId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
4847
|
+
}
|
|
4848
|
+
|
|
4849
|
+
/**
|
|
4850
|
+
* Account API client. // --- generated by sdk/codegen/facade — do not edit ---
|
|
4851
|
+
*/
|
|
4852
|
+
|
|
4853
|
+
/** Client for all Account API operations. (Generated from the OpenAPI spec.) */
|
|
4854
|
+
declare class AccountClient {
|
|
4855
|
+
private readonly client;
|
|
4856
|
+
constructor(client: BaseClient);
|
|
4857
|
+
/** Get account info. Generated from the OpenAPI spec; returns the raw response object. */
|
|
4858
|
+
getAccountInfo(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
4797
4859
|
}
|
|
4798
4860
|
|
|
4799
4861
|
/**
|
|
@@ -8037,6 +8099,60 @@ declare class EbayClient {
|
|
|
8037
8099
|
constructor(client: BaseClient);
|
|
8038
8100
|
}
|
|
8039
8101
|
|
|
8102
|
+
/**
|
|
8103
|
+
* Facebook API client. // --- generated by sdk/codegen/facade — do not edit ---
|
|
8104
|
+
*/
|
|
8105
|
+
|
|
8106
|
+
/** Client for all Facebook API operations. (Generated from the OpenAPI spec.) */
|
|
8107
|
+
declare class FacebookClient {
|
|
8108
|
+
private readonly client;
|
|
8109
|
+
constructor(client: BaseClient);
|
|
8110
|
+
/** Search the Ad Library. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8111
|
+
searchTheAdLibrary(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8112
|
+
/** Get an ad. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8113
|
+
getAnAd(adArchiveId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8114
|
+
/** Get group detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8115
|
+
getGroupDetail(groupId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8116
|
+
/** Get group posts. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8117
|
+
getGroupPosts(groupId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8118
|
+
/** List categories. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8119
|
+
listCategories(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8120
|
+
/** Browse a Marketplace category. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8121
|
+
browseAMarketplaceCategory(category: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8122
|
+
/** Get a Marketplace item. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8123
|
+
getAMarketplaceItem(itemId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8124
|
+
/** List locations. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8125
|
+
listLocations(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8126
|
+
/** Search Marketplace. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8127
|
+
searchMarketplace(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8128
|
+
/** Get page detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8129
|
+
getPageDetail(identifier: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8130
|
+
/** Get page posts. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8131
|
+
getPagePosts(identifier: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8132
|
+
/** Get post detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8133
|
+
getPostDetail(postId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8134
|
+
/** Get post comments. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8135
|
+
getPostComments(postId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8136
|
+
/** Get profile detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8137
|
+
getProfileDetail(identifier: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8138
|
+
/** Get profile posts. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8139
|
+
getProfilePosts(identifier: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8140
|
+
/** Search everything. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8141
|
+
searchEverything(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8142
|
+
/** Search events. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8143
|
+
searchEvents(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8144
|
+
/** Search groups. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8145
|
+
searchGroups(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8146
|
+
/** Search Pages. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8147
|
+
searchPages(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8148
|
+
/** Search people. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8149
|
+
searchPeople(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8150
|
+
/** Search places. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8151
|
+
searchPlaces(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8152
|
+
/** Search posts. Generated from the OpenAPI spec; returns the raw response object. */
|
|
8153
|
+
searchPosts(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
8154
|
+
}
|
|
8155
|
+
|
|
8040
8156
|
/**
|
|
8041
8157
|
* TypeScript types for the Walmart API.
|
|
8042
8158
|
*
|
|
@@ -13846,6 +13962,7 @@ declare class ReferenceClient$2 {
|
|
|
13846
13962
|
* ```
|
|
13847
13963
|
*/
|
|
13848
13964
|
declare class ZillowClient {
|
|
13965
|
+
private readonly _gen;
|
|
13849
13966
|
/** Client for property search and location autocomplete */
|
|
13850
13967
|
readonly search: SearchClient$1;
|
|
13851
13968
|
/** Client for full property detail */
|
|
@@ -13860,6 +13977,8 @@ declare class ZillowClient {
|
|
|
13860
13977
|
* @param client - The base HTTP client for making requests.
|
|
13861
13978
|
*/
|
|
13862
13979
|
constructor(client: BaseClient);
|
|
13980
|
+
/** Get property detail by URL. Generated from the OpenAPI spec; returns the raw response object. */
|
|
13981
|
+
getPropertyDetailByUrl(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
13863
13982
|
}
|
|
13864
13983
|
|
|
13865
13984
|
/**
|
|
@@ -14753,6 +14872,24 @@ declare class LoopNetClient {
|
|
|
14753
14872
|
constructor(client: BaseClient);
|
|
14754
14873
|
}
|
|
14755
14874
|
|
|
14875
|
+
/**
|
|
14876
|
+
* Perplexity API client. // --- generated by sdk/codegen/facade — do not edit ---
|
|
14877
|
+
*/
|
|
14878
|
+
|
|
14879
|
+
/** Client for all Perplexity API operations. (Generated from the OpenAPI spec.) */
|
|
14880
|
+
declare class PerplexityClient {
|
|
14881
|
+
private readonly client;
|
|
14882
|
+
constructor(client: BaseClient);
|
|
14883
|
+
/** Ask Perplexity a question. Generated from the OpenAPI spec; returns the raw response object. */
|
|
14884
|
+
askPerplexityAQuestion(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
14885
|
+
/** Ask Perplexity a question (POST). Generated from the OpenAPI spec; returns the raw response object. */
|
|
14886
|
+
askPerplexityAQuestionPost(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
14887
|
+
/** Measure a brand's visibility in a Perplexity answer. Generated from the OpenAPI spec; returns the raw response object. */
|
|
14888
|
+
measureABrandSVisibilityInAPerplexityAnswer(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
14889
|
+
/** Measure a brand's visibility in a Perplexity answer (POST). Generated from the OpenAPI spec; returns the raw response object. */
|
|
14890
|
+
measureABrandSVisibilityInAPerplexityAnswerPost(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
14891
|
+
}
|
|
14892
|
+
|
|
14756
14893
|
/**
|
|
14757
14894
|
* TypeScript types for Depop API responses.
|
|
14758
14895
|
*
|
|
@@ -14928,6 +15065,7 @@ interface DepopUserProductsParams {
|
|
|
14928
15065
|
* ```
|
|
14929
15066
|
*/
|
|
14930
15067
|
declare class DepopClient {
|
|
15068
|
+
private readonly _gen;
|
|
14931
15069
|
private readonly client;
|
|
14932
15070
|
constructor(client: BaseClient);
|
|
14933
15071
|
/**
|
|
@@ -14984,6 +15122,8 @@ declare class DepopClient {
|
|
|
14984
15122
|
* @returns Markets response with all supported markets.
|
|
14985
15123
|
*/
|
|
14986
15124
|
listMarkets(): Promise<DepopMarketsResponse>;
|
|
15125
|
+
/** Get product detail. Generated from the OpenAPI spec; returns the raw response object. */
|
|
15126
|
+
getProductDetail(productId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
14987
15127
|
}
|
|
14988
15128
|
|
|
14989
15129
|
/**
|
|
@@ -15598,7 +15738,7 @@ interface ChatGPTModelsResponse {
|
|
|
15598
15738
|
* }
|
|
15599
15739
|
* ```
|
|
15600
15740
|
*/
|
|
15601
|
-
declare class AskClient {
|
|
15741
|
+
declare class AskClient$1 {
|
|
15602
15742
|
private readonly client;
|
|
15603
15743
|
constructor(client: BaseClient);
|
|
15604
15744
|
/**
|
|
@@ -15651,7 +15791,7 @@ declare class AskClient {
|
|
|
15651
15791
|
* console.log(result.mentioned, result.share_of_voice_pct);
|
|
15652
15792
|
* ```
|
|
15653
15793
|
*/
|
|
15654
|
-
declare class BrandClient {
|
|
15794
|
+
declare class BrandClient$1 {
|
|
15655
15795
|
private readonly client;
|
|
15656
15796
|
constructor(client: BaseClient);
|
|
15657
15797
|
/**
|
|
@@ -15767,10 +15907,11 @@ declare class ReferenceClient {
|
|
|
15767
15907
|
* ```
|
|
15768
15908
|
*/
|
|
15769
15909
|
declare class ChatGPTClient {
|
|
15910
|
+
private readonly _gen;
|
|
15770
15911
|
/** Client for asking ChatGPT a question */
|
|
15771
|
-
readonly ask: AskClient;
|
|
15912
|
+
readonly ask: AskClient$1;
|
|
15772
15913
|
/** Client for AEO/GEO brand-visibility analysis */
|
|
15773
|
-
readonly brand: BrandClient;
|
|
15914
|
+
readonly brand: BrandClient$1;
|
|
15774
15915
|
/** Client for reference data (available models) */
|
|
15775
15916
|
readonly reference: ReferenceClient;
|
|
15776
15917
|
/**
|
|
@@ -15779,6 +15920,340 @@ declare class ChatGPTClient {
|
|
|
15779
15920
|
* @param client - The base HTTP client for making requests.
|
|
15780
15921
|
*/
|
|
15781
15922
|
constructor(client: BaseClient);
|
|
15923
|
+
/** Ask ChatGPT a question (POST). Generated from the OpenAPI spec; returns the raw response object. */
|
|
15924
|
+
askChatgptAQuestionPost(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
15925
|
+
/** Measure a brand's visibility in a ChatGPT answer (POST). Generated from the OpenAPI spec; returns the raw response object. */
|
|
15926
|
+
measureABrandSVisibilityInAChatgptAnswerPost(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
15927
|
+
}
|
|
15928
|
+
|
|
15929
|
+
/**
|
|
15930
|
+
* TypeScript types for the Gemini API.
|
|
15931
|
+
*
|
|
15932
|
+
* Answers come from the real gemini.google.com web surface (not the Gemini
|
|
15933
|
+
* API), anonymously — no Google account or API key is involved.
|
|
15934
|
+
*/
|
|
15935
|
+
/** Whether Gemini should ground the answer with a web search. */
|
|
15936
|
+
type GeminiWebSearchMode = "auto" | "force" | "off";
|
|
15937
|
+
/** Parameters for the ask endpoint. */
|
|
15938
|
+
interface GeminiAskParams {
|
|
15939
|
+
/** The prompt to send. Maximum 4096 characters. */
|
|
15940
|
+
prompt: string;
|
|
15941
|
+
/** ISO-3166 alpha-2 egress country (default: "US") */
|
|
15942
|
+
country?: string;
|
|
15943
|
+
/** Whether Gemini should ground with web search (default: "auto") */
|
|
15944
|
+
web_search?: GeminiWebSearchMode;
|
|
15945
|
+
}
|
|
15946
|
+
/** Parameters for the brand-visibility endpoint. */
|
|
15947
|
+
interface GeminiBrandVisibilityParams {
|
|
15948
|
+
/** The prompt to send. Maximum 4096 characters. */
|
|
15949
|
+
prompt: string;
|
|
15950
|
+
/** The brand name to look for in the answer. */
|
|
15951
|
+
brand: string;
|
|
15952
|
+
/** The brand's domain, used to detect brand citations. */
|
|
15953
|
+
domain?: string;
|
|
15954
|
+
/** Other spellings of the brand that should count as mentions. */
|
|
15955
|
+
aliases?: string[];
|
|
15956
|
+
/** Competitor names to measure share of voice against. */
|
|
15957
|
+
competitors?: string[];
|
|
15958
|
+
/** ISO-3166 alpha-2 egress country (default: "US") */
|
|
15959
|
+
country?: string;
|
|
15960
|
+
/** Whether Gemini should ground with web search (default: "force") */
|
|
15961
|
+
web_search?: GeminiWebSearchMode;
|
|
15962
|
+
}
|
|
15963
|
+
/**
|
|
15964
|
+
* A web source Gemini actually referenced in its answer.
|
|
15965
|
+
*
|
|
15966
|
+
* `start_index` / `end_index` are character offsets into the answer, so a
|
|
15967
|
+
* citation can be anchored to the exact span of text it supports.
|
|
15968
|
+
*/
|
|
15969
|
+
interface GeminiCitation {
|
|
15970
|
+
/** Source URL */
|
|
15971
|
+
url: string | null;
|
|
15972
|
+
/** Page title */
|
|
15973
|
+
title: string | null;
|
|
15974
|
+
/** Snippet of the source text */
|
|
15975
|
+
snippet: string | null;
|
|
15976
|
+
/** Bare domain of the source (e.g. "reuters.com") */
|
|
15977
|
+
domain: string | null;
|
|
15978
|
+
/** Publisher attribution string, when Gemini provides one */
|
|
15979
|
+
attribution: string | null;
|
|
15980
|
+
/** Character offset into the answer where the supported span begins */
|
|
15981
|
+
start_index: number | null;
|
|
15982
|
+
/** Character offset into the answer where the supported span ends */
|
|
15983
|
+
end_index: number | null;
|
|
15984
|
+
/** The answer substring this source supports */
|
|
15985
|
+
matched_text: string | null;
|
|
15986
|
+
}
|
|
15987
|
+
/** One entry of the FULL set Gemini retrieved — cited or not. */
|
|
15988
|
+
interface GeminiSearchResult {
|
|
15989
|
+
/** Result URL */
|
|
15990
|
+
url: string | null;
|
|
15991
|
+
/** Page title */
|
|
15992
|
+
title: string | null;
|
|
15993
|
+
/** Snippet of the result text */
|
|
15994
|
+
snippet: string | null;
|
|
15995
|
+
/** Bare domain of the result */
|
|
15996
|
+
domain: string | null;
|
|
15997
|
+
/** Publisher attribution string, when present */
|
|
15998
|
+
attribution: string | null;
|
|
15999
|
+
/** Whether this result was actually referenced in the answer */
|
|
16000
|
+
cited: boolean;
|
|
16001
|
+
}
|
|
16002
|
+
/** A Gemini answer with its sources. */
|
|
16003
|
+
interface GeminiAskResponse {
|
|
16004
|
+
/** The prompt that was sent */
|
|
16005
|
+
prompt: string;
|
|
16006
|
+
/** The answer as plain text */
|
|
16007
|
+
answer: string;
|
|
16008
|
+
/** The answer as markdown, when available */
|
|
16009
|
+
answer_markdown: string | null;
|
|
16010
|
+
/** Sources Gemini actually referenced */
|
|
16011
|
+
citations: GeminiCitation[];
|
|
16012
|
+
/** The full retrieved set, cited or not */
|
|
16013
|
+
search_results: GeminiSearchResult[];
|
|
16014
|
+
/** Distinct domains across the sources */
|
|
16015
|
+
source_domains: string[];
|
|
16016
|
+
/** True when the render budget expired mid-answer; `answer` is partial. */
|
|
16017
|
+
truncated: boolean;
|
|
16018
|
+
/** Whether Gemini ACTUALLY grounded the answer with a web search */
|
|
16019
|
+
web_search_triggered: boolean;
|
|
16020
|
+
/** Model slug that answered (e.g. a Gemini Flash-Lite build) */
|
|
16021
|
+
model: string | null;
|
|
16022
|
+
/** Gemini conversation identifier */
|
|
16023
|
+
conversation_id: string | null;
|
|
16024
|
+
/** Gemini message identifier */
|
|
16025
|
+
message_id: string | null;
|
|
16026
|
+
/** ISO-3166 alpha-2 egress country used */
|
|
16027
|
+
country: string;
|
|
16028
|
+
/** Length of the answer in characters */
|
|
16029
|
+
answer_length: number;
|
|
16030
|
+
/** Number of citations */
|
|
16031
|
+
citation_count: number;
|
|
16032
|
+
/** End-to-end latency in milliseconds */
|
|
16033
|
+
latency_ms: number;
|
|
16034
|
+
/** Creation time as a Unix timestamp */
|
|
16035
|
+
created_utc: number | null;
|
|
16036
|
+
/** Creation time as an ISO-8601 Z string */
|
|
16037
|
+
created_at: string | null;
|
|
16038
|
+
}
|
|
16039
|
+
/** How one competitor fared in the same answer. */
|
|
16040
|
+
interface GeminiCompetitorMention {
|
|
16041
|
+
/** Competitor name as supplied in the request */
|
|
16042
|
+
name: string;
|
|
16043
|
+
/** Whether the competitor appears in the answer */
|
|
16044
|
+
mentioned: boolean;
|
|
16045
|
+
/** Number of mentions */
|
|
16046
|
+
mention_count: number;
|
|
16047
|
+
/** Character offset of the first mention */
|
|
16048
|
+
first_position: number | null;
|
|
16049
|
+
/** Whether a competitor URL is cited as a source */
|
|
16050
|
+
cited: boolean;
|
|
16051
|
+
/** Cited URLs attributed to this competitor */
|
|
16052
|
+
cited_urls: string[];
|
|
16053
|
+
}
|
|
16054
|
+
/** AEO/GEO brand analysis of a Gemini answer. */
|
|
16055
|
+
interface GeminiBrandVisibilityResponse {
|
|
16056
|
+
/** The prompt that was sent */
|
|
16057
|
+
prompt: string;
|
|
16058
|
+
/** The brand that was analysed */
|
|
16059
|
+
brand: string;
|
|
16060
|
+
/** The brand's domain, when supplied */
|
|
16061
|
+
domain: string | null;
|
|
16062
|
+
/** Whether the brand appears in the answer */
|
|
16063
|
+
mentioned: boolean;
|
|
16064
|
+
/** Number of brand mentions */
|
|
16065
|
+
mention_count: number;
|
|
16066
|
+
/** Character offset of the first brand mention */
|
|
16067
|
+
first_position: number | null;
|
|
16068
|
+
/** 1.0 = named at the very start, 0.0 = absent */
|
|
16069
|
+
position_score: number;
|
|
16070
|
+
/** Brand mentions / (brand + competitor mentions) */
|
|
16071
|
+
share_of_voice_pct: number;
|
|
16072
|
+
/** Whether the brand's domain is cited as a source */
|
|
16073
|
+
cited: boolean;
|
|
16074
|
+
/** Cited URLs on the brand's domain */
|
|
16075
|
+
cited_urls: string[];
|
|
16076
|
+
/** 1-based rank of the first cited brand URL */
|
|
16077
|
+
citation_rank: number | null;
|
|
16078
|
+
/** Per-competitor breakdown */
|
|
16079
|
+
competitors: GeminiCompetitorMention[];
|
|
16080
|
+
/** Answer text around the first brand mention */
|
|
16081
|
+
excerpt: string | null;
|
|
16082
|
+
/** The answer as plain text */
|
|
16083
|
+
answer: string;
|
|
16084
|
+
/** Sources Gemini actually referenced */
|
|
16085
|
+
citations: GeminiCitation[];
|
|
16086
|
+
/** Whether Gemini ACTUALLY grounded the answer with a web search */
|
|
16087
|
+
web_search_triggered: boolean;
|
|
16088
|
+
/** Model slug that answered */
|
|
16089
|
+
model: string | null;
|
|
16090
|
+
/** ISO-3166 alpha-2 egress country used */
|
|
16091
|
+
country: string;
|
|
16092
|
+
/** End-to-end latency in milliseconds */
|
|
16093
|
+
latency_ms: number;
|
|
16094
|
+
/** Creation time as a Unix timestamp */
|
|
16095
|
+
created_utc: number | null;
|
|
16096
|
+
/** Creation time as an ISO-8601 Z string */
|
|
16097
|
+
created_at: string | null;
|
|
16098
|
+
}
|
|
16099
|
+
|
|
16100
|
+
/**
|
|
16101
|
+
* Gemini Ask API client.
|
|
16102
|
+
*
|
|
16103
|
+
* Sends a prompt to the real gemini.google.com and returns the answer as
|
|
16104
|
+
* structured JSON, including the web sources Gemini cited.
|
|
16105
|
+
*/
|
|
16106
|
+
|
|
16107
|
+
/**
|
|
16108
|
+
* Client for the Gemini ask endpoint.
|
|
16109
|
+
*
|
|
16110
|
+
* @example
|
|
16111
|
+
* ```typescript
|
|
16112
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
16113
|
+
*
|
|
16114
|
+
* const result = await client.gemini.ask.ask({
|
|
16115
|
+
* prompt: "best running shoes 2026",
|
|
16116
|
+
* });
|
|
16117
|
+
* console.log(result.answer);
|
|
16118
|
+
* for (const citation of result.citations) {
|
|
16119
|
+
* console.log(`${citation.domain}: ${citation.url}`);
|
|
16120
|
+
* }
|
|
16121
|
+
* ```
|
|
16122
|
+
*/
|
|
16123
|
+
declare class AskClient {
|
|
16124
|
+
private readonly client;
|
|
16125
|
+
constructor(client: BaseClient);
|
|
16126
|
+
/**
|
|
16127
|
+
* Ask Gemini a question and get the answer with its sources.
|
|
16128
|
+
*
|
|
16129
|
+
* @param params - Ask parameters.
|
|
16130
|
+
* @param params.prompt - The prompt to send (max 4096 characters).
|
|
16131
|
+
* @param params.country - ISO-3166 alpha-2 egress country (default: "US").
|
|
16132
|
+
* @param params.web_search - "auto", "force", or "off" (default: "auto").
|
|
16133
|
+
* @returns The answer, its citations, and the full retrieved search set.
|
|
16134
|
+
*
|
|
16135
|
+
* @example
|
|
16136
|
+
* ```typescript
|
|
16137
|
+
* const result = await client.gemini.ask.ask({
|
|
16138
|
+
* prompt: "what is the best CRM for a 10-person startup?",
|
|
16139
|
+
* country: "GB",
|
|
16140
|
+
* web_search: "force",
|
|
16141
|
+
* });
|
|
16142
|
+
* console.log(result.web_search_triggered, result.model);
|
|
16143
|
+
* for (const source of result.search_results) {
|
|
16144
|
+
* console.log(`${source.cited ? "*" : " "} ${source.url}`);
|
|
16145
|
+
* }
|
|
16146
|
+
* ```
|
|
16147
|
+
*/
|
|
16148
|
+
ask(params: GeminiAskParams): Promise<GeminiAskResponse>;
|
|
16149
|
+
}
|
|
16150
|
+
|
|
16151
|
+
/**
|
|
16152
|
+
* Gemini Brand Visibility API client.
|
|
16153
|
+
*
|
|
16154
|
+
* Answer-engine-optimisation (AEO/GEO) analysis: ask Gemini a prompt and get
|
|
16155
|
+
* back how a brand fares in the answer, next to its competitors.
|
|
16156
|
+
*/
|
|
16157
|
+
|
|
16158
|
+
/**
|
|
16159
|
+
* Client for the Gemini brand-visibility endpoint.
|
|
16160
|
+
*
|
|
16161
|
+
* @example
|
|
16162
|
+
* ```typescript
|
|
16163
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
16164
|
+
*
|
|
16165
|
+
* const result = await client.gemini.brand.visibility({
|
|
16166
|
+
* prompt: "best web scraping API",
|
|
16167
|
+
* brand: "ScrapeBadger",
|
|
16168
|
+
* domain: "scrapebadger.com",
|
|
16169
|
+
* competitors: ["Bright Data", "Apify"],
|
|
16170
|
+
* });
|
|
16171
|
+
* console.log(result.mentioned, result.share_of_voice_pct);
|
|
16172
|
+
* ```
|
|
16173
|
+
*/
|
|
16174
|
+
declare class BrandClient {
|
|
16175
|
+
private readonly client;
|
|
16176
|
+
constructor(client: BaseClient);
|
|
16177
|
+
/**
|
|
16178
|
+
* Analyse how a brand shows up in Gemini's answer to a prompt.
|
|
16179
|
+
*
|
|
16180
|
+
* @param params - Brand-visibility parameters.
|
|
16181
|
+
* @param params.prompt - The prompt to send (max 4096 characters).
|
|
16182
|
+
* @param params.brand - The brand name to look for in the answer.
|
|
16183
|
+
* @param params.domain - The brand's domain, used to detect brand citations.
|
|
16184
|
+
* @param params.aliases - Other spellings that should count as mentions.
|
|
16185
|
+
* @param params.competitors - Competitors to measure share of voice against.
|
|
16186
|
+
* @param params.country - ISO-3166 alpha-2 egress country (default: "US").
|
|
16187
|
+
* @param params.web_search - "auto", "force", or "off" (default: "force").
|
|
16188
|
+
* @returns The brand analysis plus the answer and its citations.
|
|
16189
|
+
*
|
|
16190
|
+
* @example
|
|
16191
|
+
* ```typescript
|
|
16192
|
+
* const result = await client.gemini.brand.visibility({
|
|
16193
|
+
* prompt: "which proxy provider should I use?",
|
|
16194
|
+
* brand: "ScrapeBadger",
|
|
16195
|
+
* domain: "scrapebadger.com",
|
|
16196
|
+
* aliases: ["Scrape Badger"],
|
|
16197
|
+
* competitors: ["Bright Data", "Oxylabs"],
|
|
16198
|
+
* country: "DE",
|
|
16199
|
+
* });
|
|
16200
|
+
* console.log(`position score: ${result.position_score}`);
|
|
16201
|
+
* for (const competitor of result.competitors) {
|
|
16202
|
+
* console.log(`${competitor.name}: ${competitor.mention_count}`);
|
|
16203
|
+
* }
|
|
16204
|
+
* ```
|
|
16205
|
+
*/
|
|
16206
|
+
visibility(params: GeminiBrandVisibilityParams): Promise<GeminiBrandVisibilityResponse>;
|
|
16207
|
+
}
|
|
16208
|
+
|
|
16209
|
+
/**
|
|
16210
|
+
* Gemini API client.
|
|
16211
|
+
*
|
|
16212
|
+
* Provides access to all Gemini API endpoints through specialized sub-clients.
|
|
16213
|
+
*/
|
|
16214
|
+
|
|
16215
|
+
/**
|
|
16216
|
+
* Gemini API client with access to all Gemini endpoints.
|
|
16217
|
+
*
|
|
16218
|
+
* Prompts the real gemini.google.com — not the Gemini API — anonymously, and
|
|
16219
|
+
* returns the answer as structured JSON including the web sources Gemini
|
|
16220
|
+
* cited.
|
|
16221
|
+
*
|
|
16222
|
+
* Sub-clients:
|
|
16223
|
+
* - `ask` - Send a prompt and get the answer with its sources
|
|
16224
|
+
* - `brand` - AEO/GEO brand-visibility analysis
|
|
16225
|
+
*
|
|
16226
|
+
* @example
|
|
16227
|
+
* ```typescript
|
|
16228
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
16229
|
+
*
|
|
16230
|
+
* // Ask a question
|
|
16231
|
+
* const result = await client.gemini.ask.ask({ prompt: "best running shoes 2026" });
|
|
16232
|
+
*
|
|
16233
|
+
* // Brand visibility
|
|
16234
|
+
* const brand = await client.gemini.brand.visibility({
|
|
16235
|
+
* prompt: "best web scraping API",
|
|
16236
|
+
* brand: "ScrapeBadger",
|
|
16237
|
+
* competitors: ["Bright Data"],
|
|
16238
|
+
* });
|
|
16239
|
+
* ```
|
|
16240
|
+
*/
|
|
16241
|
+
declare class GeminiClient {
|
|
16242
|
+
private readonly _gen;
|
|
16243
|
+
/** Client for asking Gemini a question */
|
|
16244
|
+
readonly ask: AskClient;
|
|
16245
|
+
/** Client for AEO/GEO brand-visibility analysis */
|
|
16246
|
+
readonly brand: BrandClient;
|
|
16247
|
+
/**
|
|
16248
|
+
* Create a new Gemini client.
|
|
16249
|
+
*
|
|
16250
|
+
* @param client - The base HTTP client for making requests.
|
|
16251
|
+
*/
|
|
16252
|
+
constructor(client: BaseClient);
|
|
16253
|
+
/** Ask Gemini a question (POST). Generated from the OpenAPI spec; returns the raw response object. */
|
|
16254
|
+
askGeminiAQuestionPost(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
16255
|
+
/** Measure a brand's visibility in a Gemini answer (POST). Generated from the OpenAPI spec; returns the raw response object. */
|
|
16256
|
+
measureABrandSVisibilityInAGeminiAnswerPost(body?: unknown, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
|
|
15782
16257
|
}
|
|
15783
16258
|
|
|
15784
16259
|
/**
|
|
@@ -15829,6 +16304,8 @@ declare class ScrapeBadger {
|
|
|
15829
16304
|
readonly vinted: VintedClient;
|
|
15830
16305
|
/** Google Scraper API client — 19 Google product APIs */
|
|
15831
16306
|
readonly google: GoogleClient;
|
|
16307
|
+
/** Idealista API client. (Generated from the OpenAPI spec.) */
|
|
16308
|
+
readonly idealista: IdealistaClient;
|
|
15832
16309
|
/** Reddit scraper API client */
|
|
15833
16310
|
readonly reddit: RedditClient;
|
|
15834
16311
|
/** Apartments.com scraper API client — search + property with unit-level pricing (US) */
|
|
@@ -15838,6 +16315,8 @@ declare class ScrapeBadger {
|
|
|
15838
16315
|
/** Redfin scraper API client — search, property, agent, autocomplete, markets (redfin.com, US) */
|
|
15839
16316
|
readonly redfin: RedfinClient;
|
|
15840
16317
|
/** Amazon scraper API client — 14 endpoints */
|
|
16318
|
+
/** Account API client. (Generated from the OpenAPI spec.) */
|
|
16319
|
+
readonly account: AccountClient;
|
|
15841
16320
|
readonly amazon: AmazonClient;
|
|
15842
16321
|
/** Shopee scraper API client — 6 endpoints across 11 markets */
|
|
15843
16322
|
readonly shopee: ShopeeClient;
|
|
@@ -15845,6 +16324,8 @@ declare class ScrapeBadger {
|
|
|
15845
16324
|
readonly tiktok: TikTokClient;
|
|
15846
16325
|
/** eBay scraper API client — 12 endpoints across 18 markets */
|
|
15847
16326
|
readonly ebay: EbayClient;
|
|
16327
|
+
/** Facebook API client. (Generated from the OpenAPI spec.) */
|
|
16328
|
+
readonly facebook: FacebookClient;
|
|
15848
16329
|
/** Walmart scraper API client — 11 endpoints (walmart.com, US-only) */
|
|
15849
16330
|
readonly walmart: WalmartClient;
|
|
15850
16331
|
/** DuckDuckGo scraper API client — search, images, news, videos, autocomplete, instant, regions */
|
|
@@ -15869,12 +16350,16 @@ declare class ScrapeBadger {
|
|
|
15869
16350
|
readonly immobiliare: ImmobiliareClient;
|
|
15870
16351
|
/** LoopNet scraper API client — commercial real estate across US/CA/UK/FR/ES (search, listing, broker, markets, property types) */
|
|
15871
16352
|
readonly loopnet: LoopNetClient;
|
|
16353
|
+
/** Perplexity API client. (Generated from the OpenAPI spec.) */
|
|
16354
|
+
readonly perplexity: PerplexityClient;
|
|
15872
16355
|
/** Depop scraper API client — search, product, user, user products, markets (www.depop.com, 10 markets) */
|
|
15873
16356
|
readonly depop: DepopClient;
|
|
15874
16357
|
/** LinkedIn scraper API client — 11 no-auth endpoints (jobs, company, school, profile, post, article, learning, geo) */
|
|
15875
16358
|
readonly linkedin: LinkedInClient;
|
|
15876
16359
|
/** ChatGPT scraper API client — ask, brand visibility, models (the real chatgpt.com, anonymous) */
|
|
15877
16360
|
readonly chatgpt: ChatGPTClient;
|
|
16361
|
+
/** Gemini scraper API client — ask, brand visibility (the real gemini.google.com, anonymous) */
|
|
16362
|
+
readonly gemini: GeminiClient;
|
|
15878
16363
|
/**
|
|
15879
16364
|
* Create a new ScrapeBadger client.
|
|
15880
16365
|
*
|
|
@@ -15903,4 +16388,4 @@ declare class ScrapeBadger {
|
|
|
15903
16388
|
constructor(config?: Partial<ScrapeBadgerConfig>);
|
|
15904
16389
|
}
|
|
15905
16390
|
|
|
15906
|
-
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$2 as AmazonProductsClient, type RatingBreakdown$1 as AmazonRatingBreakdown, ReferenceClient$e as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$d 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$3 as AmazonSellersClient, ApartmentsClient, type FloorPlan as ApartmentsFloorPlan, type Property$3 as ApartmentsProperty, type ApartmentsPropertyParams, type School$4 as ApartmentsSchool, type ApartmentsSearchParams, type SearchResponse$9 as ApartmentsSearchResponse, type SearchResult$4 as ApartmentsSearchResult, type Unit as ApartmentsUnit, type AutocompleteParams, type BaiduAutocompleteResponse, BaiduClient, type BaiduImageResult, type BaiduImagesParams, type BaiduImagesResponse, type BaiduLanguage, type BaiduNewsParams, type BaiduNewsResponse, type BaiduNewsResult, type BaiduNewsSort, type BaiduOrganicResult, type BaiduRelatedSearch, type BaiduSearchParams, type BaiduSearchResponse, type BaiduSuggestion, type BingAd, type BingAutocompleteParams, type BingAutocompleteResponse, BingClient, type BingDeepLink, type BingFreshness, type BingImageResult, type BingImagesParams, type BingImagesResponse, type BingMarket, type BingMarketsResponse, MediaClient$1 as BingMediaClient, type BingNewsArticle, NewsClient$1 as BingNewsClient, type BingNewsParams, type BingNewsResponse, type BingOrganicResult, ReferenceClient$8 as BingReferenceClient, type BingSafeSearch, SearchClient$7 as BingSearchClient, type BingSearchParams, type BingSearchResponse, type BingVideoResult, type BingVideosParams, type BingVideosResponse, 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 DuckDuckGoAbstract, type DuckDuckGoAutocompleteParams, type DuckDuckGoAutocompleteResponse, DuckDuckGoClient, type DuckDuckGoImageResult, type DuckDuckGoImagesParams, type DuckDuckGoImagesResponse, type DuckDuckGoInstantResponse, MediaClient$2 as DuckDuckGoMediaClient, type DuckDuckGoNewsParams, type DuckDuckGoNewsResponse, type DuckDuckGoNewsResult, type DuckDuckGoRaw, ReferenceClient$9 as DuckDuckGoReferenceClient, type DuckDuckGoRegion, type DuckDuckGoRegionsResponse, type DuckDuckGoRelatedTopic, SearchClient$8 as DuckDuckGoSearchClient, type DuckDuckGoSearchParams, type DuckDuckGoSearchResponse, type DuckDuckGoSearchResult, type DuckDuckGoVideoResult, type DuckDuckGoVideosParams, type DuckDuckGoVideosResponse, 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$b as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$a 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$2 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$1 as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient$2 as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$3 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$g 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 Audio as InstagramAudio, AudioClient as InstagramAudioClient, type BioLink as InstagramBioLink, InstagramClient, type Comment$1 as InstagramComment, type Hashtag as InstagramHashtag, HashtagsClient$1 as InstagramHashtagsClient, type Highlight as InstagramHighlight, type Location$2 as InstagramLocation, LocationsClient as InstagramLocationsClient, type Media as InstagramMedia, MediaClient$3 as InstagramMediaClient, type Oembed as InstagramOembed, type Paginated as InstagramPaginated, type Resource as InstagramResource, SearchClient$e as InstagramSearchClient, type SearchTopResponse as InstagramSearchTopResponse, type User as InstagramUser, type UserAbout as InstagramUserAbout, type UserShort as InstagramUserShort, UsersClient$1 as InstagramUsersClient, 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$f as RedditSearchClient, type RedditSubreddit, SubredditsClient as RedditSubredditsClient, type RedditTrophy, type RedditUser, type UserProfileResponse as RedditUserProfileResponse, type RedditUserSubreddit, UsersClient$2 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$1 as ShopeeProductsClient, type RatingBreakdown as ShopeeRatingBreakdown, ReferenceClient$d as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$c 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$c as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$b 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$f as VintedReferenceClient, SearchClient$h as VintedSearchClient, type VintedSearchParams, type SearchResponse$a as VintedSearchResponse, type VintedSellerSummary, type VintedStatus, type StatusesResponse as VintedStatusesResponse, type UserItemsResponse as VintedUserItemsResponse, type VintedUserProfile, type UserProfileResponse$1 as VintedUserProfileResponse, type VintedUserSummary, UsersClient$3 as VintedUsersClient, type WalmartAutocompleteResponse, type WalmartBadge, type WalmartBreadcrumb, type WalmartCategoryParams, WalmartClient, type WalmartConditionOffer, type WalmartDealsParams, type WalmartEmbeddedSeller, type WalmartFulfillmentOption, type WalmartFulfillmentSummary, type WalmartImage, type WalmartLocationContext, type WalmartMarket, type WalmartMarketsResponse, type WalmartNameValue, type WalmartNutritionFacts, type WalmartPrice, type WalmartPriceInfo, type WalmartPriceRange, type WalmartProduct, ProductsClient as WalmartProductsClient, type WalmartPromotion, type WalmartRatingDistribution, type WalmartRaw, ReferenceClient$a as WalmartReferenceClient, type WalmartReturnPolicy, type WalmartReview, type WalmartReviewSort, type WalmartReviewsParams, type WalmartReviewsResponse, SearchClient$9 as WalmartSearchClient, type WalmartSearchItem, type WalmartSearchParams, type WalmartSearchResponse, type WalmartSeller, type WalmartSellerProductsParams, type WalmartSellerResponse, SellersClient$1 as WalmartSellersClient, type WalmartSortBy, type WalmartSpecificationGroup, type WalmartStore, type WalmartStoreHours, type WalmartStoreResponse, type WalmartStoreService, StoresClient as WalmartStoresClient, type WalmartSuggestion, type WalmartVariant, type WalmartVideo, type WalmartWarranty, WebClient, type WikiPageResponse, type YahooAd, type YahooAutocompleteParams, type YahooAutocompleteResponse, YahooClient, type YahooImageResult, type YahooImagesParams, type YahooImagesResponse, type YahooMarket, type YahooMarketsResponse, MediaClient as YahooMediaClient, type YahooNewsArticle, NewsClient as YahooNewsClient, type YahooNewsParams, type YahooNewsResponse, type YahooOrganicResult, ReferenceClient$7 as YahooReferenceClient, type YahooSafeSearch, SearchClient$6 as YahooSearchClient, type YahooSearchParams, type YahooSearchResponse, type YahooVideoResult, type YahooVideosParams, type YahooVideosResponse, YandexClient, type YandexImage, type YandexImageResult, ImagesClient as YandexImagesClient, type YandexImagesParams, type YandexImagesResponse, type YandexMarket, type YandexMarketsResponse, type YandexOrganicResult, type YandexOtherSize, type YandexPagination, type YandexRaw, ReferenceClient$6 as YandexReferenceClient, type YandexReverseImageResponse, type YandexReverseParams, type YandexReverseSite, SearchClient$5 as YandexSearchClient, type YandexSearchParams, type YandexSearchResponse, type YandexSimilarImage, type YandexSitelink, type YandexTag, 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 };
|
|
16391
|
+
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$2 as AmazonProductsClient, type RatingBreakdown$1 as AmazonRatingBreakdown, ReferenceClient$e as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$d 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$3 as AmazonSellersClient, ApartmentsClient, type FloorPlan as ApartmentsFloorPlan, type Property$3 as ApartmentsProperty, type ApartmentsPropertyParams, type School$4 as ApartmentsSchool, type ApartmentsSearchParams, type SearchResponse$9 as ApartmentsSearchResponse, type SearchResult$4 as ApartmentsSearchResult, type Unit as ApartmentsUnit, type AutocompleteParams, type BaiduAutocompleteResponse, BaiduClient, type BaiduImageResult, type BaiduImagesParams, type BaiduImagesResponse, type BaiduLanguage, type BaiduNewsParams, type BaiduNewsResponse, type BaiduNewsResult, type BaiduNewsSort, type BaiduOrganicResult, type BaiduRelatedSearch, type BaiduSearchParams, type BaiduSearchResponse, type BaiduSuggestion, type BingAd, type BingAutocompleteParams, type BingAutocompleteResponse, BingClient, type BingDeepLink, type BingFreshness, type BingImageResult, type BingImagesParams, type BingImagesResponse, type BingMarket, type BingMarketsResponse, MediaClient$1 as BingMediaClient, type BingNewsArticle, NewsClient$1 as BingNewsClient, type BingNewsParams, type BingNewsResponse, type BingOrganicResult, ReferenceClient$8 as BingReferenceClient, type BingSafeSearch, SearchClient$7 as BingSearchClient, type BingSearchParams, type BingSearchResponse, type BingVideoResult, type BingVideosParams, type BingVideosResponse, AskClient$1 as ChatGPTAskClient, type ChatGPTAskParams, type ChatGPTAskResponse, BrandClient$1 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 DuckDuckGoAbstract, type DuckDuckGoAutocompleteParams, type DuckDuckGoAutocompleteResponse, DuckDuckGoClient, type DuckDuckGoImageResult, type DuckDuckGoImagesParams, type DuckDuckGoImagesResponse, type DuckDuckGoInstantResponse, MediaClient$2 as DuckDuckGoMediaClient, type DuckDuckGoNewsParams, type DuckDuckGoNewsResponse, type DuckDuckGoNewsResult, type DuckDuckGoRaw, ReferenceClient$9 as DuckDuckGoReferenceClient, type DuckDuckGoRegion, type DuckDuckGoRegionsResponse, type DuckDuckGoRelatedTopic, SearchClient$8 as DuckDuckGoSearchClient, type DuckDuckGoSearchParams, type DuckDuckGoSearchResponse, type DuckDuckGoSearchResult, type DuckDuckGoVideoResult, type DuckDuckGoVideosParams, type DuckDuckGoVideosResponse, 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$b as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$a 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$2 as EbaySellersClient, type ShippingOption as EbayShippingOption, type EbaySortBy, type FinanceQuoteParams, type FlightsSearchParams, type FlightsSortBy, type FlightsStopsFilter, type FlightsTravelClass, type FlightsTripType, AskClient as GeminiAskClient, type GeminiAskParams, type GeminiAskResponse, BrandClient as GeminiBrandClient, type GeminiBrandVisibilityParams, type GeminiBrandVisibilityResponse, type GeminiCitation, GeminiClient, type GeminiCompetitorMention, type GeminiSearchResult, type GeminiWebSearchMode, AiModeClient as GoogleAiModeClient, AutocompleteClient as GoogleAutocompleteClient, GoogleClient, FinanceClient as GoogleFinanceClient, FlightsClient as GoogleFlightsClient, HotelsClient as GoogleHotelsClient, ImagesClient$1 as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient$2 as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$3 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$g 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 Audio as InstagramAudio, AudioClient as InstagramAudioClient, type BioLink as InstagramBioLink, InstagramClient, type Comment$1 as InstagramComment, type Hashtag as InstagramHashtag, HashtagsClient$1 as InstagramHashtagsClient, type Highlight as InstagramHighlight, type Location$2 as InstagramLocation, LocationsClient as InstagramLocationsClient, type Media as InstagramMedia, MediaClient$3 as InstagramMediaClient, type Oembed as InstagramOembed, type Paginated as InstagramPaginated, type Resource as InstagramResource, SearchClient$e as InstagramSearchClient, type SearchTopResponse as InstagramSearchTopResponse, type User as InstagramUser, type UserAbout as InstagramUserAbout, type UserShort as InstagramUserShort, UsersClient$1 as InstagramUsersClient, 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$f as RedditSearchClient, type RedditSubreddit, SubredditsClient as RedditSubredditsClient, type RedditTrophy, type RedditUser, type UserProfileResponse as RedditUserProfileResponse, type RedditUserSubreddit, UsersClient$2 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$1 as ShopeeProductsClient, type RatingBreakdown as ShopeeRatingBreakdown, ReferenceClient$d as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$c 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$c as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$b 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$f as VintedReferenceClient, SearchClient$h as VintedSearchClient, type VintedSearchParams, type SearchResponse$a as VintedSearchResponse, type VintedSellerSummary, type VintedStatus, type StatusesResponse as VintedStatusesResponse, type UserItemsResponse as VintedUserItemsResponse, type VintedUserProfile, type UserProfileResponse$1 as VintedUserProfileResponse, type VintedUserSummary, UsersClient$3 as VintedUsersClient, type WalmartAutocompleteResponse, type WalmartBadge, type WalmartBreadcrumb, type WalmartCategoryParams, WalmartClient, type WalmartConditionOffer, type WalmartDealsParams, type WalmartEmbeddedSeller, type WalmartFulfillmentOption, type WalmartFulfillmentSummary, type WalmartImage, type WalmartLocationContext, type WalmartMarket, type WalmartMarketsResponse, type WalmartNameValue, type WalmartNutritionFacts, type WalmartPrice, type WalmartPriceInfo, type WalmartPriceRange, type WalmartProduct, ProductsClient as WalmartProductsClient, type WalmartPromotion, type WalmartRatingDistribution, type WalmartRaw, ReferenceClient$a as WalmartReferenceClient, type WalmartReturnPolicy, type WalmartReview, type WalmartReviewSort, type WalmartReviewsParams, type WalmartReviewsResponse, SearchClient$9 as WalmartSearchClient, type WalmartSearchItem, type WalmartSearchParams, type WalmartSearchResponse, type WalmartSeller, type WalmartSellerProductsParams, type WalmartSellerResponse, SellersClient$1 as WalmartSellersClient, type WalmartSortBy, type WalmartSpecificationGroup, type WalmartStore, type WalmartStoreHours, type WalmartStoreResponse, type WalmartStoreService, StoresClient as WalmartStoresClient, type WalmartSuggestion, type WalmartVariant, type WalmartVideo, type WalmartWarranty, WebClient, type WikiPageResponse, type YahooAd, type YahooAutocompleteParams, type YahooAutocompleteResponse, YahooClient, type YahooImageResult, type YahooImagesParams, type YahooImagesResponse, type YahooMarket, type YahooMarketsResponse, MediaClient as YahooMediaClient, type YahooNewsArticle, NewsClient as YahooNewsClient, type YahooNewsParams, type YahooNewsResponse, type YahooOrganicResult, ReferenceClient$7 as YahooReferenceClient, type YahooSafeSearch, SearchClient$6 as YahooSearchClient, type YahooSearchParams, type YahooSearchResponse, type YahooVideoResult, type YahooVideosParams, type YahooVideosResponse, YandexClient, type YandexImage, type YandexImageResult, ImagesClient as YandexImagesClient, type YandexImagesParams, type YandexImagesResponse, type YandexMarket, type YandexMarketsResponse, type YandexOrganicResult, type YandexOtherSize, type YandexPagination, type YandexRaw, ReferenceClient$6 as YandexReferenceClient, type YandexReverseImageResponse, type YandexReverseParams, type YandexReverseSite, SearchClient$5 as YandexSearchClient, type YandexSearchParams, type YandexSearchResponse, type YandexSimilarImage, type YandexSitelink, type YandexTag, 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 };
|