@getanyapi/sdk 0.40.2 → 0.42.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.cjs +56 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1063 -42
- package/dist/index.d.ts +1063 -42
- package/dist/index.js +56 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1177,6 +1177,10 @@ interface AmazonProductInput {
|
|
|
1177
1177
|
* Range: minimum 1.
|
|
1178
1178
|
*/
|
|
1179
1179
|
preferLatencyUnderMs?: number;
|
|
1180
|
+
/**
|
|
1181
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `category` or `condition`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a product that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
1182
|
+
*/
|
|
1183
|
+
requireFields?: ("category" | "condition" | "currency" | "description" | "features" | "images" | "inStock" | "price" | "rating" | "reviewsCount" | "sellerName")[];
|
|
1180
1184
|
/**
|
|
1181
1185
|
* Full Amazon product URL (e.g. https://www.amazon.com/dp/B0CX23V2ZK).
|
|
1182
1186
|
*/
|
|
@@ -1296,6 +1300,10 @@ interface AmazonReviewsInput {
|
|
|
1296
1300
|
* One of: amazon.com, amazon.ca, amazon.de, amazon.fr, amazon.co.uk, amazon.it, amazon.es, amazon.com.au, amazon.co.jp, amazon.com.br, amazon.com.mx, amazon.nl, amazon.ie, amazon.se, amazon.com.tr, amazon.ae, amazon.sg, amazon.sa, amazon.pl, amazon.com.be, amazon.eg, amazon.in.
|
|
1297
1301
|
*/
|
|
1298
1302
|
region?: "amazon.com" | "amazon.ca" | "amazon.de" | "amazon.fr" | "amazon.co.uk" | "amazon.it" | "amazon.es" | "amazon.com.au" | "amazon.co.jp" | "amazon.com.br" | "amazon.com.mx" | "amazon.nl" | "amazon.ie" | "amazon.se" | "amazon.com.tr" | "amazon.ae" | "amazon.sg" | "amazon.sa" | "amazon.pl" | "amazon.com.be" | "amazon.eg" | "amazon.in";
|
|
1303
|
+
/**
|
|
1304
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `url`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
1305
|
+
*/
|
|
1306
|
+
requireFields?: ("createdUtc" | "helpfulVotes" | "rating" | "reviewer" | "title" | "url" | "verifiedPurchase")[];
|
|
1299
1307
|
/**
|
|
1300
1308
|
* Review sort order: most helpful first or most recent first (e.g. recent).
|
|
1301
1309
|
* One of: helpful, recent.
|
|
@@ -2716,6 +2724,10 @@ interface AppstoreReviewsInput {
|
|
|
2716
2724
|
* Range: minimum 1.
|
|
2717
2725
|
*/
|
|
2718
2726
|
preferLatencyUnderMs?: number;
|
|
2727
|
+
/**
|
|
2728
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `helpfulVotes` or `version`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
2729
|
+
*/
|
|
2730
|
+
requireFields?: ("helpfulVotes" | "title" | "url" | "version")[];
|
|
2719
2731
|
}
|
|
2720
2732
|
interface AppstoreReviewsItem {
|
|
2721
2733
|
/**
|
|
@@ -3107,6 +3119,10 @@ interface CapterraReviewsInput {
|
|
|
3107
3119
|
* Capterra product URL, for example https://www.capterra.com/p/135003/Slack/. Capterra identifies a product by both its numeric id and its slug, so the full URL is required.
|
|
3108
3120
|
*/
|
|
3109
3121
|
product: string;
|
|
3122
|
+
/**
|
|
3123
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `ownerResponse`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
3124
|
+
*/
|
|
3125
|
+
requireFields?: ("alternativesConsidered" | "anonymous" | "chosenReasons" | "ownerResponse" | "reviewSource" | "switchedFrom" | "switchingReasons")[];
|
|
3110
3126
|
/**
|
|
3111
3127
|
* Sort order for the returned reviews: newest first, most complete first, or highest or lowest rated first.
|
|
3112
3128
|
* One of: recent, complete, highest, lowest.
|
|
@@ -3340,6 +3356,10 @@ interface ChatgptSearchInput {
|
|
|
3340
3356
|
* Default: false.
|
|
3341
3357
|
*/
|
|
3342
3358
|
requireEntities?: boolean;
|
|
3359
|
+
/**
|
|
3360
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `cited` or `price`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a result that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
3361
|
+
*/
|
|
3362
|
+
requireFields?: ("address" | "ads" | "advertiserName" | "advertiserUrl" | "answerPosition" | "category" | "cited" | "createdUtc" | "currency" | "description" | "domain" | "entities" | "image" | "merchants" | "model" | "name" | "phone" | "places" | "position" | "price" | "prompt" | "rating" | "reviewCount" | "searchQueries" | "searchResults" | "shoppingCards" | "snippet" | "title" | "url" | "webSearchTriggered" | "websiteUrl")[];
|
|
3343
3363
|
/**
|
|
3344
3364
|
* Serve only from a source that can return places shown with the answer. Leaving this off still returns places whenever the source that answered can. Turning it on selects the single source that guarantees them, which costs more and has nothing to fall back to if it is unavailable.
|
|
3345
3365
|
* Default: false.
|
|
@@ -9517,6 +9537,10 @@ interface EmailVerifyInput {
|
|
|
9517
9537
|
* Range: minimum 1.
|
|
9518
9538
|
*/
|
|
9519
9539
|
preferLatencyUnderMs?: number;
|
|
9540
|
+
/**
|
|
9541
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `reason`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a result that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
9542
|
+
*/
|
|
9543
|
+
requireFields?: ("catchAll" | "disposable" | "domain" | "free" | "reason" | "role" | "score")[];
|
|
9520
9544
|
}
|
|
9521
9545
|
interface EmailVerifyItem {
|
|
9522
9546
|
/**
|
|
@@ -13274,6 +13298,10 @@ interface G2ReviewsInput {
|
|
|
13274
13298
|
* G2 product slug, for example hubspot-marketing-hub. A full G2 product URL is also accepted and reduced to its slug.
|
|
13275
13299
|
*/
|
|
13276
13300
|
product: string;
|
|
13301
|
+
/**
|
|
13302
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `productSlug`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
13303
|
+
*/
|
|
13304
|
+
requireFields?: ("authorCountry" | "helpfulVotes" | "productSlug" | "ratings" | "responseType" | "reviewSource" | "switchedFrom")[];
|
|
13277
13305
|
/**
|
|
13278
13306
|
* Sort order for the returned reviews: newest first, most helpful first, highest or lowest rated first, or G2's own default ordering.
|
|
13279
13307
|
* One of: recent, helpful, highest, lowest, default.
|
|
@@ -14470,6 +14498,10 @@ interface GoogleAiOverviewInput {
|
|
|
14470
14498
|
* The question or prompt to answer with a Google AI Overview.
|
|
14471
14499
|
*/
|
|
14472
14500
|
prompt: string;
|
|
14501
|
+
/**
|
|
14502
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `citations` or `index`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a result that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
14503
|
+
*/
|
|
14504
|
+
requireFields?: ("citations" | "index" | "scrapedAt" | "title" | "url")[];
|
|
14473
14505
|
}
|
|
14474
14506
|
interface GoogleAiOverviewCitation {
|
|
14475
14507
|
/**
|
|
@@ -14951,7 +14983,7 @@ interface GoogleSearchInput {
|
|
|
14951
14983
|
*/
|
|
14952
14984
|
query: string;
|
|
14953
14985
|
/**
|
|
14954
|
-
*
|
|
14986
|
+
* Deprecated. Every source for this search returns a nextCursor, so this changes nothing about the price or which source serves you; it stays accepted so callers that already send it keep working.
|
|
14955
14987
|
*/
|
|
14956
14988
|
requireCursor?: boolean;
|
|
14957
14989
|
/**
|
|
@@ -15147,7 +15179,7 @@ declare class GoogleNamespace {
|
|
|
15147
15179
|
*
|
|
15148
15180
|
* Ask Google AI Mode a prompt and receive the cited answer it generates. AI Mode composes the answer at search time, so repeat calls on one prompt can differ in wording and in which sources are cited.
|
|
15149
15181
|
*
|
|
15150
|
-
* Price: $0.
|
|
15182
|
+
* Price: $0.00006 per request plus $0.0033 per result (maximum $0.00336).
|
|
15151
15183
|
*
|
|
15152
15184
|
* @example
|
|
15153
15185
|
* const res = await client.google.aiMode({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
|
|
@@ -15235,7 +15267,7 @@ declare class GoogleNamespace {
|
|
|
15235
15267
|
*
|
|
15236
15268
|
* Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
|
|
15237
15269
|
*
|
|
15238
|
-
* Price: $0.
|
|
15270
|
+
* Price: $0.0005 per request.
|
|
15239
15271
|
*
|
|
15240
15272
|
* @example
|
|
15241
15273
|
* const res = await client.google.search({ query: "best coffee maker", gl: "us", hl: "en", limit: 10 });
|
|
@@ -15782,6 +15814,10 @@ interface GoogleShoppingSearchInput {
|
|
|
15782
15814
|
* Product name, brand, or keywords to search for (e.g. "Nike running shoes").
|
|
15783
15815
|
*/
|
|
15784
15816
|
query: string;
|
|
15817
|
+
/**
|
|
15818
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `listPrice` or `discountPercent`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a product that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
15819
|
+
*/
|
|
15820
|
+
requireFields?: ("brand" | "currency" | "discountPercent" | "listPrice" | "listPriceText" | "price" | "priceText" | "productId" | "rating" | "reviewsCount" | "seller")[];
|
|
15785
15821
|
/**
|
|
15786
15822
|
* Sort order for results (e.g. "LOWEST_PRICE"); defaults to relevance.
|
|
15787
15823
|
* One of: BEST_MATCH, LOWEST_PRICE, HIGHEST_PRICE, TOP_RATED.
|
|
@@ -16398,6 +16434,10 @@ interface InstagramFollowersInput {
|
|
|
16398
16434
|
* Range: minimum 1.
|
|
16399
16435
|
*/
|
|
16400
16436
|
preferLatencyUnderMs?: number;
|
|
16437
|
+
/**
|
|
16438
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `private`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
16439
|
+
*/
|
|
16440
|
+
requireFields?: ("image" | "name" | "nextCursor" | "private" | "url" | "verified")[];
|
|
16401
16441
|
/**
|
|
16402
16442
|
* The Instagram username, user ID, or profile URL whose followers to list (e.g. natgeo).
|
|
16403
16443
|
*/
|
|
@@ -16460,6 +16500,10 @@ interface InstagramFollowingInput {
|
|
|
16460
16500
|
* Range: minimum 1.
|
|
16461
16501
|
*/
|
|
16462
16502
|
preferLatencyUnderMs?: number;
|
|
16503
|
+
/**
|
|
16504
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `private`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
16505
|
+
*/
|
|
16506
|
+
requireFields?: ("image" | "name" | "nextCursor" | "private" | "url" | "verified")[];
|
|
16463
16507
|
/**
|
|
16464
16508
|
* The Instagram username, user ID, or profile URL whose following list to fetch (e.g. natgeo).
|
|
16465
16509
|
*/
|
|
@@ -17059,7 +17103,11 @@ interface InstagramPostInput {
|
|
|
17059
17103
|
*/
|
|
17060
17104
|
preferLatencyUnderMs?: number;
|
|
17061
17105
|
/**
|
|
17062
|
-
*
|
|
17106
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `plays`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
17107
|
+
*/
|
|
17108
|
+
requireFields?: ("likes" | "plays" | "shortcode" | "type" | "videoUrl")[];
|
|
17109
|
+
/**
|
|
17110
|
+
* Deprecated; send `requireFields: ["plays"]` instead, which does exactly the same thing. Set true to be served only by a source that reports a reel's play count. Omit it and routing is unchanged, with the cheapest source serving, which does not carry play counts, so `plays` is absent from its responses. This can raise your price: opting in routes to a source that reports the count, and you are quoted and charged its price. It stays accepted so callers that already send it keep working.
|
|
17063
17111
|
*/
|
|
17064
17112
|
requirePlayCount?: boolean;
|
|
17065
17113
|
/**
|
|
@@ -17644,6 +17692,10 @@ interface InstagramSearchHashtagInput {
|
|
|
17644
17692
|
* Range: minimum 1.
|
|
17645
17693
|
*/
|
|
17646
17694
|
preferLatencyUnderMs?: number;
|
|
17695
|
+
/**
|
|
17696
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isAd`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
17697
|
+
*/
|
|
17698
|
+
requireFields?: ("avatarUrl" | "caption" | "comments" | "createdUtc" | "durationSeconds" | "isAd" | "likes" | "nextCursor" | "type" | "verified" | "videoUrl")[];
|
|
17647
17699
|
}
|
|
17648
17700
|
interface InstagramSearchHashtagPost {
|
|
17649
17701
|
/**
|
|
@@ -18799,7 +18851,7 @@ declare class InstagramNamespace {
|
|
|
18799
18851
|
*
|
|
18800
18852
|
* Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
|
|
18801
18853
|
*
|
|
18802
|
-
* Price: $0.
|
|
18854
|
+
* Price: $0.0005 per request.
|
|
18803
18855
|
*
|
|
18804
18856
|
* @example
|
|
18805
18857
|
* const res = await client.instagram.profile({ handle: "nasa" });
|
|
@@ -20198,6 +20250,10 @@ interface LinkedinCompanyInput {
|
|
|
20198
20250
|
* Range: minimum 1.
|
|
20199
20251
|
*/
|
|
20200
20252
|
preferLatencyUnderMs?: number;
|
|
20253
|
+
/**
|
|
20254
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `city` or `postalCode`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
20255
|
+
*/
|
|
20256
|
+
requireFields?: ("city" | "companyType" | "country" | "employeeCountRange" | "foundedOn" | "fundingData" | "headquarter" | "industry" | "line1" | "locations" | "logoUrl" | "name" | "pageVerified" | "postalCode" | "similarOrganizations" | "specialities" | "tagline" | "universalName" | "website")[];
|
|
20201
20257
|
/**
|
|
20202
20258
|
* Full LinkedIn company page URL.
|
|
20203
20259
|
*/
|
|
@@ -20704,6 +20760,173 @@ interface LinkedinEmailData {
|
|
|
20704
20760
|
*/
|
|
20705
20761
|
linkedinUrl?: string;
|
|
20706
20762
|
}
|
|
20763
|
+
/**
|
|
20764
|
+
* Input for LinkedIn Job (linkedin.job).
|
|
20765
|
+
*/
|
|
20766
|
+
interface LinkedinJobInput {
|
|
20767
|
+
/**
|
|
20768
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Prefer sources whose typical response time (median over the trailing 30 days, as published on this endpoint's lane health) is under this many milliseconds; among those, the cheapest serves. This can raise your price: when the cheapest source misses the target, a faster and dearer one serves, and you are quoted and charged its price. If no source is that fast the request is still served, by whichever source offers the best speed for its price - it is never refused for being slow. Sources we have not timed are tried last. This is a preference, not a guarantee: the median describes past requests and is not a ceiling on this one, and it excludes any wait this request itself asks for. On a paginated walk it applies to the first page only: later pages stay with the source that page chose, at the price it was quoted.
|
|
20769
|
+
* Range: minimum 1.
|
|
20770
|
+
*/
|
|
20771
|
+
preferLatencyUnderMs?: number;
|
|
20772
|
+
/**
|
|
20773
|
+
* Full LinkedIn job posting URL, e.g. https://www.linkedin.com/jobs/view/4431721875/.
|
|
20774
|
+
*/
|
|
20775
|
+
url: string;
|
|
20776
|
+
}
|
|
20777
|
+
/**
|
|
20778
|
+
* One named hiring contact.
|
|
20779
|
+
*/
|
|
20780
|
+
interface LinkedinJobHiringTeam {
|
|
20781
|
+
/**
|
|
20782
|
+
* Canonical LinkedIn profile URL.
|
|
20783
|
+
*/
|
|
20784
|
+
linkedinUrl?: string;
|
|
20785
|
+
/**
|
|
20786
|
+
* Member name.
|
|
20787
|
+
*/
|
|
20788
|
+
name?: string;
|
|
20789
|
+
/**
|
|
20790
|
+
* Member headline or job title.
|
|
20791
|
+
*/
|
|
20792
|
+
position?: string;
|
|
20793
|
+
[extra: string]: unknown;
|
|
20794
|
+
}
|
|
20795
|
+
/**
|
|
20796
|
+
* The `data` payload of LinkedIn Job (linkedin.job).
|
|
20797
|
+
*/
|
|
20798
|
+
interface LinkedinJobData {
|
|
20799
|
+
/**
|
|
20800
|
+
* Applicant tracking system behind the posting (e.g. Workday, Lever, Greenhouse), when LinkedIn reports one.
|
|
20801
|
+
*/
|
|
20802
|
+
applicantTrackingSystem?: string;
|
|
20803
|
+
/**
|
|
20804
|
+
* Number of applicants reported by LinkedIn. Populated whenever the provider has data for the entity.
|
|
20805
|
+
* Present whenever the upstream returns this record.
|
|
20806
|
+
*/
|
|
20807
|
+
applicants?: number;
|
|
20808
|
+
/**
|
|
20809
|
+
* External company apply URL when the job applies off-site.
|
|
20810
|
+
*/
|
|
20811
|
+
applyUrl?: string;
|
|
20812
|
+
/**
|
|
20813
|
+
* Listed benefits.
|
|
20814
|
+
*/
|
|
20815
|
+
benefits?: string[];
|
|
20816
|
+
/**
|
|
20817
|
+
* Hiring company details.
|
|
20818
|
+
*/
|
|
20819
|
+
company?: {
|
|
20820
|
+
/**
|
|
20821
|
+
* Company About text.
|
|
20822
|
+
*/
|
|
20823
|
+
description?: string;
|
|
20824
|
+
/**
|
|
20825
|
+
* Number of employees LinkedIn reports for the company.
|
|
20826
|
+
*/
|
|
20827
|
+
employeeCount?: number;
|
|
20828
|
+
/**
|
|
20829
|
+
* Number of followers of the company page.
|
|
20830
|
+
*/
|
|
20831
|
+
followerCount?: number;
|
|
20832
|
+
/**
|
|
20833
|
+
* Canonical LinkedIn company URL.
|
|
20834
|
+
*/
|
|
20835
|
+
linkedinUrl?: string;
|
|
20836
|
+
/**
|
|
20837
|
+
* Company logo image URL.
|
|
20838
|
+
*/
|
|
20839
|
+
logo?: string;
|
|
20840
|
+
/**
|
|
20841
|
+
* Company name. Populated whenever the provider has data for the entity.
|
|
20842
|
+
* Present whenever the upstream returns this record.
|
|
20843
|
+
*/
|
|
20844
|
+
name?: string;
|
|
20845
|
+
/**
|
|
20846
|
+
* Company LinkedIn universal (vanity) name.
|
|
20847
|
+
*/
|
|
20848
|
+
universalName?: string;
|
|
20849
|
+
/**
|
|
20850
|
+
* Company website.
|
|
20851
|
+
*/
|
|
20852
|
+
website?: string;
|
|
20853
|
+
};
|
|
20854
|
+
/**
|
|
20855
|
+
* UTC epoch timestamp in seconds (Unix time) the job was posted. Multiply by 1000 for a JS Date in milliseconds.
|
|
20856
|
+
*/
|
|
20857
|
+
createdUtc?: number;
|
|
20858
|
+
/**
|
|
20859
|
+
* Full job description as plain text. Populated whenever the provider has data for the entity.
|
|
20860
|
+
* Present whenever the upstream returns this record.
|
|
20861
|
+
*/
|
|
20862
|
+
descriptionText?: string;
|
|
20863
|
+
/**
|
|
20864
|
+
* LinkedIn Easy Apply URL when available.
|
|
20865
|
+
*/
|
|
20866
|
+
easyApplyUrl?: string;
|
|
20867
|
+
/**
|
|
20868
|
+
* Employment type (e.g. full_time, contract, part_time).
|
|
20869
|
+
*/
|
|
20870
|
+
employmentType?: string;
|
|
20871
|
+
/**
|
|
20872
|
+
* Seniority / experience level (e.g. Mid-Senior level, Entry level).
|
|
20873
|
+
*/
|
|
20874
|
+
experienceLevel?: string;
|
|
20875
|
+
/**
|
|
20876
|
+
* UTC epoch timestamp in seconds (Unix time) the posting expires. Multiply by 1000 for a JS Date in milliseconds.
|
|
20877
|
+
*/
|
|
20878
|
+
expireUtc?: number;
|
|
20879
|
+
/**
|
|
20880
|
+
* LinkedIn members named on the posting as the hiring contacts.
|
|
20881
|
+
*/
|
|
20882
|
+
hiringTeam?: LinkedinJobHiringTeam[];
|
|
20883
|
+
/**
|
|
20884
|
+
* LinkedIn job posting id.
|
|
20885
|
+
*/
|
|
20886
|
+
id?: string;
|
|
20887
|
+
/**
|
|
20888
|
+
* Industries associated with the role.
|
|
20889
|
+
*/
|
|
20890
|
+
industries?: string[];
|
|
20891
|
+
/**
|
|
20892
|
+
* Posting state reported by LinkedIn (e.g. LISTED, CLOSED).
|
|
20893
|
+
*/
|
|
20894
|
+
jobState?: string;
|
|
20895
|
+
/**
|
|
20896
|
+
* Job location (city, region, or country).
|
|
20897
|
+
*/
|
|
20898
|
+
location?: string;
|
|
20899
|
+
/**
|
|
20900
|
+
* Salary range when disclosed by the poster.
|
|
20901
|
+
*/
|
|
20902
|
+
salary?: {
|
|
20903
|
+
/**
|
|
20904
|
+
* Maximum salary.
|
|
20905
|
+
*/
|
|
20906
|
+
max?: number;
|
|
20907
|
+
/**
|
|
20908
|
+
* Minimum salary.
|
|
20909
|
+
*/
|
|
20910
|
+
min?: number;
|
|
20911
|
+
/**
|
|
20912
|
+
* Salary as displayed (e.g. '300,000 - 330,000 USD').
|
|
20913
|
+
*/
|
|
20914
|
+
text?: string;
|
|
20915
|
+
};
|
|
20916
|
+
/**
|
|
20917
|
+
* Job title. Populated whenever the provider has data for the entity.
|
|
20918
|
+
*/
|
|
20919
|
+
title: string;
|
|
20920
|
+
/**
|
|
20921
|
+
* Canonical LinkedIn job posting URL.
|
|
20922
|
+
*/
|
|
20923
|
+
url: string;
|
|
20924
|
+
/**
|
|
20925
|
+
* Workplace type (e.g. remote, on_site, hybrid).
|
|
20926
|
+
*/
|
|
20927
|
+
workplaceType?: string;
|
|
20928
|
+
[extra: string]: unknown;
|
|
20929
|
+
}
|
|
20707
20930
|
/**
|
|
20708
20931
|
* Input for LinkedIn Jobs (linkedin.jobs).
|
|
20709
20932
|
*/
|
|
@@ -20925,6 +21148,10 @@ interface LinkedinJobsThinInput {
|
|
|
20925
21148
|
* Job title or keywords to search.
|
|
20926
21149
|
*/
|
|
20927
21150
|
query: string;
|
|
21151
|
+
/**
|
|
21152
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `logoUrl`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a listing that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
21153
|
+
*/
|
|
21154
|
+
requireFields?: ("companyUrl" | "createdUtc" | "id" | "logoUrl")[];
|
|
20928
21155
|
/**
|
|
20929
21156
|
* Filter by workplace type (remote, hybrid, or onsite).
|
|
20930
21157
|
* One of: remote, hybrid, onsite.
|
|
@@ -21487,6 +21714,188 @@ interface LinkedinProfileData {
|
|
|
21487
21714
|
verified?: boolean;
|
|
21488
21715
|
[extra: string]: unknown;
|
|
21489
21716
|
}
|
|
21717
|
+
/**
|
|
21718
|
+
* Input for LinkedIn Profile Comments (linkedin.profile_comments).
|
|
21719
|
+
*/
|
|
21720
|
+
interface LinkedinProfileCommentsInput {
|
|
21721
|
+
/**
|
|
21722
|
+
* Maximum number of comments to return.
|
|
21723
|
+
* Range: minimum 1, maximum 100.
|
|
21724
|
+
* Default: 100.
|
|
21725
|
+
*/
|
|
21726
|
+
limit?: number;
|
|
21727
|
+
/**
|
|
21728
|
+
* Only return comments posted within this window (default any).
|
|
21729
|
+
* One of: any, 24h, week, month.
|
|
21730
|
+
*/
|
|
21731
|
+
postedLimit?: "any" | "24h" | "week" | "month";
|
|
21732
|
+
/**
|
|
21733
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Prefer sources whose typical response time (median over the trailing 30 days, as published on this endpoint's lane health) is under this many milliseconds; among those, the cheapest serves. This can raise your price: when the cheapest source misses the target, a faster and dearer one serves, and you are quoted and charged its price. If no source is that fast the request is still served, by whichever source offers the best speed for its price - it is never refused for being slow. Sources we have not timed are tried last. This is a preference, not a guarantee: the median describes past requests and is not a ceiling on this one, and it excludes any wait this request itself asks for. On a paginated walk it applies to the first page only: later pages stay with the source that page chose, at the price it was quoted.
|
|
21734
|
+
* Range: minimum 1.
|
|
21735
|
+
*/
|
|
21736
|
+
preferLatencyUnderMs?: number;
|
|
21737
|
+
/**
|
|
21738
|
+
* Full URL of the LinkedIn member profile whose comments on other people's posts should be listed.
|
|
21739
|
+
*/
|
|
21740
|
+
url: string;
|
|
21741
|
+
}
|
|
21742
|
+
interface LinkedinProfileCommentsItem {
|
|
21743
|
+
/**
|
|
21744
|
+
* The member who left the comment (a profile or a company).
|
|
21745
|
+
*/
|
|
21746
|
+
actor?: {
|
|
21747
|
+
/**
|
|
21748
|
+
* Profile picture URL of the commenter. Populated whenever the provider has data for the entity.
|
|
21749
|
+
* Format: uri.
|
|
21750
|
+
* Present whenever the upstream returns this record.
|
|
21751
|
+
*/
|
|
21752
|
+
image?: string;
|
|
21753
|
+
/**
|
|
21754
|
+
* Canonical LinkedIn URL of the commenter. Populated whenever the provider has data for the entity.
|
|
21755
|
+
* Format: uri.
|
|
21756
|
+
* Present whenever the upstream returns this record.
|
|
21757
|
+
*/
|
|
21758
|
+
linkedinUrl?: string;
|
|
21759
|
+
/**
|
|
21760
|
+
* Display name of the commenter. Populated whenever the provider has data for the entity.
|
|
21761
|
+
* Present whenever the upstream returns this record.
|
|
21762
|
+
*/
|
|
21763
|
+
name?: string;
|
|
21764
|
+
/**
|
|
21765
|
+
* Commenter's headline or job title as displayed. Populated whenever the provider has data for the entity.
|
|
21766
|
+
* Present whenever the upstream returns this record.
|
|
21767
|
+
*/
|
|
21768
|
+
position?: string;
|
|
21769
|
+
/**
|
|
21770
|
+
* Commenter kind, e.g. 'profile' or 'company'.
|
|
21771
|
+
*/
|
|
21772
|
+
type?: string;
|
|
21773
|
+
};
|
|
21774
|
+
/**
|
|
21775
|
+
* Full text of the comment the member left. Populated whenever the provider has data for the entity.
|
|
21776
|
+
*/
|
|
21777
|
+
commentary: string;
|
|
21778
|
+
/**
|
|
21779
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
21780
|
+
* Present whenever the upstream returns this record.
|
|
21781
|
+
*/
|
|
21782
|
+
createdUtc?: number;
|
|
21783
|
+
/**
|
|
21784
|
+
* Whether the comment has been edited.
|
|
21785
|
+
*/
|
|
21786
|
+
edited?: boolean;
|
|
21787
|
+
/**
|
|
21788
|
+
* Engagement metrics for the comment.
|
|
21789
|
+
*/
|
|
21790
|
+
engagement?: {
|
|
21791
|
+
/**
|
|
21792
|
+
* Number of replies to the comment.
|
|
21793
|
+
* Range: minimum 0.
|
|
21794
|
+
*/
|
|
21795
|
+
comments?: number;
|
|
21796
|
+
/**
|
|
21797
|
+
* Number of likes on the comment.
|
|
21798
|
+
* Range: minimum 0.
|
|
21799
|
+
*/
|
|
21800
|
+
likes?: number;
|
|
21801
|
+
};
|
|
21802
|
+
/**
|
|
21803
|
+
* Unique identifier of the comment. Populated whenever the provider has data for the entity.
|
|
21804
|
+
*/
|
|
21805
|
+
id: string;
|
|
21806
|
+
/**
|
|
21807
|
+
* The post the comment was left on, so the comment can be read in context. Populated whenever the provider has data for the entity.
|
|
21808
|
+
* Present whenever the upstream returns this record.
|
|
21809
|
+
*/
|
|
21810
|
+
post?: {
|
|
21811
|
+
/**
|
|
21812
|
+
* Author of the post that was commented on.
|
|
21813
|
+
*/
|
|
21814
|
+
author?: {
|
|
21815
|
+
/**
|
|
21816
|
+
* Public headline or company follower summary for the post author.
|
|
21817
|
+
*/
|
|
21818
|
+
headline?: string;
|
|
21819
|
+
/**
|
|
21820
|
+
* Profile or company image URL of the post author. Populated whenever the provider has data for the entity.
|
|
21821
|
+
* Format: uri.
|
|
21822
|
+
* Present whenever the upstream returns this record.
|
|
21823
|
+
*/
|
|
21824
|
+
image?: string;
|
|
21825
|
+
/**
|
|
21826
|
+
* Display name of the post author. Populated whenever the provider has data for the entity.
|
|
21827
|
+
* Present whenever the upstream returns this record.
|
|
21828
|
+
*/
|
|
21829
|
+
name?: string;
|
|
21830
|
+
/**
|
|
21831
|
+
* Canonical LinkedIn profile or company URL of the post author. Populated whenever the provider has data for the entity.
|
|
21832
|
+
* Format: uri.
|
|
21833
|
+
* Present whenever the upstream returns this record.
|
|
21834
|
+
*/
|
|
21835
|
+
profileUrl?: string;
|
|
21836
|
+
/**
|
|
21837
|
+
* LinkedIn public identifier (vanity slug) of the post author, for example "williamhgates". Stable across lanes, unlike the raw id.
|
|
21838
|
+
*/
|
|
21839
|
+
publicIdentifier?: string;
|
|
21840
|
+
};
|
|
21841
|
+
/**
|
|
21842
|
+
* Public engagement totals on the post that was commented on.
|
|
21843
|
+
*/
|
|
21844
|
+
engagement?: {
|
|
21845
|
+
/**
|
|
21846
|
+
* Total comment count on the post.
|
|
21847
|
+
* Range: minimum 0.
|
|
21848
|
+
*/
|
|
21849
|
+
comments?: number;
|
|
21850
|
+
/**
|
|
21851
|
+
* Total reaction count on the post.
|
|
21852
|
+
* Range: minimum 0.
|
|
21853
|
+
*/
|
|
21854
|
+
reactions?: number;
|
|
21855
|
+
/**
|
|
21856
|
+
* Total repost or share count on the post.
|
|
21857
|
+
* Range: minimum 0.
|
|
21858
|
+
*/
|
|
21859
|
+
reposts?: number;
|
|
21860
|
+
};
|
|
21861
|
+
/**
|
|
21862
|
+
* Unique identifier of the LinkedIn post that was commented on.
|
|
21863
|
+
*/
|
|
21864
|
+
id?: string;
|
|
21865
|
+
/**
|
|
21866
|
+
* UTC epoch timestamp in seconds (Unix time) when the post was published. Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
21867
|
+
* Present whenever the upstream returns this record.
|
|
21868
|
+
*/
|
|
21869
|
+
postedUtc?: number;
|
|
21870
|
+
/**
|
|
21871
|
+
* Text content of the post that was commented on. Empty when the post carries no commentary of its own, such as a bare reshare or an image-only post. Populated whenever the provider has data for the entity.
|
|
21872
|
+
* Present whenever the upstream returns this record.
|
|
21873
|
+
*/
|
|
21874
|
+
text?: string;
|
|
21875
|
+
/**
|
|
21876
|
+
* Canonical LinkedIn URL of the post that was commented on. Populated whenever the provider has data for the entity.
|
|
21877
|
+
* Format: uri.
|
|
21878
|
+
* Present whenever the upstream returns this record.
|
|
21879
|
+
*/
|
|
21880
|
+
url?: string;
|
|
21881
|
+
};
|
|
21882
|
+
/**
|
|
21883
|
+
* Canonical permalink URL of the comment. Populated whenever the provider has data for the entity.
|
|
21884
|
+
* Format: uri.
|
|
21885
|
+
* Present whenever the upstream returns this record.
|
|
21886
|
+
*/
|
|
21887
|
+
url?: string;
|
|
21888
|
+
[extra: string]: unknown;
|
|
21889
|
+
}
|
|
21890
|
+
/**
|
|
21891
|
+
* The `data` payload of LinkedIn Profile Comments (linkedin.profile_comments).
|
|
21892
|
+
*/
|
|
21893
|
+
interface LinkedinProfileCommentsData {
|
|
21894
|
+
/**
|
|
21895
|
+
* Comments this member left on other people's posts, newest first, each with the post it was left on. Populated whenever the provider has data for the entity.
|
|
21896
|
+
*/
|
|
21897
|
+
items: LinkedinProfileCommentsItem[];
|
|
21898
|
+
}
|
|
21490
21899
|
/**
|
|
21491
21900
|
* Input for LinkedIn Profile Posts (full) (linkedin.profile_posts_full).
|
|
21492
21901
|
*/
|
|
@@ -22150,6 +22559,184 @@ interface LinkedinProfilePostsThinData {
|
|
|
22150
22559
|
*/
|
|
22151
22560
|
items: LinkedinProfilePostsThinItem[];
|
|
22152
22561
|
}
|
|
22562
|
+
/**
|
|
22563
|
+
* Input for LinkedIn Profile Reactions (linkedin.profile_reactions).
|
|
22564
|
+
*/
|
|
22565
|
+
interface LinkedinProfileReactionsInput {
|
|
22566
|
+
/**
|
|
22567
|
+
* Maximum number of reactions to return. One upstream page holds 100.
|
|
22568
|
+
* Range: minimum 1, maximum 100.
|
|
22569
|
+
* Default: 100.
|
|
22570
|
+
*/
|
|
22571
|
+
limit?: number;
|
|
22572
|
+
/**
|
|
22573
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Prefer sources whose typical response time (median over the trailing 30 days, as published on this endpoint's lane health) is under this many milliseconds; among those, the cheapest serves. This can raise your price: when the cheapest source misses the target, a faster and dearer one serves, and you are quoted and charged its price. If no source is that fast the request is still served, by whichever source offers the best speed for its price - it is never refused for being slow. Sources we have not timed are tried last. This is a preference, not a guarantee: the median describes past requests and is not a ceiling on this one, and it excludes any wait this request itself asks for. On a paginated walk it applies to the first page only: later pages stay with the source that page chose, at the price it was quoted.
|
|
22574
|
+
* Range: minimum 1.
|
|
22575
|
+
*/
|
|
22576
|
+
preferLatencyUnderMs?: number;
|
|
22577
|
+
/**
|
|
22578
|
+
* Full URL of the LinkedIn member profile whose reactions to list, for example https://www.linkedin.com/in/williamhgates.
|
|
22579
|
+
*/
|
|
22580
|
+
url: string;
|
|
22581
|
+
}
|
|
22582
|
+
interface LinkedinProfileReactionsItem {
|
|
22583
|
+
/**
|
|
22584
|
+
* LinkedIn's own display sentence for the reaction, for example "Bill Gates likes this" or "Ali Abdaal liked Tobi Odutola's comment on this". It is the only place the reaction kind appears on this endpoint, it names the member and sometimes a third party, and it distinguishes a reaction on the post from a reaction on a comment. It is free English text, not an enum: parse it only if you accept that LinkedIn may reword it. Populated whenever the provider has data for the entity.
|
|
22585
|
+
*/
|
|
22586
|
+
action: string;
|
|
22587
|
+
/**
|
|
22588
|
+
* The member who reacted - the profile that was asked about. Populated whenever the provider has data for the entity.
|
|
22589
|
+
* Present whenever the upstream returns this record.
|
|
22590
|
+
*/
|
|
22591
|
+
actor?: {
|
|
22592
|
+
/**
|
|
22593
|
+
* LinkedIn member identifier of the reactor.
|
|
22594
|
+
*/
|
|
22595
|
+
id?: string;
|
|
22596
|
+
/**
|
|
22597
|
+
* Profile picture URL of the reactor.
|
|
22598
|
+
* Format: uri.
|
|
22599
|
+
*/
|
|
22600
|
+
image?: string;
|
|
22601
|
+
/**
|
|
22602
|
+
* Canonical LinkedIn profile URL of the reactor. Populated whenever the provider has data for the entity.
|
|
22603
|
+
* Format: uri.
|
|
22604
|
+
* Present whenever the upstream returns this record.
|
|
22605
|
+
*/
|
|
22606
|
+
linkedinUrl?: string;
|
|
22607
|
+
};
|
|
22608
|
+
/**
|
|
22609
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
22610
|
+
* Present whenever the upstream returns this record.
|
|
22611
|
+
*/
|
|
22612
|
+
createdUtc?: number;
|
|
22613
|
+
/**
|
|
22614
|
+
* LinkedIn activity identifier of the reaction event itself. This is not the identifier of the post that was reacted to - that is post.id. Populated whenever the provider has data for the entity.
|
|
22615
|
+
*/
|
|
22616
|
+
id: string;
|
|
22617
|
+
/**
|
|
22618
|
+
* The post the member reacted to. Populated whenever the provider has data for the entity.
|
|
22619
|
+
* Present whenever the upstream returns this record.
|
|
22620
|
+
*/
|
|
22621
|
+
post?: {
|
|
22622
|
+
/**
|
|
22623
|
+
* Public author identity attached to the post. Populated whenever the provider has data for the entity.
|
|
22624
|
+
* Present whenever the upstream returns this record.
|
|
22625
|
+
*/
|
|
22626
|
+
author?: {
|
|
22627
|
+
/**
|
|
22628
|
+
* Public headline for a person, or the follower summary for a company. Populated whenever the provider has data for the entity.
|
|
22629
|
+
* Present whenever the upstream returns this record.
|
|
22630
|
+
*/
|
|
22631
|
+
headline?: string;
|
|
22632
|
+
/**
|
|
22633
|
+
* LinkedIn identifier for the author.
|
|
22634
|
+
*/
|
|
22635
|
+
id?: string;
|
|
22636
|
+
/**
|
|
22637
|
+
* Public profile or company image URL for the author.
|
|
22638
|
+
* Format: uri.
|
|
22639
|
+
*/
|
|
22640
|
+
image?: string;
|
|
22641
|
+
/**
|
|
22642
|
+
* Display name of the author. Populated whenever the provider has data for the entity.
|
|
22643
|
+
* Present whenever the upstream returns this record.
|
|
22644
|
+
*/
|
|
22645
|
+
name?: string;
|
|
22646
|
+
/**
|
|
22647
|
+
* Canonical LinkedIn profile or company URL for the author. Populated whenever the provider has data for the entity.
|
|
22648
|
+
* Format: uri.
|
|
22649
|
+
* Present whenever the upstream returns this record.
|
|
22650
|
+
*/
|
|
22651
|
+
profileUrl?: string;
|
|
22652
|
+
/**
|
|
22653
|
+
* LinkedIn public identifier (vanity slug) for the author, for example "williamhgates". Absent for company authors, which carry universalName instead.
|
|
22654
|
+
*/
|
|
22655
|
+
publicIdentifier?: string;
|
|
22656
|
+
/**
|
|
22657
|
+
* Author kind, such as profile or company.
|
|
22658
|
+
*/
|
|
22659
|
+
type?: string;
|
|
22660
|
+
/**
|
|
22661
|
+
* Universal LinkedIn name used for company authors, when present.
|
|
22662
|
+
*/
|
|
22663
|
+
universalName?: string;
|
|
22664
|
+
};
|
|
22665
|
+
/**
|
|
22666
|
+
* Public engagement totals attached to the post. Populated whenever the provider has data for the entity.
|
|
22667
|
+
* Present whenever the upstream returns this record.
|
|
22668
|
+
*/
|
|
22669
|
+
engagement?: {
|
|
22670
|
+
/**
|
|
22671
|
+
* Reaction counts on the post grouped by LinkedIn reaction type.
|
|
22672
|
+
*/
|
|
22673
|
+
breakdown?: LinkedinProfileReactionsBreakdown[];
|
|
22674
|
+
/**
|
|
22675
|
+
* Total comment count.
|
|
22676
|
+
* Range: minimum 0.
|
|
22677
|
+
*/
|
|
22678
|
+
comments?: number;
|
|
22679
|
+
/**
|
|
22680
|
+
* Total reaction count.
|
|
22681
|
+
* Range: minimum 0.
|
|
22682
|
+
*/
|
|
22683
|
+
reactions?: number;
|
|
22684
|
+
/**
|
|
22685
|
+
* Total repost or share count.
|
|
22686
|
+
* Range: minimum 0.
|
|
22687
|
+
*/
|
|
22688
|
+
reposts?: number;
|
|
22689
|
+
};
|
|
22690
|
+
/**
|
|
22691
|
+
* LinkedIn activity identifier of the post that was reacted to. Populated whenever the provider has data for the entity.
|
|
22692
|
+
* Present whenever the upstream returns this record.
|
|
22693
|
+
*/
|
|
22694
|
+
id?: string;
|
|
22695
|
+
/**
|
|
22696
|
+
* Unique identifier of the post this one reshares, when it is a reshare.
|
|
22697
|
+
*/
|
|
22698
|
+
repostId?: string;
|
|
22699
|
+
/**
|
|
22700
|
+
* Text content of the post. Empty string when the post carries no commentary of its own, such as a bare reshare or an image-only post. Populated whenever the provider has data for the entity.
|
|
22701
|
+
* Present whenever the upstream returns this record.
|
|
22702
|
+
*/
|
|
22703
|
+
text?: string;
|
|
22704
|
+
/**
|
|
22705
|
+
* Canonical LinkedIn URL of the post. Populated whenever the provider has data for the entity.
|
|
22706
|
+
* Format: uri.
|
|
22707
|
+
* Present whenever the upstream returns this record.
|
|
22708
|
+
*/
|
|
22709
|
+
url?: string;
|
|
22710
|
+
};
|
|
22711
|
+
/**
|
|
22712
|
+
* Canonical LinkedIn feed URL of the reaction event. Use post.url for the post itself. Populated whenever the provider has data for the entity.
|
|
22713
|
+
* Format: uri.
|
|
22714
|
+
* Present whenever the upstream returns this record.
|
|
22715
|
+
*/
|
|
22716
|
+
url?: string;
|
|
22717
|
+
[extra: string]: unknown;
|
|
22718
|
+
}
|
|
22719
|
+
interface LinkedinProfileReactionsBreakdown {
|
|
22720
|
+
/**
|
|
22721
|
+
* Number of reactions of this type.
|
|
22722
|
+
* Range: minimum 0.
|
|
22723
|
+
*/
|
|
22724
|
+
count: number;
|
|
22725
|
+
/**
|
|
22726
|
+
* LinkedIn reaction type.
|
|
22727
|
+
*/
|
|
22728
|
+
type: string;
|
|
22729
|
+
[extra: string]: unknown;
|
|
22730
|
+
}
|
|
22731
|
+
/**
|
|
22732
|
+
* The `data` payload of LinkedIn Profile Reactions (linkedin.profile_reactions).
|
|
22733
|
+
*/
|
|
22734
|
+
interface LinkedinProfileReactionsData {
|
|
22735
|
+
/**
|
|
22736
|
+
* Posts the member has reacted to, newest first. One record per reaction, carrying both the reaction itself and the post it was made on. Populated whenever the provider has data for the entity.
|
|
22737
|
+
*/
|
|
22738
|
+
items: LinkedinProfileReactionsItem[];
|
|
22739
|
+
}
|
|
22153
22740
|
/**
|
|
22154
22741
|
* Input for LinkedIn Profile (basic) (linkedin.profile_thin).
|
|
22155
22742
|
*/
|
|
@@ -22159,6 +22746,10 @@ interface LinkedinProfileThinInput {
|
|
|
22159
22746
|
* Range: minimum 1.
|
|
22160
22747
|
*/
|
|
22161
22748
|
preferLatencyUnderMs?: number;
|
|
22749
|
+
/**
|
|
22750
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `headline` or `recentPosts`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
22751
|
+
*/
|
|
22752
|
+
requireFields?: ("about" | "activityType" | "articles" | "avatarUrl" | "company" | "companyUrl" | "createdUtc" | "education" | "endDate" | "followers" | "headline" | "id" | "location" | "name" | "recentPosts" | "school" | "schoolUrl" | "startDate" | "text" | "url")[];
|
|
22162
22753
|
/**
|
|
22163
22754
|
* Full LinkedIn profile URL.
|
|
22164
22755
|
*/
|
|
@@ -22387,7 +22978,7 @@ interface LinkedinSearchPostsInput {
|
|
|
22387
22978
|
*/
|
|
22388
22979
|
query: string;
|
|
22389
22980
|
/**
|
|
22390
|
-
*
|
|
22981
|
+
* Deprecated. Every source for this search returns a nextCursor, so this changes nothing about the price or which source serves you; it stays accepted so callers that already send it keep working.
|
|
22391
22982
|
*/
|
|
22392
22983
|
requireCursor?: boolean;
|
|
22393
22984
|
}
|
|
@@ -23270,6 +23861,17 @@ declare class LinkedinNamespace {
|
|
|
23270
23861
|
* const res = await client.linkedin.email({ profileUrl: "https://www.linkedin.com/in/satyanadella" });
|
|
23271
23862
|
*/
|
|
23272
23863
|
email(input: LinkedinEmailInput, options?: RequestOptions): Promise<RunResult<LinkedinEmailData>>;
|
|
23864
|
+
/**
|
|
23865
|
+
* LinkedIn Job
|
|
23866
|
+
*
|
|
23867
|
+
* Fetch one LinkedIn job posting by URL: title, full description, location, salary when disclosed, applicant count, employment and workplace type, seniority, benefits, industries, apply links, posting and expiry dates, the hiring team, the applicant tracking system behind it, and the hiring company with its size, follower count, website and description.
|
|
23868
|
+
*
|
|
23869
|
+
* Price: $0.0015 per request.
|
|
23870
|
+
*
|
|
23871
|
+
* @example
|
|
23872
|
+
* const res = await client.linkedin.job({ url: "https://www.linkedin.com/jobs/view/4431721875/" });
|
|
23873
|
+
*/
|
|
23874
|
+
job(input: LinkedinJobInput, options?: RequestOptions): Promise<RunResult<LinkedinJobData>>;
|
|
23273
23875
|
/**
|
|
23274
23876
|
* LinkedIn Jobs
|
|
23275
23877
|
*
|
|
@@ -23347,6 +23949,17 @@ declare class LinkedinNamespace {
|
|
|
23347
23949
|
* const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/patrickcollison" });
|
|
23348
23950
|
*/
|
|
23349
23951
|
profile(input: LinkedinProfileInput, options?: RequestOptions): Promise<RunResult<LinkedinProfileData>>;
|
|
23952
|
+
/**
|
|
23953
|
+
* LinkedIn Profile Comments
|
|
23954
|
+
*
|
|
23955
|
+
* List the comments a LinkedIn member has left on other people's posts - the comment text, its permalink and timestamp, plus the post it was left on and that post's author and engagement.
|
|
23956
|
+
*
|
|
23957
|
+
* Price: $0.005 per request.
|
|
23958
|
+
*
|
|
23959
|
+
* @example
|
|
23960
|
+
* const res = await client.linkedin.profileComments({ url: "https://www.linkedin.com/in/jeffweiner08", limit: 10 });
|
|
23961
|
+
*/
|
|
23962
|
+
profileComments(input: LinkedinProfileCommentsInput, options?: RequestOptions): Promise<RunResult<LinkedinProfileCommentsData>>;
|
|
23350
23963
|
/**
|
|
23351
23964
|
* LinkedIn Profile Posts (full)
|
|
23352
23965
|
*
|
|
@@ -23369,6 +23982,17 @@ declare class LinkedinNamespace {
|
|
|
23369
23982
|
* const res = await client.linkedin.profilePostsThin({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
|
|
23370
23983
|
*/
|
|
23371
23984
|
profilePostsThin(input: LinkedinProfilePostsThinInput, options?: RequestOptions): Promise<RunResult<LinkedinProfilePostsThinData>>;
|
|
23985
|
+
/**
|
|
23986
|
+
* LinkedIn Profile Reactions
|
|
23987
|
+
*
|
|
23988
|
+
* List the posts a LinkedIn member has reacted to - the reaction, its timestamp, and the full post it was made on with author and engagement.
|
|
23989
|
+
*
|
|
23990
|
+
* Price: $0.005 per request.
|
|
23991
|
+
*
|
|
23992
|
+
* @example
|
|
23993
|
+
* const res = await client.linkedin.profileReactions({ url: "https://www.linkedin.com/in/williamhgates", limit: 10 });
|
|
23994
|
+
*/
|
|
23995
|
+
profileReactions(input: LinkedinProfileReactionsInput, options?: RequestOptions): Promise<RunResult<LinkedinProfileReactionsData>>;
|
|
23372
23996
|
/**
|
|
23373
23997
|
* LinkedIn Profile (basic)
|
|
23374
23998
|
*
|
|
@@ -23640,6 +24264,10 @@ interface MapsPlaceInput {
|
|
|
23640
24264
|
* The business name or search text to look up, as you would type it into the Google Maps search bar (e.g. Blue Bottle Coffee).
|
|
23641
24265
|
*/
|
|
23642
24266
|
query: string;
|
|
24267
|
+
/**
|
|
24268
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `hours` or `plusCode`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a place that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
24269
|
+
*/
|
|
24270
|
+
requireFields?: ("city" | "countryCode" | "hours" | "image" | "neighborhood" | "permanentlyClosed" | "phone" | "plusCode" | "postalCode" | "priceLevel" | "rating" | "reviewsCount" | "state" | "street" | "website")[];
|
|
23643
24271
|
/**
|
|
23644
24272
|
* Filter by whether the place lists a website: allPlaces (default), withWebsite (only if it has a website), or withoutWebsite (only if it has none). Omit this field, or send allPlaces, to stay on the cheapest price; withWebsite and withoutWebsite route to a dearer source.
|
|
23645
24273
|
* One of: allPlaces, withWebsite, withoutWebsite.
|
|
@@ -23773,6 +24401,10 @@ interface MapsReviewsInput {
|
|
|
23773
24401
|
* Range: minimum 1.
|
|
23774
24402
|
*/
|
|
23775
24403
|
preferLatencyUnderMs?: number;
|
|
24404
|
+
/**
|
|
24405
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isLocalGuide` or `placeId`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
24406
|
+
*/
|
|
24407
|
+
requireFields?: ("isLocalGuide" | "likes" | "origin" | "ownerResponse" | "ownerResponseAt" | "placeId" | "publishedAgo" | "rating" | "reviewerId" | "reviewerReviewsCount" | "text")[];
|
|
23776
24408
|
/**
|
|
23777
24409
|
* Only return reviews whose text contains this keyword or phrase (case-insensitive). Omit to return all reviews (e.g. parking).
|
|
23778
24410
|
*/
|
|
@@ -23895,6 +24527,10 @@ interface MapsSearchInput {
|
|
|
23895
24527
|
* What you would type in the Google Maps search bar (e.g. coffee shop).
|
|
23896
24528
|
*/
|
|
23897
24529
|
query: string;
|
|
24530
|
+
/**
|
|
24531
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `cid` or `street`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a place that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
24532
|
+
*/
|
|
24533
|
+
requireFields?: ("address" | "category" | "cid" | "city" | "countryCode" | "image" | "latitude" | "longitude" | "permanentlyClosed" | "phone" | "postalCode" | "priceLevel" | "rating" | "reviewCount" | "state" | "street" | "website")[];
|
|
23898
24534
|
/**
|
|
23899
24535
|
* Filter places by whether they list a website: allPlaces (default), withWebsite (only places that have a website), or withoutWebsite (only places without one). Omit this field, or send allPlaces, to stay on the cheapest price; withWebsite and withoutWebsite route to a dearer source.
|
|
23900
24536
|
* One of: allPlaces, withWebsite, withoutWebsite.
|
|
@@ -31292,6 +31928,10 @@ interface PlaystoreReviewsInput {
|
|
|
31292
31928
|
* Range: minimum 1.
|
|
31293
31929
|
*/
|
|
31294
31930
|
recentDays?: number;
|
|
31931
|
+
/**
|
|
31932
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `title` or `version`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
31933
|
+
*/
|
|
31934
|
+
requireFields?: ("helpfulVotes" | "title" | "version")[];
|
|
31295
31935
|
/**
|
|
31296
31936
|
* Review ordering: mostRelevant, newest, or rating (e.g. newest).
|
|
31297
31937
|
*/
|
|
@@ -31699,6 +32339,14 @@ interface RedditPostData {
|
|
|
31699
32339
|
* Preview image for the post, when Reddit generated one. Reddit signs this URL and it is time-limited, so fetch it promptly rather than storing it; the query string carries the signature and must be kept intact. Empty when the post has no preview image.
|
|
31700
32340
|
*/
|
|
31701
32341
|
image?: string;
|
|
32342
|
+
/**
|
|
32343
|
+
* True when Reddit has archived the thread, which blocks new comments and votes. Archiving is a per-community setting, so an old thread is not necessarily archived. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32344
|
+
*/
|
|
32345
|
+
isArchived?: boolean;
|
|
32346
|
+
/**
|
|
32347
|
+
* True when a moderator has locked the thread, which blocks new comments. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32348
|
+
*/
|
|
32349
|
+
isLocked?: boolean;
|
|
31702
32350
|
/**
|
|
31703
32351
|
* True when the post is marked NSFW (over 18).
|
|
31704
32352
|
*/
|
|
@@ -31966,6 +32614,10 @@ interface RedditSearchInput {
|
|
|
31966
32614
|
* Free-text search across all of Reddit. Reddit's field operators are supported inside the string: subreddit:<name> to scope to one subreddit, author:<user>, title:<text>, selftext:<text>, self:yes|no, nsfw:yes|no, and boolean AND/OR/NOT. To restrict to a single subreddit you can use subreddit:<name> here, or use the reddit.subreddit_posts SKU for a plain subreddit listing.
|
|
31967
32615
|
*/
|
|
31968
32616
|
query: string;
|
|
32617
|
+
/**
|
|
32618
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isArchived` or `media`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
32619
|
+
*/
|
|
32620
|
+
requireFields?: ("author" | "createdUtc" | "isArchived" | "isLocked" | "media" | "nextCursor" | "numComments" | "score" | "selftext")[];
|
|
31969
32621
|
/**
|
|
31970
32622
|
* Result sort order.
|
|
31971
32623
|
* One of: relevance, hot, top, new, comments.
|
|
@@ -31990,6 +32642,14 @@ interface RedditSearchPost {
|
|
|
31990
32642
|
* Reddit post ID (base-36, without the t3_ prefix). Populated whenever the provider has data for the entity.
|
|
31991
32643
|
*/
|
|
31992
32644
|
id: string;
|
|
32645
|
+
/**
|
|
32646
|
+
* True when Reddit has archived the thread, which blocks new comments and votes. Archiving is a per-community setting, so an old thread is not necessarily archived. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32647
|
+
*/
|
|
32648
|
+
isArchived?: boolean;
|
|
32649
|
+
/**
|
|
32650
|
+
* True when a moderator has locked the thread, which blocks new comments. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32651
|
+
*/
|
|
32652
|
+
isLocked?: boolean;
|
|
31993
32653
|
/**
|
|
31994
32654
|
* Photo, video, and GIF attachments on the post. Empty when the post has none.
|
|
31995
32655
|
*/
|
|
@@ -32065,6 +32725,10 @@ interface RedditSubredditDetailsInput {
|
|
|
32065
32725
|
* Range: minimum 1.
|
|
32066
32726
|
*/
|
|
32067
32727
|
preferLatencyUnderMs?: number;
|
|
32728
|
+
/**
|
|
32729
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `weeklyActiveUsers` or `advertiserCategory`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a subreddit that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
32730
|
+
*/
|
|
32731
|
+
requireFields?: ("advertiserCategory" | "weeklyActiveUsers")[];
|
|
32068
32732
|
/**
|
|
32069
32733
|
* Subreddit name without the r/ prefix. Case-sensitive (e.g. "AskReddit", not "askreddit").
|
|
32070
32734
|
*/
|
|
@@ -32075,9 +32739,9 @@ interface RedditSubredditDetailsInput {
|
|
|
32075
32739
|
*/
|
|
32076
32740
|
interface RedditSubredditDetailsData {
|
|
32077
32741
|
/**
|
|
32078
|
-
* Reddit advertiser category for the subreddit.
|
|
32742
|
+
* Reddit advertiser category for the subreddit, or null when the serving source does not publish it.
|
|
32079
32743
|
*/
|
|
32080
|
-
advertiserCategory: string;
|
|
32744
|
+
advertiserCategory: string | null;
|
|
32081
32745
|
/**
|
|
32082
32746
|
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
32083
32747
|
*/
|
|
@@ -32099,9 +32763,9 @@ interface RedditSubredditDetailsData {
|
|
|
32099
32763
|
*/
|
|
32100
32764
|
name: string;
|
|
32101
32765
|
/**
|
|
32102
|
-
* Number of users active in the past week.
|
|
32766
|
+
* Number of users active in the past week, or null when the serving source does not publish it.
|
|
32103
32767
|
*/
|
|
32104
|
-
weeklyActiveUsers: number;
|
|
32768
|
+
weeklyActiveUsers: number | null;
|
|
32105
32769
|
[extra: string]: unknown;
|
|
32106
32770
|
}
|
|
32107
32771
|
/**
|
|
@@ -32127,6 +32791,10 @@ interface RedditSubredditPostsInput {
|
|
|
32127
32791
|
* Range: minimum 1.
|
|
32128
32792
|
*/
|
|
32129
32793
|
preferLatencyUnderMs?: number;
|
|
32794
|
+
/**
|
|
32795
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isArchived` or `selftext`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
32796
|
+
*/
|
|
32797
|
+
requireFields?: ("isArchived" | "isLocked" | "nextCursor" | "numComments" | "score" | "selftext")[];
|
|
32130
32798
|
/**
|
|
32131
32799
|
* Listing sort order.
|
|
32132
32800
|
* One of: hot, new, top.
|
|
@@ -32156,6 +32824,14 @@ interface RedditSubredditPostsPost {
|
|
|
32156
32824
|
* Reddit post ID (base-36, without the t3_ prefix). Populated whenever the provider has data for the entity.
|
|
32157
32825
|
*/
|
|
32158
32826
|
id: string;
|
|
32827
|
+
/**
|
|
32828
|
+
* True when Reddit has archived the thread, which blocks new comments and votes. Archiving is a per-community setting, so an old thread is not necessarily archived. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32829
|
+
*/
|
|
32830
|
+
isArchived?: boolean;
|
|
32831
|
+
/**
|
|
32832
|
+
* True when a moderator has locked the thread, which blocks new comments. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32833
|
+
*/
|
|
32834
|
+
isLocked?: boolean;
|
|
32159
32835
|
/**
|
|
32160
32836
|
* Total number of comments on the post.
|
|
32161
32837
|
*/
|
|
@@ -32216,6 +32892,10 @@ interface RedditSubredditSearchInput {
|
|
|
32216
32892
|
* Optional search query to match posts (e.g. 'push ups').
|
|
32217
32893
|
*/
|
|
32218
32894
|
query?: string;
|
|
32895
|
+
/**
|
|
32896
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isArchived` or `selftext`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
32897
|
+
*/
|
|
32898
|
+
requireFields?: ("author" | "createdUtc" | "isArchived" | "isLocked" | "nextCursor" | "nsfw" | "numComments" | "score" | "selftext")[];
|
|
32219
32899
|
/**
|
|
32220
32900
|
* Optional sort order: relevance, hot, top, new, comments.
|
|
32221
32901
|
*/
|
|
@@ -32242,6 +32922,14 @@ interface RedditSubredditSearchPost {
|
|
|
32242
32922
|
* Reddit post ID (base-36, without the t3_ prefix). Populated whenever the provider has data for the entity.
|
|
32243
32923
|
*/
|
|
32244
32924
|
id: string;
|
|
32925
|
+
/**
|
|
32926
|
+
* True when Reddit has archived the thread, which blocks new comments and votes. Archiving is a per-community setting, so an old thread is not necessarily archived. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32927
|
+
*/
|
|
32928
|
+
isArchived?: boolean;
|
|
32929
|
+
/**
|
|
32930
|
+
* True when a moderator has locked the thread, which blocks new comments. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
32931
|
+
*/
|
|
32932
|
+
isLocked?: boolean;
|
|
32245
32933
|
/**
|
|
32246
32934
|
* Whether the post is marked NSFW (over 18).
|
|
32247
32935
|
*/
|
|
@@ -32322,6 +33010,14 @@ interface RedditTrendingPostsPost {
|
|
|
32322
33010
|
* Reddit post ID (base-36, without the t3_ prefix). Populated whenever the provider has data for the entity.
|
|
32323
33011
|
*/
|
|
32324
33012
|
id: string;
|
|
33013
|
+
/**
|
|
33014
|
+
* True when Reddit has archived the thread, which blocks new comments and votes. Archiving is a per-community setting, so an old thread is not necessarily archived. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
33015
|
+
*/
|
|
33016
|
+
isArchived?: boolean;
|
|
33017
|
+
/**
|
|
33018
|
+
* True when a moderator has locked the thread, which blocks new comments. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
33019
|
+
*/
|
|
33020
|
+
isLocked?: boolean;
|
|
32325
33021
|
/**
|
|
32326
33022
|
* Total number of comments on the post.
|
|
32327
33023
|
*/
|
|
@@ -32457,6 +33153,10 @@ interface RedditUserPostsInput {
|
|
|
32457
33153
|
* Range: minimum 1.
|
|
32458
33154
|
*/
|
|
32459
33155
|
preferLatencyUnderMs?: number;
|
|
33156
|
+
/**
|
|
33157
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isArchived` or `isLocked`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
33158
|
+
*/
|
|
33159
|
+
requireFields?: ("createdUtc" | "isArchived" | "isLocked" | "media" | "nextCursor" | "numComments" | "score" | "selftext")[];
|
|
32460
33160
|
/**
|
|
32461
33161
|
* Sort order for the user's posts. Defaults to new (most recent first).
|
|
32462
33162
|
* One of: new, top, hot, controversial.
|
|
@@ -32480,6 +33180,14 @@ interface RedditUserPostsPost {
|
|
|
32480
33180
|
* Reddit post ID (base-36, without the t3_ prefix). Populated whenever the provider has data for the entity.
|
|
32481
33181
|
*/
|
|
32482
33182
|
id: string;
|
|
33183
|
+
/**
|
|
33184
|
+
* True when Reddit has archived the thread, which blocks new comments and votes. Archiving is a per-community setting, so an old thread is not necessarily archived. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
33185
|
+
*/
|
|
33186
|
+
isArchived?: boolean;
|
|
33187
|
+
/**
|
|
33188
|
+
* True when a moderator has locked the thread, which blocks new comments. Absent when the source that served this request does not report it, which means unknown rather than false.
|
|
33189
|
+
*/
|
|
33190
|
+
isLocked?: boolean;
|
|
32483
33191
|
/**
|
|
32484
33192
|
* Photo, video, and GIF attachments on the post. Empty when the post has none.
|
|
32485
33193
|
*/
|
|
@@ -32571,7 +33279,7 @@ declare class RedditNamespace {
|
|
|
32571
33279
|
*
|
|
32572
33280
|
* List the top-level comments on a Reddit post by URL (author, body, score, timestamp).
|
|
32573
33281
|
*
|
|
32574
|
-
* Price: $0.
|
|
33282
|
+
* Price: $0.0009 per request.
|
|
32575
33283
|
*
|
|
32576
33284
|
* @example
|
|
32577
33285
|
* const res = await client.reddit.postComments({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
|
|
@@ -32611,7 +33319,7 @@ declare class RedditNamespace {
|
|
|
32611
33319
|
*
|
|
32612
33320
|
* Search Reddit posts across all subreddits by query.
|
|
32613
33321
|
*
|
|
32614
|
-
* Price: $0.
|
|
33322
|
+
* Price: $0.00045 per request.
|
|
32615
33323
|
*
|
|
32616
33324
|
* @example
|
|
32617
33325
|
* const res = await client.reddit.search({ query: "mechanical keyboard" });
|
|
@@ -32629,7 +33337,7 @@ declare class RedditNamespace {
|
|
|
32629
33337
|
*
|
|
32630
33338
|
* Fetch a subreddit's metadata (weekly active users, description, and category).
|
|
32631
33339
|
*
|
|
32632
|
-
* Price: $0.
|
|
33340
|
+
* Price: $0.00045 per request.
|
|
32633
33341
|
*
|
|
32634
33342
|
* @example
|
|
32635
33343
|
* const res = await client.reddit.subredditDetails({ subreddit: "programming" });
|
|
@@ -32640,7 +33348,7 @@ declare class RedditNamespace {
|
|
|
32640
33348
|
*
|
|
32641
33349
|
* Fetch posts from a subreddit listing (hot, new, or top).
|
|
32642
33350
|
*
|
|
32643
|
-
* Price: $0.
|
|
33351
|
+
* Price: $0.00045 per request.
|
|
32644
33352
|
*
|
|
32645
33353
|
* @example
|
|
32646
33354
|
* const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
|
|
@@ -32658,7 +33366,7 @@ declare class RedditNamespace {
|
|
|
32658
33366
|
*
|
|
32659
33367
|
* Search posts within a single subreddit by query, sort, and timeframe.
|
|
32660
33368
|
*
|
|
32661
|
-
* Price: $0.
|
|
33369
|
+
* Price: $0.00045 per request.
|
|
32662
33370
|
*
|
|
32663
33371
|
* @example
|
|
32664
33372
|
* const res = await client.reddit.subredditSearch({ subreddit: "Fitness", query: "push ups" });
|
|
@@ -32687,7 +33395,7 @@ declare class RedditNamespace {
|
|
|
32687
33395
|
*
|
|
32688
33396
|
* List a Reddit user's comments by username, sorted by new, top, hot, or controversial, with the parent post title and subreddit on every item and cursor pagination. Comment text comes back as a roughly 300-character preview rather than the full body, and this endpoint carries no per-comment permalink; use reddit.post_comments for full comment bodies and comment URLs on a given post.
|
|
32689
33397
|
*
|
|
32690
|
-
* Price: $0.
|
|
33398
|
+
* Price: $0.0009 per request.
|
|
32691
33399
|
*
|
|
32692
33400
|
* @example
|
|
32693
33401
|
* const res = await client.reddit.userComments({ username: "spez" });
|
|
@@ -32705,7 +33413,7 @@ declare class RedditNamespace {
|
|
|
32705
33413
|
*
|
|
32706
33414
|
* List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
|
|
32707
33415
|
*
|
|
32708
|
-
* Price: $0.
|
|
33416
|
+
* Price: $0.00045 per request.
|
|
32709
33417
|
*
|
|
32710
33418
|
* @example
|
|
32711
33419
|
* const res = await client.reddit.userPosts({ username: "spez" });
|
|
@@ -35889,7 +36597,12 @@ interface SubstackPostsInput {
|
|
|
35889
36597
|
*/
|
|
35890
36598
|
endDate?: string;
|
|
35891
36599
|
/**
|
|
35892
|
-
* Include
|
|
36600
|
+
* Include public comment threads and their direct replies on each post (e.g. true).
|
|
36601
|
+
* Default: false.
|
|
36602
|
+
*/
|
|
36603
|
+
includeComments?: boolean;
|
|
36604
|
+
/**
|
|
36605
|
+
* Include the full article body as text, HTML and Markdown. Set false for metadata only, which is faster (e.g. false).
|
|
35893
36606
|
* Default: true.
|
|
35894
36607
|
*/
|
|
35895
36608
|
includeContent?: boolean;
|
|
@@ -35898,6 +36611,26 @@ interface SubstackPostsInput {
|
|
|
35898
36611
|
* Range: minimum 1, maximum 100.
|
|
35899
36612
|
*/
|
|
35900
36613
|
limit?: number;
|
|
36614
|
+
/**
|
|
36615
|
+
* Maximum comments collected per post when 'includeComments' is true (0-500, default 20). Costs nothing extra (e.g. 50).
|
|
36616
|
+
* Range: minimum 0, maximum 500.
|
|
36617
|
+
*/
|
|
36618
|
+
maxComments?: number;
|
|
36619
|
+
/**
|
|
36620
|
+
* Only return posts with at least this many comments (e.g. 10).
|
|
36621
|
+
* Range: minimum 0.
|
|
36622
|
+
*/
|
|
36623
|
+
minComments?: number;
|
|
36624
|
+
/**
|
|
36625
|
+
* Only return posts with at least this many reactions (e.g. 100).
|
|
36626
|
+
* Range: minimum 0.
|
|
36627
|
+
*/
|
|
36628
|
+
minReactions?: number;
|
|
36629
|
+
/**
|
|
36630
|
+
* Only return posts with at least this many words, which filters out short notes and announcements (e.g. 1000).
|
|
36631
|
+
* Range: minimum 0.
|
|
36632
|
+
*/
|
|
36633
|
+
minWordCount?: number;
|
|
35901
36634
|
/**
|
|
35902
36635
|
* Return only free (non-paywalled) posts (e.g. true).
|
|
35903
36636
|
* Default: false.
|
|
@@ -35919,63 +36652,174 @@ interface SubstackPostsInput {
|
|
|
35919
36652
|
}
|
|
35920
36653
|
interface SubstackPostsItem {
|
|
35921
36654
|
/**
|
|
35922
|
-
*
|
|
36655
|
+
* Author bio as shown on their Substack profile.
|
|
36656
|
+
*/
|
|
36657
|
+
authorBio?: string;
|
|
36658
|
+
/**
|
|
36659
|
+
* Substack handle of the post author. Populated whenever the provider has data for the entity.
|
|
35923
36660
|
* Present whenever the upstream returns this record.
|
|
35924
36661
|
*/
|
|
35925
36662
|
authorHandle?: string;
|
|
36663
|
+
/**
|
|
36664
|
+
* Profile photo URL of the post author.
|
|
36665
|
+
* Format: uri.
|
|
36666
|
+
*/
|
|
36667
|
+
authorImage?: string;
|
|
35926
36668
|
/**
|
|
35927
36669
|
* Display name of the post author. Populated whenever the provider has data for the entity.
|
|
35928
36670
|
* Present whenever the upstream returns this record.
|
|
35929
36671
|
*/
|
|
35930
36672
|
authorName?: string;
|
|
35931
36673
|
/**
|
|
35932
|
-
*
|
|
36674
|
+
* Substack profile URL of the post author.
|
|
36675
|
+
* Format: uri.
|
|
36676
|
+
*/
|
|
36677
|
+
authorUrl?: string;
|
|
36678
|
+
/**
|
|
36679
|
+
* Number of top-level comments on the post.
|
|
35933
36680
|
*/
|
|
35934
36681
|
commentCount?: number;
|
|
36682
|
+
/**
|
|
36683
|
+
* Top-level comment threads on the post, each with its direct replies. Empty unless 'includeComments' is true. Replies nested more than one level deep are not returned.
|
|
36684
|
+
*/
|
|
36685
|
+
comments?: SubstackPostsComment[];
|
|
36686
|
+
/**
|
|
36687
|
+
* How much of the article body this record carries: 'full' for the whole article, 'preview_only' for the public excerpt of a paywalled post, 'metadata_only' when no body was requested or available, or 'failed' when extraction failed. Read this before trusting 'text', 'html', or 'markdown'. Populated whenever the provider has data for the entity.
|
|
36688
|
+
* Present whenever the upstream returns this record.
|
|
36689
|
+
*/
|
|
36690
|
+
contentStatus?: string;
|
|
35935
36691
|
/**
|
|
35936
36692
|
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
|
|
35937
36693
|
* Present whenever the upstream returns this record.
|
|
35938
36694
|
*/
|
|
35939
36695
|
createdUtc?: number;
|
|
35940
36696
|
/**
|
|
35941
|
-
*
|
|
35942
|
-
* Present whenever the upstream returns this record.
|
|
36697
|
+
* Short post description, usually the subtitle or an excerpt.
|
|
35943
36698
|
*/
|
|
35944
36699
|
description?: string;
|
|
35945
36700
|
/**
|
|
35946
|
-
*
|
|
35947
|
-
|
|
36701
|
+
* Whether the post carries a narrated audio version.
|
|
36702
|
+
*/
|
|
36703
|
+
hasVoiceover?: boolean;
|
|
36704
|
+
/**
|
|
36705
|
+
* Article body as HTML. Present when 'includeContent' is true and 'contentStatus' is 'full' or 'preview_only'.
|
|
36706
|
+
*/
|
|
36707
|
+
html?: string;
|
|
36708
|
+
/**
|
|
36709
|
+
* Cover image URL.
|
|
36710
|
+
* Format: uri.
|
|
35948
36711
|
*/
|
|
35949
36712
|
image?: string;
|
|
35950
36713
|
/**
|
|
35951
36714
|
* Whether the post is behind a paywall.
|
|
35952
36715
|
*/
|
|
35953
36716
|
isPaid?: boolean;
|
|
36717
|
+
/**
|
|
36718
|
+
* Two-letter language code of the post.
|
|
36719
|
+
*/
|
|
36720
|
+
language?: string;
|
|
36721
|
+
/**
|
|
36722
|
+
* Article body as Markdown. Present when 'includeContent' is true and 'contentStatus' is 'full' or 'preview_only'.
|
|
36723
|
+
*/
|
|
36724
|
+
markdown?: string;
|
|
36725
|
+
/**
|
|
36726
|
+
* Audio URL for a podcast post or a narrated voiceover, when the post has one.
|
|
36727
|
+
* Format: uri.
|
|
36728
|
+
*/
|
|
36729
|
+
podcastUrl?: string;
|
|
35954
36730
|
/**
|
|
35955
36731
|
* Substack post identifier. Populated whenever the provider has data for the entity.
|
|
35956
36732
|
* Present whenever the upstream returns this record.
|
|
35957
36733
|
*/
|
|
35958
36734
|
postId?: string;
|
|
35959
36735
|
/**
|
|
35960
|
-
* Post type (
|
|
36736
|
+
* Post type (newsletter, podcast, or thread). Populated whenever the provider has data for the entity.
|
|
35961
36737
|
* Present whenever the upstream returns this record.
|
|
35962
36738
|
*/
|
|
35963
36739
|
postType?: string;
|
|
35964
36740
|
/**
|
|
35965
|
-
*
|
|
36741
|
+
* The publication the post belongs to.
|
|
36742
|
+
*/
|
|
36743
|
+
publication?: {
|
|
36744
|
+
/**
|
|
36745
|
+
* Custom domain the publication is served on, when it has one.
|
|
36746
|
+
*/
|
|
36747
|
+
customDomain?: string;
|
|
36748
|
+
/**
|
|
36749
|
+
* Publication tagline or hero text.
|
|
36750
|
+
*/
|
|
36751
|
+
description?: string;
|
|
36752
|
+
/**
|
|
36753
|
+
* Substack publication identifier.
|
|
36754
|
+
*/
|
|
36755
|
+
id?: string;
|
|
36756
|
+
/**
|
|
36757
|
+
* Publication logo URL.
|
|
36758
|
+
* Format: uri.
|
|
36759
|
+
*/
|
|
36760
|
+
image?: string;
|
|
36761
|
+
/**
|
|
36762
|
+
* Two-letter language code of the publication.
|
|
36763
|
+
*/
|
|
36764
|
+
language?: string;
|
|
36765
|
+
/**
|
|
36766
|
+
* Publication name.
|
|
36767
|
+
*/
|
|
36768
|
+
name?: string;
|
|
36769
|
+
/**
|
|
36770
|
+
* Whether the publication sells paid subscriptions.
|
|
36771
|
+
*/
|
|
36772
|
+
paymentsEnabled?: boolean;
|
|
36773
|
+
/**
|
|
36774
|
+
* Publication subdomain on substack.com.
|
|
36775
|
+
*/
|
|
36776
|
+
subdomain?: string;
|
|
36777
|
+
/**
|
|
36778
|
+
* Subscriber count, when the publication publishes it.
|
|
36779
|
+
*/
|
|
36780
|
+
subscriberCount?: number;
|
|
36781
|
+
/**
|
|
36782
|
+
* Publication home URL.
|
|
36783
|
+
* Format: uri.
|
|
36784
|
+
*/
|
|
36785
|
+
url?: string;
|
|
36786
|
+
};
|
|
36787
|
+
/**
|
|
36788
|
+
* Number of reactions (likes) on the post.
|
|
35966
36789
|
*/
|
|
35967
36790
|
reactionCount?: number;
|
|
35968
36791
|
/**
|
|
35969
|
-
*
|
|
36792
|
+
* Number of replies to comments on the post.
|
|
36793
|
+
*/
|
|
36794
|
+
replyCount?: number;
|
|
36795
|
+
/**
|
|
36796
|
+
* Number of times the post was restacked.
|
|
36797
|
+
*/
|
|
36798
|
+
restackCount?: number;
|
|
36799
|
+
/**
|
|
36800
|
+
* Post slug, the last path segment of the post URL. Populated whenever the provider has data for the entity.
|
|
35970
36801
|
* Present whenever the upstream returns this record.
|
|
35971
36802
|
*/
|
|
36803
|
+
slug?: string;
|
|
36804
|
+
/**
|
|
36805
|
+
* Post subtitle or deck.
|
|
36806
|
+
*/
|
|
35972
36807
|
subtitle?: string;
|
|
36808
|
+
/**
|
|
36809
|
+
* Article body as plain text. Present when 'includeContent' is true and 'contentStatus' is 'full' or 'preview_only'.
|
|
36810
|
+
*/
|
|
36811
|
+
text?: string;
|
|
35973
36812
|
/**
|
|
35974
36813
|
* Post title. Populated whenever the provider has data for the entity.
|
|
35975
36814
|
*/
|
|
35976
36815
|
title: string;
|
|
36816
|
+
/**
|
|
36817
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
|
|
36818
|
+
*/
|
|
36819
|
+
updatedUtc?: number;
|
|
35977
36820
|
/**
|
|
35978
36821
|
* Canonical post URL. Populated whenever the provider has data for the entity.
|
|
36822
|
+
* Format: uri.
|
|
35979
36823
|
*/
|
|
35980
36824
|
url: string;
|
|
35981
36825
|
/**
|
|
@@ -35984,12 +36828,122 @@ interface SubstackPostsItem {
|
|
|
35984
36828
|
wordcount?: number;
|
|
35985
36829
|
[extra: string]: unknown;
|
|
35986
36830
|
}
|
|
36831
|
+
interface SubstackPostsComment {
|
|
36832
|
+
/**
|
|
36833
|
+
* Substack handle of the comment author.
|
|
36834
|
+
*/
|
|
36835
|
+
authorHandle?: string;
|
|
36836
|
+
/**
|
|
36837
|
+
* Profile photo URL of the comment author.
|
|
36838
|
+
* Format: uri.
|
|
36839
|
+
*/
|
|
36840
|
+
authorImage?: string;
|
|
36841
|
+
/**
|
|
36842
|
+
* Display name of the comment author.
|
|
36843
|
+
*/
|
|
36844
|
+
authorName?: string;
|
|
36845
|
+
/**
|
|
36846
|
+
* Substack profile URL of the comment author.
|
|
36847
|
+
* Format: uri.
|
|
36848
|
+
*/
|
|
36849
|
+
authorUrl?: string;
|
|
36850
|
+
/**
|
|
36851
|
+
* Substack comment identifier.
|
|
36852
|
+
*/
|
|
36853
|
+
commentId: string;
|
|
36854
|
+
/**
|
|
36855
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
|
|
36856
|
+
*/
|
|
36857
|
+
createdUtc?: number;
|
|
36858
|
+
/**
|
|
36859
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
|
|
36860
|
+
*/
|
|
36861
|
+
editedUtc?: number;
|
|
36862
|
+
/**
|
|
36863
|
+
* Whether the comment was written by the post author.
|
|
36864
|
+
*/
|
|
36865
|
+
isAuthor?: boolean;
|
|
36866
|
+
/**
|
|
36867
|
+
* Whether the comment is pinned by the publication.
|
|
36868
|
+
*/
|
|
36869
|
+
isPinned?: boolean;
|
|
36870
|
+
/**
|
|
36871
|
+
* Number of reactions on the comment.
|
|
36872
|
+
*/
|
|
36873
|
+
reactionCount?: number;
|
|
36874
|
+
/**
|
|
36875
|
+
* Direct replies to this comment.
|
|
36876
|
+
*/
|
|
36877
|
+
replies?: SubstackPostsReplie[];
|
|
36878
|
+
/**
|
|
36879
|
+
* Number of times the comment was restacked.
|
|
36880
|
+
*/
|
|
36881
|
+
restackCount?: number;
|
|
36882
|
+
/**
|
|
36883
|
+
* Comment body text.
|
|
36884
|
+
*/
|
|
36885
|
+
text?: string;
|
|
36886
|
+
[extra: string]: unknown;
|
|
36887
|
+
}
|
|
36888
|
+
interface SubstackPostsReplie {
|
|
36889
|
+
/**
|
|
36890
|
+
* Substack handle of the reply author.
|
|
36891
|
+
*/
|
|
36892
|
+
authorHandle?: string;
|
|
36893
|
+
/**
|
|
36894
|
+
* Profile photo URL of the reply author.
|
|
36895
|
+
* Format: uri.
|
|
36896
|
+
*/
|
|
36897
|
+
authorImage?: string;
|
|
36898
|
+
/**
|
|
36899
|
+
* Display name of the reply author.
|
|
36900
|
+
*/
|
|
36901
|
+
authorName?: string;
|
|
36902
|
+
/**
|
|
36903
|
+
* Substack profile URL of the reply author.
|
|
36904
|
+
* Format: uri.
|
|
36905
|
+
*/
|
|
36906
|
+
authorUrl?: string;
|
|
36907
|
+
/**
|
|
36908
|
+
* Substack comment identifier.
|
|
36909
|
+
*/
|
|
36910
|
+
commentId: string;
|
|
36911
|
+
/**
|
|
36912
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
|
|
36913
|
+
*/
|
|
36914
|
+
createdUtc?: number;
|
|
36915
|
+
/**
|
|
36916
|
+
* UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
|
|
36917
|
+
*/
|
|
36918
|
+
editedUtc?: number;
|
|
36919
|
+
/**
|
|
36920
|
+
* Whether the reply was written by the post author.
|
|
36921
|
+
*/
|
|
36922
|
+
isAuthor?: boolean;
|
|
36923
|
+
/**
|
|
36924
|
+
* Whether the reply is pinned by the publication.
|
|
36925
|
+
*/
|
|
36926
|
+
isPinned?: boolean;
|
|
36927
|
+
/**
|
|
36928
|
+
* Number of reactions on the reply.
|
|
36929
|
+
*/
|
|
36930
|
+
reactionCount?: number;
|
|
36931
|
+
/**
|
|
36932
|
+
* Number of times the reply was restacked.
|
|
36933
|
+
*/
|
|
36934
|
+
restackCount?: number;
|
|
36935
|
+
/**
|
|
36936
|
+
* Reply body text.
|
|
36937
|
+
*/
|
|
36938
|
+
text?: string;
|
|
36939
|
+
[extra: string]: unknown;
|
|
36940
|
+
}
|
|
35987
36941
|
/**
|
|
35988
36942
|
* The `data` payload of Substack Posts (substack.posts).
|
|
35989
36943
|
*/
|
|
35990
36944
|
interface SubstackPostsData {
|
|
35991
36945
|
/**
|
|
35992
|
-
* Post records: title, subtitle, URL, publish date, paywall status, word count, engagement (reactions, comments, restacks), author profile, publication
|
|
36946
|
+
* Post records: title, subtitle, URL, publish date, paywall status, word count, engagement (reactions, comments, restacks), author profile, publication details, the article body as text, HTML and Markdown, and comment threads when requested. Populated whenever the provider has data for the entity.
|
|
35993
36947
|
*/
|
|
35994
36948
|
items: SubstackPostsItem[];
|
|
35995
36949
|
}
|
|
@@ -36003,9 +36957,9 @@ declare class SubstackNamespace {
|
|
|
36003
36957
|
/**
|
|
36004
36958
|
* Substack Posts
|
|
36005
36959
|
*
|
|
36006
|
-
* Pull posts from any Substack publication by its URL, or pass a single post URL (…/p/slug) to fetch just that one article. Returns title, subtitle, publish date, paywall status, word count, engagement (reactions, comments, restacks), author profile,
|
|
36960
|
+
* Pull posts from any Substack publication by its URL, or pass a single post URL (…/p/slug) to fetch just that one article. Returns title, subtitle, publish date, paywall status, word count, engagement (reactions, comments, restacks), author profile, publication details, the full article body as text, HTML and Markdown, and optional comment threads.
|
|
36007
36961
|
*
|
|
36008
|
-
* Price: $0.
|
|
36962
|
+
* Price: $0.00039 per request plus $0.00044 per result (maximum $0.0444).
|
|
36009
36963
|
*
|
|
36010
36964
|
* @example
|
|
36011
36965
|
* const res = await client.substack.posts({ url: "https://www.astralcodexten.com", limit: 3 });
|
|
@@ -37058,9 +38012,13 @@ interface TiktokFollowingInput {
|
|
|
37058
38012
|
*/
|
|
37059
38013
|
preferLatencyUnderMs?: number;
|
|
37060
38014
|
/**
|
|
37061
|
-
* Set true if you intend to page through
|
|
38015
|
+
* Deprecated; send `requireFields: ["nextCursor"]` instead, which does exactly the same thing. Set true if you intend to page through results, so the request is only served by a source that can return a nextCursor. Omit it and routing is unchanged, with the cheapest source serving. This can raise your price: when the cheapest source cannot page, a source that can serves, and you are quoted and charged its price. It stays accepted so callers that already send it keep working.
|
|
37062
38016
|
*/
|
|
37063
38017
|
requireCursor?: boolean;
|
|
38018
|
+
/**
|
|
38019
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `nextCursor`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
38020
|
+
*/
|
|
38021
|
+
requireFields?: ("bio" | "followers" | "following" | "nextCursor" | "videos")[];
|
|
37064
38022
|
}
|
|
37065
38023
|
interface TiktokFollowingFollowing {
|
|
37066
38024
|
bio: string;
|
|
@@ -37325,6 +38283,10 @@ interface TiktokProfileContactInput {
|
|
|
37325
38283
|
* Range: minimum 1.
|
|
37326
38284
|
*/
|
|
37327
38285
|
preferLatencyUnderMs?: number;
|
|
38286
|
+
/**
|
|
38287
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `socialLinks` or `domain`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a profile that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
38288
|
+
*/
|
|
38289
|
+
requireFields?: ("avatarUrl" | "bio" | "displayName" | "domain" | "domainHealth" | "email" | "externalUrl" | "followers" | "following" | "likes" | "platform" | "primaryEmail" | "private" | "profileUrl" | "seller" | "socialLinks" | "sourceType" | "sourceUrl" | "url" | "userId" | "verified" | "videos")[];
|
|
37328
38290
|
}
|
|
37329
38291
|
interface TiktokProfileContactEmail {
|
|
37330
38292
|
/**
|
|
@@ -37597,7 +38559,7 @@ interface TiktokSearchKeywordInput {
|
|
|
37597
38559
|
*/
|
|
37598
38560
|
query: string;
|
|
37599
38561
|
/**
|
|
37600
|
-
*
|
|
38562
|
+
* Deprecated. Every source for this search returns a nextCursor, so this changes nothing about the price or which source serves you; it stays accepted so callers that already send it keep working.
|
|
37601
38563
|
*/
|
|
37602
38564
|
requireCursor?: boolean;
|
|
37603
38565
|
/**
|
|
@@ -38107,6 +39069,10 @@ interface TiktokTrendingHashtagsInput {
|
|
|
38107
39069
|
* Default: US.
|
|
38108
39070
|
*/
|
|
38109
39071
|
region?: "US" | "FR" | "DE" | "IT" | "ES" | "GB" | "AR" | "AU" | "BR" | "CA" | "CO" | "EG" | "ID" | "IL" | "JP" | "KR" | "MY" | "MX" | "PH" | "SA" | "SG" | "ZA" | "TW" | "TH" | "TR" | "AE" | "VN";
|
|
39072
|
+
/**
|
|
39073
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `industryIds`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a hashtag that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
39074
|
+
*/
|
|
39075
|
+
requireFields?: ("industryIds" | "topCreators")[];
|
|
38110
39076
|
}
|
|
38111
39077
|
interface TiktokTrendingHashtagsItem {
|
|
38112
39078
|
/**
|
|
@@ -38621,7 +39587,7 @@ declare class TiktokNamespace {
|
|
|
38621
39587
|
*
|
|
38622
39588
|
* Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
|
|
38623
39589
|
*
|
|
38624
|
-
* Price: $0.
|
|
39590
|
+
* Price: $0.0005 per request.
|
|
38625
39591
|
*
|
|
38626
39592
|
* @example
|
|
38627
39593
|
* const res = await client.tiktok.profile({ handle: "zachking" });
|
|
@@ -38817,7 +39783,7 @@ declare class TiktokNamespace {
|
|
|
38817
39783
|
*
|
|
38818
39784
|
* List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
|
|
38819
39785
|
*
|
|
38820
|
-
* Price: $0.
|
|
39786
|
+
* Price: $0.0008 per request.
|
|
38821
39787
|
*
|
|
38822
39788
|
* @example
|
|
38823
39789
|
* const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });
|
|
@@ -39965,6 +40931,10 @@ interface TripadvisorSearchInput {
|
|
|
39965
40931
|
* Destination or keyword to search for (e.g. Barcelona).
|
|
39966
40932
|
*/
|
|
39967
40933
|
query: string;
|
|
40934
|
+
/**
|
|
40935
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `phone` or `website`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a place that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
40936
|
+
*/
|
|
40937
|
+
requireFields?: ("address" | "category" | "city" | "country" | "email" | "hotelClass" | "id" | "image" | "latitude" | "longitude" | "phone" | "postalCode" | "priceLevel" | "priceRange" | "ranking" | "reviewCount" | "type" | "website")[];
|
|
39968
40938
|
}
|
|
39969
40939
|
interface TripadvisorSearchItem {
|
|
39970
40940
|
/**
|
|
@@ -40120,6 +41090,10 @@ interface TrustpilotReviewsInput {
|
|
|
40120
41090
|
* Range: minimum 1.
|
|
40121
41091
|
*/
|
|
40122
41092
|
preferLatencyUnderMs?: number;
|
|
41093
|
+
/**
|
|
41094
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `avatarUrl`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a review that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
41095
|
+
*/
|
|
41096
|
+
requireFields?: ("avatarUrl" | "rating" | "verified")[];
|
|
40123
41097
|
/**
|
|
40124
41098
|
* Review ordering: auto, relevancy, or recent (e.g. recent).
|
|
40125
41099
|
* Default: auto.
|
|
@@ -40773,7 +41747,7 @@ interface TwitterFollowingInput {
|
|
|
40773
41747
|
*/
|
|
40774
41748
|
cursor?: string;
|
|
40775
41749
|
/**
|
|
40776
|
-
* Per-page maximum number of followed accounts to return (default 200). A
|
|
41750
|
+
* Per-page maximum number of followed accounts to return (default 200). A limit larger than the native page still returns at most one native page; follow the response's nextCursor for more.
|
|
40777
41751
|
* Range: minimum 1, maximum 100000.
|
|
40778
41752
|
* Default: 200.
|
|
40779
41753
|
*/
|
|
@@ -40808,7 +41782,7 @@ interface TwitterFollowingItem {
|
|
|
40808
41782
|
/**
|
|
40809
41783
|
* The account's self-reported location (may be empty).
|
|
40810
41784
|
*/
|
|
40811
|
-
location
|
|
41785
|
+
location?: string;
|
|
40812
41786
|
/**
|
|
40813
41787
|
* The account's display name. Populated whenever the provider has data for the entity.
|
|
40814
41788
|
*/
|
|
@@ -40820,7 +41794,7 @@ interface TwitterFollowingItem {
|
|
|
40820
41794
|
/**
|
|
40821
41795
|
* Whether the account is verified.
|
|
40822
41796
|
*/
|
|
40823
|
-
verified
|
|
41797
|
+
verified?: boolean;
|
|
40824
41798
|
[extra: string]: unknown;
|
|
40825
41799
|
}
|
|
40826
41800
|
/**
|
|
@@ -41009,6 +41983,10 @@ interface TwitterSearchInput {
|
|
|
41009
41983
|
* Default: Latest.
|
|
41010
41984
|
*/
|
|
41011
41985
|
queryType?: string;
|
|
41986
|
+
/**
|
|
41987
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `nextCursor` or `media`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
41988
|
+
*/
|
|
41989
|
+
requireFields?: ("authorVerified" | "bookmarkCount" | "conversationId" | "isReply" | "lang" | "likeCount" | "media" | "nextCursor" | "quoteCount" | "replyCount" | "retweetCount" | "viewCount")[];
|
|
41012
41990
|
/**
|
|
41013
41991
|
* Set true to get up to limit results in one response instead of provider-native pages, served by a bulk provider when needed.
|
|
41014
41992
|
*/
|
|
@@ -41365,6 +42343,10 @@ interface TwitterTrendsInput {
|
|
|
41365
42343
|
* Range: minimum 1.
|
|
41366
42344
|
*/
|
|
41367
42345
|
preferLatencyUnderMs?: number;
|
|
42346
|
+
/**
|
|
42347
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `promoted`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a trend that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
42348
|
+
*/
|
|
42349
|
+
requireFields?: ("isHashtag" | "promoted")[];
|
|
41368
42350
|
}
|
|
41369
42351
|
interface TwitterTrendsItem {
|
|
41370
42352
|
/**
|
|
@@ -41420,6 +42402,10 @@ interface TwitterTweetInput {
|
|
|
41420
42402
|
* Range: minimum 1.
|
|
41421
42403
|
*/
|
|
41422
42404
|
preferLatencyUnderMs?: number;
|
|
42405
|
+
/**
|
|
42406
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `media` or `videoUrl`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a tweet that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
42407
|
+
*/
|
|
42408
|
+
requireFields?: ("bookmarks" | "height" | "likes" | "media" | "quotes" | "replies" | "retweets" | "type" | "url" | "videoUrl" | "views" | "width")[];
|
|
41423
42409
|
/**
|
|
41424
42410
|
* Canonical x.com or twitter.com status URL with a numeric tweet ID, including /i/web/status and media-share variants.
|
|
41425
42411
|
*/
|
|
@@ -41523,6 +42509,10 @@ interface TwitterUserPostsInput {
|
|
|
41523
42509
|
* Range: minimum 1.
|
|
41524
42510
|
*/
|
|
41525
42511
|
preferLatencyUnderMs?: number;
|
|
42512
|
+
/**
|
|
42513
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `isReply`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a tweet that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
42514
|
+
*/
|
|
42515
|
+
requireFields?: ("bookmarks" | "isPinned" | "isReply" | "lang" | "likes" | "media" | "nextCursor" | "quotes" | "replies" | "retweets" | "views")[];
|
|
41526
42516
|
}
|
|
41527
42517
|
interface TwitterUserPostsTweet {
|
|
41528
42518
|
/**
|
|
@@ -41639,6 +42629,10 @@ interface TwitterUserTweetsInput {
|
|
|
41639
42629
|
* Range: minimum 1.
|
|
41640
42630
|
*/
|
|
41641
42631
|
preferLatencyUnderMs?: number;
|
|
42632
|
+
/**
|
|
42633
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `nextCursor` or `media`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a post that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
42634
|
+
*/
|
|
42635
|
+
requireFields?: ("bookmarks" | "isPinned" | "isReply" | "lang" | "likes" | "media" | "nextCursor" | "quotes" | "replies" | "retweets" | "views")[];
|
|
41642
42636
|
/**
|
|
41643
42637
|
* Require a lane that can return the requested limit in one response.
|
|
41644
42638
|
*/
|
|
@@ -41769,9 +42763,9 @@ declare class TwitterNamespace {
|
|
|
41769
42763
|
/**
|
|
41770
42764
|
* X / Twitter Following
|
|
41771
42765
|
*
|
|
41772
|
-
* List the accounts a public X (Twitter) account follows by username with cursor pagination. Limit is a per-page maximum
|
|
42766
|
+
* List the accounts a public X (Twitter) account follows by username with cursor pagination. Limit is a per-page maximum; follow the response's nextCursor for more.
|
|
41773
42767
|
*
|
|
41774
|
-
* Price: $0.
|
|
42768
|
+
* Price: $0.0005 per request.
|
|
41775
42769
|
*
|
|
41776
42770
|
* @example
|
|
41777
42771
|
* const res = await client.twitter.following({ username: "nasa", limit: 200 });
|
|
@@ -42091,6 +43085,10 @@ interface WalmartProductInput {
|
|
|
42091
43085
|
* Range: minimum 1.
|
|
42092
43086
|
*/
|
|
42093
43087
|
preferLatencyUnderMs?: number;
|
|
43088
|
+
/**
|
|
43089
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `availability`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a product that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
43090
|
+
*/
|
|
43091
|
+
requireFields?: ("availability" | "brand" | "description" | "images" | "model" | "priceText" | "productId" | "rating" | "reviewsCount" | "sellerName" | "upc")[];
|
|
42094
43092
|
/**
|
|
42095
43093
|
* Walmart product page URL.
|
|
42096
43094
|
*/
|
|
@@ -43138,6 +44136,10 @@ interface YelpSearchInput {
|
|
|
43138
44136
|
* Search term or category to look for (e.g. sushi).
|
|
43139
44137
|
*/
|
|
43140
44138
|
query: string;
|
|
44139
|
+
/**
|
|
44140
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `is_closed` or `price`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a place that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge.
|
|
44141
|
+
*/
|
|
44142
|
+
requireFields?: ("address1" | "address2" | "address3" | "avg_rating" | "categories" | "city" | "country" | "dialable_phone" | "is_closed" | "latitude" | "localized_phone" | "localized_price" | "longitude" | "neighborhoods" | "phone" | "photo_count" | "price" | "review_count" | "state" | "unrounded_avg_rating" | "zip")[];
|
|
43141
44143
|
}
|
|
43142
44144
|
interface YelpSearchItem {
|
|
43143
44145
|
/**
|
|
@@ -43811,9 +44813,13 @@ interface YoutubeSearchInput {
|
|
|
43811
44813
|
*/
|
|
43812
44814
|
query: string;
|
|
43813
44815
|
/**
|
|
43814
|
-
* Set true if you intend to page through results
|
|
44816
|
+
* Deprecated; send `requireFields: ["nextCursor"]` instead, which does exactly the same thing. Set true if you intend to page through results, so the request is only served by a source that can return a nextCursor. Omit it and routing is unchanged, with the cheapest source serving. This can raise your price: when the cheapest source cannot page, a source that can serves, and you are quoted and charged its price. It stays accepted so callers that already send it keep working.
|
|
43815
44817
|
*/
|
|
43816
44818
|
requireCursor?: boolean;
|
|
44819
|
+
/**
|
|
44820
|
+
* Optional; omit it and routing is unchanged, with the cheapest source serving. Name the output fields this request must be able to return, for example `nextCursor`, and it is served only by a source that returns every one of them. Fields you do not name are still returned whenever the serving source has them. This can raise your price: when the cheapest source cannot return a named field, a dearer source serves, and you are quoted and charged its price. A named field can still be absent on a result that genuinely lacks it. Naming a combination that no single source returns together is refused as invalid input, with no charge. On a paginated walk it applies to the first page only; later pages stay with the source that page chose, at the price it was quoted.
|
|
44821
|
+
*/
|
|
44822
|
+
requireFields?: ("lengthText" | "nextCursor" | "views")[];
|
|
43817
44823
|
/**
|
|
43818
44824
|
* Sort order: "relevance" (default) or "popular" (most-viewed).
|
|
43819
44825
|
* One of: relevance, popular.
|
|
@@ -44339,7 +45345,7 @@ declare class YoutubeNamespace {
|
|
|
44339
45345
|
*
|
|
44340
45346
|
* Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
|
|
44341
45347
|
*
|
|
44342
|
-
* Price: $0.
|
|
45348
|
+
* Price: $0.0012 per request.
|
|
44343
45349
|
*
|
|
44344
45350
|
* @example
|
|
44345
45351
|
* const res = await client.youtube.channel({ handle: "@mkbhd" });
|
|
@@ -46303,6 +47309,11 @@ interface SkuMap {
|
|
|
46303
47309
|
data: LinkedinEmailData;
|
|
46304
47310
|
result: RunResult<LinkedinEmailData>;
|
|
46305
47311
|
};
|
|
47312
|
+
"linkedin.job": {
|
|
47313
|
+
input: LinkedinJobInput;
|
|
47314
|
+
data: LinkedinJobData;
|
|
47315
|
+
result: RunResult<LinkedinJobData>;
|
|
47316
|
+
};
|
|
46306
47317
|
"linkedin.jobs": {
|
|
46307
47318
|
input: LinkedinJobsInput;
|
|
46308
47319
|
data: LinkedinJobsData;
|
|
@@ -46338,6 +47349,11 @@ interface SkuMap {
|
|
|
46338
47349
|
data: LinkedinProfileData;
|
|
46339
47350
|
result: RunResult<LinkedinProfileData>;
|
|
46340
47351
|
};
|
|
47352
|
+
"linkedin.profile_comments": {
|
|
47353
|
+
input: LinkedinProfileCommentsInput;
|
|
47354
|
+
data: LinkedinProfileCommentsData;
|
|
47355
|
+
result: RunResult<LinkedinProfileCommentsData>;
|
|
47356
|
+
};
|
|
46341
47357
|
"linkedin.profile_posts_full": {
|
|
46342
47358
|
input: LinkedinProfilePostsFullInput;
|
|
46343
47359
|
data: LinkedinProfilePostsFullData;
|
|
@@ -46348,6 +47364,11 @@ interface SkuMap {
|
|
|
46348
47364
|
data: LinkedinProfilePostsThinData;
|
|
46349
47365
|
result: RunResult<LinkedinProfilePostsThinData>;
|
|
46350
47366
|
};
|
|
47367
|
+
"linkedin.profile_reactions": {
|
|
47368
|
+
input: LinkedinProfileReactionsInput;
|
|
47369
|
+
data: LinkedinProfileReactionsData;
|
|
47370
|
+
result: RunResult<LinkedinProfileReactionsData>;
|
|
47371
|
+
};
|
|
46351
47372
|
"linkedin.profile_thin": {
|
|
46352
47373
|
input: LinkedinProfileThinInput;
|
|
46353
47374
|
data: LinkedinProfileThinData;
|
|
@@ -47606,4 +48627,4 @@ declare class AnyAPI extends AnyAPI$1 {
|
|
|
47606
48627
|
get zillow(): ZillowNamespace;
|
|
47607
48628
|
}
|
|
47608
48629
|
|
|
47609
|
-
export { type AccountProfile, type AgentSignupOptions, type AgentSignupResult, type AhrefsBacklinksData, type AhrefsBacklinksInput, type AhrefsBacklinksItem, type AhrefsKeywordIdeasData, type AhrefsKeywordIdeasIdea, type AhrefsKeywordIdeasInput, type AhrefsKeywordIdeasItem, type AhrefsKeywordsData, type AhrefsKeywordsInput, type AhrefsKeywordsItem, AhrefsNamespace, type AhrefsOverviewData, type AhrefsOverviewInput, type AhrefsOverviewItem, AirbnbNamespace, type AirbnbSearchData, type AirbnbSearchInput, type AirbnbSearchItem, AlibabaNamespace, type AlibabaSearchData, type AlibabaSearchInput, type AlibabaSearchItem, type AmazonAsinsData, type AmazonAsinsInput, type AmazonAsinsItem, type AmazonBestsellersData, type AmazonBestsellersInput, type AmazonBestsellersItem, AmazonNamespace, type AmazonProductData, type AmazonProductInput, type AmazonProductItem, type AmazonReviewsData, type AmazonReviewsInput, type AmazonReviewsItem, type AmazonSearchData, type AmazonSearchInput, type AmazonSearchItem, AnyAPI, AnyAPIError, ApolloNamespace, type ApolloOrganizationData, type ApolloOrganizationEnrichData, type ApolloOrganizationEnrichInput, type ApolloOrganizationInput, type ApolloOrganizationJobsData, type ApolloOrganizationJobsInput, type ApolloOrganizationJobsJob, type ApolloOrganizationNewsArticle, type ApolloOrganizationNewsData, type ApolloOrganizationNewsInput, type ApolloOrganizationsBulkEnrichData, type ApolloOrganizationsBulkEnrichInput, type ApolloOrganizationsBulkEnrichOrganization, type ApolloOrganizationsSearchData, type ApolloOrganizationsSearchInput, type ApolloOrganizationsSearchOrganization, type ApolloPeopleSearchData, type ApolloPeopleSearchInput, type ApolloPeopleSearchPeople, type ApolloPersonEnrichData, type ApolloPersonEnrichEmploymentHistory, type ApolloPersonEnrichInput, AppstoreNamespace, type AppstoreReviewsData, type AppstoreReviewsInput, type AppstoreReviewsItem, AuthenticationError, BadRequestError, type BareRunResult, BlueskyNamespace, type BlueskyPostData, type BlueskyPostInput, type BlueskyProfileData, type BlueskyProfileInput, type BlueskyUserPostsData, type BlueskyUserPostsInput, type BlueskyUserPostsPost, BookingNamespace, type BookingSearchData, type BookingSearchInput, type BookingSearchItem, CapterraNamespace, type CapterraReviewsAlternativesConsidered, type CapterraReviewsData, type CapterraReviewsInput, type CapterraReviewsItem, type CapterraReviewsSwitchedFrom, type CatalogEntry, type CatalogOptions, type CatalogSearchResult, type CatalogSearchResults, ChatgptNamespace, type ChatgptSearchAd, type ChatgptSearchCitation, type ChatgptSearchData, type ChatgptSearchEntitie, type ChatgptSearchInput, type ChatgptSearchPlace, type ChatgptSearchSearchResult, type ChatgptSearchShoppingCard, type ClientCore, type ClientOptions, type CoinmarketcapListingsData, type CoinmarketcapListingsInput, type CoinmarketcapListingsItem, CoinmarketcapNamespace, type CompanyEnrichmentCrustdataV3Data, type CompanyEnrichmentCrustdataV3HeadcountTimeserie, type CompanyEnrichmentCrustdataV3Input, type CompanyEnrichmentCrustdataV3SicCode, type CompanyEnrichmentLushaData, type CompanyEnrichmentLushaInput, type CompanyEnrichmentLushaNaicsCode, type CompanyEnrichmentLushaOffice, type CompanyEnrichmentLushaSicCode, CompanyEnrichmentNamespace, type CompanyEnrichmentPeopledatalabsData, type CompanyEnrichmentPeopledatalabsInput, type CompanyEnrichmentPeopledatalabsNaicsCode, type CompanyEnrichmentPeopledatalabsSicCode, type CompanyEnrichmentProspeoData, type CompanyEnrichmentProspeoEvent, type CompanyEnrichmentProspeoInput, CompanyNamespace, type CompanyResearchData, type CompanyResearchInput, type CompanySearchAiArkCompanie, type CompanySearchAiArkData, type CompanySearchAiArkDiversityInvestment, type CompanySearchAiArkFundingRound, type CompanySearchAiArkInput, type CompanySearchAiArkLocation, type CompanySearchAiArkSpotlight, type CompanySearchAiArkTechnologie, type CompanySearchCrustdataV3Companie, type CompanySearchCrustdataV3Data, type CompanySearchCrustdataV3Input, type CompanySearchCrustdataV3Sort, type CompanySearchFullenrichCompanie, type CompanySearchFullenrichCompanyId, type CompanySearchFullenrichData, type CompanySearchFullenrichDomain, type CompanySearchFullenrichFoundedYear, type CompanySearchFullenrichHeadcount, type CompanySearchFullenrichHeadquartersLocation, type CompanySearchFullenrichIndustrie, type CompanySearchFullenrichInput, type CompanySearchFullenrichKeyword, type CompanySearchFullenrichLinkedinUrl, type CompanySearchFullenrichName, type CompanySearchFullenrichOffice, type CompanySearchFullenrichSpecialtie, type CompanySearchFullenrichType, CompanySearchNamespace, type CompanySearchPeopledatalabsCompanie, type CompanySearchPeopledatalabsData, type CompanySearchPeopledatalabsInput, type CompanySearchPeopledatalabsNaicsCode, type CompanySearchPeopledatalabsSicCode, type CompanySearchProspeoCompanie, type CompanySearchProspeoData, type CompanySearchProspeoEvent, type CompanySearchProspeoInput, type CompanySearchQuickenrichCompanie, type CompanySearchQuickenrichData, type CompanySearchQuickenrichInput, type CompanySearchTheirstackCompanie, type CompanySearchTheirstackData, type CompanySearchTheirstackInput, type CompanySearchTheirstackTechnologiesFound, CongressNamespace, type CongressTradesData, type CongressTradesInput, type CongressTradesItem, ConnectionError, DexscreenerNamespace, type DexscreenerTokensData, type DexscreenerTokensInput, type DexscreenerTokensItem, type DiscoveryExecution, type DiscoveryExecutionMode, type DiscoveryLane, type DiscoveryLatency, type DiscoveryPricing, type DiscoverySource, DouyinNamespace, type DouyinProfileData, type DouyinProfileInput, type DouyinSearchVideosData, type DouyinSearchVideosInput, type DouyinSearchVideosVideo, type DouyinUserPostsData, type DouyinUserPostsInput, type DouyinUserPostsPost, type DouyinVideoCommentsComment, type DouyinVideoCommentsData, type DouyinVideoCommentsInput, type DouyinVideoData, type DouyinVideoInput, EbayNamespace, type EbayProductData, type EbayProductFullData, type EbayProductFullInput, type EbayProductFullItem, type EbayProductFullSpecification, type EbayProductInput, type EbayProductItem, type EbaySearchData, type EbaySearchInput, type EbaySearchItem, type EbaySoldListingsData, type EbaySoldListingsInput, type EbaySoldListingsItem, type EmailFindData, type EmailFindInput, type EmailFindItem, type EmailFindingDropleadsData, type EmailFindingDropleadsInput, type EmailFindingHunterCountData, type EmailFindingHunterCountInput, type EmailFindingHunterDomainData, type EmailFindingHunterDomainEmail, type EmailFindingHunterDomainInput, type EmailFindingHunterDomainSource, type EmailFindingIcypeasData, type EmailFindingIcypeasEmail, type EmailFindingIcypeasInput, EmailFindingNamespace, type EmailFindingQuickenrichData, type EmailFindingQuickenrichInput, type EmailFindingZerobounceData, type EmailFindingZerobounceDomainData, type EmailFindingZerobounceDomainInput, type EmailFindingZerobounceDomainOtherFormat, type EmailFindingZerobounceInput, EmailNamespace, type EmailVerificationAllegrowData, type EmailVerificationAllegrowInput, type EmailVerificationBouncebanData, type EmailVerificationBouncebanInput, type EmailVerificationIcypeasData, type EmailVerificationIcypeasInput, EmailVerificationNamespace, type EmailVerificationZerobounceActivityData, type EmailVerificationZerobounceActivityInput, type EmailVerificationZerobounceData, type EmailVerificationZerobounceInput, type EmailVerifyData, type EmailVerifyInput, type EmailVerifyItem, type FacebookAdDetailsData, type FacebookAdDetailsFullCreative, type FacebookAdDetailsFullData, type FacebookAdDetailsFullImage, type FacebookAdDetailsFullInput, type FacebookAdDetailsFullVideo, type FacebookAdDetailsInput, type FacebookAdDetailsMedia, type FacebookAdTranscriptData, type FacebookAdTranscriptInput, type FacebookAdsSearchAd, type FacebookAdsSearchData, type FacebookAdsSearchInput, type FacebookAdsSearchMedia, type FacebookCommentRepliesData, type FacebookCommentRepliesInput, type FacebookCommentRepliesReplie, type FacebookCompanyAdsAd, type FacebookCompanyAdsData, type FacebookCompanyAdsInput, type FacebookCompanyAdsMedia, type FacebookEventDetailsData, type FacebookEventDetailsInput, type FacebookEventsData, type FacebookEventsEvent, type FacebookEventsInput, type FacebookEventsSearchData, type FacebookEventsSearchEvent, type FacebookEventsSearchInput, type FacebookFollowersData, type FacebookFollowersInput, type FacebookFollowersItem, type FacebookGroupPostsData, type FacebookGroupPostsInput, type FacebookGroupPostsPost, type FacebookMarketplaceData, type FacebookMarketplaceInput, type FacebookMarketplaceItemData, type FacebookMarketplaceItemInput, type FacebookMarketplaceListing, type FacebookMarketplaceLocationSearchData, type FacebookMarketplaceLocationSearchInput, type FacebookMarketplaceLocationSearchLocation, FacebookNamespace, type FacebookPageContactData, type FacebookPageContactInput, type FacebookPageContactItem, type FacebookPhotosData, type FacebookPhotosInput, type FacebookPhotosPhoto, type FacebookPostCommentsComment, type FacebookPostCommentsData, type FacebookPostCommentsInput, type FacebookPostData, type FacebookPostInput, type FacebookPostTranscriptData, type FacebookPostTranscriptInput, type FacebookProfileData, type FacebookProfileEventsData, type FacebookProfileEventsEvent, type FacebookProfileEventsInput, type FacebookProfileInput, type FacebookProfilePostsData, type FacebookProfilePostsInput, type FacebookProfilePostsMedia, type FacebookProfilePostsPost, type FacebookProfileReelsData, type FacebookProfileReelsInput, type FacebookProfileReelsReel, type FacebookSearchCompaniesCompanie, type FacebookSearchCompaniesData, type FacebookSearchCompaniesInput, type FacebookSearchPagesData, type FacebookSearchPagesInput, type FacebookSearchPagesItem, type FacebookSearchPostsData, type FacebookSearchPostsInput, type FacebookSearchPostsItem, FiverrNamespace, type FiverrSearchData, type FiverrSearchInput, type FiverrSearchItem, type FlatPricingOffer, G2Namespace, type G2ReviewsData, type G2ReviewsInput, type G2ReviewsItem, GeminiNamespace, type GeminiSearchCitation, type GeminiSearchData, type GeminiSearchInput, GithubNamespace, type GithubRepositoryData, type GithubRepositoryInput, type GithubTrendingDevelopersData, type GithubTrendingDevelopersDeveloper, type GithubTrendingDevelopersInput, type GithubTrendingRepositoriesData, type GithubTrendingRepositoriesInput, type GithubTrendingRepositoriesRepo, type GithubUserActivityActivity, type GithubUserActivityData, type GithubUserActivityInput, type GithubUserContributionsData, type GithubUserContributionsDay, type GithubUserContributionsInput, type GithubUserData, type GithubUserFollowersData, type GithubUserFollowersFollower, type GithubUserFollowersInput, type GithubUserFollowingData, type GithubUserFollowingFollowing, type GithubUserFollowingInput, type GithubUserInput, type GithubUserPullRequestsData, type GithubUserPullRequestsInput, type GithubUserPullRequestsPullRequest, type GithubUserRepositoriesData, type GithubUserRepositoriesInput, type GithubUserRepositoriesRepo, type GlassdoorJobsData, type GlassdoorJobsInput, type GlassdoorJobsItem, GlassdoorNamespace, type GoogleAdsAdDetailsData, type GoogleAdsAdDetailsInput, type GoogleAdsAdDetailsVariation, type GoogleAdsAdvertiserSearchAdvertiser, type GoogleAdsAdvertiserSearchData, type GoogleAdsAdvertiserSearchInput, type GoogleAdsCompanyAdsAd, type GoogleAdsCompanyAdsData, type GoogleAdsCompanyAdsInput, GoogleAdsNamespace, type GoogleAdsSearchData, type GoogleAdsSearchInput, type GoogleAdsSearchItem, type GoogleAdsSearchVariation, type GoogleAiModeCitation, type GoogleAiModeData, type GoogleAiModeInput, type GoogleAiOverviewCitation, type GoogleAiOverviewData, type GoogleAiOverviewInput, type GoogleAutocompleteData, type GoogleAutocompleteInput, type GoogleAutocompleteSuggestion, GoogleFinanceNamespace, type GoogleFinanceQuoteData, type GoogleFinanceQuoteInput, type GoogleFinanceQuoteItem, type GoogleImagesData, type GoogleImagesInput, type GoogleImagesItem, type GoogleLensData, type GoogleLensInput, type GoogleLensResult, GoogleNamespace, type GoogleNewsData, type GoogleNewsInput, type GoogleNewsItem, type GooglePatentsData, type GooglePatentsInput, type GooglePatentsResult, type GoogleScholarData, type GoogleScholarInput, type GoogleScholarResult, type GoogleSearch100Data, type GoogleSearch100Input, type GoogleSearch100Result, type GoogleSearchData, type GoogleSearchInput, type GoogleSearchResult, GoogleShoppingNamespace, type GoogleShoppingSearchData, type GoogleShoppingSearchInput, type GoogleShoppingSearchItem, type GoogleVideosData, type GoogleVideosInput, type GoogleVideosResult, HackernewsNamespace, type HackernewsProfileData, type HackernewsProfileInput, type HackernewsSearchData, type HackernewsSearchInput, type HackernewsSearchResult, type HackernewsStoryCommentsComment, type HackernewsStoryCommentsData, type HackernewsStoryCommentsInput, type HackernewsStoryData, type HackernewsStoryInput, type HighlightField, type IndeedJobsData, type IndeedJobsInput, type IndeedJobsItem, IndeedNamespace, type InstagramAudioReelsData, type InstagramAudioReelsInput, type InstagramAudioReelsReel, type InstagramBasicProfileData, type InstagramBasicProfileInput, type InstagramCommentRepliesComment, type InstagramCommentRepliesData, type InstagramCommentRepliesInput, type InstagramEmbedData, type InstagramEmbedInput, type InstagramFollowersData, type InstagramFollowersInput, type InstagramFollowersItem, type InstagramFollowingData, type InstagramFollowingInput, type InstagramFollowingItem, type InstagramHashtagAnalyticsData, type InstagramHashtagAnalyticsInput, type InstagramHashtagAnalyticsItem, type InstagramHashtagRecentPostsData, type InstagramHashtagRecentPostsInput, type InstagramHashtagRecentPostsMedia, type InstagramHashtagRecentPostsPost, type InstagramHashtagTopPostsData, type InstagramHashtagTopPostsInput, type InstagramHashtagTopPostsMedia, type InstagramHashtagTopPostsPost, type InstagramHighlightDetailData, type InstagramHighlightDetailInput, type InstagramLocationPostsCoauthor, type InstagramLocationPostsData, type InstagramLocationPostsInput, type InstagramLocationPostsPost, type InstagramLocationPostsTaggedUser, type InstagramMediaTranscriptData, type InstagramMediaTranscriptInput, type InstagramMediaTranscriptTranscript, InstagramNamespace, type InstagramPostCommentsComment, type InstagramPostCommentsData, type InstagramPostCommentsInput, type InstagramPostData, type InstagramPostInput, type InstagramPostLikersData, type InstagramPostLikersInput, type InstagramPostLikersLiker, type InstagramProfileBioLink, type InstagramProfileContactData, type InstagramProfileContactInput, type InstagramProfileData, type InstagramProfileInput, type InstagramReelTranscriptData, type InstagramReelTranscriptInput, type InstagramReelTranscriptItem, type InstagramReelTranscriptSegment, type InstagramReelsSearchData, type InstagramReelsSearchInput, type InstagramReelsSearchReel, type InstagramSearchData, type InstagramSearchHashtagData, type InstagramSearchHashtagInput, type InstagramSearchHashtagPost, type InstagramSearchInput, type InstagramSearchItem, type InstagramSearchLocationsData, type InstagramSearchLocationsInput, type InstagramSearchLocationsLocation, type InstagramSearchProfilesData, type InstagramSearchProfilesInput, type InstagramSearchProfilesProfile, type InstagramSimilarProfilesData, type InstagramSimilarProfilesInput, type InstagramSimilarProfilesProfile, type InstagramStoriesFullData, type InstagramStoriesFullInput, type InstagramStoriesFullItem, type InstagramStoriesThinData, type InstagramStoriesThinInput, type InstagramStoriesThinItem, type InstagramTaggedPostsData, type InstagramTaggedPostsInput, type InstagramTaggedPostsPost, type InstagramTrendingReelsData, type InstagramTrendingReelsInput, type InstagramTrendingReelsReel, type InstagramUserHighlightsData, type InstagramUserHighlightsHighlight, type InstagramUserHighlightsInput, type InstagramUserPostsData, type InstagramUserPostsInput, type InstagramUserPostsMedia, type InstagramUserPostsPost, type InstagramUserReelsData, type InstagramUserReelsInput, type InstagramUserReelsMedia, type InstagramUserReelsReel, type InstagramUserRepostsCoauthor, type InstagramUserRepostsData, type InstagramUserRepostsInput, type InstagramUserRepostsPost, type InstagramUserRepostsTaggedUser, InsufficientBalanceError, JobSearchNamespace, type JobSearchTheirstackData, type JobSearchTheirstackInput, type JobSearchTheirstackJob, type JobSearchTheirstackLocation, type LaneHealth, type LinearPricingOffer, type LinkedinAdData, type LinkedinAdInput, type LinkedinAdsData, type LinkedinAdsInput, type LinkedinAdsItem, type LinkedinAdsSearchAd, type LinkedinAdsSearchData, type LinkedinAdsSearchInput, type LinkedinArticleData, type LinkedinArticleInput, type LinkedinCompanyData, type LinkedinCompanyEmployeesData, type LinkedinCompanyEmployeesInput, type LinkedinCompanyEmployeesItem, type LinkedinCompanyInput, type LinkedinCompanyLocation, type LinkedinCompanyPostsContentAttribute, type LinkedinCompanyPostsData, type LinkedinCompanyPostsInput, type LinkedinCompanyPostsItem, type LinkedinCompanyPostsPostImage, type LinkedinCompanyPostsReaction, type LinkedinCompanyPostsThinData, type LinkedinCompanyPostsThinInput, type LinkedinCompanyPostsThinItem, type LinkedinCompanyThinData, type LinkedinCompanyThinInput, type LinkedinEmailData, type LinkedinEmailEmail, type LinkedinEmailInput, type LinkedinJobsData, type LinkedinJobsInput, type LinkedinJobsItem, type LinkedinJobsThinData, type LinkedinJobsThinInput, type LinkedinJobsThinItem, LinkedinNamespace, type LinkedinPostCommentsData, type LinkedinPostCommentsInput, type LinkedinPostCommentsItem, type LinkedinPostData, type LinkedinPostInput, type LinkedinPostReactionsData, type LinkedinPostReactionsInput, type LinkedinPostReactionsItem, type LinkedinPostTranscriptData, type LinkedinPostTranscriptInput, type LinkedinProfileCertification, type LinkedinProfileCurrentPosition, type LinkedinProfileData, type LinkedinProfileEducation, type LinkedinProfileExperience, type LinkedinProfileHonorsAndAward, type LinkedinProfileInput, type LinkedinProfilePostsFullBreakdown, type LinkedinProfilePostsFullContentAnnotation, type LinkedinProfilePostsFullData, type LinkedinProfilePostsFullImage, type LinkedinProfilePostsFullInput, type LinkedinProfilePostsFullItem, type LinkedinProfilePostsFullRepostImage, type LinkedinProfilePostsThinData, type LinkedinProfilePostsThinImage, type LinkedinProfilePostsThinInput, type LinkedinProfilePostsThinItem, type LinkedinProfilePublication, type LinkedinProfileThinArticle, type LinkedinProfileThinData, type LinkedinProfileThinEducation, type LinkedinProfileThinExperience, type LinkedinProfileThinInput, type LinkedinProfileThinRecentPost, type LinkedinSearchCompaniesData, type LinkedinSearchCompaniesInput, type LinkedinSearchCompaniesItem, type LinkedinSearchPostsData, type LinkedinSearchPostsFullBreakdown, type LinkedinSearchPostsFullData, type LinkedinSearchPostsFullInput, type LinkedinSearchPostsFullPollOption, type LinkedinSearchPostsFullPost, type LinkedinSearchPostsInput, type LinkedinSearchPostsPost, type LinkedinSearchProfilesCurrentPosition, type LinkedinSearchProfilesData, type LinkedinSearchProfilesEducation, type LinkedinSearchProfilesEmailCurrentPosition, type LinkedinSearchProfilesEmailData, type LinkedinSearchProfilesEmailEducation, type LinkedinSearchProfilesEmailEmail, type LinkedinSearchProfilesEmailExperience, type LinkedinSearchProfilesEmailInput, type LinkedinSearchProfilesEmailItem, type LinkedinSearchProfilesExperience, type LinkedinSearchProfilesInput, type LinkedinSearchProfilesItem, type LinkedinSearchProfilesThinData, type LinkedinSearchProfilesThinInput, type LinkedinSearchProfilesThinItem, type MapsContactsData, type MapsContactsInput, type MapsContactsItem, MapsNamespace, type MapsPlaceData, type MapsPlaceHour, type MapsPlaceInput, type MapsPlaceItem, type MapsReviewsData, type MapsReviewsInput, type MapsReviewsItem, type MapsSearchData, type MapsSearchInput, type MapsSearchItem, type MobilePhoneAiArkData, type MobilePhoneAiArkInput, type MobilePhoneLeadmagicData, type MobilePhoneLeadmagicInput, MobilePhoneNamespace, type NaverBlogSearchData, type NaverBlogSearchInput, type NaverBlogSearchItem, NaverNamespace, type NextdoorBusinessData, type NextdoorBusinessInput, type NextdoorBusinessItem, NextdoorNamespace, type NextdoorSearchData, type NextdoorSearchInput, type NextdoorSearchItem, NotFoundError, type Output, type Paginator, type PeopleSearchAiArkCompanyAcquisition, type PeopleSearchAiArkCompanyLocation, type PeopleSearchAiArkCompanyTechnologie, type PeopleSearchAiArkData, type PeopleSearchAiArkEducation, type PeopleSearchAiArkExperience, type PeopleSearchAiArkInput, type PeopleSearchAiArkPeople, type PeopleSearchAiArkPosition, type PeopleSearchAiArkSupportedLocale, type PeopleSearchCrustdataV3AllEmployer, type PeopleSearchCrustdataV3Certification, type PeopleSearchCrustdataV3CurrentEmployer, type PeopleSearchCrustdataV3Data, type PeopleSearchCrustdataV3Input, type PeopleSearchCrustdataV3PastEmployer, type PeopleSearchCrustdataV3Profile, type PeopleSearchFullenrichCurrentCompanyDomain, type PeopleSearchFullenrichCurrentCompanyFoundedYear, type PeopleSearchFullenrichCurrentCompanyHeadcount, type PeopleSearchFullenrichCurrentCompanyHeadquarter, type PeopleSearchFullenrichCurrentCompanyId, type PeopleSearchFullenrichCurrentCompanyIndustrie, type PeopleSearchFullenrichCurrentCompanyLinkedinUrl, type PeopleSearchFullenrichCurrentCompanyName, type PeopleSearchFullenrichCurrentCompanySpecialtie, type PeopleSearchFullenrichCurrentCompanyType, type PeopleSearchFullenrichCurrentPositionJobFunction, type PeopleSearchFullenrichCurrentPositionSeniorityLevel, type PeopleSearchFullenrichCurrentPositionSubFunction, type PeopleSearchFullenrichCurrentPositionTitle, type PeopleSearchFullenrichCurrentPositionYearsIn, type PeopleSearchFullenrichData, type PeopleSearchFullenrichEducation, type PeopleSearchFullenrichInput, type PeopleSearchFullenrichLanguage, type PeopleSearchFullenrichOffice, type PeopleSearchFullenrichPastCompanyDomain, type PeopleSearchFullenrichPastCompanyName, type PeopleSearchFullenrichPastPositionTitle, type PeopleSearchFullenrichPeople, type PeopleSearchFullenrichPersonId, type PeopleSearchFullenrichPersonLanguage, type PeopleSearchFullenrichPersonLinkedinUrl, type PeopleSearchFullenrichPersonLocation, type PeopleSearchFullenrichPersonName, type PeopleSearchFullenrichPersonSkill, type PeopleSearchLushaData, type PeopleSearchLushaInput, type PeopleSearchLushaPeople, PeopleSearchNamespace, type PeopleSearchPeopledatalabsData, type PeopleSearchPeopledatalabsEducation, type PeopleSearchPeopledatalabsEmail, type PeopleSearchPeopledatalabsExperience, type PeopleSearchPeopledatalabsInput, type PeopleSearchPeopledatalabsPeople, type PeopleSearchPeopledatalabsProfile, type PeopleSearchProspeoData, type PeopleSearchProspeoEvent, type PeopleSearchProspeoInput, type PeopleSearchProspeoJobHistory, type PeopleSearchProspeoPeople, type PeopleSearchQuickenrichCompanyData, type PeopleSearchQuickenrichCompanyInput, type PeopleSearchQuickenrichCompanyPeople, type PeopleSearchQuickenrichData, type PeopleSearchQuickenrichInput, type PeopleSearchQuickenrichPeople, PerplexityNamespace, type PerplexitySearchCitation, type PerplexitySearchData, type PerplexitySearchInput, type PersonEnrichmentBettercontactData, type PersonEnrichmentBettercontactInput, type PersonEnrichmentFullenrichBulkContact, type PersonEnrichmentFullenrichBulkData, type PersonEnrichmentFullenrichBulkEducation, type PersonEnrichmentFullenrichBulkEmploymentHistory, type PersonEnrichmentFullenrichBulkInput, type PersonEnrichmentFullenrichBulkLanguage, type PersonEnrichmentFullenrichBulkOffice, type PersonEnrichmentFullenrichBulkPersonalEmail, type PersonEnrichmentFullenrichBulkWorkEmail, type PersonEnrichmentFullenrichReverseEmailContact, type PersonEnrichmentFullenrichReverseEmailData, type PersonEnrichmentFullenrichReverseEmailEducation, type PersonEnrichmentFullenrichReverseEmailEmploymentHistory, type PersonEnrichmentFullenrichReverseEmailInput, type PersonEnrichmentFullenrichReverseEmailLanguage, type PersonEnrichmentFullenrichReverseEmailOffice, type PersonEnrichmentLushaData, type PersonEnrichmentLushaEmail, type PersonEnrichmentLushaInput, type PersonEnrichmentLushaNaicsCode, type PersonEnrichmentLushaPhone, type PersonEnrichmentLushaSicCode, PersonEnrichmentNamespace, type PersonEnrichmentPeopledatalabsData, type PersonEnrichmentPeopledatalabsEducation, type PersonEnrichmentPeopledatalabsEmail, type PersonEnrichmentPeopledatalabsExperience, type PersonEnrichmentPeopledatalabsInput, type PersonEnrichmentPeopledatalabsProfile, type PersonEnrichmentPeopledatalabsStreetAddresse, type PersonEnrichmentProspeoData, type PersonEnrichmentProspeoEvent, type PersonEnrichmentProspeoInput, type PersonEnrichmentProspeoJobHistory, type PersonEnrichmentQuickenrichData, type PersonEnrichmentQuickenrichInput, PersonNamespace, type PersonSkipTraceAssociate, type PersonSkipTraceData, type PersonSkipTraceInput, type PersonSkipTraceItem, type PersonSkipTracePreviousAddresse, type PersonSkipTraceRelative, PinterestNamespace, type PinterestSearchData, type PinterestSearchInput, type PinterestSearchItem, PlaystoreNamespace, type PlaystoreReviewsData, type PlaystoreReviewsInput, type PlaystoreReviewsItem, type PolymarketMarketsData, type PolymarketMarketsInput, type PolymarketMarketsItem, type PolymarketMarketsOutcome, PolymarketNamespace, type PricingOffer, RateLimitedError, RealtorNamespace, type RealtorSearchData, type RealtorSearchInput, type RealtorSearchItem, RedditNamespace, type RedditPostCommentsComment, type RedditPostCommentsData, type RedditPostCommentsInput, type RedditPostCommentsMedia, type RedditPostData, type RedditPostInput, type RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditProfileData, type RedditProfileInput, type RedditSearchData, type RedditSearchInput, type RedditSearchMedia, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, type RedditTrendingPostsData, type RedditTrendingPostsInput, type RedditTrendingPostsPost, type RedditUserCommentsComment, type RedditUserCommentsData, type RedditUserCommentsInput, type RedditUserPostsData, type RedditUserPostsInput, type RedditUserPostsMedia, type RedditUserPostsPost, RedfinNamespace, type RedfinSearchData, type RedfinSearchInput, type RedfinSearchItem, RednoteNamespace, type RednoteNoteCommentsComment, type RednoteNoteCommentsData, type RednoteNoteCommentsInput, type RednoteNoteData, type RednoteNoteInput, type RednoteProfileData, type RednoteProfileInput, type RednoteSearchData, type RednoteSearchInput, type RednoteSearchNote, type RednoteSearchUsersData, type RednoteSearchUsersInput, type RednoteSearchUsersUser, type RednoteUserNotesData, type RednoteUserNotesInput, type RednoteUserNotesNote, type RequestOptions, RequestPendingError, type RequestSnapshot, type RequestStatus, ResultNotFoundError, type RunResult, type SearchOptions, type SecFilingsData, type SecFilingsInput, type SecFilingsItem, SecNamespace, type SemrushKeywordsData, type SemrushKeywordsInput, type SemrushKeywordsItem, type SemrushKeywordsQuestion, type SemrushKeywordsRelatedKeyword, SemrushNamespace, type SemrushOverviewData, type SemrushOverviewInput, type SemrushOverviewItem, type SemrushOverviewTopKeyword, type SeoCompetitorsDomainCompetitor, type SeoCompetitorsDomainData, type SeoCompetitorsDomainInput, type SeoDomainIntersectionData, type SeoDomainIntersectionInput, type SeoDomainIntersectionKeyword, type SeoDomainRankOverviewData, type SeoDomainRankOverviewInput, type SeoDomainTechnologiesData, type SeoDomainTechnologiesInput, type SeoDomainsByTechnologyData, type SeoDomainsByTechnologyDomain, type SeoDomainsByTechnologyInput, type SeoKeywordDifficultyData, type SeoKeywordDifficultyDifficultie, type SeoKeywordDifficultyInput, type SeoKeywordIdeasData, type SeoKeywordIdeasIdea, type SeoKeywordIdeasInput, type SeoKeywordOverviewData, type SeoKeywordOverviewInput, type SeoKeywordOverviewKeyword, type SeoKeywordOverviewMonthlySearche, type SeoKeywordSuggestionsData, type SeoKeywordSuggestionsInput, type SeoKeywordSuggestionsSuggestion, type SeoLocalPackData, type SeoLocalPackInput, type SeoLocalPackPlace, SeoNamespace, type SeoRankedKeywordsData, type SeoRankedKeywordsInput, type SeoRankedKeywordsRankedKeyword, type SeoRelatedKeywordsData, type SeoRelatedKeywordsInput, type SeoRelatedKeywordsRelatedKeyword, type SeoSearchIntentData, type SeoSearchIntentInput, type SeoSearchIntentIntent, type SeoSearchVolumeData, type SeoSearchVolumeInput, type SeoSearchVolumeKeyword, type SeoSearchVolumeMonthlySearche, type SkuMap, SnapchatNamespace, type SnapchatProfileData, type SnapchatProfileInput, type SnapchatProfileItem, type SnapchatProfileStorie, type SocialFinderData, type SocialFinderInput, type SocialFinderItem, SocialNamespace, type SpotifyAlbumData, type SpotifyAlbumInput, type SpotifyAlbumTrack, type SpotifyArtistAlbum, type SpotifyArtistData, type SpotifyArtistInput, type SpotifyArtistTopTrack, SpotifyNamespace, type SpotifyPlayCountData, type SpotifyPlayCountInput, type SpotifyPlayCountItem, type SpotifyPodcastData, type SpotifyPodcastEpisodesData, type SpotifyPodcastEpisodesEpisode, type SpotifyPodcastEpisodesInput, type SpotifyPodcastInput, type SpotifySearchAlbum, type SpotifySearchArtist, type SpotifySearchData, type SpotifySearchInput, type SpotifySearchPodcast, type SpotifySearchTrack, type SpotifyTrackData, type SpotifyTrackInput, type StartOptions, SubstackNamespace, type SubstackPostsData, type SubstackPostsInput, type SubstackPostsItem, TechnographicsNamespace, type TechnographicsTheirstackData, type TechnographicsTheirstackInput, type TechnographicsTheirstackTechnologie, ThreadsNamespace, type ThreadsPostData, type ThreadsPostInput, type ThreadsProfileData, type ThreadsProfileInput, type ThreadsSearchData, type ThreadsSearchInput, type ThreadsSearchPost, type ThreadsSearchUsersData, type ThreadsSearchUsersInput, type ThreadsSearchUsersUser, type ThreadsUserPostsData, type ThreadsUserPostsInput, type ThreadsUserPostsPost, type TiktokAdLibraryAdData, type TiktokAdLibraryAdInput, type TiktokAdLibrarySearchAd, type TiktokAdLibrarySearchData, type TiktokAdLibrarySearchInput, type TiktokAdTransparencySearchAd, type TiktokAdTransparencySearchData, type TiktokAdTransparencySearchInput, type TiktokAudienceDemographicsAudienceLocation, type TiktokAudienceDemographicsData, type TiktokAudienceDemographicsInput, type TiktokCommentRepliesComment, type TiktokCommentRepliesData, type TiktokCommentRepliesInput, type TiktokFollowersData, type TiktokFollowersFollower, type TiktokFollowersInput, type TiktokFollowingData, type TiktokFollowingFollowing, type TiktokFollowingInput, type TiktokHashtagVideosData, type TiktokHashtagVideosInput, type TiktokHashtagVideosItem, type TiktokLiveData, type TiktokLiveInput, TiktokNamespace, type TiktokPhotosData, type TiktokPhotosImage, type TiktokPhotosInput, type TiktokProfileContactData, type TiktokProfileContactEmail, type TiktokProfileContactInput, type TiktokProfileContactSocialLink, type TiktokProfileData, type TiktokProfileInput, type TiktokProfileRegionData, type TiktokProfileRegionInput, type TiktokProfileVideosData, type TiktokProfileVideosInput, type TiktokProfileVideosVideo, type TiktokSearchHashtagData, type TiktokSearchHashtagInput, type TiktokSearchHashtagVideo, type TiktokSearchKeywordData, type TiktokSearchKeywordInput, type TiktokSearchKeywordVideo, type TiktokSearchTopData, type TiktokSearchTopInput, type TiktokSearchTopItem, type TiktokSearchUsersData, type TiktokSearchUsersInput, type TiktokSearchUsersUser, type TiktokShopCategoriesCategorie, type TiktokShopCategoriesChildren, type TiktokShopCategoriesData, type TiktokShopCategoriesInput, type TiktokShopCategoryProductsData, type TiktokShopCategoryProductsInput, type TiktokShopCategoryProductsItem, type TiktokShopCreatorAudienceAge, type TiktokShopCreatorAudienceGender, type TiktokShopCreatorAudienceLocation, type TiktokShopCreatorCategorie, type TiktokShopCreatorData, type TiktokShopCreatorInput, TiktokShopNamespace, type TiktokShopProductData, type TiktokShopProductFullData, type TiktokShopProductFullInput, type TiktokShopProductInput, type TiktokShopProductReviewsData, type TiktokShopProductReviewsInput, type TiktokShopProductReviewsReview, type TiktokShopSearchData, type TiktokShopSearchInput, type TiktokShopSearchItem, type TiktokShopSearchSuggestionsData, type TiktokShopSearchSuggestionsInput, type TiktokShopShopProductsData, type TiktokShopShopProductsInput, type TiktokShopShopProductsProduct, type TiktokShopUserShowcaseData, type TiktokShopUserShowcaseInput, type TiktokShopUserShowcaseProduct, type TiktokSongData, type TiktokSongInput, type TiktokSongVideosData, type TiktokSongVideosInput, type TiktokSongVideosVideo, type TiktokTopAdsSearchAd, type TiktokTopAdsSearchData, type TiktokTopAdsSearchInput, type TiktokTrendingFeedData, type TiktokTrendingFeedInput, type TiktokTrendingFeedVideo, type TiktokTrendingHashtagsData, type TiktokTrendingHashtagsInput, type TiktokTrendingHashtagsItem, type TiktokTrendingHashtagsPopularity, type TiktokTrendingHashtagsTopCreator, type TiktokVideoCommentsComment, type TiktokVideoCommentsData, type TiktokVideoCommentsInput, type TiktokVideoData, type TiktokVideoDownloadData, type TiktokVideoDownloadInput, type TiktokVideoInput, type TiktokVideoTranscriptData, type TiktokVideoTranscriptFullData, type TiktokVideoTranscriptFullInput, type TiktokVideoTranscriptFullSegment, type TiktokVideoTranscriptFullWord, type TiktokVideoTranscriptInput, TimeoutError, TripadvisorNamespace, type TripadvisorReviewsData, type TripadvisorReviewsInput, type TripadvisorReviewsItem, type TripadvisorSearchData, type TripadvisorSearchInput, type TripadvisorSearchItem, TrustpilotNamespace, type TrustpilotReviewsData, type TrustpilotReviewsInput, type TrustpilotReviewsItem, TruthsocialNamespace, type TruthsocialPostData, type TruthsocialPostInput, type TruthsocialProfileData, type TruthsocialProfileInput, type TruthsocialUserPostsData, type TruthsocialUserPostsInput, type TruthsocialUserPostsPost, type TwitterArticleContentBlock, type TwitterArticleData, type TwitterArticleEntitie, type TwitterArticleInlineStyle, type TwitterArticleInput, type TwitterCommunityData, type TwitterCommunityInput, type TwitterCommunityTweetsData, type TwitterCommunityTweetsInput, type TwitterCommunityTweetsTweet, type TwitterFollowersData, type TwitterFollowersInput, type TwitterFollowersItem, type TwitterFollowingData, type TwitterFollowingInput, type TwitterFollowingItem, TwitterNamespace, type TwitterProfileData, type TwitterProfileInput, type TwitterRepliesData, type TwitterRepliesInput, type TwitterRepliesItem, type TwitterRepliesMedia, type TwitterSearchCommunitiesCommunitie, type TwitterSearchCommunitiesData, type TwitterSearchCommunitiesInput, type TwitterSearchData, type TwitterSearchInput, type TwitterSearchItem, type TwitterSearchMedia, type TwitterSearchUsersData, type TwitterSearchUsersInput, type TwitterSearchUsersUser, type TwitterThreadData, type TwitterThreadInput, type TwitterThreadMedia, type TwitterThreadTweet, type TwitterTrendsData, type TwitterTrendsInput, type TwitterTrendsItem, type TwitterTweetData, type TwitterTweetInput, type TwitterTweetMedia, type TwitterTweetTranscriptData, type TwitterTweetTranscriptInput, type TwitterUserPostsData, type TwitterUserPostsInput, type TwitterUserPostsMedia, type TwitterUserPostsTweet, type TwitterUserTweetsData, type TwitterUserTweetsInput, type TwitterUserTweetsMedia, type TwitterUserTweetsTweet, UpstreamError, type UpworkJobsData, type UpworkJobsInput, type UpworkJobsItem, UpworkNamespace, WalmartNamespace, type WalmartProductData, type WalmartProductInput, type WalmartProductItem, type WebCrawlData, type WebCrawlInput, type WebCrawlItem, type WebMapData, type WebMapInput, type WebMapResult, WebNamespace, type WebScrapeData, type WebScrapeInput, type WebScreenshotData, type WebScreenshotInput, type WebScreenshotItem, type WeiboHotSearchData, type WeiboHotSearchInput, type WeiboHotSearchTopic, WeiboNamespace, type WeiboPostCommentsComment, type WeiboPostCommentsData, type WeiboPostCommentsInput, type WeiboPostData, type WeiboPostInput, type WeiboProfileData, type WeiboProfileInput, type WeiboSearchData, type WeiboSearchInput, type WeiboSearchPost, type WeiboUserPostsData, type WeiboUserPostsInput, type WeiboUserPostsPost, YahooFinanceNamespace, type YahooFinanceQuoteData, type YahooFinanceQuoteInput, type YahooFinanceQuoteItem, YelpNamespace, type YelpSearchCategorie, type YelpSearchData, type YelpSearchInput, type YelpSearchItem, type YoutubeChannelCommunityPostsData, type YoutubeChannelCommunityPostsInput, type YoutubeChannelCommunityPostsPost, type YoutubeChannelContactData, type YoutubeChannelContactInput, type YoutubeChannelData, type YoutubeChannelInput, type YoutubeChannelLivesData, type YoutubeChannelLivesInput, type YoutubeChannelLivesLive, type YoutubeChannelPlaylistsData, type YoutubeChannelPlaylistsInput, type YoutubeChannelPlaylistsPlaylist, type YoutubeChannelShortsData, type YoutubeChannelShortsInput, type YoutubeChannelShortsShort, type YoutubeChannelVideosData, type YoutubeChannelVideosInput, type YoutubeChannelVideosVideo, type YoutubeCommentRepliesComment, type YoutubeCommentRepliesData, type YoutubeCommentRepliesInput, type YoutubeCommunityPostData, type YoutubeCommunityPostInput, YoutubeNamespace, type YoutubePlaylistData, type YoutubePlaylistInput, type YoutubePlaylistVideo, type YoutubeSearchData, type YoutubeSearchHashtagData, type YoutubeSearchHashtagInput, type YoutubeSearchHashtagVideo, type YoutubeSearchInput, type YoutubeSearchShortsData, type YoutubeSearchShortsInput, type YoutubeSearchShortsShort, type YoutubeSearchVideo, type YoutubeTrendingShortsData, type YoutubeTrendingShortsInput, type YoutubeTrendingShortsShort, type YoutubeVideoCommentsComment, type YoutubeVideoCommentsData, type YoutubeVideoCommentsInput, type YoutubeVideoData, type YoutubeVideoInput, type YoutubeVideoSponsorsData, type YoutubeVideoSponsorsInput, type YoutubeVideoSponsorsSuspectedSponsor, type YoutubeVideoTranscriptData, type YoutubeVideoTranscriptFullData, type YoutubeVideoTranscriptFullInput, type YoutubeVideoTranscriptFullSegment, type YoutubeVideoTranscriptInput, type YoutubeVideoTranscriptSegment, type ZhihuAnswerData, type ZhihuAnswerInput, ZhihuNamespace, type ZhihuProfileData, type ZhihuProfileInput, type ZhihuQuestionAnswersAnswer, type ZhihuQuestionAnswersData, type ZhihuQuestionAnswersInput, type ZhihuQuestionData, type ZhihuQuestionInput, type ZhihuSearchArticlesArticle, type ZhihuSearchArticlesData, type ZhihuSearchArticlesInput, ZillowNamespace, type ZillowPropertyData, type ZillowPropertyInput, type ZillowPropertyItem, type ZillowSearchData, type ZillowSearchInput, type ZillowSearchItem, agentSignup, paginate, unwrap };
|
|
48630
|
+
export { type AccountProfile, type AgentSignupOptions, type AgentSignupResult, type AhrefsBacklinksData, type AhrefsBacklinksInput, type AhrefsBacklinksItem, type AhrefsKeywordIdeasData, type AhrefsKeywordIdeasIdea, type AhrefsKeywordIdeasInput, type AhrefsKeywordIdeasItem, type AhrefsKeywordsData, type AhrefsKeywordsInput, type AhrefsKeywordsItem, AhrefsNamespace, type AhrefsOverviewData, type AhrefsOverviewInput, type AhrefsOverviewItem, AirbnbNamespace, type AirbnbSearchData, type AirbnbSearchInput, type AirbnbSearchItem, AlibabaNamespace, type AlibabaSearchData, type AlibabaSearchInput, type AlibabaSearchItem, type AmazonAsinsData, type AmazonAsinsInput, type AmazonAsinsItem, type AmazonBestsellersData, type AmazonBestsellersInput, type AmazonBestsellersItem, AmazonNamespace, type AmazonProductData, type AmazonProductInput, type AmazonProductItem, type AmazonReviewsData, type AmazonReviewsInput, type AmazonReviewsItem, type AmazonSearchData, type AmazonSearchInput, type AmazonSearchItem, AnyAPI, AnyAPIError, ApolloNamespace, type ApolloOrganizationData, type ApolloOrganizationEnrichData, type ApolloOrganizationEnrichInput, type ApolloOrganizationInput, type ApolloOrganizationJobsData, type ApolloOrganizationJobsInput, type ApolloOrganizationJobsJob, type ApolloOrganizationNewsArticle, type ApolloOrganizationNewsData, type ApolloOrganizationNewsInput, type ApolloOrganizationsBulkEnrichData, type ApolloOrganizationsBulkEnrichInput, type ApolloOrganizationsBulkEnrichOrganization, type ApolloOrganizationsSearchData, type ApolloOrganizationsSearchInput, type ApolloOrganizationsSearchOrganization, type ApolloPeopleSearchData, type ApolloPeopleSearchInput, type ApolloPeopleSearchPeople, type ApolloPersonEnrichData, type ApolloPersonEnrichEmploymentHistory, type ApolloPersonEnrichInput, AppstoreNamespace, type AppstoreReviewsData, type AppstoreReviewsInput, type AppstoreReviewsItem, AuthenticationError, BadRequestError, type BareRunResult, BlueskyNamespace, type BlueskyPostData, type BlueskyPostInput, type BlueskyProfileData, type BlueskyProfileInput, type BlueskyUserPostsData, type BlueskyUserPostsInput, type BlueskyUserPostsPost, BookingNamespace, type BookingSearchData, type BookingSearchInput, type BookingSearchItem, CapterraNamespace, type CapterraReviewsAlternativesConsidered, type CapterraReviewsData, type CapterraReviewsInput, type CapterraReviewsItem, type CapterraReviewsSwitchedFrom, type CatalogEntry, type CatalogOptions, type CatalogSearchResult, type CatalogSearchResults, ChatgptNamespace, type ChatgptSearchAd, type ChatgptSearchCitation, type ChatgptSearchData, type ChatgptSearchEntitie, type ChatgptSearchInput, type ChatgptSearchPlace, type ChatgptSearchSearchResult, type ChatgptSearchShoppingCard, type ClientCore, type ClientOptions, type CoinmarketcapListingsData, type CoinmarketcapListingsInput, type CoinmarketcapListingsItem, CoinmarketcapNamespace, type CompanyEnrichmentCrustdataV3Data, type CompanyEnrichmentCrustdataV3HeadcountTimeserie, type CompanyEnrichmentCrustdataV3Input, type CompanyEnrichmentCrustdataV3SicCode, type CompanyEnrichmentLushaData, type CompanyEnrichmentLushaInput, type CompanyEnrichmentLushaNaicsCode, type CompanyEnrichmentLushaOffice, type CompanyEnrichmentLushaSicCode, CompanyEnrichmentNamespace, type CompanyEnrichmentPeopledatalabsData, type CompanyEnrichmentPeopledatalabsInput, type CompanyEnrichmentPeopledatalabsNaicsCode, type CompanyEnrichmentPeopledatalabsSicCode, type CompanyEnrichmentProspeoData, type CompanyEnrichmentProspeoEvent, type CompanyEnrichmentProspeoInput, CompanyNamespace, type CompanyResearchData, type CompanyResearchInput, type CompanySearchAiArkCompanie, type CompanySearchAiArkData, type CompanySearchAiArkDiversityInvestment, type CompanySearchAiArkFundingRound, type CompanySearchAiArkInput, type CompanySearchAiArkLocation, type CompanySearchAiArkSpotlight, type CompanySearchAiArkTechnologie, type CompanySearchCrustdataV3Companie, type CompanySearchCrustdataV3Data, type CompanySearchCrustdataV3Input, type CompanySearchCrustdataV3Sort, type CompanySearchFullenrichCompanie, type CompanySearchFullenrichCompanyId, type CompanySearchFullenrichData, type CompanySearchFullenrichDomain, type CompanySearchFullenrichFoundedYear, type CompanySearchFullenrichHeadcount, type CompanySearchFullenrichHeadquartersLocation, type CompanySearchFullenrichIndustrie, type CompanySearchFullenrichInput, type CompanySearchFullenrichKeyword, type CompanySearchFullenrichLinkedinUrl, type CompanySearchFullenrichName, type CompanySearchFullenrichOffice, type CompanySearchFullenrichSpecialtie, type CompanySearchFullenrichType, CompanySearchNamespace, type CompanySearchPeopledatalabsCompanie, type CompanySearchPeopledatalabsData, type CompanySearchPeopledatalabsInput, type CompanySearchPeopledatalabsNaicsCode, type CompanySearchPeopledatalabsSicCode, type CompanySearchProspeoCompanie, type CompanySearchProspeoData, type CompanySearchProspeoEvent, type CompanySearchProspeoInput, type CompanySearchQuickenrichCompanie, type CompanySearchQuickenrichData, type CompanySearchQuickenrichInput, type CompanySearchTheirstackCompanie, type CompanySearchTheirstackData, type CompanySearchTheirstackInput, type CompanySearchTheirstackTechnologiesFound, CongressNamespace, type CongressTradesData, type CongressTradesInput, type CongressTradesItem, ConnectionError, DexscreenerNamespace, type DexscreenerTokensData, type DexscreenerTokensInput, type DexscreenerTokensItem, type DiscoveryExecution, type DiscoveryExecutionMode, type DiscoveryLane, type DiscoveryLatency, type DiscoveryPricing, type DiscoverySource, DouyinNamespace, type DouyinProfileData, type DouyinProfileInput, type DouyinSearchVideosData, type DouyinSearchVideosInput, type DouyinSearchVideosVideo, type DouyinUserPostsData, type DouyinUserPostsInput, type DouyinUserPostsPost, type DouyinVideoCommentsComment, type DouyinVideoCommentsData, type DouyinVideoCommentsInput, type DouyinVideoData, type DouyinVideoInput, EbayNamespace, type EbayProductData, type EbayProductFullData, type EbayProductFullInput, type EbayProductFullItem, type EbayProductFullSpecification, type EbayProductInput, type EbayProductItem, type EbaySearchData, type EbaySearchInput, type EbaySearchItem, type EbaySoldListingsData, type EbaySoldListingsInput, type EbaySoldListingsItem, type EmailFindData, type EmailFindInput, type EmailFindItem, type EmailFindingDropleadsData, type EmailFindingDropleadsInput, type EmailFindingHunterCountData, type EmailFindingHunterCountInput, type EmailFindingHunterDomainData, type EmailFindingHunterDomainEmail, type EmailFindingHunterDomainInput, type EmailFindingHunterDomainSource, type EmailFindingIcypeasData, type EmailFindingIcypeasEmail, type EmailFindingIcypeasInput, EmailFindingNamespace, type EmailFindingQuickenrichData, type EmailFindingQuickenrichInput, type EmailFindingZerobounceData, type EmailFindingZerobounceDomainData, type EmailFindingZerobounceDomainInput, type EmailFindingZerobounceDomainOtherFormat, type EmailFindingZerobounceInput, EmailNamespace, type EmailVerificationAllegrowData, type EmailVerificationAllegrowInput, type EmailVerificationBouncebanData, type EmailVerificationBouncebanInput, type EmailVerificationIcypeasData, type EmailVerificationIcypeasInput, EmailVerificationNamespace, type EmailVerificationZerobounceActivityData, type EmailVerificationZerobounceActivityInput, type EmailVerificationZerobounceData, type EmailVerificationZerobounceInput, type EmailVerifyData, type EmailVerifyInput, type EmailVerifyItem, type FacebookAdDetailsData, type FacebookAdDetailsFullCreative, type FacebookAdDetailsFullData, type FacebookAdDetailsFullImage, type FacebookAdDetailsFullInput, type FacebookAdDetailsFullVideo, type FacebookAdDetailsInput, type FacebookAdDetailsMedia, type FacebookAdTranscriptData, type FacebookAdTranscriptInput, type FacebookAdsSearchAd, type FacebookAdsSearchData, type FacebookAdsSearchInput, type FacebookAdsSearchMedia, type FacebookCommentRepliesData, type FacebookCommentRepliesInput, type FacebookCommentRepliesReplie, type FacebookCompanyAdsAd, type FacebookCompanyAdsData, type FacebookCompanyAdsInput, type FacebookCompanyAdsMedia, type FacebookEventDetailsData, type FacebookEventDetailsInput, type FacebookEventsData, type FacebookEventsEvent, type FacebookEventsInput, type FacebookEventsSearchData, type FacebookEventsSearchEvent, type FacebookEventsSearchInput, type FacebookFollowersData, type FacebookFollowersInput, type FacebookFollowersItem, type FacebookGroupPostsData, type FacebookGroupPostsInput, type FacebookGroupPostsPost, type FacebookMarketplaceData, type FacebookMarketplaceInput, type FacebookMarketplaceItemData, type FacebookMarketplaceItemInput, type FacebookMarketplaceListing, type FacebookMarketplaceLocationSearchData, type FacebookMarketplaceLocationSearchInput, type FacebookMarketplaceLocationSearchLocation, FacebookNamespace, type FacebookPageContactData, type FacebookPageContactInput, type FacebookPageContactItem, type FacebookPhotosData, type FacebookPhotosInput, type FacebookPhotosPhoto, type FacebookPostCommentsComment, type FacebookPostCommentsData, type FacebookPostCommentsInput, type FacebookPostData, type FacebookPostInput, type FacebookPostTranscriptData, type FacebookPostTranscriptInput, type FacebookProfileData, type FacebookProfileEventsData, type FacebookProfileEventsEvent, type FacebookProfileEventsInput, type FacebookProfileInput, type FacebookProfilePostsData, type FacebookProfilePostsInput, type FacebookProfilePostsMedia, type FacebookProfilePostsPost, type FacebookProfileReelsData, type FacebookProfileReelsInput, type FacebookProfileReelsReel, type FacebookSearchCompaniesCompanie, type FacebookSearchCompaniesData, type FacebookSearchCompaniesInput, type FacebookSearchPagesData, type FacebookSearchPagesInput, type FacebookSearchPagesItem, type FacebookSearchPostsData, type FacebookSearchPostsInput, type FacebookSearchPostsItem, FiverrNamespace, type FiverrSearchData, type FiverrSearchInput, type FiverrSearchItem, type FlatPricingOffer, G2Namespace, type G2ReviewsData, type G2ReviewsInput, type G2ReviewsItem, GeminiNamespace, type GeminiSearchCitation, type GeminiSearchData, type GeminiSearchInput, GithubNamespace, type GithubRepositoryData, type GithubRepositoryInput, type GithubTrendingDevelopersData, type GithubTrendingDevelopersDeveloper, type GithubTrendingDevelopersInput, type GithubTrendingRepositoriesData, type GithubTrendingRepositoriesInput, type GithubTrendingRepositoriesRepo, type GithubUserActivityActivity, type GithubUserActivityData, type GithubUserActivityInput, type GithubUserContributionsData, type GithubUserContributionsDay, type GithubUserContributionsInput, type GithubUserData, type GithubUserFollowersData, type GithubUserFollowersFollower, type GithubUserFollowersInput, type GithubUserFollowingData, type GithubUserFollowingFollowing, type GithubUserFollowingInput, type GithubUserInput, type GithubUserPullRequestsData, type GithubUserPullRequestsInput, type GithubUserPullRequestsPullRequest, type GithubUserRepositoriesData, type GithubUserRepositoriesInput, type GithubUserRepositoriesRepo, type GlassdoorJobsData, type GlassdoorJobsInput, type GlassdoorJobsItem, GlassdoorNamespace, type GoogleAdsAdDetailsData, type GoogleAdsAdDetailsInput, type GoogleAdsAdDetailsVariation, type GoogleAdsAdvertiserSearchAdvertiser, type GoogleAdsAdvertiserSearchData, type GoogleAdsAdvertiserSearchInput, type GoogleAdsCompanyAdsAd, type GoogleAdsCompanyAdsData, type GoogleAdsCompanyAdsInput, GoogleAdsNamespace, type GoogleAdsSearchData, type GoogleAdsSearchInput, type GoogleAdsSearchItem, type GoogleAdsSearchVariation, type GoogleAiModeCitation, type GoogleAiModeData, type GoogleAiModeInput, type GoogleAiOverviewCitation, type GoogleAiOverviewData, type GoogleAiOverviewInput, type GoogleAutocompleteData, type GoogleAutocompleteInput, type GoogleAutocompleteSuggestion, GoogleFinanceNamespace, type GoogleFinanceQuoteData, type GoogleFinanceQuoteInput, type GoogleFinanceQuoteItem, type GoogleImagesData, type GoogleImagesInput, type GoogleImagesItem, type GoogleLensData, type GoogleLensInput, type GoogleLensResult, GoogleNamespace, type GoogleNewsData, type GoogleNewsInput, type GoogleNewsItem, type GooglePatentsData, type GooglePatentsInput, type GooglePatentsResult, type GoogleScholarData, type GoogleScholarInput, type GoogleScholarResult, type GoogleSearch100Data, type GoogleSearch100Input, type GoogleSearch100Result, type GoogleSearchData, type GoogleSearchInput, type GoogleSearchResult, GoogleShoppingNamespace, type GoogleShoppingSearchData, type GoogleShoppingSearchInput, type GoogleShoppingSearchItem, type GoogleVideosData, type GoogleVideosInput, type GoogleVideosResult, HackernewsNamespace, type HackernewsProfileData, type HackernewsProfileInput, type HackernewsSearchData, type HackernewsSearchInput, type HackernewsSearchResult, type HackernewsStoryCommentsComment, type HackernewsStoryCommentsData, type HackernewsStoryCommentsInput, type HackernewsStoryData, type HackernewsStoryInput, type HighlightField, type IndeedJobsData, type IndeedJobsInput, type IndeedJobsItem, IndeedNamespace, type InstagramAudioReelsData, type InstagramAudioReelsInput, type InstagramAudioReelsReel, type InstagramBasicProfileData, type InstagramBasicProfileInput, type InstagramCommentRepliesComment, type InstagramCommentRepliesData, type InstagramCommentRepliesInput, type InstagramEmbedData, type InstagramEmbedInput, type InstagramFollowersData, type InstagramFollowersInput, type InstagramFollowersItem, type InstagramFollowingData, type InstagramFollowingInput, type InstagramFollowingItem, type InstagramHashtagAnalyticsData, type InstagramHashtagAnalyticsInput, type InstagramHashtagAnalyticsItem, type InstagramHashtagRecentPostsData, type InstagramHashtagRecentPostsInput, type InstagramHashtagRecentPostsMedia, type InstagramHashtagRecentPostsPost, type InstagramHashtagTopPostsData, type InstagramHashtagTopPostsInput, type InstagramHashtagTopPostsMedia, type InstagramHashtagTopPostsPost, type InstagramHighlightDetailData, type InstagramHighlightDetailInput, type InstagramLocationPostsCoauthor, type InstagramLocationPostsData, type InstagramLocationPostsInput, type InstagramLocationPostsPost, type InstagramLocationPostsTaggedUser, type InstagramMediaTranscriptData, type InstagramMediaTranscriptInput, type InstagramMediaTranscriptTranscript, InstagramNamespace, type InstagramPostCommentsComment, type InstagramPostCommentsData, type InstagramPostCommentsInput, type InstagramPostData, type InstagramPostInput, type InstagramPostLikersData, type InstagramPostLikersInput, type InstagramPostLikersLiker, type InstagramProfileBioLink, type InstagramProfileContactData, type InstagramProfileContactInput, type InstagramProfileData, type InstagramProfileInput, type InstagramReelTranscriptData, type InstagramReelTranscriptInput, type InstagramReelTranscriptItem, type InstagramReelTranscriptSegment, type InstagramReelsSearchData, type InstagramReelsSearchInput, type InstagramReelsSearchReel, type InstagramSearchData, type InstagramSearchHashtagData, type InstagramSearchHashtagInput, type InstagramSearchHashtagPost, type InstagramSearchInput, type InstagramSearchItem, type InstagramSearchLocationsData, type InstagramSearchLocationsInput, type InstagramSearchLocationsLocation, type InstagramSearchProfilesData, type InstagramSearchProfilesInput, type InstagramSearchProfilesProfile, type InstagramSimilarProfilesData, type InstagramSimilarProfilesInput, type InstagramSimilarProfilesProfile, type InstagramStoriesFullData, type InstagramStoriesFullInput, type InstagramStoriesFullItem, type InstagramStoriesThinData, type InstagramStoriesThinInput, type InstagramStoriesThinItem, type InstagramTaggedPostsData, type InstagramTaggedPostsInput, type InstagramTaggedPostsPost, type InstagramTrendingReelsData, type InstagramTrendingReelsInput, type InstagramTrendingReelsReel, type InstagramUserHighlightsData, type InstagramUserHighlightsHighlight, type InstagramUserHighlightsInput, type InstagramUserPostsData, type InstagramUserPostsInput, type InstagramUserPostsMedia, type InstagramUserPostsPost, type InstagramUserReelsData, type InstagramUserReelsInput, type InstagramUserReelsMedia, type InstagramUserReelsReel, type InstagramUserRepostsCoauthor, type InstagramUserRepostsData, type InstagramUserRepostsInput, type InstagramUserRepostsPost, type InstagramUserRepostsTaggedUser, InsufficientBalanceError, JobSearchNamespace, type JobSearchTheirstackData, type JobSearchTheirstackInput, type JobSearchTheirstackJob, type JobSearchTheirstackLocation, type LaneHealth, type LinearPricingOffer, type LinkedinAdData, type LinkedinAdInput, type LinkedinAdsData, type LinkedinAdsInput, type LinkedinAdsItem, type LinkedinAdsSearchAd, type LinkedinAdsSearchData, type LinkedinAdsSearchInput, type LinkedinArticleData, type LinkedinArticleInput, type LinkedinCompanyData, type LinkedinCompanyEmployeesData, type LinkedinCompanyEmployeesInput, type LinkedinCompanyEmployeesItem, type LinkedinCompanyInput, type LinkedinCompanyLocation, type LinkedinCompanyPostsContentAttribute, type LinkedinCompanyPostsData, type LinkedinCompanyPostsInput, type LinkedinCompanyPostsItem, type LinkedinCompanyPostsPostImage, type LinkedinCompanyPostsReaction, type LinkedinCompanyPostsThinData, type LinkedinCompanyPostsThinInput, type LinkedinCompanyPostsThinItem, type LinkedinCompanyThinData, type LinkedinCompanyThinInput, type LinkedinEmailData, type LinkedinEmailEmail, type LinkedinEmailInput, type LinkedinJobData, type LinkedinJobHiringTeam, type LinkedinJobInput, type LinkedinJobsData, type LinkedinJobsInput, type LinkedinJobsItem, type LinkedinJobsThinData, type LinkedinJobsThinInput, type LinkedinJobsThinItem, LinkedinNamespace, type LinkedinPostCommentsData, type LinkedinPostCommentsInput, type LinkedinPostCommentsItem, type LinkedinPostData, type LinkedinPostInput, type LinkedinPostReactionsData, type LinkedinPostReactionsInput, type LinkedinPostReactionsItem, type LinkedinPostTranscriptData, type LinkedinPostTranscriptInput, type LinkedinProfileCertification, type LinkedinProfileCommentsData, type LinkedinProfileCommentsInput, type LinkedinProfileCommentsItem, type LinkedinProfileCurrentPosition, type LinkedinProfileData, type LinkedinProfileEducation, type LinkedinProfileExperience, type LinkedinProfileHonorsAndAward, type LinkedinProfileInput, type LinkedinProfilePostsFullBreakdown, type LinkedinProfilePostsFullContentAnnotation, type LinkedinProfilePostsFullData, type LinkedinProfilePostsFullImage, type LinkedinProfilePostsFullInput, type LinkedinProfilePostsFullItem, type LinkedinProfilePostsFullRepostImage, type LinkedinProfilePostsThinData, type LinkedinProfilePostsThinImage, type LinkedinProfilePostsThinInput, type LinkedinProfilePostsThinItem, type LinkedinProfilePublication, type LinkedinProfileReactionsBreakdown, type LinkedinProfileReactionsData, type LinkedinProfileReactionsInput, type LinkedinProfileReactionsItem, type LinkedinProfileThinArticle, type LinkedinProfileThinData, type LinkedinProfileThinEducation, type LinkedinProfileThinExperience, type LinkedinProfileThinInput, type LinkedinProfileThinRecentPost, type LinkedinSearchCompaniesData, type LinkedinSearchCompaniesInput, type LinkedinSearchCompaniesItem, type LinkedinSearchPostsData, type LinkedinSearchPostsFullBreakdown, type LinkedinSearchPostsFullData, type LinkedinSearchPostsFullInput, type LinkedinSearchPostsFullPollOption, type LinkedinSearchPostsFullPost, type LinkedinSearchPostsInput, type LinkedinSearchPostsPost, type LinkedinSearchProfilesCurrentPosition, type LinkedinSearchProfilesData, type LinkedinSearchProfilesEducation, type LinkedinSearchProfilesEmailCurrentPosition, type LinkedinSearchProfilesEmailData, type LinkedinSearchProfilesEmailEducation, type LinkedinSearchProfilesEmailEmail, type LinkedinSearchProfilesEmailExperience, type LinkedinSearchProfilesEmailInput, type LinkedinSearchProfilesEmailItem, type LinkedinSearchProfilesExperience, type LinkedinSearchProfilesInput, type LinkedinSearchProfilesItem, type LinkedinSearchProfilesThinData, type LinkedinSearchProfilesThinInput, type LinkedinSearchProfilesThinItem, type MapsContactsData, type MapsContactsInput, type MapsContactsItem, MapsNamespace, type MapsPlaceData, type MapsPlaceHour, type MapsPlaceInput, type MapsPlaceItem, type MapsReviewsData, type MapsReviewsInput, type MapsReviewsItem, type MapsSearchData, type MapsSearchInput, type MapsSearchItem, type MobilePhoneAiArkData, type MobilePhoneAiArkInput, type MobilePhoneLeadmagicData, type MobilePhoneLeadmagicInput, MobilePhoneNamespace, type NaverBlogSearchData, type NaverBlogSearchInput, type NaverBlogSearchItem, NaverNamespace, type NextdoorBusinessData, type NextdoorBusinessInput, type NextdoorBusinessItem, NextdoorNamespace, type NextdoorSearchData, type NextdoorSearchInput, type NextdoorSearchItem, NotFoundError, type Output, type Paginator, type PeopleSearchAiArkCompanyAcquisition, type PeopleSearchAiArkCompanyLocation, type PeopleSearchAiArkCompanyTechnologie, type PeopleSearchAiArkData, type PeopleSearchAiArkEducation, type PeopleSearchAiArkExperience, type PeopleSearchAiArkInput, type PeopleSearchAiArkPeople, type PeopleSearchAiArkPosition, type PeopleSearchAiArkSupportedLocale, type PeopleSearchCrustdataV3AllEmployer, type PeopleSearchCrustdataV3Certification, type PeopleSearchCrustdataV3CurrentEmployer, type PeopleSearchCrustdataV3Data, type PeopleSearchCrustdataV3Input, type PeopleSearchCrustdataV3PastEmployer, type PeopleSearchCrustdataV3Profile, type PeopleSearchFullenrichCurrentCompanyDomain, type PeopleSearchFullenrichCurrentCompanyFoundedYear, type PeopleSearchFullenrichCurrentCompanyHeadcount, type PeopleSearchFullenrichCurrentCompanyHeadquarter, type PeopleSearchFullenrichCurrentCompanyId, type PeopleSearchFullenrichCurrentCompanyIndustrie, type PeopleSearchFullenrichCurrentCompanyLinkedinUrl, type PeopleSearchFullenrichCurrentCompanyName, type PeopleSearchFullenrichCurrentCompanySpecialtie, type PeopleSearchFullenrichCurrentCompanyType, type PeopleSearchFullenrichCurrentPositionJobFunction, type PeopleSearchFullenrichCurrentPositionSeniorityLevel, type PeopleSearchFullenrichCurrentPositionSubFunction, type PeopleSearchFullenrichCurrentPositionTitle, type PeopleSearchFullenrichCurrentPositionYearsIn, type PeopleSearchFullenrichData, type PeopleSearchFullenrichEducation, type PeopleSearchFullenrichInput, type PeopleSearchFullenrichLanguage, type PeopleSearchFullenrichOffice, type PeopleSearchFullenrichPastCompanyDomain, type PeopleSearchFullenrichPastCompanyName, type PeopleSearchFullenrichPastPositionTitle, type PeopleSearchFullenrichPeople, type PeopleSearchFullenrichPersonId, type PeopleSearchFullenrichPersonLanguage, type PeopleSearchFullenrichPersonLinkedinUrl, type PeopleSearchFullenrichPersonLocation, type PeopleSearchFullenrichPersonName, type PeopleSearchFullenrichPersonSkill, type PeopleSearchLushaData, type PeopleSearchLushaInput, type PeopleSearchLushaPeople, PeopleSearchNamespace, type PeopleSearchPeopledatalabsData, type PeopleSearchPeopledatalabsEducation, type PeopleSearchPeopledatalabsEmail, type PeopleSearchPeopledatalabsExperience, type PeopleSearchPeopledatalabsInput, type PeopleSearchPeopledatalabsPeople, type PeopleSearchPeopledatalabsProfile, type PeopleSearchProspeoData, type PeopleSearchProspeoEvent, type PeopleSearchProspeoInput, type PeopleSearchProspeoJobHistory, type PeopleSearchProspeoPeople, type PeopleSearchQuickenrichCompanyData, type PeopleSearchQuickenrichCompanyInput, type PeopleSearchQuickenrichCompanyPeople, type PeopleSearchQuickenrichData, type PeopleSearchQuickenrichInput, type PeopleSearchQuickenrichPeople, PerplexityNamespace, type PerplexitySearchCitation, type PerplexitySearchData, type PerplexitySearchInput, type PersonEnrichmentBettercontactData, type PersonEnrichmentBettercontactInput, type PersonEnrichmentFullenrichBulkContact, type PersonEnrichmentFullenrichBulkData, type PersonEnrichmentFullenrichBulkEducation, type PersonEnrichmentFullenrichBulkEmploymentHistory, type PersonEnrichmentFullenrichBulkInput, type PersonEnrichmentFullenrichBulkLanguage, type PersonEnrichmentFullenrichBulkOffice, type PersonEnrichmentFullenrichBulkPersonalEmail, type PersonEnrichmentFullenrichBulkWorkEmail, type PersonEnrichmentFullenrichReverseEmailContact, type PersonEnrichmentFullenrichReverseEmailData, type PersonEnrichmentFullenrichReverseEmailEducation, type PersonEnrichmentFullenrichReverseEmailEmploymentHistory, type PersonEnrichmentFullenrichReverseEmailInput, type PersonEnrichmentFullenrichReverseEmailLanguage, type PersonEnrichmentFullenrichReverseEmailOffice, type PersonEnrichmentLushaData, type PersonEnrichmentLushaEmail, type PersonEnrichmentLushaInput, type PersonEnrichmentLushaNaicsCode, type PersonEnrichmentLushaPhone, type PersonEnrichmentLushaSicCode, PersonEnrichmentNamespace, type PersonEnrichmentPeopledatalabsData, type PersonEnrichmentPeopledatalabsEducation, type PersonEnrichmentPeopledatalabsEmail, type PersonEnrichmentPeopledatalabsExperience, type PersonEnrichmentPeopledatalabsInput, type PersonEnrichmentPeopledatalabsProfile, type PersonEnrichmentPeopledatalabsStreetAddresse, type PersonEnrichmentProspeoData, type PersonEnrichmentProspeoEvent, type PersonEnrichmentProspeoInput, type PersonEnrichmentProspeoJobHistory, type PersonEnrichmentQuickenrichData, type PersonEnrichmentQuickenrichInput, PersonNamespace, type PersonSkipTraceAssociate, type PersonSkipTraceData, type PersonSkipTraceInput, type PersonSkipTraceItem, type PersonSkipTracePreviousAddresse, type PersonSkipTraceRelative, PinterestNamespace, type PinterestSearchData, type PinterestSearchInput, type PinterestSearchItem, PlaystoreNamespace, type PlaystoreReviewsData, type PlaystoreReviewsInput, type PlaystoreReviewsItem, type PolymarketMarketsData, type PolymarketMarketsInput, type PolymarketMarketsItem, type PolymarketMarketsOutcome, PolymarketNamespace, type PricingOffer, RateLimitedError, RealtorNamespace, type RealtorSearchData, type RealtorSearchInput, type RealtorSearchItem, RedditNamespace, type RedditPostCommentsComment, type RedditPostCommentsData, type RedditPostCommentsInput, type RedditPostCommentsMedia, type RedditPostData, type RedditPostInput, type RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditProfileData, type RedditProfileInput, type RedditSearchData, type RedditSearchInput, type RedditSearchMedia, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, type RedditTrendingPostsData, type RedditTrendingPostsInput, type RedditTrendingPostsPost, type RedditUserCommentsComment, type RedditUserCommentsData, type RedditUserCommentsInput, type RedditUserPostsData, type RedditUserPostsInput, type RedditUserPostsMedia, type RedditUserPostsPost, RedfinNamespace, type RedfinSearchData, type RedfinSearchInput, type RedfinSearchItem, RednoteNamespace, type RednoteNoteCommentsComment, type RednoteNoteCommentsData, type RednoteNoteCommentsInput, type RednoteNoteData, type RednoteNoteInput, type RednoteProfileData, type RednoteProfileInput, type RednoteSearchData, type RednoteSearchInput, type RednoteSearchNote, type RednoteSearchUsersData, type RednoteSearchUsersInput, type RednoteSearchUsersUser, type RednoteUserNotesData, type RednoteUserNotesInput, type RednoteUserNotesNote, type RequestOptions, RequestPendingError, type RequestSnapshot, type RequestStatus, ResultNotFoundError, type RunResult, type SearchOptions, type SecFilingsData, type SecFilingsInput, type SecFilingsItem, SecNamespace, type SemrushKeywordsData, type SemrushKeywordsInput, type SemrushKeywordsItem, type SemrushKeywordsQuestion, type SemrushKeywordsRelatedKeyword, SemrushNamespace, type SemrushOverviewData, type SemrushOverviewInput, type SemrushOverviewItem, type SemrushOverviewTopKeyword, type SeoCompetitorsDomainCompetitor, type SeoCompetitorsDomainData, type SeoCompetitorsDomainInput, type SeoDomainIntersectionData, type SeoDomainIntersectionInput, type SeoDomainIntersectionKeyword, type SeoDomainRankOverviewData, type SeoDomainRankOverviewInput, type SeoDomainTechnologiesData, type SeoDomainTechnologiesInput, type SeoDomainsByTechnologyData, type SeoDomainsByTechnologyDomain, type SeoDomainsByTechnologyInput, type SeoKeywordDifficultyData, type SeoKeywordDifficultyDifficultie, type SeoKeywordDifficultyInput, type SeoKeywordIdeasData, type SeoKeywordIdeasIdea, type SeoKeywordIdeasInput, type SeoKeywordOverviewData, type SeoKeywordOverviewInput, type SeoKeywordOverviewKeyword, type SeoKeywordOverviewMonthlySearche, type SeoKeywordSuggestionsData, type SeoKeywordSuggestionsInput, type SeoKeywordSuggestionsSuggestion, type SeoLocalPackData, type SeoLocalPackInput, type SeoLocalPackPlace, SeoNamespace, type SeoRankedKeywordsData, type SeoRankedKeywordsInput, type SeoRankedKeywordsRankedKeyword, type SeoRelatedKeywordsData, type SeoRelatedKeywordsInput, type SeoRelatedKeywordsRelatedKeyword, type SeoSearchIntentData, type SeoSearchIntentInput, type SeoSearchIntentIntent, type SeoSearchVolumeData, type SeoSearchVolumeInput, type SeoSearchVolumeKeyword, type SeoSearchVolumeMonthlySearche, type SkuMap, SnapchatNamespace, type SnapchatProfileData, type SnapchatProfileInput, type SnapchatProfileItem, type SnapchatProfileStorie, type SocialFinderData, type SocialFinderInput, type SocialFinderItem, SocialNamespace, type SpotifyAlbumData, type SpotifyAlbumInput, type SpotifyAlbumTrack, type SpotifyArtistAlbum, type SpotifyArtistData, type SpotifyArtistInput, type SpotifyArtistTopTrack, SpotifyNamespace, type SpotifyPlayCountData, type SpotifyPlayCountInput, type SpotifyPlayCountItem, type SpotifyPodcastData, type SpotifyPodcastEpisodesData, type SpotifyPodcastEpisodesEpisode, type SpotifyPodcastEpisodesInput, type SpotifyPodcastInput, type SpotifySearchAlbum, type SpotifySearchArtist, type SpotifySearchData, type SpotifySearchInput, type SpotifySearchPodcast, type SpotifySearchTrack, type SpotifyTrackData, type SpotifyTrackInput, type StartOptions, SubstackNamespace, type SubstackPostsComment, type SubstackPostsData, type SubstackPostsInput, type SubstackPostsItem, type SubstackPostsReplie, TechnographicsNamespace, type TechnographicsTheirstackData, type TechnographicsTheirstackInput, type TechnographicsTheirstackTechnologie, ThreadsNamespace, type ThreadsPostData, type ThreadsPostInput, type ThreadsProfileData, type ThreadsProfileInput, type ThreadsSearchData, type ThreadsSearchInput, type ThreadsSearchPost, type ThreadsSearchUsersData, type ThreadsSearchUsersInput, type ThreadsSearchUsersUser, type ThreadsUserPostsData, type ThreadsUserPostsInput, type ThreadsUserPostsPost, type TiktokAdLibraryAdData, type TiktokAdLibraryAdInput, type TiktokAdLibrarySearchAd, type TiktokAdLibrarySearchData, type TiktokAdLibrarySearchInput, type TiktokAdTransparencySearchAd, type TiktokAdTransparencySearchData, type TiktokAdTransparencySearchInput, type TiktokAudienceDemographicsAudienceLocation, type TiktokAudienceDemographicsData, type TiktokAudienceDemographicsInput, type TiktokCommentRepliesComment, type TiktokCommentRepliesData, type TiktokCommentRepliesInput, type TiktokFollowersData, type TiktokFollowersFollower, type TiktokFollowersInput, type TiktokFollowingData, type TiktokFollowingFollowing, type TiktokFollowingInput, type TiktokHashtagVideosData, type TiktokHashtagVideosInput, type TiktokHashtagVideosItem, type TiktokLiveData, type TiktokLiveInput, TiktokNamespace, type TiktokPhotosData, type TiktokPhotosImage, type TiktokPhotosInput, type TiktokProfileContactData, type TiktokProfileContactEmail, type TiktokProfileContactInput, type TiktokProfileContactSocialLink, type TiktokProfileData, type TiktokProfileInput, type TiktokProfileRegionData, type TiktokProfileRegionInput, type TiktokProfileVideosData, type TiktokProfileVideosInput, type TiktokProfileVideosVideo, type TiktokSearchHashtagData, type TiktokSearchHashtagInput, type TiktokSearchHashtagVideo, type TiktokSearchKeywordData, type TiktokSearchKeywordInput, type TiktokSearchKeywordVideo, type TiktokSearchTopData, type TiktokSearchTopInput, type TiktokSearchTopItem, type TiktokSearchUsersData, type TiktokSearchUsersInput, type TiktokSearchUsersUser, type TiktokShopCategoriesCategorie, type TiktokShopCategoriesChildren, type TiktokShopCategoriesData, type TiktokShopCategoriesInput, type TiktokShopCategoryProductsData, type TiktokShopCategoryProductsInput, type TiktokShopCategoryProductsItem, type TiktokShopCreatorAudienceAge, type TiktokShopCreatorAudienceGender, type TiktokShopCreatorAudienceLocation, type TiktokShopCreatorCategorie, type TiktokShopCreatorData, type TiktokShopCreatorInput, TiktokShopNamespace, type TiktokShopProductData, type TiktokShopProductFullData, type TiktokShopProductFullInput, type TiktokShopProductInput, type TiktokShopProductReviewsData, type TiktokShopProductReviewsInput, type TiktokShopProductReviewsReview, type TiktokShopSearchData, type TiktokShopSearchInput, type TiktokShopSearchItem, type TiktokShopSearchSuggestionsData, type TiktokShopSearchSuggestionsInput, type TiktokShopShopProductsData, type TiktokShopShopProductsInput, type TiktokShopShopProductsProduct, type TiktokShopUserShowcaseData, type TiktokShopUserShowcaseInput, type TiktokShopUserShowcaseProduct, type TiktokSongData, type TiktokSongInput, type TiktokSongVideosData, type TiktokSongVideosInput, type TiktokSongVideosVideo, type TiktokTopAdsSearchAd, type TiktokTopAdsSearchData, type TiktokTopAdsSearchInput, type TiktokTrendingFeedData, type TiktokTrendingFeedInput, type TiktokTrendingFeedVideo, type TiktokTrendingHashtagsData, type TiktokTrendingHashtagsInput, type TiktokTrendingHashtagsItem, type TiktokTrendingHashtagsPopularity, type TiktokTrendingHashtagsTopCreator, type TiktokVideoCommentsComment, type TiktokVideoCommentsData, type TiktokVideoCommentsInput, type TiktokVideoData, type TiktokVideoDownloadData, type TiktokVideoDownloadInput, type TiktokVideoInput, type TiktokVideoTranscriptData, type TiktokVideoTranscriptFullData, type TiktokVideoTranscriptFullInput, type TiktokVideoTranscriptFullSegment, type TiktokVideoTranscriptFullWord, type TiktokVideoTranscriptInput, TimeoutError, TripadvisorNamespace, type TripadvisorReviewsData, type TripadvisorReviewsInput, type TripadvisorReviewsItem, type TripadvisorSearchData, type TripadvisorSearchInput, type TripadvisorSearchItem, TrustpilotNamespace, type TrustpilotReviewsData, type TrustpilotReviewsInput, type TrustpilotReviewsItem, TruthsocialNamespace, type TruthsocialPostData, type TruthsocialPostInput, type TruthsocialProfileData, type TruthsocialProfileInput, type TruthsocialUserPostsData, type TruthsocialUserPostsInput, type TruthsocialUserPostsPost, type TwitterArticleContentBlock, type TwitterArticleData, type TwitterArticleEntitie, type TwitterArticleInlineStyle, type TwitterArticleInput, type TwitterCommunityData, type TwitterCommunityInput, type TwitterCommunityTweetsData, type TwitterCommunityTweetsInput, type TwitterCommunityTweetsTweet, type TwitterFollowersData, type TwitterFollowersInput, type TwitterFollowersItem, type TwitterFollowingData, type TwitterFollowingInput, type TwitterFollowingItem, TwitterNamespace, type TwitterProfileData, type TwitterProfileInput, type TwitterRepliesData, type TwitterRepliesInput, type TwitterRepliesItem, type TwitterRepliesMedia, type TwitterSearchCommunitiesCommunitie, type TwitterSearchCommunitiesData, type TwitterSearchCommunitiesInput, type TwitterSearchData, type TwitterSearchInput, type TwitterSearchItem, type TwitterSearchMedia, type TwitterSearchUsersData, type TwitterSearchUsersInput, type TwitterSearchUsersUser, type TwitterThreadData, type TwitterThreadInput, type TwitterThreadMedia, type TwitterThreadTweet, type TwitterTrendsData, type TwitterTrendsInput, type TwitterTrendsItem, type TwitterTweetData, type TwitterTweetInput, type TwitterTweetMedia, type TwitterTweetTranscriptData, type TwitterTweetTranscriptInput, type TwitterUserPostsData, type TwitterUserPostsInput, type TwitterUserPostsMedia, type TwitterUserPostsTweet, type TwitterUserTweetsData, type TwitterUserTweetsInput, type TwitterUserTweetsMedia, type TwitterUserTweetsTweet, UpstreamError, type UpworkJobsData, type UpworkJobsInput, type UpworkJobsItem, UpworkNamespace, WalmartNamespace, type WalmartProductData, type WalmartProductInput, type WalmartProductItem, type WebCrawlData, type WebCrawlInput, type WebCrawlItem, type WebMapData, type WebMapInput, type WebMapResult, WebNamespace, type WebScrapeData, type WebScrapeInput, type WebScreenshotData, type WebScreenshotInput, type WebScreenshotItem, type WeiboHotSearchData, type WeiboHotSearchInput, type WeiboHotSearchTopic, WeiboNamespace, type WeiboPostCommentsComment, type WeiboPostCommentsData, type WeiboPostCommentsInput, type WeiboPostData, type WeiboPostInput, type WeiboProfileData, type WeiboProfileInput, type WeiboSearchData, type WeiboSearchInput, type WeiboSearchPost, type WeiboUserPostsData, type WeiboUserPostsInput, type WeiboUserPostsPost, YahooFinanceNamespace, type YahooFinanceQuoteData, type YahooFinanceQuoteInput, type YahooFinanceQuoteItem, YelpNamespace, type YelpSearchCategorie, type YelpSearchData, type YelpSearchInput, type YelpSearchItem, type YoutubeChannelCommunityPostsData, type YoutubeChannelCommunityPostsInput, type YoutubeChannelCommunityPostsPost, type YoutubeChannelContactData, type YoutubeChannelContactInput, type YoutubeChannelData, type YoutubeChannelInput, type YoutubeChannelLivesData, type YoutubeChannelLivesInput, type YoutubeChannelLivesLive, type YoutubeChannelPlaylistsData, type YoutubeChannelPlaylistsInput, type YoutubeChannelPlaylistsPlaylist, type YoutubeChannelShortsData, type YoutubeChannelShortsInput, type YoutubeChannelShortsShort, type YoutubeChannelVideosData, type YoutubeChannelVideosInput, type YoutubeChannelVideosVideo, type YoutubeCommentRepliesComment, type YoutubeCommentRepliesData, type YoutubeCommentRepliesInput, type YoutubeCommunityPostData, type YoutubeCommunityPostInput, YoutubeNamespace, type YoutubePlaylistData, type YoutubePlaylistInput, type YoutubePlaylistVideo, type YoutubeSearchData, type YoutubeSearchHashtagData, type YoutubeSearchHashtagInput, type YoutubeSearchHashtagVideo, type YoutubeSearchInput, type YoutubeSearchShortsData, type YoutubeSearchShortsInput, type YoutubeSearchShortsShort, type YoutubeSearchVideo, type YoutubeTrendingShortsData, type YoutubeTrendingShortsInput, type YoutubeTrendingShortsShort, type YoutubeVideoCommentsComment, type YoutubeVideoCommentsData, type YoutubeVideoCommentsInput, type YoutubeVideoData, type YoutubeVideoInput, type YoutubeVideoSponsorsData, type YoutubeVideoSponsorsInput, type YoutubeVideoSponsorsSuspectedSponsor, type YoutubeVideoTranscriptData, type YoutubeVideoTranscriptFullData, type YoutubeVideoTranscriptFullInput, type YoutubeVideoTranscriptFullSegment, type YoutubeVideoTranscriptInput, type YoutubeVideoTranscriptSegment, type ZhihuAnswerData, type ZhihuAnswerInput, ZhihuNamespace, type ZhihuProfileData, type ZhihuProfileInput, type ZhihuQuestionAnswersAnswer, type ZhihuQuestionAnswersData, type ZhihuQuestionAnswersInput, type ZhihuQuestionData, type ZhihuQuestionInput, type ZhihuSearchArticlesArticle, type ZhihuSearchArticlesData, type ZhihuSearchArticlesInput, ZillowNamespace, type ZillowPropertyData, type ZillowPropertyInput, type ZillowPropertyItem, type ZillowSearchData, type ZillowSearchInput, type ZillowSearchItem, agentSignup, paginate, unwrap };
|