scrapebadger 0.27.1 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.d.cts +563 -11
- package/dist/index.d.ts +563 -11
- package/dist/index.js +438 -33
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +421 -23
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -609,7 +609,7 @@ interface VintedSearchParams {
|
|
|
609
609
|
* });
|
|
610
610
|
* ```
|
|
611
611
|
*/
|
|
612
|
-
declare class SearchClient$
|
|
612
|
+
declare class SearchClient$c {
|
|
613
613
|
private readonly client;
|
|
614
614
|
constructor(client: BaseClient);
|
|
615
615
|
/**
|
|
@@ -725,7 +725,7 @@ declare class ItemsClient$1 {
|
|
|
725
725
|
* }
|
|
726
726
|
* ```
|
|
727
727
|
*/
|
|
728
|
-
declare class UsersClient$
|
|
728
|
+
declare class UsersClient$3 {
|
|
729
729
|
private readonly client;
|
|
730
730
|
constructor(client: BaseClient);
|
|
731
731
|
/**
|
|
@@ -923,11 +923,11 @@ declare class ReferenceClient$a {
|
|
|
923
923
|
*/
|
|
924
924
|
declare class VintedClient {
|
|
925
925
|
/** Client for item search operations */
|
|
926
|
-
readonly search: SearchClient$
|
|
926
|
+
readonly search: SearchClient$c;
|
|
927
927
|
/** Client for individual item operations */
|
|
928
928
|
readonly items: ItemsClient$1;
|
|
929
929
|
/** Client for user operations */
|
|
930
|
-
readonly users: UsersClient$
|
|
930
|
+
readonly users: UsersClient$3;
|
|
931
931
|
/** Client for reference data (brands, colors, statuses, markets) */
|
|
932
932
|
readonly reference: ReferenceClient$a;
|
|
933
933
|
/**
|
|
@@ -1940,7 +1940,7 @@ declare class ScholarClient {
|
|
|
1940
1940
|
* }
|
|
1941
1941
|
* ```
|
|
1942
1942
|
*/
|
|
1943
|
-
declare class SearchClient$
|
|
1943
|
+
declare class SearchClient$b {
|
|
1944
1944
|
private readonly client;
|
|
1945
1945
|
constructor(client: BaseClient);
|
|
1946
1946
|
/**
|
|
@@ -2142,7 +2142,7 @@ 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$
|
|
2145
|
+
readonly search: SearchClient$b;
|
|
2146
2146
|
/** Google Maps — places, reviews, photos, posts. */
|
|
2147
2147
|
readonly maps: MapsClient;
|
|
2148
2148
|
/** Google News — articles, topics, trending. */
|
|
@@ -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$
|
|
2976
|
+
declare class SearchClient$a {
|
|
2977
2977
|
private readonly client;
|
|
2978
2978
|
constructor(client: BaseClient);
|
|
2979
2979
|
/**
|
|
@@ -3430,7 +3430,7 @@ declare class SubredditsClient {
|
|
|
3430
3430
|
* const comments = await client.reddit.users.comments("spez", { sort: "new" });
|
|
3431
3431
|
* ```
|
|
3432
3432
|
*/
|
|
3433
|
-
declare class UsersClient$
|
|
3433
|
+
declare class UsersClient$2 {
|
|
3434
3434
|
private readonly client;
|
|
3435
3435
|
constructor(client: BaseClient);
|
|
3436
3436
|
/**
|
|
@@ -3582,13 +3582,13 @@ declare class UsersClient$1 {
|
|
|
3582
3582
|
*/
|
|
3583
3583
|
declare class RedditClient {
|
|
3584
3584
|
/** Client for search operations (posts, subreddits, users, domain posts) */
|
|
3585
|
-
readonly search: SearchClient$
|
|
3585
|
+
readonly search: SearchClient$a;
|
|
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) */
|
|
3589
3589
|
readonly subreddits: SubredditsClient;
|
|
3590
3590
|
/** Client for user operations (profile, posts, comments, moderated, trophies) */
|
|
3591
|
-
readonly users: UsersClient$
|
|
3591
|
+
readonly users: UsersClient$2;
|
|
3592
3592
|
/**
|
|
3593
3593
|
* Create a new Reddit client.
|
|
3594
3594
|
*
|
|
@@ -3795,6 +3795,556 @@ declare class ApartmentsClient {
|
|
|
3795
3795
|
getProperty(url?: string, params?: ApartmentsPropertyParams): Promise<Property$3>;
|
|
3796
3796
|
}
|
|
3797
3797
|
|
|
3798
|
+
/**
|
|
3799
|
+
* TypeScript types for Instagram API responses.
|
|
3800
|
+
*
|
|
3801
|
+
* Fields mirror the canonical instagrapi entities returned by the ScrapeBadger
|
|
3802
|
+
* backend. Every datetime ships in two forms: a Unix `*_utc` number and an
|
|
3803
|
+
* ISO-8601 string (`taken_at`, `created_at`, ...).
|
|
3804
|
+
*
|
|
3805
|
+
* Paginated endpoints share one envelope shape: {@link Paginated}
|
|
3806
|
+
* (`{ items, count, next_cursor, has_more }`).
|
|
3807
|
+
*/
|
|
3808
|
+
/** A link in a user's bio (element of `bio_links`). */
|
|
3809
|
+
interface BioLink {
|
|
3810
|
+
url: string;
|
|
3811
|
+
title: string;
|
|
3812
|
+
link_type: string | null;
|
|
3813
|
+
lynx_url: string | null;
|
|
3814
|
+
}
|
|
3815
|
+
/** A lightweight user reference (followers, likers, tags, authors). */
|
|
3816
|
+
interface UserShort {
|
|
3817
|
+
pk: string;
|
|
3818
|
+
username: string;
|
|
3819
|
+
full_name: string;
|
|
3820
|
+
profile_pic_url: string | null;
|
|
3821
|
+
is_private: boolean;
|
|
3822
|
+
is_verified: boolean;
|
|
3823
|
+
}
|
|
3824
|
+
/** An Instagram hashtag. */
|
|
3825
|
+
interface Hashtag {
|
|
3826
|
+
id: string | null;
|
|
3827
|
+
name: string;
|
|
3828
|
+
media_count: number;
|
|
3829
|
+
profile_pic_url: string | null;
|
|
3830
|
+
}
|
|
3831
|
+
/** An Instagram location / place. */
|
|
3832
|
+
interface Location$2 {
|
|
3833
|
+
pk: string | null;
|
|
3834
|
+
name: string;
|
|
3835
|
+
address: string | null;
|
|
3836
|
+
city: string | null;
|
|
3837
|
+
lng: number | null;
|
|
3838
|
+
lat: number | null;
|
|
3839
|
+
external_id: string | null;
|
|
3840
|
+
external_id_source: string | null;
|
|
3841
|
+
}
|
|
3842
|
+
/** An Instagram audio / music track. */
|
|
3843
|
+
interface Audio {
|
|
3844
|
+
id: string | null;
|
|
3845
|
+
audio_cluster_id: string | null;
|
|
3846
|
+
title: string;
|
|
3847
|
+
subtitle: string | null;
|
|
3848
|
+
display_artist: string | null;
|
|
3849
|
+
duration_in_ms: number | null;
|
|
3850
|
+
cover_artwork_uri: string | null;
|
|
3851
|
+
is_explicit: boolean;
|
|
3852
|
+
}
|
|
3853
|
+
/** A single resource inside a carousel/album media. */
|
|
3854
|
+
interface Resource {
|
|
3855
|
+
pk: string | null;
|
|
3856
|
+
video_url: string | null;
|
|
3857
|
+
thumbnail_url: string | null;
|
|
3858
|
+
media_type: number;
|
|
3859
|
+
}
|
|
3860
|
+
/** A user story highlight reel. */
|
|
3861
|
+
interface Highlight {
|
|
3862
|
+
pk: string | null;
|
|
3863
|
+
id: string | null;
|
|
3864
|
+
title: string;
|
|
3865
|
+
media_count: number;
|
|
3866
|
+
cover_media_url: string | null;
|
|
3867
|
+
}
|
|
3868
|
+
/** oEmbed metadata for a media permalink. */
|
|
3869
|
+
interface Oembed {
|
|
3870
|
+
version: string | null;
|
|
3871
|
+
title: string | null;
|
|
3872
|
+
author_name: string | null;
|
|
3873
|
+
author_url: string | null;
|
|
3874
|
+
author_id: string | null;
|
|
3875
|
+
provider_name: string | null;
|
|
3876
|
+
provider_url: string | null;
|
|
3877
|
+
type: string | null;
|
|
3878
|
+
width: number | null;
|
|
3879
|
+
height: number | null;
|
|
3880
|
+
html: string | null;
|
|
3881
|
+
thumbnail_url: string | null;
|
|
3882
|
+
thumbnail_width: number | null;
|
|
3883
|
+
thumbnail_height: number | null;
|
|
3884
|
+
}
|
|
3885
|
+
/** A full Instagram user profile. */
|
|
3886
|
+
interface User {
|
|
3887
|
+
pk: string;
|
|
3888
|
+
username: string;
|
|
3889
|
+
full_name: string;
|
|
3890
|
+
is_private: boolean;
|
|
3891
|
+
is_verified: boolean;
|
|
3892
|
+
profile_pic_url: string | null;
|
|
3893
|
+
profile_pic_url_hd: string | null;
|
|
3894
|
+
media_count: number;
|
|
3895
|
+
follower_count: number;
|
|
3896
|
+
following_count: number;
|
|
3897
|
+
biography: string;
|
|
3898
|
+
bio_links: BioLink[];
|
|
3899
|
+
external_url: string | null;
|
|
3900
|
+
account_type: number | null;
|
|
3901
|
+
is_business: boolean;
|
|
3902
|
+
is_professional_account: boolean;
|
|
3903
|
+
public_email: string | null;
|
|
3904
|
+
contact_phone_number: string | null;
|
|
3905
|
+
category: string | null;
|
|
3906
|
+
city_name: string | null;
|
|
3907
|
+
address_street: string | null;
|
|
3908
|
+
latitude: number | null;
|
|
3909
|
+
longitude: number | null;
|
|
3910
|
+
}
|
|
3911
|
+
/** "About this account" metadata for a user. */
|
|
3912
|
+
interface UserAbout {
|
|
3913
|
+
username: string;
|
|
3914
|
+
country: string | null;
|
|
3915
|
+
date_joined: string | null;
|
|
3916
|
+
date_joined_utc: number | null;
|
|
3917
|
+
former_username_count: number;
|
|
3918
|
+
is_verified: boolean;
|
|
3919
|
+
shared_follower_count: number;
|
|
3920
|
+
}
|
|
3921
|
+
/** An Instagram media (photo, video, album, reel, IGTV). */
|
|
3922
|
+
interface Media {
|
|
3923
|
+
pk: string;
|
|
3924
|
+
id: string;
|
|
3925
|
+
code: string;
|
|
3926
|
+
/** Taken-at time as an ISO-8601 UTC string. */
|
|
3927
|
+
taken_at: string | null;
|
|
3928
|
+
/** Taken-at time as a Unix timestamp. */
|
|
3929
|
+
taken_at_utc: number | null;
|
|
3930
|
+
media_type: number;
|
|
3931
|
+
product_type: string | null;
|
|
3932
|
+
caption_text: string;
|
|
3933
|
+
like_count: number;
|
|
3934
|
+
comment_count: number;
|
|
3935
|
+
play_count: number | null;
|
|
3936
|
+
view_count: number | null;
|
|
3937
|
+
video_url: string | null;
|
|
3938
|
+
thumbnail_url: string | null;
|
|
3939
|
+
image_versions2: Record<string, unknown>;
|
|
3940
|
+
usertags: Array<Record<string, unknown>>;
|
|
3941
|
+
coauthor_producers: UserShort[];
|
|
3942
|
+
location: Location$2 | null;
|
|
3943
|
+
user: UserShort | null;
|
|
3944
|
+
resources: Resource[];
|
|
3945
|
+
url: string;
|
|
3946
|
+
hashtags: string[];
|
|
3947
|
+
mentions: string[];
|
|
3948
|
+
}
|
|
3949
|
+
/** A comment on an Instagram media. */
|
|
3950
|
+
interface Comment$1 {
|
|
3951
|
+
pk: string;
|
|
3952
|
+
text: string;
|
|
3953
|
+
user: UserShort | null;
|
|
3954
|
+
/** Created-at time as an ISO-8601 UTC string. */
|
|
3955
|
+
created_at: string | null;
|
|
3956
|
+
/** Created-at time as a Unix timestamp. */
|
|
3957
|
+
created_at_utc: number | null;
|
|
3958
|
+
like_count: number;
|
|
3959
|
+
has_liked: boolean;
|
|
3960
|
+
}
|
|
3961
|
+
/**
|
|
3962
|
+
* Cursor-paginated list envelope shared by all Instagram list endpoints.
|
|
3963
|
+
*
|
|
3964
|
+
* @typeParam T - The item type in `items`.
|
|
3965
|
+
*/
|
|
3966
|
+
interface Paginated<T> {
|
|
3967
|
+
/** The page of results. */
|
|
3968
|
+
items: T[];
|
|
3969
|
+
/** Number of items in this page. */
|
|
3970
|
+
count: number;
|
|
3971
|
+
/** Cursor to pass as `cursor` for the next page (null when exhausted). */
|
|
3972
|
+
next_cursor: string | null;
|
|
3973
|
+
/** Whether another page is available. */
|
|
3974
|
+
has_more: boolean;
|
|
3975
|
+
}
|
|
3976
|
+
/** Blended "top"/autocomplete search results (mixed entity types). */
|
|
3977
|
+
interface SearchTopResponse {
|
|
3978
|
+
users?: UserShort[];
|
|
3979
|
+
hashtags?: Hashtag[];
|
|
3980
|
+
places?: Location$2[];
|
|
3981
|
+
[key: string]: unknown;
|
|
3982
|
+
}
|
|
3983
|
+
|
|
3984
|
+
/**
|
|
3985
|
+
* Instagram Users API client.
|
|
3986
|
+
*
|
|
3987
|
+
* Fetches user profiles and their content: posts, videos, reels, tagged/pinned
|
|
3988
|
+
* media, followers, following, stories, and highlights.
|
|
3989
|
+
*/
|
|
3990
|
+
|
|
3991
|
+
/**
|
|
3992
|
+
* Client for Instagram user endpoints.
|
|
3993
|
+
*
|
|
3994
|
+
* @example
|
|
3995
|
+
* ```typescript
|
|
3996
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
3997
|
+
*
|
|
3998
|
+
* const profile = await client.instagram.users.get("instagram");
|
|
3999
|
+
* console.log(`@${profile.username}: ${profile.follower_count.toLocaleString()} followers`);
|
|
4000
|
+
*
|
|
4001
|
+
* const posts = await client.instagram.users.posts("instagram", { amount: 12 });
|
|
4002
|
+
* for (const media of posts.items) {
|
|
4003
|
+
* console.log(media.code, media.like_count);
|
|
4004
|
+
* }
|
|
4005
|
+
* ```
|
|
4006
|
+
*/
|
|
4007
|
+
declare class UsersClient$1 {
|
|
4008
|
+
private readonly client;
|
|
4009
|
+
constructor(client: BaseClient);
|
|
4010
|
+
/** Get a user's full profile. */
|
|
4011
|
+
get(username: string): Promise<User>;
|
|
4012
|
+
/**
|
|
4013
|
+
* Get "About this account" metadata for a user.
|
|
4014
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4015
|
+
*/
|
|
4016
|
+
about(username: string): Promise<UserAbout>;
|
|
4017
|
+
/** Get accounts related/suggested for a user. */
|
|
4018
|
+
related(username: string): Promise<Paginated<UserShort>>;
|
|
4019
|
+
/** Get a user's timeline posts. */
|
|
4020
|
+
posts(username: string, options?: {
|
|
4021
|
+
amount?: number;
|
|
4022
|
+
cursor?: string;
|
|
4023
|
+
}): Promise<Paginated<Media>>;
|
|
4024
|
+
/**
|
|
4025
|
+
* Get a user's video posts (IGTV/feed videos).
|
|
4026
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4027
|
+
*/
|
|
4028
|
+
videos(username: string, options?: {
|
|
4029
|
+
amount?: number;
|
|
4030
|
+
cursor?: string;
|
|
4031
|
+
}): Promise<Paginated<Media>>;
|
|
4032
|
+
/**
|
|
4033
|
+
* Get a user's reels.
|
|
4034
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4035
|
+
*/
|
|
4036
|
+
reels(username: string, options?: {
|
|
4037
|
+
amount?: number;
|
|
4038
|
+
cursor?: string;
|
|
4039
|
+
}): Promise<Paginated<Media>>;
|
|
4040
|
+
/**
|
|
4041
|
+
* Get media a user is tagged in.
|
|
4042
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4043
|
+
*/
|
|
4044
|
+
tagged(username: string, options?: {
|
|
4045
|
+
amount?: number;
|
|
4046
|
+
cursor?: string;
|
|
4047
|
+
}): Promise<Paginated<Media>>;
|
|
4048
|
+
/**
|
|
4049
|
+
* Get a user's pinned posts.
|
|
4050
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4051
|
+
*/
|
|
4052
|
+
pinned(username: string): Promise<Paginated<Media>>;
|
|
4053
|
+
/**
|
|
4054
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4055
|
+
*
|
|
4056
|
+
* Get a user's followers.
|
|
4057
|
+
*
|
|
4058
|
+
* @param username - Instagram username.
|
|
4059
|
+
* @param options.amount - Number of followers to return.
|
|
4060
|
+
* @param options.cursor - Pagination cursor from a previous response.
|
|
4061
|
+
* @param options.order - Ordering hint (e.g. "default", "date_followed_earliest").
|
|
4062
|
+
*/
|
|
4063
|
+
followers(username: string, options?: {
|
|
4064
|
+
amount?: number;
|
|
4065
|
+
cursor?: string;
|
|
4066
|
+
order?: string;
|
|
4067
|
+
}): Promise<Paginated<UserShort>>;
|
|
4068
|
+
/**
|
|
4069
|
+
* Get the accounts a user follows.
|
|
4070
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4071
|
+
*/
|
|
4072
|
+
following(username: string, options?: {
|
|
4073
|
+
amount?: number;
|
|
4074
|
+
cursor?: string;
|
|
4075
|
+
}): Promise<Paginated<UserShort>>;
|
|
4076
|
+
/**
|
|
4077
|
+
* Search within a user's followers by name/username.
|
|
4078
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4079
|
+
*/
|
|
4080
|
+
searchFollowers(username: string, query: string, options?: {
|
|
4081
|
+
amount?: number;
|
|
4082
|
+
cursor?: string;
|
|
4083
|
+
}): Promise<Paginated<UserShort>>;
|
|
4084
|
+
/**
|
|
4085
|
+
* Get a user's currently-live stories.
|
|
4086
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4087
|
+
*/
|
|
4088
|
+
stories(username: string): Promise<Paginated<Media>>;
|
|
4089
|
+
/**
|
|
4090
|
+
* Get a user's story highlights.
|
|
4091
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4092
|
+
*/
|
|
4093
|
+
highlights(username: string): Promise<Paginated<Highlight>>;
|
|
4094
|
+
private media;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
/**
|
|
4098
|
+
* Instagram Media API client.
|
|
4099
|
+
*
|
|
4100
|
+
* Fetches media details, oEmbed metadata, comments, comment replies, and the
|
|
4101
|
+
* users who liked a media or a comment.
|
|
4102
|
+
*/
|
|
4103
|
+
|
|
4104
|
+
/**
|
|
4105
|
+
* Client for Instagram media endpoints.
|
|
4106
|
+
*
|
|
4107
|
+
* @example
|
|
4108
|
+
* ```typescript
|
|
4109
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
4110
|
+
*
|
|
4111
|
+
* const media = await client.instagram.media.get("C1abcdEfGhI");
|
|
4112
|
+
* console.log(media.caption_text, media.like_count);
|
|
4113
|
+
*
|
|
4114
|
+
* const comments = await client.instagram.media.comments(media.code, { amount: 20 });
|
|
4115
|
+
* for (const comment of comments.items) {
|
|
4116
|
+
* console.log(`@${comment.user?.username}: ${comment.text}`);
|
|
4117
|
+
* }
|
|
4118
|
+
* ```
|
|
4119
|
+
*/
|
|
4120
|
+
declare class MediaClient {
|
|
4121
|
+
private readonly client;
|
|
4122
|
+
constructor(client: BaseClient);
|
|
4123
|
+
/**
|
|
4124
|
+
* Get a media's full details.
|
|
4125
|
+
*
|
|
4126
|
+
* @param code - The media shortcode (from the `/p/<code>/` URL).
|
|
4127
|
+
*/
|
|
4128
|
+
get(code: string): Promise<Media>;
|
|
4129
|
+
/** Get oEmbed metadata for a media permalink. */
|
|
4130
|
+
oembed(code: string): Promise<Oembed>;
|
|
4131
|
+
/** Get top-level comments on a media. */
|
|
4132
|
+
comments(code: string, options?: {
|
|
4133
|
+
amount?: number;
|
|
4134
|
+
cursor?: string;
|
|
4135
|
+
}): Promise<Paginated<Comment$1>>;
|
|
4136
|
+
/**
|
|
4137
|
+
* Get the users who liked a media.
|
|
4138
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4139
|
+
*/
|
|
4140
|
+
likers(code: string): Promise<Paginated<UserShort>>;
|
|
4141
|
+
/**
|
|
4142
|
+
* Get replies to a comment.
|
|
4143
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4144
|
+
*/
|
|
4145
|
+
replies(code: string, commentId: string, options?: {
|
|
4146
|
+
amount?: number;
|
|
4147
|
+
cursor?: string;
|
|
4148
|
+
}): Promise<Paginated<Comment$1>>;
|
|
4149
|
+
/** Get the users who liked a comment. */
|
|
4150
|
+
commentLikers(code: string, commentId: string): Promise<Paginated<UserShort>>;
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
/**
|
|
4154
|
+
* Instagram Search API client.
|
|
4155
|
+
*
|
|
4156
|
+
* Searches users, hashtags, places, the "top" blended results, reels, and
|
|
4157
|
+
* music, plus a lightweight autocomplete/typeahead.
|
|
4158
|
+
*/
|
|
4159
|
+
|
|
4160
|
+
/**
|
|
4161
|
+
* Client for Instagram search endpoints.
|
|
4162
|
+
*
|
|
4163
|
+
* @example
|
|
4164
|
+
* ```typescript
|
|
4165
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
4166
|
+
*
|
|
4167
|
+
* const users = await client.instagram.search.users("nike");
|
|
4168
|
+
* for (const user of users.items) {
|
|
4169
|
+
* console.log(`@${user.username}: ${user.full_name}`);
|
|
4170
|
+
* }
|
|
4171
|
+
*
|
|
4172
|
+
* const tags = await client.instagram.search.hashtags("running");
|
|
4173
|
+
* ```
|
|
4174
|
+
*/
|
|
4175
|
+
declare class SearchClient$9 {
|
|
4176
|
+
private readonly client;
|
|
4177
|
+
constructor(client: BaseClient);
|
|
4178
|
+
/**
|
|
4179
|
+
* Search accounts by name/username.
|
|
4180
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4181
|
+
*/
|
|
4182
|
+
users(query: string): Promise<Paginated<UserShort>>;
|
|
4183
|
+
/** Search hashtags. */
|
|
4184
|
+
hashtags(query: string): Promise<Paginated<Hashtag>>;
|
|
4185
|
+
/**
|
|
4186
|
+
* Search places/locations.
|
|
4187
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4188
|
+
*/
|
|
4189
|
+
places(query: string): Promise<Paginated<Location$2>>;
|
|
4190
|
+
/**
|
|
4191
|
+
* Search reels.
|
|
4192
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4193
|
+
*/
|
|
4194
|
+
reels(query: string): Promise<Paginated<Media>>;
|
|
4195
|
+
/**
|
|
4196
|
+
* Search music/audio tracks.
|
|
4197
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4198
|
+
*/
|
|
4199
|
+
music(query: string): Promise<Paginated<Audio>>;
|
|
4200
|
+
/** Get blended "top" results (users, hashtags, and places). */
|
|
4201
|
+
top(query: string): Promise<SearchTopResponse>;
|
|
4202
|
+
/**
|
|
4203
|
+
* Get typeahead/autocomplete suggestions (mixed entity types).
|
|
4204
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4205
|
+
*/
|
|
4206
|
+
autocomplete(query: string): Promise<SearchTopResponse>;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
/**
|
|
4210
|
+
* Instagram hashtag, location, and audio API clients.
|
|
4211
|
+
*
|
|
4212
|
+
* These endpoints return standalone entities plus their associated media
|
|
4213
|
+
* feeds, so they live together in one reference module.
|
|
4214
|
+
*/
|
|
4215
|
+
|
|
4216
|
+
/** Client for Instagram hashtag endpoints. */
|
|
4217
|
+
declare class HashtagsClient$1 {
|
|
4218
|
+
private readonly client;
|
|
4219
|
+
constructor(client: BaseClient);
|
|
4220
|
+
/** Get a hashtag's info (media count, cover). */
|
|
4221
|
+
get(tag: string): Promise<Hashtag>;
|
|
4222
|
+
/**
|
|
4223
|
+
* Get the top/popular media for a hashtag.
|
|
4224
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4225
|
+
*/
|
|
4226
|
+
top(tag: string, options?: {
|
|
4227
|
+
amount?: number;
|
|
4228
|
+
cursor?: string;
|
|
4229
|
+
}): Promise<Paginated<Media>>;
|
|
4230
|
+
/** Get the most recent media for a hashtag. */
|
|
4231
|
+
recent(tag: string, options?: {
|
|
4232
|
+
amount?: number;
|
|
4233
|
+
cursor?: string;
|
|
4234
|
+
}): Promise<Paginated<Media>>;
|
|
4235
|
+
/**
|
|
4236
|
+
* Get reels for a hashtag.
|
|
4237
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4238
|
+
*/
|
|
4239
|
+
reels(tag: string, options?: {
|
|
4240
|
+
amount?: number;
|
|
4241
|
+
cursor?: string;
|
|
4242
|
+
}): Promise<Paginated<Media>>;
|
|
4243
|
+
}
|
|
4244
|
+
/** Client for Instagram location endpoints. */
|
|
4245
|
+
declare class LocationsClient {
|
|
4246
|
+
private readonly client;
|
|
4247
|
+
constructor(client: BaseClient);
|
|
4248
|
+
/**
|
|
4249
|
+
* Get a location's info.
|
|
4250
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4251
|
+
*/
|
|
4252
|
+
get(pk: string): Promise<Location$2>;
|
|
4253
|
+
/**
|
|
4254
|
+
* Get the top/popular media for a location.
|
|
4255
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4256
|
+
*/
|
|
4257
|
+
top(pk: string, options?: {
|
|
4258
|
+
amount?: number;
|
|
4259
|
+
cursor?: string;
|
|
4260
|
+
}): Promise<Paginated<Media>>;
|
|
4261
|
+
/**
|
|
4262
|
+
* Get the most recent media for a location.
|
|
4263
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4264
|
+
*/
|
|
4265
|
+
recent(pk: string, options?: {
|
|
4266
|
+
amount?: number;
|
|
4267
|
+
cursor?: string;
|
|
4268
|
+
}): Promise<Paginated<Media>>;
|
|
4269
|
+
/**
|
|
4270
|
+
* Search locations by name.
|
|
4271
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4272
|
+
*/
|
|
4273
|
+
search(query: string): Promise<Paginated<Location$2>>;
|
|
4274
|
+
}
|
|
4275
|
+
/** Client for Instagram audio/music endpoints. */
|
|
4276
|
+
declare class AudioClient {
|
|
4277
|
+
private readonly client;
|
|
4278
|
+
constructor(client: BaseClient);
|
|
4279
|
+
/**
|
|
4280
|
+
* Get an audio track's info.
|
|
4281
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4282
|
+
*/
|
|
4283
|
+
get(audioId: string): Promise<Audio>;
|
|
4284
|
+
/**
|
|
4285
|
+
* Get media that use an audio track.
|
|
4286
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4287
|
+
*/
|
|
4288
|
+
media(audioId: string, options?: {
|
|
4289
|
+
amount?: number;
|
|
4290
|
+
cursor?: string;
|
|
4291
|
+
}): Promise<Paginated<Media>>;
|
|
4292
|
+
/**
|
|
4293
|
+
* Get currently-trending audio tracks.
|
|
4294
|
+
* @deprecated Temporarily unavailable — authenticated data is temporarily offline.
|
|
4295
|
+
*/
|
|
4296
|
+
trending(): Promise<Paginated<Audio>>;
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
/**
|
|
4300
|
+
* Instagram API client.
|
|
4301
|
+
*
|
|
4302
|
+
* Provides access to all Instagram API endpoints through specialized
|
|
4303
|
+
* sub-clients.
|
|
4304
|
+
*/
|
|
4305
|
+
|
|
4306
|
+
/**
|
|
4307
|
+
* Instagram API client with access to all Instagram endpoints.
|
|
4308
|
+
*
|
|
4309
|
+
* Sub-clients:
|
|
4310
|
+
* - `users` - Profiles, posts, reels, followers, stories, highlights
|
|
4311
|
+
* - `media` - Media details, comments, replies, likers, oEmbed
|
|
4312
|
+
* - `search` - Users, hashtags, places, top, reels, music, autocomplete
|
|
4313
|
+
* - `hashtags` - Hashtag info and its top/recent/reels feeds
|
|
4314
|
+
* - `locations` - Location info, top/recent feeds, and location search
|
|
4315
|
+
* - `audio` - Audio info, its media, and trending audio
|
|
4316
|
+
*
|
|
4317
|
+
* @example
|
|
4318
|
+
* ```typescript
|
|
4319
|
+
* const client = new ScrapeBadger({ apiKey: "key" });
|
|
4320
|
+
*
|
|
4321
|
+
* const profile = await client.instagram.users.get("instagram");
|
|
4322
|
+
* const posts = await client.instagram.users.posts("instagram", { amount: 12 });
|
|
4323
|
+
* const media = await client.instagram.media.get("C1abcdEfGhI");
|
|
4324
|
+
* const users = await client.instagram.search.users("nike");
|
|
4325
|
+
* ```
|
|
4326
|
+
*/
|
|
4327
|
+
declare class InstagramClient {
|
|
4328
|
+
/** Client for user operations (profile, posts, followers, stories, highlights) */
|
|
4329
|
+
readonly users: UsersClient$1;
|
|
4330
|
+
/** Client for media operations (detail, comments, replies, likers, oEmbed) */
|
|
4331
|
+
readonly media: MediaClient;
|
|
4332
|
+
/** Client for search operations (users, hashtags, places, top, reels, music, autocomplete) */
|
|
4333
|
+
readonly search: SearchClient$9;
|
|
4334
|
+
/** Client for hashtag operations (info, top, recent, reels) */
|
|
4335
|
+
readonly hashtags: HashtagsClient$1;
|
|
4336
|
+
/** Client for location operations (info, top, recent, search) */
|
|
4337
|
+
readonly locations: LocationsClient;
|
|
4338
|
+
/** Client for audio operations (info, media, trending) */
|
|
4339
|
+
readonly audio: AudioClient;
|
|
4340
|
+
/**
|
|
4341
|
+
* Create a new Instagram client.
|
|
4342
|
+
*
|
|
4343
|
+
* @param client - The base HTTP client for making requests.
|
|
4344
|
+
*/
|
|
4345
|
+
constructor(client: BaseClient);
|
|
4346
|
+
}
|
|
4347
|
+
|
|
3798
4348
|
/**
|
|
3799
4349
|
* TypeScript types for Redfin API responses.
|
|
3800
4350
|
*
|
|
@@ -12778,6 +13328,8 @@ declare class ScrapeBadger {
|
|
|
12778
13328
|
readonly reddit: RedditClient;
|
|
12779
13329
|
/** Apartments.com scraper API client — search + property with unit-level pricing (US) */
|
|
12780
13330
|
readonly apartments: ApartmentsClient;
|
|
13331
|
+
/** Instagram scraper API client — users, media, search, hashtags, locations, audio */
|
|
13332
|
+
readonly instagram: InstagramClient;
|
|
12781
13333
|
/** Redfin scraper API client — search, property, agent, autocomplete, markets (redfin.com, US) */
|
|
12782
13334
|
readonly redfin: RedfinClient;
|
|
12783
13335
|
/** Amazon scraper API client — 14 endpoints */
|
|
@@ -12834,4 +13386,4 @@ declare class ScrapeBadger {
|
|
|
12834
13386
|
constructor(config?: Partial<ScrapeBadgerConfig>);
|
|
12835
13387
|
}
|
|
12836
13388
|
|
|
12837
|
-
export { type AiListItem, type AiModeResponse, type AiModeSearchParams, type AiReference, type AiTableRow, type AiTextBlock, type AmazonAutocompleteParams, type AutocompleteResponse$4 as AmazonAutocompleteResponse, type AutocompleteSuggestion$1 as AmazonAutocompleteSuggestion, type Bestseller as AmazonBestseller, type BestsellersRankEntry as AmazonBestsellersRankEntry, type BestsellersResponse as AmazonBestsellersResponse, type Buybox as AmazonBuybox, type CategoriesResponse$3 as AmazonCategoriesResponse, type CategoryInfo$1 as AmazonCategoryInfo, type AmazonCategoryParams, type CategoryResponse$1 as AmazonCategoryResponse, AmazonClient, type Coupon as AmazonCoupon, type Deal as AmazonDeal, type AmazonDealsParams, type DealsResponse as AmazonDealsResponse, type Delivery as AmazonDelivery, type FeedbackWindow as AmazonFeedbackWindow, ListingsClient$1 as AmazonListingsClient, type AmazonListingsParams, type MarketInfo$5 as AmazonMarketInfo, type MarketsResponse$8 as AmazonMarketsResponse, type NewReleasesResponse as AmazonNewReleasesResponse, type Offer as AmazonOffer, type OfferCondition as AmazonOfferCondition, type OfferDelivery as AmazonOfferDelivery, type OfferSeller as AmazonOfferSeller, type AmazonOffersParams, type OffersResponse as AmazonOffersResponse, type Pagination$3 as AmazonPagination, type AmazonPrice, type Product as AmazonProduct, type ProductBadges as AmazonProductBadges, type ProductDeal as AmazonProductDeal, type ProductDetailResponse as AmazonProductDetailResponse, type AmazonProductParams, type ProductVariant as AmazonProductVariant, ProductsClient$1 as AmazonProductsClient, type RatingBreakdown$1 as AmazonRatingBreakdown, ReferenceClient$9 as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$8 as AmazonSearchClient, type AmazonSearchParams, type SearchResponse$7 as AmazonSearchResponse, type SearchResult$3 as AmazonSearchResult, type Seller$2 as AmazonSeller, type SellerFeedbackEntry as AmazonSellerFeedbackEntry, type SellerFeedbackResponse$1 as AmazonSellerFeedbackResponse, type SellerFeedbackSummary as AmazonSellerFeedbackSummary, type AmazonSellerListParams, type AmazonSellerParams, type SellerProductsResponse as AmazonSellerProductsResponse, type SellerProfileResponse$1 as AmazonSellerProfileResponse, SellersClient$2 as AmazonSellersClient, 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$6 as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$5 as EbaySearchClient, type EbaySearchParams, type SearchResponse$6 as EbaySearchResponse, type SearchResult$1 as EbaySearchResult, type Seller$1 as EbaySeller, type EbaySellerFeedbackParams, type SellerFeedbackResponse as EbaySellerFeedbackResponse, type EbaySellerItemsParams, type SellerItemsResponse as EbaySellerItemsResponse, type EbaySellerParams, type SellerProfileResponse as EbaySellerProfileResponse, SellersClient$1 as EbaySellersClient, type ShippingOption as EbayShippingOption, type EbaySortBy, type FinanceQuoteParams, type FlightsSearchParams, type FlightsSortBy, type FlightsStopsFilter, type FlightsTravelClass, type FlightsTripType, AiModeClient as GoogleAiModeClient, AutocompleteClient as GoogleAutocompleteClient, GoogleClient, FinanceClient as GoogleFinanceClient, FlightsClient as GoogleFlightsClient, HotelsClient as GoogleHotelsClient, ImagesClient as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$2 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$a as GoogleSearchClient, type GoogleSearchParams, ShoppingClient as GoogleShoppingClient, ShortsClient$1 as GoogleShortsClient, TrendsClient as GoogleTrendsClient, VideosClient$2 as GoogleVideosClient, type HotelsDetailsParams, type HotelsSearchParams, type ImagesSearchParams, type Agency as ImmobiliareAgency, type AgencyAgent as ImmobiliareAgencyAgent, type ImmobiliareAgencyListingsParams, type AgencyListingsResponse as ImmobiliareAgencyListingsResponse, type ImmobiliareAgencyParams, type AgencyProfile as ImmobiliareAgencyProfile, type Agent as ImmobiliareAgent, type ImmobiliareAutocompleteParams, type ImmobiliareCategory, ImmobiliareClient, type ImmobiliareContract, type Feature as ImmobiliareFeature, type Listing as ImmobiliareListing, type ImmobiliareListingParams, type Location as ImmobiliareLocation, type Market as ImmobiliareMarket, type ImmobiliareMarketCode, type MarketsResponse$1 as ImmobiliareMarketsResponse, type Photo as ImmobiliarePhoto, type Price as ImmobiliarePrice, type ImmobiliarePriceStatsParams, type PriceStatsPoint as ImmobiliarePriceStatsPoint, type PriceStatsResponse as ImmobiliarePriceStatsResponse, type PropertyUnit as ImmobiliarePropertyUnit, type ReferenceResponse as ImmobiliareReferenceResponse, type RelatedSearch as ImmobiliareRelatedSearch, type ImmobiliareSearchParams, type SearchResponse$1 as ImmobiliareSearchResponse, type ImmobiliareSort, type SuggestResponse as ImmobiliareSuggestResponse, type Suggestion as ImmobiliareSuggestion, type JobsSearchParams, type Ad as LeboncoinAd, type AdResponse as LeboncoinAdResponse, type LeboncoinAdType, AdsClient as LeboncoinAdsClient, type Attribute as LeboncoinAttribute, type CategoriesResponse as LeboncoinCategoriesResponse, type Category as LeboncoinCategory, LeboncoinClient, type Department as LeboncoinDepartment, type LeboncoinDepartmentsParams, type DepartmentsResponse as LeboncoinDepartmentsResponse, type FeedbackScores as LeboncoinFeedbackScores, type Images as LeboncoinImages, type Location$1 as LeboncoinLocation, type LocationSearchResponse as LeboncoinLocationSearchResponse, type LocationSuggestion as LeboncoinLocationSuggestion, type MarketsResponse$3 as LeboncoinMarketsResponse, type Owner as LeboncoinOwner, type LeboncoinOwnerType, ReferenceClient$3 as LeboncoinReferenceClient, type Region as LeboncoinRegion, type RegionsResponse as LeboncoinRegionsResponse, SearchClient$2 as LeboncoinSearchClient, type LeboncoinSearchParams, type SearchResponse$3 as LeboncoinSearchResponse, type Seller as LeboncoinSeller, type LeboncoinSellerListingsParams, type SellerListingsResponse as LeboncoinSellerListingsResponse, type SellerResponse as LeboncoinSellerResponse, SellersClient as LeboncoinSellersClient, type LeboncoinSimilarParams, type SimilarResponse as LeboncoinSimilarResponse, type LeboncoinSortBy, type StoreRatingReview as LeboncoinStoreRatingReview, type LensSearchParams, type Address as LinkedInAddress, LinkedInClient, type Company as LinkedInCompany, type LinkedInCompanyJobsParams, type LinkedInCountryParams, type CourseInstructor as LinkedInCourseInstructor, type LinkedInGeoSuggestResponse, type GeoSuggestion as LinkedInGeoSuggestion, type LinkedInHealthResponse, type JobCard as LinkedInJobCard, type JobDetail as LinkedInJobDetail, type JobsSearchMeta as LinkedInJobsSearchMeta, type LinkedInJobsSearchParams, type LinkedInJobsSearchResponse, type LearningCourse as LinkedInLearningCourse, type Post as LinkedInPost, type PostComment as LinkedInPostComment, type Profile as LinkedInProfile, type ProfileEducation as LinkedInProfileEducation, type ProfileExperience as LinkedInProfileExperience, type School as LinkedInSchool, type Broker as LoopNetBroker, type LoopNetBrokerParams, type BrokerProfile as LoopNetBrokerProfile, type BrokerResponse as LoopNetBrokerResponse, BrokersClient as LoopNetBrokersClient, LoopNetClient, type ListingCard as LoopNetListingCard, type ListingDetail as LoopNetListingDetail, type LoopNetListingParams, type ListingResponse as LoopNetListingResponse, type LoopNetListingType, ListingsClient as LoopNetListingsClient, type LoopNetMarket, type MarketInfo as LoopNetMarketInfo, type MarketsResponse as LoopNetMarketsResponse, type Pagination as LoopNetPagination, type LoopNetPriceType, type PropertyTypeInfo as LoopNetPropertyTypeInfo, type PropertyTypesResponse as LoopNetPropertyTypesResponse, ReferenceClient$1 as LoopNetReferenceClient, SearchClient as LoopNetSearchClient, type LoopNetSearchParams, type SearchResponse as LoopNetSearchResponse, type Space as LoopNetSpace, type MapsPhotosParams, type MapsPlaceParams, type MapsPostsParams, type MapsReviewsParams, type MapsSearchParams, type NewsSearchParams, type NewsTopicsParams, type NewsTrendingParams, type PatentsDetailParams, type PatentsSearchParams, type PopularSubredditsResponse, type PostCommentsResponse, type PostDetailResponse, type PostDuplicatesResponse, type ProductsDetailParams, type Address$2 as RealtorAddress, type Agent$2 as RealtorAgent, type RealtorAutocompleteOptions, type AutocompleteResponse$1 as RealtorAutocompleteResponse, RealtorClient, type Coordinate as RealtorCoordinate, type DetailGroup as RealtorDetailGroup, type Estimate as RealtorEstimate, type Flags as RealtorFlags, type RealtorMarket, type MarketInfo$2 as RealtorMarketInfo, type MarketsResponse$4 as RealtorMarketsResponse, type Office as RealtorOffice, type OpenHouse$1 as RealtorOpenHouse, type Phone as RealtorPhone, type Photo$2 as RealtorPhoto, type PriceEvent as RealtorPriceEvent, PropertiesClient$1 as RealtorPropertiesClient, type Property$1 as RealtorProperty, type PropertyDetail as RealtorPropertyDetail, type RealtorPropertyOptions, ReferenceClient$4 as RealtorReferenceClient, type School$2 as RealtorSchool, SearchClient$3 as RealtorSearchClient, type RealtorSearchOptions, type SearchResponse$4 as RealtorSearchResponse, type RealtorSort, type RealtorStatus, type Suggestion$1 as RealtorSuggestion, type TaxRecord as RealtorTaxRecord, type RedditAward, RedditClient, type RedditComment, type RedditModeratedSubreddit, type RedditPagination, type RedditPost, PostsClient as RedditPostsClient, type RedditRule, SearchClient$9 as RedditSearchClient, type RedditSubreddit, SubredditsClient as RedditSubredditsClient, type RedditTrophy, type RedditUser, type UserProfileResponse as RedditUserProfileResponse, type RedditUserSubreddit, UsersClient$1 as RedditUsersClient, type RedditWikiPage, type Address$3 as RedfinAddress, type Agent$3 as RedfinAgent, type RedfinAgentParams, type AgentResponse$1 as RedfinAgentResponse, type AgentReview$1 as RedfinAgentReview, type AmenityGroup as RedfinAmenityGroup, type AutocompleteResponse$5 as RedfinAutocompleteResponse, type AutocompleteResult$1 as RedfinAutocompleteResult, RedfinClient, type DataSource as RedfinDataSource, type RedfinHomeType, type LatLong$1 as RedfinLatLong, type Listing$2 as RedfinListing, type MapBounds$1 as RedfinMapBounds, type MarketInfo$6 as RedfinMarketInfo, type MarketsResponse$9 as RedfinMarketsResponse, type Pagination$4 as RedfinPagination, type Photo$3 as RedfinPhoto, type PriceHistoryEvent$1 as RedfinPriceHistoryEvent, type Property$2 as RedfinProperty, type RedfinPropertyParams, type PropertyResponse$1 as RedfinPropertyResponse, type RegionSelection$1 as RedfinRegionSelection, type Sash as RedfinSash, type School$3 as RedfinSchool, type SearchMedian as RedfinSearchMedian, type RedfinSearchParams, type SearchResponse$8 as RedfinSearchResponse, type RedfinSort, type TaxHistoryEvent$1 as RedfinTaxHistoryEvent, type ScholarAuthorCitationParams, type ScholarAuthorParams, type ScholarCiteParams, type ScholarProfilesParams, type ScholarSearchParams, ScrapeBadger, ScrapeBadgerConfig, type ScrapeOptions, type ScrapeResult, type SearchPostsResponse, type SearchSubredditsResponse, type SearchUsersResponse, type ShopeeCategoriesParams, type ShopeeCategoryItemsParams, type CategoryNode as ShopeeCategoryNode, type CategoryTree as ShopeeCategoryTree, ShopeeClient, type ShopeeMarket, type MarketsResponse$7 as ShopeeMarketsResponse, type ShopeeProduct, type ProductAttribute as ShopeeProductAttribute, type ProductImage as ShopeeProductImage, type ProductModel as ShopeeProductModel, type ShopeeProductParams, ProductsClient as ShopeeProductsClient, type RatingBreakdown as ShopeeRatingBreakdown, ReferenceClient$8 as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$7 as ShopeeSearchClient, type ShopeeSearchParams, type SearchResult$2 as ShopeeSearchResult, type ShoppingClickParams, type ShoppingOffersParams, type ShoppingProductParams, type ShoppingSearchParams, type ShortsSearchParams, type SubredditDetailResponse, type SubredditPostsResponse, type SubredditRulesResponse, type SubredditWikiPagesResponse, type TikTokAd, type AdLibraryPage as TikTokAdLibraryPage, type AdLibrarySearchResponse as TikTokAdLibrarySearchResponse, type TikTokAdSearchParams, type TikTokAdVideo, AdsClient$1 as TikTokAdsClient, type TikTokAnchor, type TikTokAuthor, type TikTokChallenge, TikTokClient, type TikTokComment, type CommentListResponse as TikTokCommentListResponse, type TikTokCommentRepliesParams, type TikTokCommentsParams, type TikTokCursorPage, type TikTokEffectSticker, type TikTokHashtag, type TikTokHashtagParams, type HashtagResponse$1 as TikTokHashtagResponse, type HashtagSearchResponse as TikTokHashtagSearchResponse, HashtagsClient as TikTokHashtagsClient, type TikTokListVideosParams, type TikTokMusic, MusicClient$1 as TikTokMusicClient, type TikTokMusicParams, type MusicResponse as TikTokMusicResponse, type TikTokOEmbed, type TikTokOEmbedParams, type ProfileResponse as TikTokProfileResponse, ReferenceClient$7 as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$6 as TikTokSearchClient, type TikTokSearchParams, type TikTokStats, type TikTokSubtitle, type TikTokTextExtra, type TikTokTranscriptParams, type TranscriptResponse as TikTokTranscriptResponse, TrendingClient$1 as TikTokTrendingClient, type TikTokTrendingHashtag, type TrendingHashtagsResponse as TikTokTrendingHashtagsResponse, type TikTokTrendingParams, type TikTokTrendingSong, type TrendingSongsResponse as TikTokTrendingSongsResponse, type TikTokTrendingVideosParams, type TikTokUser, type TikTokUserListParams, type UserListResponse as TikTokUserListResponse, type TikTokUserParams, type UserSearchResponse as TikTokUserSearchResponse, type TikTokUserStats, UsersClient as TikTokUsersClient, type TikTokVideo, type TikTokVideoControl, type VideoListResponse as TikTokVideoListResponse, type TikTokVideoMeta, type TikTokVideoParams, type VideoResponse as TikTokVideoResponse, type TikTokVideoStatus, VideosClient$1 as TikTokVideosClient, type TrendingPostsResponse, type TrendsAutocompleteParams, type TrendsInterestParams, type TrendsRegionsParams, type TrendsRelatedParams, type TrendsTrendingParams, TwitterClient, type UserCommentsResponse, type UserModeratedResponse, type UserPostsResponse, type UserTrophiesResponse, type VideosSearchParams, type VintedBrand, type BrandsResponse as VintedBrandsResponse, VintedClient, type VintedColor, type ColorsResponse as VintedColorsResponse, type VintedItemDetail, type ItemDetailResponse$1 as VintedItemDetailResponse, type VintedItemSummary, ItemsClient$1 as VintedItemsClient, type VintedMarket, type MarketsResponse$a as VintedMarketsResponse, type VintedPagination, type VintedPhoto, type VintedPrice, ReferenceClient$a as VintedReferenceClient, SearchClient$b as VintedSearchClient, type VintedSearchParams, type SearchResponse$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$2 as VintedUsersClient, WebClient, type WikiPageResponse, type AudioTrack as YoutubeAudioTrack, type YoutubeAutocompleteParams, type AutocompleteResponse$2 as YoutubeAutocompleteResponse, type YoutubeBatchParams, type BatchResponse as YoutubeBatchResponse, type CaptionTrack as YoutubeCaptionTrack, type YoutubeCaptionsParams, type CaptionsResponse as YoutubeCaptionsResponse, type YoutubeCategoriesParams, type CategoriesResponse$1 as YoutubeCategoriesResponse, type Channel as YoutubeChannel, type ChannelAbout as YoutubeChannelAbout, type ChannelLink as YoutubeChannelLink, type YoutubeChannelParams, type YoutubeChannelSearchParams, type YoutubeChannelTabParams, type ChannelTabResponse as YoutubeChannelTabResponse, type ChannelVideosResponse as YoutubeChannelVideosResponse, ChannelsClient as YoutubeChannelsClient, type Chapter as YoutubeChapter, YoutubeClient, type Comment as YoutubeComment, type YoutubeCommentSort, type YoutubeCommentsParams, type CommentsResponse as YoutubeCommentsResponse, CommunityClient as YoutubeCommunityClient, type CommunityPost as YoutubeCommunityPost, type CommunityResponse as YoutubeCommunityResponse, type YoutubeDuration, type Format as YoutubeFormat, type YoutubeHashtagParams, type HashtagResponse as YoutubeHashtagResponse, type HeatMarker as YoutubeHeatMarker, type YoutubeHomeParams, type HomeResponse as YoutubeHomeResponse, type LanguagesResponse as YoutubeLanguagesResponse, type LiveChatMessage as YoutubeLiveChatMessage, type YoutubeLiveChatParams, type LiveChatResponse as YoutubeLiveChatResponse, type LiveStreamingDetails as YoutubeLiveStreamingDetails, type MarketInfo$3 as YoutubeMarketInfo, type MarketsResponse$5 as YoutubeMarketsResponse, MusicClient as YoutubeMusicClient, type YoutubeMusicSearchParams, type OEmbed as YoutubeOEmbed, type YoutubeOEmbedParams, type Playlist as YoutubePlaylist, type PlaylistItem as YoutubePlaylistItem, type YoutubePlaylistItemsParams, type PlaylistItemsResponse as YoutubePlaylistItemsResponse, type YoutubePlaylistParams, PlaylistsClient as YoutubePlaylistsClient, type PollChoice as YoutubePollChoice, type YoutubePostCommentsParams, type YoutubePostParams, ReferenceClient$5 as YoutubeReferenceClient, type ReferenceRow as YoutubeReferenceRow, type YoutubeRegionParams, type RegionRestriction as YoutubeRegionRestriction, type RegionsResponse$1 as YoutubeRegionsResponse, type YoutubeRelatedParams, type RelatedResponse as YoutubeRelatedResponse, type YoutubeRepliesParams, type RepliesResponse as YoutubeRepliesResponse, type YoutubeResolveParams, type ResolveResult as YoutubeResolveResult, type SearchChip as YoutubeSearchChip, SearchClient$4 as YoutubeSearchClient, type YoutubeSearchParams, type SearchResponse$5 as YoutubeSearchResponse, type SearchResult as YoutubeSearchResult, type YoutubeSearchSort, type YoutubeSearchType, type ShoppingResult as YoutubeShoppingResult, type Short as YoutubeShort, type YoutubeShortParams, type YoutubeShortsBySoundParams, ShortsClient as YoutubeShortsClient, type StreamingData as YoutubeStreamingData, type YoutubeStreamsClient, type YoutubeStreamsParams, type SubscriberCount as YoutubeSubscriberCount, type Thumbnail as YoutubeThumbnail, type Transcript as YoutubeTranscript, type YoutubeTranscriptParams, type TranscriptSegment as YoutubeTranscriptSegment, TrendingClient as YoutubeTrendingClient, type TrendingItem as YoutubeTrendingItem, type YoutubeTrendingParams, type TrendingResponse as YoutubeTrendingResponse, type YoutubeTrendingShortsParams, type YoutubeTrendingType, type YoutubeUploadDate, type Video as YoutubeVideo, type YoutubeVideoParams, VideosClient as YoutubeVideosClient, type Address$1 as ZillowAddress, type Agent$1 as ZillowAgent, type AgentAttribution as ZillowAgentAttribution, AgentClient as ZillowAgentClient, type AgentLicense as ZillowAgentLicense, type ZillowAgentOptions, type AgentResponse as ZillowAgentResponse, type AgentReview as ZillowAgentReview, type AutocompleteResponse as ZillowAutocompleteResponse, type AutocompleteResult as ZillowAutocompleteResult, ZillowClient, type HomeFacts as ZillowHomeFacts, type LatLong as ZillowLatLong, type Listing$1 as ZillowListing, type ListingSubType as ZillowListingSubType, type MapBounds as ZillowMapBounds, type MarketInfo$1 as ZillowMarketInfo, type MarketsResponse$2 as ZillowMarketsResponse, type MortgageRate as ZillowMortgageRate, type MortgageRates as ZillowMortgageRates, type NearbyRegion as ZillowNearbyRegion, type OpenHouse as ZillowOpenHouse, type Pagination$1 as ZillowPagination, type PastSale as ZillowPastSale, type Photo$1 as ZillowPhoto, type PriceHistoryEvent as ZillowPriceHistoryEvent, PropertiesClient as ZillowPropertiesClient, type Property as ZillowProperty, type PropertyResponse as ZillowPropertyResponse, ReferenceClient$2 as ZillowReferenceClient, type RegionSelection as ZillowRegionSelection, type School$1 as ZillowSchool, SearchClient$1 as ZillowSearchClient, type ZillowSearchOptions, type SearchResponse$2 as ZillowSearchResponse, type ZillowSort, type ZillowStatus, type TaxHistoryEvent as ZillowTaxHistoryEvent, type ZestimateHistoryPoint as ZillowZestimateHistoryPoint };
|
|
13389
|
+
export { type AiListItem, type AiModeResponse, type AiModeSearchParams, type AiReference, type AiTableRow, type AiTextBlock, type AmazonAutocompleteParams, type AutocompleteResponse$4 as AmazonAutocompleteResponse, type AutocompleteSuggestion$1 as AmazonAutocompleteSuggestion, type Bestseller as AmazonBestseller, type BestsellersRankEntry as AmazonBestsellersRankEntry, type BestsellersResponse as AmazonBestsellersResponse, type Buybox as AmazonBuybox, type CategoriesResponse$3 as AmazonCategoriesResponse, type CategoryInfo$1 as AmazonCategoryInfo, type AmazonCategoryParams, type CategoryResponse$1 as AmazonCategoryResponse, AmazonClient, type Coupon as AmazonCoupon, type Deal as AmazonDeal, type AmazonDealsParams, type DealsResponse as AmazonDealsResponse, type Delivery as AmazonDelivery, type FeedbackWindow as AmazonFeedbackWindow, ListingsClient$1 as AmazonListingsClient, type AmazonListingsParams, type MarketInfo$5 as AmazonMarketInfo, type MarketsResponse$8 as AmazonMarketsResponse, type NewReleasesResponse as AmazonNewReleasesResponse, type Offer as AmazonOffer, type OfferCondition as AmazonOfferCondition, type OfferDelivery as AmazonOfferDelivery, type OfferSeller as AmazonOfferSeller, type AmazonOffersParams, type OffersResponse as AmazonOffersResponse, type Pagination$3 as AmazonPagination, type AmazonPrice, type Product as AmazonProduct, type ProductBadges as AmazonProductBadges, type ProductDeal as AmazonProductDeal, type ProductDetailResponse as AmazonProductDetailResponse, type AmazonProductParams, type ProductVariant as AmazonProductVariant, ProductsClient$1 as AmazonProductsClient, type RatingBreakdown$1 as AmazonRatingBreakdown, ReferenceClient$9 as AmazonReferenceClient, type RelatedProduct as AmazonRelatedProduct, type Review$1 as AmazonReview, type ReviewProfile as AmazonReviewProfile, type AmazonReviewsParams, type ReviewsResponse$1 as AmazonReviewsResponse, SearchClient$8 as AmazonSearchClient, type AmazonSearchParams, type SearchResponse$7 as AmazonSearchResponse, type SearchResult$3 as AmazonSearchResult, type Seller$2 as AmazonSeller, type SellerFeedbackEntry as AmazonSellerFeedbackEntry, type SellerFeedbackResponse$1 as AmazonSellerFeedbackResponse, type SellerFeedbackSummary as AmazonSellerFeedbackSummary, type AmazonSellerListParams, type AmazonSellerParams, type SellerProductsResponse as AmazonSellerProductsResponse, type SellerProfileResponse$1 as AmazonSellerProfileResponse, SellersClient$2 as AmazonSellersClient, 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$6 as EbayReferenceClient, type ReturnsPolicy as EbayReturnsPolicy, type Review as EbayReview, type EbayReviewsParams, type ReviewsResponse as EbayReviewsResponse, SearchClient$5 as EbaySearchClient, type EbaySearchParams, type SearchResponse$6 as EbaySearchResponse, type SearchResult$1 as EbaySearchResult, type Seller$1 as EbaySeller, type EbaySellerFeedbackParams, type SellerFeedbackResponse as EbaySellerFeedbackResponse, type EbaySellerItemsParams, type SellerItemsResponse as EbaySellerItemsResponse, type EbaySellerParams, type SellerProfileResponse as EbaySellerProfileResponse, SellersClient$1 as EbaySellersClient, type ShippingOption as EbayShippingOption, type EbaySortBy, type FinanceQuoteParams, type FlightsSearchParams, type FlightsSortBy, type FlightsStopsFilter, type FlightsTravelClass, type FlightsTripType, AiModeClient as GoogleAiModeClient, AutocompleteClient as GoogleAutocompleteClient, GoogleClient, FinanceClient as GoogleFinanceClient, FlightsClient as GoogleFlightsClient, HotelsClient as GoogleHotelsClient, ImagesClient as GoogleImagesClient, JobsClient as GoogleJobsClient, LensClient as GoogleLensClient, MapsClient as GoogleMapsClient, NewsClient as GoogleNewsClient, PatentsClient as GooglePatentsClient, ProductsClient$2 as GoogleProductsClient, type GoogleResponse, ScholarClient as GoogleScholarClient, SearchClient$b 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$9 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$a 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 as ShopeeProductsClient, type RatingBreakdown as ShopeeRatingBreakdown, ReferenceClient$8 as ShopeeReferenceClient, type ShopeeReview, type ReviewReply as ShopeeReviewReply, type ReviewSummary as ShopeeReviewSummary, ReviewsClient as ShopeeReviewsClient, type ShopeeReviewsParams, type ReviewsResult as ShopeeReviewsResult, SearchClient$7 as ShopeeSearchClient, type ShopeeSearchParams, type SearchResult$2 as ShopeeSearchResult, type ShoppingClickParams, type ShoppingOffersParams, type ShoppingProductParams, type ShoppingSearchParams, type ShortsSearchParams, type SubredditDetailResponse, type SubredditPostsResponse, type SubredditRulesResponse, type SubredditWikiPagesResponse, type TikTokAd, type AdLibraryPage as TikTokAdLibraryPage, type AdLibrarySearchResponse as TikTokAdLibrarySearchResponse, type TikTokAdSearchParams, type TikTokAdVideo, AdsClient$1 as TikTokAdsClient, type TikTokAnchor, type TikTokAuthor, type TikTokChallenge, TikTokClient, type TikTokComment, type CommentListResponse as TikTokCommentListResponse, type TikTokCommentRepliesParams, type TikTokCommentsParams, type TikTokCursorPage, type TikTokEffectSticker, type TikTokHashtag, type TikTokHashtagParams, type HashtagResponse$1 as TikTokHashtagResponse, type HashtagSearchResponse as TikTokHashtagSearchResponse, HashtagsClient as TikTokHashtagsClient, type TikTokListVideosParams, type TikTokMusic, MusicClient$1 as TikTokMusicClient, type TikTokMusicParams, type MusicResponse as TikTokMusicResponse, type TikTokOEmbed, type TikTokOEmbedParams, type ProfileResponse as TikTokProfileResponse, ReferenceClient$7 as TikTokReferenceClient, type RegionInfo as TikTokRegionInfo, type RegionsResponse$2 as TikTokRegionsResponse, type TikTokRelatedParams, SearchClient$6 as TikTokSearchClient, type TikTokSearchParams, type TikTokStats, type TikTokSubtitle, type TikTokTextExtra, type TikTokTranscriptParams, type TranscriptResponse as TikTokTranscriptResponse, TrendingClient$1 as TikTokTrendingClient, type TikTokTrendingHashtag, type TrendingHashtagsResponse as TikTokTrendingHashtagsResponse, type TikTokTrendingParams, type TikTokTrendingSong, type TrendingSongsResponse as TikTokTrendingSongsResponse, type TikTokTrendingVideosParams, type TikTokUser, type TikTokUserListParams, type UserListResponse as TikTokUserListResponse, type TikTokUserParams, type UserSearchResponse as TikTokUserSearchResponse, type TikTokUserStats, UsersClient as TikTokUsersClient, type TikTokVideo, type TikTokVideoControl, type VideoListResponse as TikTokVideoListResponse, type TikTokVideoMeta, type TikTokVideoParams, type VideoResponse as TikTokVideoResponse, type TikTokVideoStatus, VideosClient$1 as TikTokVideosClient, type TrendingPostsResponse, type TrendsAutocompleteParams, type TrendsInterestParams, type TrendsRegionsParams, type TrendsRelatedParams, type TrendsTrendingParams, TwitterClient, type UserCommentsResponse, type UserModeratedResponse, type UserPostsResponse, type UserTrophiesResponse, type VideosSearchParams, type VintedBrand, type BrandsResponse as VintedBrandsResponse, VintedClient, type VintedColor, type ColorsResponse as VintedColorsResponse, type VintedItemDetail, type ItemDetailResponse$1 as VintedItemDetailResponse, type VintedItemSummary, ItemsClient$1 as VintedItemsClient, type VintedMarket, type MarketsResponse$a as VintedMarketsResponse, type VintedPagination, type VintedPhoto, type VintedPrice, ReferenceClient$a as VintedReferenceClient, SearchClient$c 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, 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 };
|