scrapebadger 0.30.0 → 0.32.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/dist/index.d.cts CHANGED
@@ -609,7 +609,7 @@ interface VintedSearchParams {
609
609
  * });
610
610
  * ```
611
611
  */
612
- declare class SearchClient$d {
612
+ declare class SearchClient$f {
613
613
  private readonly client;
614
614
  constructor(client: BaseClient);
615
615
  /**
@@ -808,7 +808,7 @@ declare class UsersClient$3 {
808
808
  * }
809
809
  * ```
810
810
  */
811
- declare class ReferenceClient$b {
811
+ declare class ReferenceClient$d {
812
812
  private readonly client;
813
813
  constructor(client: BaseClient);
814
814
  /**
@@ -923,13 +923,13 @@ declare class ReferenceClient$b {
923
923
  */
924
924
  declare class VintedClient {
925
925
  /** Client for item search operations */
926
- readonly search: SearchClient$d;
926
+ readonly search: SearchClient$f;
927
927
  /** Client for individual item operations */
928
928
  readonly items: ItemsClient$1;
929
929
  /** Client for user operations */
930
930
  readonly users: UsersClient$3;
931
931
  /** Client for reference data (brands, colors, statuses, markets) */
932
- readonly reference: ReferenceClient$b;
932
+ readonly reference: ReferenceClient$d;
933
933
  /**
934
934
  * Create a new Vinted client.
935
935
  *
@@ -1810,7 +1810,7 @@ declare class MapsClient {
1810
1810
  * const trending = await client.google.news.trending();
1811
1811
  * ```
1812
1812
  */
1813
- declare class NewsClient {
1813
+ declare class NewsClient$1 {
1814
1814
  private readonly client;
1815
1815
  constructor(client: BaseClient);
1816
1816
  /**
@@ -1940,7 +1940,7 @@ declare class ScholarClient {
1940
1940
  * }
1941
1941
  * ```
1942
1942
  */
1943
- declare class SearchClient$c {
1943
+ declare class SearchClient$e {
1944
1944
  private readonly client;
1945
1945
  constructor(client: BaseClient);
1946
1946
  /**
@@ -2142,11 +2142,11 @@ declare class VideosClient$2 {
2142
2142
  */
2143
2143
  declare class GoogleClient {
2144
2144
  /** Google Web Search (SERP) — with optional deferred AI Overview follow-up. */
2145
- readonly search: SearchClient$c;
2145
+ readonly search: SearchClient$e;
2146
2146
  /** Google Maps — places, reviews, photos, posts. */
2147
2147
  readonly maps: MapsClient;
2148
2148
  /** Google News — articles, topics, trending. */
2149
- readonly news: NewsClient;
2149
+ readonly news: NewsClient$1;
2150
2150
  /** Google Hotels — search and property details. */
2151
2151
  readonly hotels: HotelsClient;
2152
2152
  /** Google Trends — interest, regions, related, trending, topic autocomplete. */
@@ -2973,7 +2973,7 @@ interface DomainPostsResponse {
2973
2973
  * const domainPosts = await client.reddit.search.domainPosts({ domain: "github.com" });
2974
2974
  * ```
2975
2975
  */
2976
- declare class SearchClient$b {
2976
+ declare class SearchClient$d {
2977
2977
  private readonly client;
2978
2978
  constructor(client: BaseClient);
2979
2979
  /**
@@ -3582,7 +3582,7 @@ declare class UsersClient$2 {
3582
3582
  */
3583
3583
  declare class RedditClient {
3584
3584
  /** Client for search operations (posts, subreddits, users, domain posts) */
3585
- readonly search: SearchClient$b;
3585
+ readonly search: SearchClient$d;
3586
3586
  /** Client for post operations (trending, details, comments, duplicates) */
3587
3587
  readonly posts: PostsClient;
3588
3588
  /** Client for subreddit operations (details, posts, rules, moderators, wiki) */
@@ -4117,7 +4117,7 @@ declare class UsersClient$1 {
4117
4117
  * }
4118
4118
  * ```
4119
4119
  */
4120
- declare class MediaClient {
4120
+ declare class MediaClient$2 {
4121
4121
  private readonly client;
4122
4122
  constructor(client: BaseClient);
4123
4123
  /**
@@ -4172,7 +4172,7 @@ declare class MediaClient {
4172
4172
  * const tags = await client.instagram.search.hashtags("running");
4173
4173
  * ```
4174
4174
  */
4175
- declare class SearchClient$a {
4175
+ declare class SearchClient$c {
4176
4176
  private readonly client;
4177
4177
  constructor(client: BaseClient);
4178
4178
  /**
@@ -4328,9 +4328,9 @@ declare class InstagramClient {
4328
4328
  /** Client for user operations (profile, posts, followers, stories, highlights) */
4329
4329
  readonly users: UsersClient$1;
4330
4330
  /** Client for media operations (detail, comments, replies, likers, oEmbed) */
4331
- readonly media: MediaClient;
4331
+ readonly media: MediaClient$2;
4332
4332
  /** Client for search operations (users, hashtags, places, top, reels, music, autocomplete) */
4333
- readonly search: SearchClient$a;
4333
+ readonly search: SearchClient$c;
4334
4334
  /** Client for hashtag operations (info, top, recent, reels) */
4335
4335
  readonly hashtags: HashtagsClient$1;
4336
4336
  /** Client for location operations (info, top, recent, search) */
@@ -5405,7 +5405,7 @@ interface AmazonAutocompleteParams {
5405
5405
  * const suggestions = await client.amazon.search.autocomplete("lapt");
5406
5406
  * ```
5407
5407
  */
5408
- declare class SearchClient$9 {
5408
+ declare class SearchClient$b {
5409
5409
  private readonly client;
5410
5410
  constructor(client: BaseClient);
5411
5411
  /**
@@ -5601,7 +5601,7 @@ declare class SellersClient$3 {
5601
5601
  * const categories = await client.amazon.reference.categories();
5602
5602
  * ```
5603
5603
  */
5604
- declare class ReferenceClient$a {
5604
+ declare class ReferenceClient$c {
5605
5605
  private readonly client;
5606
5606
  constructor(client: BaseClient);
5607
5607
  /**
@@ -5656,7 +5656,7 @@ declare class ReferenceClient$a {
5656
5656
  */
5657
5657
  declare class AmazonClient {
5658
5658
  /** Client for keyword search and autocomplete */
5659
- readonly search: SearchClient$9;
5659
+ readonly search: SearchClient$b;
5660
5660
  /** Client for product detail, offers, and reviews */
5661
5661
  readonly products: ProductsClient$2;
5662
5662
  /** Client for bestsellers, new releases, deals, and category browse */
@@ -5664,7 +5664,7 @@ declare class AmazonClient {
5664
5664
  /** Client for seller profile, products, and feedback */
5665
5665
  readonly sellers: SellersClient$3;
5666
5666
  /** Client for reference data (markets, categories) */
5667
- readonly reference: ReferenceClient$a;
5667
+ readonly reference: ReferenceClient$c;
5668
5668
  /**
5669
5669
  * Create a new Amazon client.
5670
5670
  *
@@ -5956,7 +5956,7 @@ interface ShopeeCategoriesParams {
5956
5956
  * const cat = await client.shopee.search.categoryItems(100001, { market: "sg" });
5957
5957
  * ```
5958
5958
  */
5959
- declare class SearchClient$8 {
5959
+ declare class SearchClient$a {
5960
5960
  private readonly client;
5961
5961
  constructor(client: BaseClient);
5962
5962
  /**
@@ -6079,7 +6079,7 @@ declare class ReviewsClient {
6079
6079
  * }
6080
6080
  * ```
6081
6081
  */
6082
- declare class ReferenceClient$9 {
6082
+ declare class ReferenceClient$b {
6083
6083
  private readonly client;
6084
6084
  constructor(client: BaseClient);
6085
6085
  /**
@@ -6139,13 +6139,13 @@ declare class ReferenceClient$9 {
6139
6139
  */
6140
6140
  declare class ShopeeClient {
6141
6141
  /** Client for keyword search and category-item listing */
6142
- readonly search: SearchClient$8;
6142
+ readonly search: SearchClient$a;
6143
6143
  /** Client for full product detail pages */
6144
6144
  readonly products: ProductsClient$1;
6145
6145
  /** Client for product reviews and rating summaries */
6146
6146
  readonly reviews: ReviewsClient;
6147
6147
  /** Client for reference data (markets, category tree) */
6148
- readonly reference: ReferenceClient$9;
6148
+ readonly reference: ReferenceClient$b;
6149
6149
  /**
6150
6150
  * Create a new Shopee client.
6151
6151
  *
@@ -6991,7 +6991,7 @@ declare class VideosClient$1 {
6991
6991
  * const users = await client.tiktok.search.users({ query: "skincare" });
6992
6992
  * ```
6993
6993
  */
6994
- declare class SearchClient$7 {
6994
+ declare class SearchClient$9 {
6995
6995
  private readonly client;
6996
6996
  constructor(client: BaseClient);
6997
6997
  /**
@@ -7197,7 +7197,7 @@ declare class AdsClient$1 {
7197
7197
  * }
7198
7198
  * ```
7199
7199
  */
7200
- declare class ReferenceClient$8 {
7200
+ declare class ReferenceClient$a {
7201
7201
  private readonly client;
7202
7202
  constructor(client: BaseClient);
7203
7203
  /**
@@ -7262,7 +7262,7 @@ declare class TikTokClient {
7262
7262
  /** Client for video detail, comments, replies, related, transcript, oEmbed */
7263
7263
  readonly videos: VideosClient$1;
7264
7264
  /** Client for keyword search across videos, users, and hashtags */
7265
- readonly search: SearchClient$7;
7265
+ readonly search: SearchClient$9;
7266
7266
  /** Client for sound/music detail and videos using a sound */
7267
7267
  readonly music: MusicClient$1;
7268
7268
  /** Client for hashtag detail and tagged videos */
@@ -7272,7 +7272,7 @@ declare class TikTokClient {
7272
7272
  /** Client for the Commercial Content Library (ad transparency) */
7273
7273
  readonly ads: AdsClient$1;
7274
7274
  /** Client for reference data (regions) and service health */
7275
- readonly reference: ReferenceClient$8;
7275
+ readonly reference: ReferenceClient$a;
7276
7276
  /**
7277
7277
  * Create a new TikTok client.
7278
7278
  *
@@ -7784,7 +7784,7 @@ interface EbayAutocompleteParams {
7784
7784
  * const suggestions = await client.ebay.search.autocomplete("ipho");
7785
7785
  * ```
7786
7786
  */
7787
- declare class SearchClient$6 {
7787
+ declare class SearchClient$8 {
7788
7788
  private readonly client;
7789
7789
  constructor(client: BaseClient);
7790
7790
  /**
@@ -7965,7 +7965,7 @@ declare class CategoriesClient {
7965
7965
  * }
7966
7966
  * ```
7967
7967
  */
7968
- declare class ReferenceClient$7 {
7968
+ declare class ReferenceClient$9 {
7969
7969
  private readonly client;
7970
7970
  constructor(client: BaseClient);
7971
7971
  /**
@@ -8020,7 +8020,7 @@ declare class ReferenceClient$7 {
8020
8020
  */
8021
8021
  declare class EbayClient {
8022
8022
  /** Client for active search, completed/sold search, and autocomplete */
8023
- readonly search: SearchClient$6;
8023
+ readonly search: SearchClient$8;
8024
8024
  /** Client for item detail and catalog product reviews */
8025
8025
  readonly items: ItemsClient;
8026
8026
  /** Client for seller profile, items, and feedback */
@@ -8028,7 +8028,7 @@ declare class EbayClient {
8028
8028
  /** Client for category browse and the reference category list */
8029
8029
  readonly categories: CategoriesClient;
8030
8030
  /** Client for reference data (markets) */
8031
- readonly reference: ReferenceClient$7;
8031
+ readonly reference: ReferenceClient$9;
8032
8032
  /**
8033
8033
  * Create a new eBay client.
8034
8034
  *
@@ -8670,7 +8670,7 @@ interface WalmartSellerProductsParams {
8670
8670
  * const suggestions = await client.walmart.search.autocomplete("lapt");
8671
8671
  * ```
8672
8672
  */
8673
- declare class SearchClient$5 {
8673
+ declare class SearchClient$7 {
8674
8674
  private readonly client;
8675
8675
  constructor(client: BaseClient);
8676
8676
  /**
@@ -8853,7 +8853,7 @@ declare class StoresClient {
8853
8853
  * const markets = await client.walmart.reference.markets();
8854
8854
  * ```
8855
8855
  */
8856
- declare class ReferenceClient$6 {
8856
+ declare class ReferenceClient$8 {
8857
8857
  private readonly client;
8858
8858
  constructor(client: BaseClient);
8859
8859
  /**
@@ -8904,7 +8904,7 @@ declare class ReferenceClient$6 {
8904
8904
  */
8905
8905
  declare class WalmartClient {
8906
8906
  /** Client for search, category browse, deals and autocomplete */
8907
- readonly search: SearchClient$5;
8907
+ readonly search: SearchClient$7;
8908
8908
  /** Client for product detail and reviews */
8909
8909
  readonly products: ProductsClient;
8910
8910
  /** Client for marketplace seller profile and catalogue */
@@ -8912,7 +8912,7 @@ declare class WalmartClient {
8912
8912
  /** Client for store detail and nearby stores */
8913
8913
  readonly stores: StoresClient;
8914
8914
  /** Client for reference data (markets) and service health */
8915
- readonly reference: ReferenceClient$6;
8915
+ readonly reference: ReferenceClient$8;
8916
8916
  /**
8917
8917
  * Create a new Walmart client.
8918
8918
  *
@@ -8921,6 +8921,967 @@ declare class WalmartClient {
8921
8921
  constructor(client: BaseClient);
8922
8922
  }
8923
8923
 
8924
+ /**
8925
+ * TypeScript types for the DuckDuckGo API.
8926
+ *
8927
+ * These interfaces mirror the backend `duckduckgo_scraper` response schema
8928
+ * field-for-field. Optional / nullable backend fields are typed as
8929
+ * `Type | null`; backend list fields default to `[]` and are typed as arrays.
8930
+ *
8931
+ * Field names are snake_case to match the backend payload and the rest of this
8932
+ * SDK (see the Walmart module).
8933
+ */
8934
+ /** An untyped JSON object passed through verbatim from DuckDuckGo's payload. */
8935
+ type DuckDuckGoRaw = Record<string, unknown>;
8936
+ /** A single organic (or sponsored) web result. */
8937
+ interface DuckDuckGoSearchResult {
8938
+ title: string | null;
8939
+ url: string | null;
8940
+ snippet: string | null;
8941
+ display_url: string | null;
8942
+ is_ad: boolean | null;
8943
+ }
8944
+ /** The Instant-Answer abstract shown above the organic results. */
8945
+ interface DuckDuckGoAbstract {
8946
+ heading: string | null;
8947
+ text: string | null;
8948
+ url: string | null;
8949
+ image: string | null;
8950
+ source: string | null;
8951
+ }
8952
+ /** A page of web results plus its optional abstract. */
8953
+ interface DuckDuckGoSearchResponse {
8954
+ query: string;
8955
+ region: string | null;
8956
+ results: DuckDuckGoSearchResult[];
8957
+ abstract: DuckDuckGoAbstract | null;
8958
+ result_count: number;
8959
+ has_next: boolean | null;
8960
+ }
8961
+ /** A single image result. */
8962
+ interface DuckDuckGoImageResult {
8963
+ title: string | null;
8964
+ image: string | null;
8965
+ thumbnail: string | null;
8966
+ url: string | null;
8967
+ width: number | null;
8968
+ height: number | null;
8969
+ source: string | null;
8970
+ encoding_format: string | null;
8971
+ discovery_date: string | null;
8972
+ }
8973
+ /** A page of image results. */
8974
+ interface DuckDuckGoImagesResponse {
8975
+ query: string;
8976
+ region: string | null;
8977
+ results: DuckDuckGoImageResult[];
8978
+ result_count: number;
8979
+ has_next: boolean | null;
8980
+ }
8981
+ /** A single news result. */
8982
+ interface DuckDuckGoNewsResult {
8983
+ title: string | null;
8984
+ url: string | null;
8985
+ excerpt: string | null;
8986
+ source: string | null;
8987
+ image: string | null;
8988
+ relative_time: string | null;
8989
+ /** Unix seconds. */
8990
+ date_utc: number | null;
8991
+ /** ISO 8601 string. */
8992
+ date_at: string | null;
8993
+ syndicate: string | null;
8994
+ }
8995
+ /** A page of news results. */
8996
+ interface DuckDuckGoNewsResponse {
8997
+ query: string;
8998
+ region: string | null;
8999
+ results: DuckDuckGoNewsResult[];
9000
+ result_count: number;
9001
+ has_next: boolean | null;
9002
+ }
9003
+ /** A single video result. */
9004
+ interface DuckDuckGoVideoResult {
9005
+ title: string | null;
9006
+ content: string | null;
9007
+ description: string | null;
9008
+ duration: string | null;
9009
+ publisher: string | null;
9010
+ uploader: string | null;
9011
+ published_at: string | null;
9012
+ view_count: number | null;
9013
+ /** Thumbnail set (small / medium / large / motion), passed through verbatim. */
9014
+ images: DuckDuckGoRaw | null;
9015
+ embed_url: string | null;
9016
+ }
9017
+ /** A page of video results. */
9018
+ interface DuckDuckGoVideosResponse {
9019
+ query: string;
9020
+ region: string | null;
9021
+ results: DuckDuckGoVideoResult[];
9022
+ result_count: number;
9023
+ has_next: boolean | null;
9024
+ }
9025
+ /** Search-box suggestions for a partial query. */
9026
+ interface DuckDuckGoAutocompleteResponse {
9027
+ query: string;
9028
+ suggestions: string[];
9029
+ }
9030
+ /** A related-topic link from the Instant Answer API. */
9031
+ interface DuckDuckGoRelatedTopic {
9032
+ text: string | null;
9033
+ url: string | null;
9034
+ icon: string | null;
9035
+ }
9036
+ /** The DuckDuckGo Instant Answer (zero-click info) response. */
9037
+ interface DuckDuckGoInstantResponse {
9038
+ query: string;
9039
+ abstract: string | null;
9040
+ abstract_text: string | null;
9041
+ abstract_source: string | null;
9042
+ abstract_url: string | null;
9043
+ heading: string | null;
9044
+ answer: string | null;
9045
+ answer_type: string | null;
9046
+ definition: string | null;
9047
+ definition_source: string | null;
9048
+ definition_url: string | null;
9049
+ image: string | null;
9050
+ type: string | null;
9051
+ redirect: string | null;
9052
+ related_topics: DuckDuckGoRelatedTopic[];
9053
+ }
9054
+ /** A supported search region. */
9055
+ interface DuckDuckGoRegion {
9056
+ code: string;
9057
+ name: string;
9058
+ }
9059
+ /** The list of supported regions. */
9060
+ interface DuckDuckGoRegionsResponse {
9061
+ regions: DuckDuckGoRegion[];
9062
+ count: number;
9063
+ }
9064
+ /** Options for the web-search endpoint. */
9065
+ interface DuckDuckGoSearchParams {
9066
+ /** Region code, e.g. `"us-en"`. Defaults to `"wt-wt"` (no region). */
9067
+ region?: string;
9068
+ /** `"on"`, `"moderate"` (default) or `"off"`. */
9069
+ safesearch?: string;
9070
+ /** Recency filter: `"d"`, `"w"`, `"m"` or `"y"`. */
9071
+ timelimit?: string;
9072
+ /** Page number, 1-based. */
9073
+ page?: number;
9074
+ }
9075
+ /** Options for the image-search endpoint. */
9076
+ interface DuckDuckGoImagesParams {
9077
+ region?: string;
9078
+ safesearch?: string;
9079
+ page?: number;
9080
+ size?: string;
9081
+ color?: string;
9082
+ image_type?: string;
9083
+ layout?: string;
9084
+ license?: string;
9085
+ }
9086
+ /** Options for the news-search endpoint. */
9087
+ interface DuckDuckGoNewsParams {
9088
+ region?: string;
9089
+ safesearch?: string;
9090
+ timelimit?: string;
9091
+ page?: number;
9092
+ }
9093
+ /** Options for the video-search endpoint. */
9094
+ interface DuckDuckGoVideosParams {
9095
+ region?: string;
9096
+ safesearch?: string;
9097
+ page?: number;
9098
+ duration?: string;
9099
+ resolution?: string;
9100
+ }
9101
+ /** Options for the autocomplete endpoint. */
9102
+ interface DuckDuckGoAutocompleteParams {
9103
+ region?: string;
9104
+ }
9105
+
9106
+ /**
9107
+ * DuckDuckGo Search API client.
9108
+ *
9109
+ * Web search with the optional Instant-Answer abstract.
9110
+ */
9111
+
9112
+ /**
9113
+ * Client for the DuckDuckGo web-search endpoint.
9114
+ *
9115
+ * @example
9116
+ * ```typescript
9117
+ * const client = new ScrapeBadger({ apiKey: "key" });
9118
+ *
9119
+ * const results = await client.duckduckgo.search.search("privacy", { region: "us-en" });
9120
+ * for (const item of results.results) {
9121
+ * console.log(`${item.title} — ${item.url}`);
9122
+ * }
9123
+ * ```
9124
+ */
9125
+ declare class SearchClient$6 {
9126
+ private readonly client;
9127
+ constructor(client: BaseClient);
9128
+ /**
9129
+ * Search duckduckgo.com.
9130
+ *
9131
+ * @param query - Search keywords, e.g. `"privacy"`.
9132
+ * @param params - Optional region, safesearch, timelimit and page.
9133
+ * @returns A page of web results plus the optional abstract.
9134
+ */
9135
+ search(query: string, params?: DuckDuckGoSearchParams): Promise<DuckDuckGoSearchResponse>;
9136
+ }
9137
+
9138
+ /**
9139
+ * DuckDuckGo Media API client.
9140
+ *
9141
+ * Image, news and video search.
9142
+ */
9143
+
9144
+ /**
9145
+ * Client for the DuckDuckGo image, news and video endpoints.
9146
+ *
9147
+ * @example
9148
+ * ```typescript
9149
+ * const client = new ScrapeBadger({ apiKey: "key" });
9150
+ *
9151
+ * const images = await client.duckduckgo.media.images("puppies", { size: "Large" });
9152
+ * const news = await client.duckduckgo.media.news("elections", { timelimit: "d" });
9153
+ * const videos = await client.duckduckgo.media.videos("lofi", { duration: "long" });
9154
+ * ```
9155
+ */
9156
+ declare class MediaClient$1 {
9157
+ private readonly client;
9158
+ constructor(client: BaseClient);
9159
+ /**
9160
+ * Search DuckDuckGo Images.
9161
+ *
9162
+ * @param query - Search keywords.
9163
+ * @param params - Optional region, safesearch, page and image filters
9164
+ * (size, color, image_type, layout, license).
9165
+ */
9166
+ images(query: string, params?: DuckDuckGoImagesParams): Promise<DuckDuckGoImagesResponse>;
9167
+ /**
9168
+ * Search DuckDuckGo News.
9169
+ *
9170
+ * @param query - Search keywords.
9171
+ * @param params - Optional region, safesearch, timelimit and page.
9172
+ */
9173
+ news(query: string, params?: DuckDuckGoNewsParams): Promise<DuckDuckGoNewsResponse>;
9174
+ /**
9175
+ * Search DuckDuckGo Videos.
9176
+ *
9177
+ * @param query - Search keywords.
9178
+ * @param params - Optional region, safesearch, page, duration and resolution.
9179
+ */
9180
+ videos(query: string, params?: DuckDuckGoVideosParams): Promise<DuckDuckGoVideosResponse>;
9181
+ }
9182
+
9183
+ /**
9184
+ * DuckDuckGo Reference API client.
9185
+ *
9186
+ * Autocomplete, the Instant Answer API, and the list of supported regions.
9187
+ */
9188
+
9189
+ /**
9190
+ * Client for DuckDuckGo autocomplete, instant answers and regions.
9191
+ *
9192
+ * @example
9193
+ * ```typescript
9194
+ * const client = new ScrapeBadger({ apiKey: "key" });
9195
+ *
9196
+ * const suggestions = await client.duckduckgo.reference.autocomplete("weath");
9197
+ * const instant = await client.duckduckgo.reference.instant("python");
9198
+ * const regions = await client.duckduckgo.reference.regions();
9199
+ * ```
9200
+ */
9201
+ declare class ReferenceClient$7 {
9202
+ private readonly client;
9203
+ constructor(client: BaseClient);
9204
+ /**
9205
+ * Search-box suggestions for a partial query.
9206
+ *
9207
+ * @param query - Partial search term, e.g. `"weath"`.
9208
+ * @param params - Optional region.
9209
+ */
9210
+ autocomplete(query: string, params?: DuckDuckGoAutocompleteParams): Promise<DuckDuckGoAutocompleteResponse>;
9211
+ /**
9212
+ * DuckDuckGo Instant Answer (zero-click info) for a query.
9213
+ *
9214
+ * @param query - The query, e.g. `"python"`.
9215
+ */
9216
+ instant(query: string): Promise<DuckDuckGoInstantResponse>;
9217
+ /**
9218
+ * Get the supported DuckDuckGo search regions.
9219
+ */
9220
+ regions(): Promise<DuckDuckGoRegionsResponse>;
9221
+ }
9222
+
9223
+ /**
9224
+ * DuckDuckGo API client.
9225
+ *
9226
+ * Provides access to all DuckDuckGo API endpoints through specialized
9227
+ * sub-clients.
9228
+ */
9229
+
9230
+ /**
9231
+ * DuckDuckGo API client with access to all DuckDuckGo endpoints.
9232
+ *
9233
+ * Sub-clients:
9234
+ * - `search` - Web search with the optional Instant-Answer abstract
9235
+ * - `media` - Image, news and video search
9236
+ * - `reference` - Autocomplete, instant answers and supported regions
9237
+ *
9238
+ * @example
9239
+ * ```typescript
9240
+ * const client = new ScrapeBadger({ apiKey: "key" });
9241
+ *
9242
+ * const results = await client.duckduckgo.search.search("privacy");
9243
+ * const images = await client.duckduckgo.media.images("puppies");
9244
+ * const news = await client.duckduckgo.media.news("elections");
9245
+ * const videos = await client.duckduckgo.media.videos("lofi");
9246
+ * const suggestions = await client.duckduckgo.reference.autocomplete("weath");
9247
+ * const instant = await client.duckduckgo.reference.instant("python");
9248
+ * const regions = await client.duckduckgo.reference.regions();
9249
+ * ```
9250
+ */
9251
+ declare class DuckDuckGoClient {
9252
+ /** Client for web search with the optional Instant-Answer abstract */
9253
+ readonly search: SearchClient$6;
9254
+ /** Client for image, news and video search */
9255
+ readonly media: MediaClient$1;
9256
+ /** Client for autocomplete, instant answers and supported regions */
9257
+ readonly reference: ReferenceClient$7;
9258
+ /**
9259
+ * Create a new DuckDuckGo client.
9260
+ *
9261
+ * @param client - The base HTTP client for making requests.
9262
+ */
9263
+ constructor(client: BaseClient);
9264
+ }
9265
+
9266
+ /**
9267
+ * TypeScript types for the Bing API.
9268
+ *
9269
+ * These interfaces mirror the backend `bing_scraper` response schema
9270
+ * field-for-field. Optional / nullable backend fields are typed as
9271
+ * `Type | null`; backend list fields default to `[]` and are typed as arrays.
9272
+ */
9273
+ /** A sitelink shown under an organic result. */
9274
+ interface BingDeepLink {
9275
+ title: string;
9276
+ url: string | null;
9277
+ }
9278
+ /** One organic result from a Bing web SERP. */
9279
+ interface BingOrganicResult {
9280
+ /** 1-based rank on the page. */
9281
+ position: number;
9282
+ title: string;
9283
+ url: string | null;
9284
+ display_url: string | null;
9285
+ site_name: string | null;
9286
+ snippet: string | null;
9287
+ deep_links: BingDeepLink[];
9288
+ }
9289
+ /** A sponsored result on the SERP. */
9290
+ interface BingAd {
9291
+ /** 1-based rank within the ad block. */
9292
+ position: number;
9293
+ title: string;
9294
+ url: string | null;
9295
+ display_url: string | null;
9296
+ snippet: string | null;
9297
+ }
9298
+ /** A page of Bing web search results. */
9299
+ interface BingSearchResponse {
9300
+ query: string;
9301
+ market: string;
9302
+ total_results: number | null;
9303
+ total_results_text: string | null;
9304
+ result_count: number;
9305
+ results: BingOrganicResult[];
9306
+ ads: BingAd[];
9307
+ related_searches: string[];
9308
+ }
9309
+ /** One image from Bing image search. */
9310
+ interface BingImageResult {
9311
+ /** 1-based rank on the page. */
9312
+ position: number;
9313
+ title: string | null;
9314
+ image_url: string | null;
9315
+ thumbnail_url: string | null;
9316
+ source_url: string | null;
9317
+ source_domain: string | null;
9318
+ width: number | null;
9319
+ height: number | null;
9320
+ }
9321
+ /** Response from the Bing image search endpoint. */
9322
+ interface BingImagesResponse {
9323
+ query: string;
9324
+ market: string;
9325
+ result_count: number;
9326
+ results: BingImageResult[];
9327
+ }
9328
+ /** One video from Bing video search. */
9329
+ interface BingVideoResult {
9330
+ /** 1-based rank on the page. */
9331
+ position: number;
9332
+ title: string | null;
9333
+ url: string | null;
9334
+ thumbnail_url: string | null;
9335
+ duration: string | null;
9336
+ source: string | null;
9337
+ publisher: string | null;
9338
+ views: string | null;
9339
+ published: string | null;
9340
+ }
9341
+ /** Response from the Bing video search endpoint. */
9342
+ interface BingVideosResponse {
9343
+ query: string;
9344
+ market: string;
9345
+ result_count: number;
9346
+ results: BingVideoResult[];
9347
+ }
9348
+ /** One article from the Bing news vertical. */
9349
+ interface BingNewsArticle {
9350
+ /** 1-based rank on the page. */
9351
+ position: number;
9352
+ title: string | null;
9353
+ url: string | null;
9354
+ source: string | null;
9355
+ snippet: string | null;
9356
+ /** Bing's own relative date string, e.g. `"2h"`. */
9357
+ published: string | null;
9358
+ /** ISO 8601 timestamp, when the raw form is unambiguous. */
9359
+ published_at: string | null;
9360
+ /** Unix timestamp, when the raw form is unambiguous. */
9361
+ published_utc: number | null;
9362
+ }
9363
+ /** Response from the Bing news endpoint. */
9364
+ interface BingNewsResponse {
9365
+ query: string;
9366
+ market: string;
9367
+ result_count: number;
9368
+ results: BingNewsArticle[];
9369
+ }
9370
+ /** Search-box suggestions for a partial term. */
9371
+ interface BingAutocompleteResponse {
9372
+ query: string;
9373
+ market: string;
9374
+ result_count: number;
9375
+ suggestions: string[];
9376
+ }
9377
+ /** A supported Bing market. */
9378
+ interface BingMarket {
9379
+ code: string;
9380
+ name: string;
9381
+ country: string;
9382
+ }
9383
+ /** The supported-markets list. */
9384
+ interface BingMarketsResponse {
9385
+ result_count: number;
9386
+ markets: BingMarket[];
9387
+ }
9388
+ /** Adult-content filter level. */
9389
+ type BingSafeSearch = "off" | "moderate" | "strict";
9390
+ /** Article-age filter for the news endpoint. */
9391
+ type BingFreshness = "day" | "week" | "month";
9392
+ /** Options for the web search endpoint. */
9393
+ interface BingSearchParams {
9394
+ /** Bing market code, e.g. `"en-US"`, `"de-DE"`. Defaults to `"en-US"`. */
9395
+ market?: string;
9396
+ /** Number of results to return. Defaults to 10. */
9397
+ count?: number;
9398
+ /** Zero-based result offset for pagination. Defaults to 0. */
9399
+ offset?: number;
9400
+ safe_search?: BingSafeSearch;
9401
+ }
9402
+ /** Options for the image search endpoint. */
9403
+ interface BingImagesParams {
9404
+ /** Bing market code, e.g. `"en-US"`. Defaults to `"en-US"`. */
9405
+ market?: string;
9406
+ /** Number of images to return. Defaults to 35. */
9407
+ count?: number;
9408
+ safe_search?: BingSafeSearch;
9409
+ }
9410
+ /** Options for the video search endpoint. */
9411
+ interface BingVideosParams {
9412
+ /** Bing market code, e.g. `"en-US"`. Defaults to `"en-US"`. */
9413
+ market?: string;
9414
+ /** Number of videos to return. Defaults to 35. */
9415
+ count?: number;
9416
+ safe_search?: BingSafeSearch;
9417
+ }
9418
+ /** Options for the news endpoint. */
9419
+ interface BingNewsParams {
9420
+ /** Bing market code, e.g. `"en-US"`. Defaults to `"en-US"`. */
9421
+ market?: string;
9422
+ freshness?: BingFreshness;
9423
+ }
9424
+ /** Options for the autocomplete endpoint. */
9425
+ interface BingAutocompleteParams {
9426
+ /** Bing market code, e.g. `"en-US"`. Defaults to `"en-US"`. */
9427
+ market?: string;
9428
+ }
9429
+
9430
+ /**
9431
+ * Bing Search API client.
9432
+ *
9433
+ * Web search and search-box autocomplete.
9434
+ */
9435
+
9436
+ /**
9437
+ * Client for Bing web search and autocomplete endpoints.
9438
+ *
9439
+ * @example
9440
+ * ```typescript
9441
+ * const client = new ScrapeBadger({ apiKey: "key" });
9442
+ *
9443
+ * const results = await client.bing.search.search("coffee machine");
9444
+ * for (const r of results.results) {
9445
+ * console.log(`${r.position}. ${r.title} — ${r.url}`);
9446
+ * }
9447
+ *
9448
+ * const suggestions = await client.bing.search.autocomplete("coff");
9449
+ * ```
9450
+ */
9451
+ declare class SearchClient$5 {
9452
+ private readonly client;
9453
+ constructor(client: BaseClient);
9454
+ /**
9455
+ * Search bing.com — the web SERP.
9456
+ *
9457
+ * @param query - Search keywords, e.g. `"coffee machine"`.
9458
+ * @param params - Optional market, count, offset and safe-search filter.
9459
+ * @returns A page of organic results, ads and related searches.
9460
+ */
9461
+ search(query: string, params?: BingSearchParams): Promise<BingSearchResponse>;
9462
+ /**
9463
+ * Bing search-box suggestions — the cheapest call in this API.
9464
+ *
9465
+ * @param query - Partial search term, e.g. `"coff"`.
9466
+ * @param params - Optional market.
9467
+ */
9468
+ autocomplete(query: string, params?: BingAutocompleteParams): Promise<BingAutocompleteResponse>;
9469
+ }
9470
+
9471
+ /**
9472
+ * Bing Media API client.
9473
+ *
9474
+ * Image search and video search.
9475
+ */
9476
+
9477
+ /**
9478
+ * Client for Bing image and video search endpoints.
9479
+ *
9480
+ * @example
9481
+ * ```typescript
9482
+ * const client = new ScrapeBadger({ apiKey: "key" });
9483
+ *
9484
+ * const images = await client.bing.media.images("cats");
9485
+ * for (const img of images.results) {
9486
+ * console.log(img.image_url, img.width, img.height);
9487
+ * }
9488
+ *
9489
+ * const videos = await client.bing.media.videos("cats");
9490
+ * ```
9491
+ */
9492
+ declare class MediaClient {
9493
+ private readonly client;
9494
+ constructor(client: BaseClient);
9495
+ /**
9496
+ * Search Bing images.
9497
+ *
9498
+ * @param query - Search keywords, e.g. `"cats"`.
9499
+ * @param params - Optional market, count and safe-search filter.
9500
+ * @returns Full-size image URLs, thumbnails, pixel dimensions and the
9501
+ * source page each image came from.
9502
+ */
9503
+ images(query: string, params?: BingImagesParams): Promise<BingImagesResponse>;
9504
+ /**
9505
+ * Search Bing videos.
9506
+ *
9507
+ * @param query - Search keywords, e.g. `"cats"`.
9508
+ * @param params - Optional market, count and safe-search filter.
9509
+ * @returns Video URLs, thumbnails, duration, publisher and view counts.
9510
+ */
9511
+ videos(query: string, params?: BingVideosParams): Promise<BingVideosResponse>;
9512
+ }
9513
+
9514
+ /**
9515
+ * Bing News API client.
9516
+ *
9517
+ * The Bing news vertical.
9518
+ */
9519
+
9520
+ /**
9521
+ * Client for the Bing news endpoint.
9522
+ *
9523
+ * @example
9524
+ * ```typescript
9525
+ * const client = new ScrapeBadger({ apiKey: "key" });
9526
+ *
9527
+ * const news = await client.bing.news.news("artificial intelligence");
9528
+ * for (const article of news.results) {
9529
+ * console.log(article.source, article.published_at, article.title);
9530
+ * }
9531
+ * ```
9532
+ */
9533
+ declare class NewsClient {
9534
+ private readonly client;
9535
+ constructor(client: BaseClient);
9536
+ /**
9537
+ * Search the Bing news vertical.
9538
+ *
9539
+ * @param query - Search keywords, e.g. `"artificial intelligence"`.
9540
+ * @param params - Optional market and freshness (`"day"`, `"week"`, `"month"`).
9541
+ * @returns Articles carrying publisher, publish dates and real URLs.
9542
+ */
9543
+ news(query: string, params?: BingNewsParams): Promise<BingNewsResponse>;
9544
+ }
9545
+
9546
+ /**
9547
+ * Bing Reference Data API client.
9548
+ */
9549
+
9550
+ /**
9551
+ * Client for Bing reference data endpoints (markets).
9552
+ *
9553
+ * @example
9554
+ * ```typescript
9555
+ * const client = new ScrapeBadger({ apiKey: "key" });
9556
+ *
9557
+ * const markets = await client.bing.reference.markets();
9558
+ * ```
9559
+ */
9560
+ declare class ReferenceClient$6 {
9561
+ private readonly client;
9562
+ constructor(client: BaseClient);
9563
+ /**
9564
+ * Get the supported Bing markets.
9565
+ *
9566
+ * @returns Every Bing market code, name and country.
9567
+ */
9568
+ markets(): Promise<BingMarketsResponse>;
9569
+ }
9570
+
9571
+ /**
9572
+ * Bing API client.
9573
+ *
9574
+ * Provides access to all Bing API endpoints through specialized sub-clients.
9575
+ */
9576
+
9577
+ /**
9578
+ * Bing API client with access to all Bing endpoints.
9579
+ *
9580
+ * Sub-clients:
9581
+ * - `search` - Web search and search-box autocomplete
9582
+ * - `media` - Image search and video search
9583
+ * - `news` - The news vertical
9584
+ * - `reference` - Reference data (markets)
9585
+ *
9586
+ * @example
9587
+ * ```typescript
9588
+ * const client = new ScrapeBadger({ apiKey: "key" });
9589
+ *
9590
+ * const results = await client.bing.search.search("coffee machine");
9591
+ * const images = await client.bing.media.images("cats");
9592
+ * const videos = await client.bing.media.videos("cats");
9593
+ * const news = await client.bing.news.news("ai", { freshness: "day" });
9594
+ * const suggestions = await client.bing.search.autocomplete("coff");
9595
+ * const markets = await client.bing.reference.markets();
9596
+ * ```
9597
+ */
9598
+ declare class BingClient {
9599
+ /** Client for web search and search-box autocomplete */
9600
+ readonly search: SearchClient$5;
9601
+ /** Client for image search and video search */
9602
+ readonly media: MediaClient;
9603
+ /** Client for the news vertical */
9604
+ readonly news: NewsClient;
9605
+ /** Client for reference data (markets) */
9606
+ readonly reference: ReferenceClient$6;
9607
+ /**
9608
+ * Create a new Bing client.
9609
+ *
9610
+ * @param client - The base HTTP client for making requests.
9611
+ */
9612
+ constructor(client: BaseClient);
9613
+ }
9614
+
9615
+ /**
9616
+ * TypeScript types for Baidu API responses.
9617
+ *
9618
+ * These interfaces mirror the backend `baidu_scraper` response schema
9619
+ * field-for-field. Keys are snake_case exactly as the backend serialises them
9620
+ * (`baidu_url`, `display_url`, `date_at`); nullable backend fields are typed
9621
+ * as `Type | null`.
9622
+ *
9623
+ * Every result carries BOTH URLs: `url` is the **real target URL** (decoded
9624
+ * from Baidu's `mu` attribute) and `baidu_url` is the `baidu.com/link?url=`
9625
+ * tracking redirect. Dates ship raw in `date` (Baidu's own Chinese relative or
9626
+ * absolute string) plus `date_at` (ISO 8601 date) when the raw form is
9627
+ * unambiguous; Baidu's SERP carries no time-of-day, so there is deliberately
9628
+ * no timestamp field.
9629
+ */
9630
+ /** One organic result from a Baidu web SERP. */
9631
+ interface BaiduOrganicResult {
9632
+ /** 1-based rank on the page. */
9633
+ position: number;
9634
+ /** Result title text. */
9635
+ title: string;
9636
+ /** The REAL target URL, decoded from Baidu's `mu` attribute. */
9637
+ url: string | null;
9638
+ /** Baidu's `baidu.com/link?url=...` tracking redirect. */
9639
+ baidu_url: string | null;
9640
+ /** The URL as displayed on the result, when Baidu shows one. */
9641
+ display_url: string | null;
9642
+ /** Result description text. */
9643
+ snippet: string | null;
9644
+ /** Site name shown on the result, e.g. `阿里巴巴1688`. */
9645
+ source: string | null;
9646
+ /** Baidu's own date string, e.g. `2026年8月1日` or `3天前`. */
9647
+ date: string | null;
9648
+ /** ISO 8601 date (`YYYY-MM-DD`) when `date` is unambiguous. */
9649
+ date_at: string | null;
9650
+ /** Thumbnail image URL, when the result carries one. */
9651
+ thumbnail: string | null;
9652
+ /** Baidu's result template id, e.g. `se_com_default`, `www_index`. */
9653
+ tpl: string | null;
9654
+ }
9655
+ /** One of Baidu's related-search suggestions. */
9656
+ interface BaiduRelatedSearch {
9657
+ /** The suggested query. */
9658
+ query: string;
9659
+ /** Baidu SERP URL for the suggestion. */
9660
+ url: string | null;
9661
+ }
9662
+ /** Response from the Baidu web search endpoint. */
9663
+ interface BaiduSearchResponse {
9664
+ /** Echo of the requested query. */
9665
+ query: string;
9666
+ /** The page returned. */
9667
+ page: number;
9668
+ /** Results per page that was requested. */
9669
+ num: number;
9670
+ /** Baidu's own reported total (from `百度为您找到相关结果约N个`). */
9671
+ total_results: number | null;
9672
+ /** Organic results on this page. */
9673
+ results: BaiduOrganicResult[];
9674
+ /** Baidu's related-search suggestions. */
9675
+ related_searches: BaiduRelatedSearch[];
9676
+ /** The baidu.com URL that was fetched. */
9677
+ url: string;
9678
+ }
9679
+ /** One article from the Baidu news vertical. */
9680
+ interface BaiduNewsResult {
9681
+ /** 1-based rank on the page. */
9682
+ position: number;
9683
+ /** Article headline. */
9684
+ title: string;
9685
+ /** The REAL article URL. */
9686
+ url: string | null;
9687
+ /** Baidu's tracking redirect, when present. */
9688
+ baidu_url: string | null;
9689
+ /** Article excerpt. */
9690
+ snippet: string | null;
9691
+ /** Publisher name, e.g. `新华网`. */
9692
+ source: string | null;
9693
+ /** Baidu's own date string, e.g. `2026年8月1日` or `3小时前`. */
9694
+ date: string | null;
9695
+ /** ISO 8601 date (`YYYY-MM-DD`) when `date` is unambiguous. */
9696
+ date_at: string | null;
9697
+ /** Article image URL, when present. */
9698
+ thumbnail: string | null;
9699
+ }
9700
+ /** Response from the Baidu news endpoint. */
9701
+ interface BaiduNewsResponse {
9702
+ /** Echo of the requested query. */
9703
+ query: string;
9704
+ /** The page returned. */
9705
+ page: number;
9706
+ /** Baidu's own reported total, when present. */
9707
+ total_results: number | null;
9708
+ /** Articles on this page. */
9709
+ results: BaiduNewsResult[];
9710
+ /** The baidu.com URL that was fetched. */
9711
+ url: string;
9712
+ }
9713
+ /** One image from Baidu image search. */
9714
+ interface BaiduImageResult {
9715
+ /** 1-based rank on the page. */
9716
+ position: number;
9717
+ /** Image title / caption. */
9718
+ title: string | null;
9719
+ /** Full-size image URL (Baidu's decoded `objURL`). */
9720
+ image_url: string | null;
9721
+ /** Baidu-hosted thumbnail. */
9722
+ thumbnail_url: string | null;
9723
+ /** Baidu-hosted mid-size copy. */
9724
+ middle_url: string | null;
9725
+ /** Baidu-hosted hover-preview copy. */
9726
+ hover_url: string | null;
9727
+ /** Full-size image width in pixels. */
9728
+ width: number | null;
9729
+ /** Full-size image height in pixels. */
9730
+ height: number | null;
9731
+ /** Image format, e.g. `jpg`. */
9732
+ type: string | null;
9733
+ /** Page the image was found on. */
9734
+ from_url: string | null;
9735
+ /** Title of the page the image was found on. */
9736
+ from_title: string | null;
9737
+ }
9738
+ /** Response from the Baidu image search endpoint. */
9739
+ interface BaiduImagesResponse {
9740
+ /** Echo of the requested query. */
9741
+ query: string;
9742
+ /** The page returned (30 images per page). */
9743
+ page: number;
9744
+ /** Baidu's own reported total, when present. */
9745
+ total_results: number | null;
9746
+ /** Images on this page. */
9747
+ results: BaiduImageResult[];
9748
+ }
9749
+ /** One Baidu search-box suggestion. */
9750
+ interface BaiduSuggestion {
9751
+ /** The suggested query. */
9752
+ query: string;
9753
+ /** Baidu's suggestion type, e.g. `sug`. */
9754
+ type: string | null;
9755
+ }
9756
+ /** Response from the Baidu autocomplete endpoint. */
9757
+ interface BaiduAutocompleteResponse {
9758
+ /** Echo of the partial term. */
9759
+ query: string;
9760
+ /** Baidu's suggestions for the partial term. */
9761
+ suggestions: BaiduSuggestion[];
9762
+ }
9763
+ /** Result language restriction — Baidu's only three language codes. */
9764
+ type BaiduLanguage = "all" | "zh-cn" | "zh-tw";
9765
+ /** News result ordering. */
9766
+ type BaiduNewsSort = "relevance" | "time";
9767
+ /** Options for the /search endpoint. */
9768
+ interface BaiduSearchParams {
9769
+ /** Result page, 1-76 (default: 1). Baidu stops serving past ~76 pages. */
9770
+ page?: number;
9771
+ /** Results per page, 1-50 (default: 10) — Baidu's own cap. */
9772
+ num?: number;
9773
+ /** Restrict result language (default: "all"). */
9774
+ language?: BaiduLanguage;
9775
+ /** Unix timestamp — only results published after this. */
9776
+ timeFrom?: number;
9777
+ /** Unix timestamp — only results published before this. */
9778
+ timeTo?: number;
9779
+ }
9780
+ /** Options for the /news endpoint. */
9781
+ interface BaiduNewsParams {
9782
+ /** Result page, 1-76 (default: 1). */
9783
+ page?: number;
9784
+ /** Order by relevance or recency (default: "relevance"). */
9785
+ sort?: BaiduNewsSort;
9786
+ }
9787
+ /** Options for the /images endpoint. */
9788
+ interface BaiduImagesParams {
9789
+ /** Result page, 1-50 (default: 1). Baidu serves 30 images per page. */
9790
+ page?: number;
9791
+ }
9792
+
9793
+ /**
9794
+ * Baidu API client.
9795
+ *
9796
+ * Baidu endpoints: search (web SERP), news (news vertical), images (image
9797
+ * search) and autocomplete (search-box suggestions).
9798
+ *
9799
+ * Baidu is China's #1 search engine (~60% of the market). Every request is
9800
+ * served from ScrapeBadger's own exits — no China-based proxy of your own is
9801
+ * needed.
9802
+ */
9803
+
9804
+ /**
9805
+ * Client for all Baidu API operations.
9806
+ *
9807
+ * Organic and news results carry the **real target URL** in `url` (decoded
9808
+ * from Baidu's `mu` attribute), not just the `baidu.com/link?url=` tracking
9809
+ * redirect that competing APIs return — `baidu_url` holds that redirect
9810
+ * separately.
9811
+ *
9812
+ * @example
9813
+ * ```typescript
9814
+ * const client = new ScrapeBadger({ apiKey: "key" });
9815
+ *
9816
+ * // Web search
9817
+ * const results = await client.baidu.search("咖啡机", { num: 20, language: "zh-cn" });
9818
+ * for (const r of results.results) {
9819
+ * console.log(`${r.position}. ${r.title} — ${r.url}`);
9820
+ * }
9821
+ *
9822
+ * // News, most recent first
9823
+ * const news = await client.baidu.news("人工智能", { sort: "time" });
9824
+ *
9825
+ * // Images
9826
+ * const images = await client.baidu.images("猫");
9827
+ *
9828
+ * // Search-box suggestions
9829
+ * const suggestions = await client.baidu.autocomplete("咖啡");
9830
+ * ```
9831
+ */
9832
+ declare class BaiduClient {
9833
+ private readonly client;
9834
+ constructor(client: BaseClient);
9835
+ /**
9836
+ * Search baidu.com — the web SERP.
9837
+ *
9838
+ * Costs 5 credits.
9839
+ *
9840
+ * @param query - Search keywords, e.g. `"咖啡机"` or `"coffee machine"` (required).
9841
+ * @param options - Optional parameters (page, num, language, timeFrom, timeTo).
9842
+ * @returns Search response with organic results and Baidu's related searches.
9843
+ * @throws AuthenticationError - If the API key is invalid.
9844
+ * @throws ValidationError - If the parameters are invalid.
9845
+ */
9846
+ search(query: string, options?: BaiduSearchParams): Promise<BaiduSearchResponse>;
9847
+ /**
9848
+ * Search the Baidu news vertical.
9849
+ *
9850
+ * Costs 5 credits.
9851
+ *
9852
+ * @param query - Search keywords, e.g. `"人工智能"` (required).
9853
+ * @param options - Optional parameters (page, sort).
9854
+ * @returns News response with articles carrying publisher, date and real URLs.
9855
+ * @throws AuthenticationError - If the API key is invalid.
9856
+ * @throws ValidationError - If the parameters are invalid.
9857
+ */
9858
+ news(query: string, options?: BaiduNewsParams): Promise<BaiduNewsResponse>;
9859
+ /**
9860
+ * Search Baidu images.
9861
+ *
9862
+ * Costs 5 credits.
9863
+ *
9864
+ * @param query - Search keywords, e.g. `"猫"` (required).
9865
+ * @param options - Optional parameters (page). Baidu serves 30 images per page.
9866
+ * @returns Images response with full-size image URLs, Baidu-hosted thumbnail
9867
+ * copies, pixel dimensions and the source page each image came from.
9868
+ * @throws AuthenticationError - If the API key is invalid.
9869
+ * @throws ValidationError - If the parameters are invalid.
9870
+ */
9871
+ images(query: string, options?: BaiduImagesParams): Promise<BaiduImagesResponse>;
9872
+ /**
9873
+ * Baidu search-box suggestions — the cheapest call in this API.
9874
+ *
9875
+ * Costs 1 credit.
9876
+ *
9877
+ * @param query - Partial search term, e.g. `"咖啡"` or `"coff"` (required).
9878
+ * @returns Autocomplete response with Baidu's suggestions for the term.
9879
+ * @throws AuthenticationError - If the API key is invalid.
9880
+ * @throws ValidationError - If the parameters are invalid.
9881
+ */
9882
+ autocomplete(query: string): Promise<BaiduAutocompleteResponse>;
9883
+ }
9884
+
8924
9885
  /**
8925
9886
  * TypeScript types for YouTube API responses.
8926
9887
  *
@@ -14226,6 +15187,12 @@ declare class ScrapeBadger {
14226
15187
  readonly ebay: EbayClient;
14227
15188
  /** Walmart scraper API client — 11 endpoints (walmart.com, US-only) */
14228
15189
  readonly walmart: WalmartClient;
15190
+ /** DuckDuckGo scraper API client — search, images, news, videos, autocomplete, instant, regions */
15191
+ readonly duckduckgo: DuckDuckGoClient;
15192
+ /** Bing scraper API client — 6 endpoints (search, images, videos, news, autocomplete, markets) */
15193
+ readonly bing: BingClient;
15194
+ /** Baidu scraper API client — search, news, images, autocomplete (baidu.com, China's #1 search engine) */
15195
+ readonly baidu: BaiduClient;
14229
15196
  /** YouTube scraper API client — 39 endpoints */
14230
15197
  readonly youtube: YoutubeClient;
14231
15198
  /** Realtor scraper API client — 4 endpoints across 2 markets (us, ca) */
@@ -14272,4 +15239,4 @@ declare class ScrapeBadger {
14272
15239
  constructor(config?: Partial<ScrapeBadgerConfig>);
14273
15240
  }
14274
15241
 
14275
- 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$a as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$9 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, AskClient as ChatGPTAskClient, type ChatGPTAskParams, type ChatGPTAskResponse, BrandClient as ChatGPTBrandClient, type ChatGPTBrandVisibilityParams, type ChatGPTBrandVisibilityResponse, type ChatGPTCitation, ChatGPTClient, type ChatGPTCompetitorMention, type ChatGPTModel, type ChatGPTModelsParams, type ChatGPTModelsResponse, ReferenceClient as ChatGPTReferenceClient, type ChatGPTSearchResult, type ChatGPTWebSearchMode, type DepopCard, DepopClient, type DepopMarket, type DepopMarketsResponse, type DepopProductDetail, type DepopProductParams, type SearchMeta as DepopSearchMeta, type DepopSearchParams, type DepopSearchResponse, type DepopShopProfile, type DepopUserParams, type DepopUserProductsParams, type DepopUserProductsResponse, type DetectOptions, type DetectResult, type DomainPostsResponse, type EbayAutocompleteParams, type AutocompleteResponse$3 as EbayAutocompleteResponse, type AutocompleteSuggestion as EbayAutocompleteSuggestion, type EbayBuyingFormat, CategoriesClient as EbayCategoriesClient, type CategoriesResponse$2 as EbayCategoriesResponse, type CategoryInfo as EbayCategoryInfo, type EbayCategoryParams, type CategoryResponse as EbayCategoryResponse, EbayClient, type EbayCompletedParams, type EbayCondition, type FeedbackBreakdown as EbayFeedbackBreakdown, type FeedbackEntry as EbayFeedbackEntry, type Image as EbayImage, type Item as EbayItem, type ItemDetailResponse as EbayItemDetailResponse, type EbayItemParams, type ItemSeller as EbayItemSeller, ItemsClient as EbayItemsClient, type MarketInfo$4 as EbayMarketInfo, type MarketsResponse$6 as EbayMarketsResponse, type Pagination$2 as EbayPagination, type EbayPrice, type RatingHistogram as EbayRatingHistogram, ReferenceClient$7 as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$6 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 as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$3 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$c 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 as InstagramMediaClient, type Oembed as InstagramOembed, type Paginated as InstagramPaginated, type Resource as InstagramResource, SearchClient$a 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$b 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$9 as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$8 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$8 as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$7 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$b as VintedReferenceClient, SearchClient$d 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$6 as WalmartReferenceClient, type WalmartReturnPolicy, type WalmartReview, type WalmartReviewSort, type WalmartReviewsParams, type WalmartReviewsResponse, SearchClient$5 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 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 };
15242
+ 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$c as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$b 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 as BingMediaClient, type BingNewsArticle, NewsClient as BingNewsClient, type BingNewsParams, type BingNewsResponse, type BingOrganicResult, ReferenceClient$6 as BingReferenceClient, type BingSafeSearch, SearchClient$5 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$1 as DuckDuckGoMediaClient, type DuckDuckGoNewsParams, type DuckDuckGoNewsResponse, type DuckDuckGoNewsResult, type DuckDuckGoRaw, ReferenceClient$7 as DuckDuckGoReferenceClient, type DuckDuckGoRegion, type DuckDuckGoRegionsResponse, type DuckDuckGoRelatedTopic, SearchClient$6 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$9 as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$8 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 as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient$1 as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$3 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$e 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$2 as InstagramMediaClient, type Oembed as InstagramOembed, type Paginated as InstagramPaginated, type Resource as InstagramResource, SearchClient$c 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$d 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$b as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$a 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$a as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$9 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$d as VintedReferenceClient, SearchClient$f 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$8 as WalmartReferenceClient, type WalmartReturnPolicy, type WalmartReview, type WalmartReviewSort, type WalmartReviewsParams, type WalmartReviewsResponse, SearchClient$7 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 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 };