@getanyapi/sdk 0.30.0 → 0.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -488,6 +488,11 @@ interface AhrefsBacklinksInput {
488
488
  * Default: subdomains.
489
489
  */
490
490
  mode?: "exact" | "subdomains";
491
+ /**
492
+ * Optional. 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. 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.
493
+ * Range: minimum 1.
494
+ */
495
+ preferLatencyUnderMs?: number;
491
496
  /**
492
497
  * The domain or page URL to find backlinks for (e.g. "ahrefs.com").
493
498
  */
@@ -546,6 +551,11 @@ interface AhrefsKeywordIdeasInput {
546
551
  * The seed keyword to expand into related suggestions (e.g. "coffee").
547
552
  */
548
553
  keyword: string;
554
+ /**
555
+ * Optional. 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. 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.
556
+ * Range: minimum 1.
557
+ */
558
+ preferLatencyUnderMs?: number;
549
559
  }
550
560
  interface AhrefsKeywordIdeasItem {
551
561
  /**
@@ -608,6 +618,11 @@ interface AhrefsKeywordsInput {
608
618
  * The search term to analyze (e.g. "seo tools").
609
619
  */
610
620
  keyword: string;
621
+ /**
622
+ * Optional. 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. 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.
623
+ * Range: minimum 1.
624
+ */
625
+ preferLatencyUnderMs?: number;
611
626
  }
612
627
  interface AhrefsKeywordsItem {
613
628
  /**
@@ -647,6 +662,11 @@ interface AhrefsOverviewInput {
647
662
  * Default: subdomains.
648
663
  */
649
664
  mode?: "exact" | "subdomains";
665
+ /**
666
+ * Optional. 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. 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.
667
+ * Range: minimum 1.
668
+ */
669
+ preferLatencyUnderMs?: number;
650
670
  /**
651
671
  * The domain or page URL to analyze (e.g. ahrefs.com).
652
672
  */
@@ -809,6 +829,11 @@ interface AirbnbSearchInput {
809
829
  * Range: minimum 0.
810
830
  */
811
831
  pets?: number;
832
+ /**
833
+ * Optional. 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. 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.
834
+ * Range: minimum 1.
835
+ */
836
+ preferLatencyUnderMs?: number;
812
837
  /**
813
838
  * Maximum search price in the selected currency (e.g. 300).
814
839
  * Range: minimum 0.
@@ -899,6 +924,11 @@ interface AlibabaSearchInput {
899
924
  * Range: minimum 1, maximum 25.
900
925
  */
901
926
  limit?: number;
927
+ /**
928
+ * Optional. 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. 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.
929
+ * Range: minimum 1.
930
+ */
931
+ preferLatencyUnderMs?: number;
902
932
  /**
903
933
  * Keywords to search for on Alibaba (e.g. "bluetooth speaker wholesale").
904
934
  */
@@ -998,6 +1028,11 @@ interface AmazonAsinsInput {
998
1028
  * Range: minimum 1, maximum 10.
999
1029
  */
1000
1030
  limit?: number;
1031
+ /**
1032
+ * Optional. 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. 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.
1033
+ * Range: minimum 1.
1034
+ */
1035
+ preferLatencyUnderMs?: number;
1001
1036
  }
1002
1037
  interface AmazonAsinsItem {
1003
1038
  /**
@@ -1056,6 +1091,11 @@ interface AmazonBestsellersInput {
1056
1091
  * Default: 20.
1057
1092
  */
1058
1093
  limit?: number;
1094
+ /**
1095
+ * Optional. 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. 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.
1096
+ * Range: minimum 1.
1097
+ */
1098
+ preferLatencyUnderMs?: number;
1059
1099
  /**
1060
1100
  * Amazon Best Sellers category URL (e.g. https://www.amazon.com/Best-Sellers-Electronics/zgbs/electronics).
1061
1101
  */
@@ -1121,6 +1161,11 @@ interface AmazonBestsellersData {
1121
1161
  * Input for Amazon Product (amazon.product).
1122
1162
  */
1123
1163
  interface AmazonProductInput {
1164
+ /**
1165
+ * Optional. 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. 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.
1166
+ * Range: minimum 1.
1167
+ */
1168
+ preferLatencyUnderMs?: number;
1124
1169
  /**
1125
1170
  * Full Amazon product URL (e.g. https://www.amazon.com/dp/B0CX23V2ZK).
1126
1171
  */
@@ -1222,6 +1267,11 @@ interface AmazonReviewsInput {
1222
1267
  * Default: 50.
1223
1268
  */
1224
1269
  limit?: number;
1270
+ /**
1271
+ * Optional. 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. 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.
1272
+ * Range: minimum 1.
1273
+ */
1274
+ preferLatencyUnderMs?: number;
1225
1275
  /**
1226
1276
  * Amazon product ASIN or full product URL (e.g. B07CMS5Q6P).
1227
1277
  */
@@ -1304,6 +1354,11 @@ interface AmazonSearchInput {
1304
1354
  * Default: 20.
1305
1355
  */
1306
1356
  limit?: number;
1357
+ /**
1358
+ * Optional. 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. 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.
1359
+ * Range: minimum 1.
1360
+ */
1361
+ preferLatencyUnderMs?: number;
1307
1362
  /**
1308
1363
  * Amazon search or category URL to pull results from (e.g. https://www.amazon.com/s?k=gaming+mouse).
1309
1364
  */
@@ -1437,6 +1492,11 @@ interface ApolloOrganizationInput {
1437
1492
  * Organization identifier returned by an Apollo organization endpoint.
1438
1493
  */
1439
1494
  organizationId: string;
1495
+ /**
1496
+ * Optional. 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. 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.
1497
+ * Range: minimum 1.
1498
+ */
1499
+ preferLatencyUnderMs?: number;
1440
1500
  }
1441
1501
  /**
1442
1502
  * The `data` payload of Apollo Organization (apollo.organization).
@@ -1572,6 +1632,11 @@ interface ApolloOrganizationEnrichInput {
1572
1632
  * Organization domain without a path, such as apollo.io.
1573
1633
  */
1574
1634
  domain: string;
1635
+ /**
1636
+ * Optional. 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. 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.
1637
+ * Range: minimum 1.
1638
+ */
1639
+ preferLatencyUnderMs?: number;
1575
1640
  }
1576
1641
  /**
1577
1642
  * The `data` payload of Apollo Organization Enrichment (apollo.organization_enrich).
@@ -1707,6 +1772,11 @@ interface ApolloOrganizationJobsInput {
1707
1772
  * Organization identifier returned by an Apollo organization endpoint.
1708
1773
  */
1709
1774
  organizationId: string;
1775
+ /**
1776
+ * Optional. 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. 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.
1777
+ * Range: minimum 1.
1778
+ */
1779
+ preferLatencyUnderMs?: number;
1710
1780
  }
1711
1781
  interface ApolloOrganizationJobsJob {
1712
1782
  /**
@@ -1797,6 +1867,11 @@ interface ApolloOrganizationNewsInput {
1797
1867
  * Default: 1.
1798
1868
  */
1799
1869
  page?: number;
1870
+ /**
1871
+ * Optional. 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. 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.
1872
+ * Range: minimum 1.
1873
+ */
1874
+ preferLatencyUnderMs?: number;
1800
1875
  }
1801
1876
  interface ApolloOrganizationNewsArticle {
1802
1877
  /**
@@ -1871,6 +1946,11 @@ interface ApolloOrganizationsBulkEnrichInput {
1871
1946
  * Organization domains to enrich, with at most 10 domains per request.
1872
1947
  */
1873
1948
  domains: string[];
1949
+ /**
1950
+ * Optional. 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. 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.
1951
+ * Range: minimum 1.
1952
+ */
1953
+ preferLatencyUnderMs?: number;
1874
1954
  }
1875
1955
  /**
1876
1956
  * The enriched organization for the domain at this index, or null when that domain had no match.
@@ -2033,6 +2113,11 @@ interface ApolloOrganizationsSearchInput {
2033
2113
  * Default: 1.
2034
2114
  */
2035
2115
  page?: number;
2116
+ /**
2117
+ * Optional. 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. 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.
2118
+ * Range: minimum 1.
2119
+ */
2120
+ preferLatencyUnderMs?: number;
2036
2121
  }
2037
2122
  interface ApolloOrganizationsSearchOrganization {
2038
2123
  /**
@@ -2156,6 +2241,11 @@ interface ApolloPeopleSearchInput {
2156
2241
  * Person locations to match.
2157
2242
  */
2158
2243
  personLocations?: string[];
2244
+ /**
2245
+ * Optional. 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. 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.
2246
+ * Range: minimum 1.
2247
+ */
2248
+ preferLatencyUnderMs?: number;
2159
2249
  /**
2160
2250
  * Seniority levels to match.
2161
2251
  */
@@ -2293,6 +2383,11 @@ interface ApolloPersonEnrichInput {
2293
2383
  * Organization name used with the person's name.
2294
2384
  */
2295
2385
  organizationName?: string;
2386
+ /**
2387
+ * Optional. 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. 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.
2388
+ * Range: minimum 1.
2389
+ */
2390
+ preferLatencyUnderMs?: number;
2296
2391
  }
2297
2392
  interface ApolloPersonEnrichEmploymentHistory {
2298
2393
  /**
@@ -2605,6 +2700,11 @@ interface AppstoreReviewsInput {
2605
2700
  * Range: minimum 1, maximum 100.
2606
2701
  */
2607
2702
  limit?: number;
2703
+ /**
2704
+ * Optional. 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. 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.
2705
+ * Range: minimum 1.
2706
+ */
2707
+ preferLatencyUnderMs?: number;
2608
2708
  }
2609
2709
  interface AppstoreReviewsItem {
2610
2710
  /**
@@ -2682,6 +2782,11 @@ declare class AppstoreNamespace {
2682
2782
  * Input for Bluesky Post (bluesky.post).
2683
2783
  */
2684
2784
  interface BlueskyPostInput {
2785
+ /**
2786
+ * Optional. 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. 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.
2787
+ * Range: minimum 1.
2788
+ */
2789
+ preferLatencyUnderMs?: number;
2685
2790
  /**
2686
2791
  * Bluesky post URL, e.g. "https://bsky.app/profile/bsky.app/post/3l6oveex3ii2l".
2687
2792
  */
@@ -2725,6 +2830,11 @@ interface BlueskyProfileInput {
2725
2830
  * Bluesky handle, e.g. "bsky.app" or "jay.bsky.team".
2726
2831
  */
2727
2832
  handle: string;
2833
+ /**
2834
+ * Optional. 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. 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.
2835
+ * Range: minimum 1.
2836
+ */
2837
+ preferLatencyUnderMs?: number;
2728
2838
  }
2729
2839
  /**
2730
2840
  * The `data` payload of Bluesky Profile (bluesky.profile).
@@ -2755,6 +2865,11 @@ interface BlueskyUserPostsInput {
2755
2865
  * Bluesky handle, e.g. "bsky.app" or "jay.bsky.team".
2756
2866
  */
2757
2867
  handle: string;
2868
+ /**
2869
+ * Optional. 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. 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.
2870
+ * Range: minimum 1.
2871
+ */
2872
+ preferLatencyUnderMs?: number;
2758
2873
  }
2759
2874
  interface BlueskyUserPostsPost {
2760
2875
  /**
@@ -2866,6 +2981,11 @@ interface BookingSearchInput {
2866
2981
  * Range: minimum 1, maximum 20.
2867
2982
  */
2868
2983
  limit?: number;
2984
+ /**
2985
+ * Optional. 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. 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.
2986
+ * Range: minimum 1.
2987
+ */
2988
+ preferLatencyUnderMs?: number;
2869
2989
  /**
2870
2990
  * Destination city to search for stays in (e.g. Paris).
2871
2991
  */
@@ -2967,6 +3087,11 @@ interface CapterraReviewsInput {
2967
3087
  * Default: 25.
2968
3088
  */
2969
3089
  limit?: number;
3090
+ /**
3091
+ * Optional. 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. 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.
3092
+ * Range: minimum 1.
3093
+ */
3094
+ preferLatencyUnderMs?: number;
2970
3095
  /**
2971
3096
  * 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.
2972
3097
  */
@@ -3185,6 +3310,11 @@ interface ChatgptSearchInput {
3185
3310
  * Default: US.
3186
3311
  */
3187
3312
  country?: string;
3313
+ /**
3314
+ * Optional. 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. 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.
3315
+ * Range: minimum 1.
3316
+ */
3317
+ preferLatencyUnderMs?: number;
3188
3318
  /**
3189
3319
  * Question or research prompt for ChatGPT to answer using web search.
3190
3320
  */
@@ -3294,6 +3424,11 @@ interface CoinmarketcapListingsInput {
3294
3424
  * Range: minimum 1, maximum 25.
3295
3425
  */
3296
3426
  limit?: number;
3427
+ /**
3428
+ * Optional. 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. 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.
3429
+ * Range: minimum 1.
3430
+ */
3431
+ preferLatencyUnderMs?: number;
3297
3432
  }
3298
3433
  interface CoinmarketcapListingsItem {
3299
3434
  /**
@@ -3407,6 +3542,11 @@ interface CompanyResearchInput {
3407
3542
  * Company name, resolved to a domain before the run starts. Mutually exclusive with domain and email.
3408
3543
  */
3409
3544
  name?: string;
3545
+ /**
3546
+ * Optional. 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. 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.
3547
+ * Range: minimum 1.
3548
+ */
3549
+ preferLatencyUnderMs?: number;
3410
3550
  }
3411
3551
  /**
3412
3552
  * The `data` payload of Company Research (company.research).
@@ -3579,6 +3719,11 @@ interface CompanyEnrichmentCrustdataV3Input {
3579
3719
  companyName?: string;
3580
3720
  exactMatch?: boolean;
3581
3721
  fields?: unknown;
3722
+ /**
3723
+ * Optional. 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. 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.
3724
+ * Range: minimum 1.
3725
+ */
3726
+ preferLatencyUnderMs?: number;
3582
3727
  }
3583
3728
  interface CompanyEnrichmentCrustdataV3HeadcountTimeserie {
3584
3729
  /**
@@ -3972,6 +4117,11 @@ interface CompanyEnrichmentLushaInput {
3972
4117
  * Company domain, e.g. posthog.com. Send the bare domain, without a scheme or www.
3973
4118
  */
3974
4119
  domain?: string;
4120
+ /**
4121
+ * Optional. 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. 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.
4122
+ * Range: minimum 1.
4123
+ */
4124
+ preferLatencyUnderMs?: number;
3975
4125
  }
3976
4126
  interface CompanyEnrichmentLushaNaicsCode {
3977
4127
  /**
@@ -4207,6 +4357,11 @@ interface CompanyEnrichmentPeopledatalabsInput {
4207
4357
  * Company name, for when you have no domain.
4208
4358
  */
4209
4359
  name?: string;
4360
+ /**
4361
+ * Optional. 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. 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.
4362
+ * Range: minimum 1.
4363
+ */
4364
+ preferLatencyUnderMs?: number;
4210
4365
  /**
4211
4366
  * People Data Labs boolean expression over top-level fields that a match must satisfy, e.g. website and industry.
4212
4367
  */
@@ -4573,6 +4728,11 @@ interface CompanyEnrichmentProspeoInput {
4573
4728
  * Company domain, e.g. stripe.com. The most reliable identifier.
4574
4729
  */
4575
4730
  companyWebsite?: string;
4731
+ /**
4732
+ * Optional. 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. 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.
4733
+ * Range: minimum 1.
4734
+ */
4735
+ preferLatencyUnderMs?: number;
4576
4736
  }
4577
4737
  interface CompanyEnrichmentProspeoEvent {
4578
4738
  /**
@@ -4954,6 +5114,11 @@ interface CompanySearchAiArkInput {
4954
5114
  * Default: 0.
4955
5115
  */
4956
5116
  page?: number;
5117
+ /**
5118
+ * Optional. 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. 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.
5119
+ * Range: minimum 1.
5120
+ */
5121
+ preferLatencyUnderMs?: number;
4957
5122
  /**
4958
5123
  * Maximum companies to return on this page.
4959
5124
  * Range: minimum 1, maximum 100.
@@ -5358,6 +5523,11 @@ interface CompanySearchCrustdataV3Input {
5358
5523
  * Default: 10.
5359
5524
  */
5360
5525
  limit?: number;
5526
+ /**
5527
+ * Optional. 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. 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.
5528
+ * Range: minimum 1.
5529
+ */
5530
+ preferLatencyUnderMs?: number;
5361
5531
  sorts?: CompanySearchCrustdataV3Sort[];
5362
5532
  }
5363
5533
  interface CompanySearchCrustdataV3Companie {
@@ -5869,6 +6039,11 @@ interface CompanySearchFullenrichInput {
5869
6039
  * Default: 0.
5870
6040
  */
5871
6041
  offset?: number;
6042
+ /**
6043
+ * Optional. 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. 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.
6044
+ * Range: minimum 1.
6045
+ */
6046
+ preferLatencyUnderMs?: number;
5872
6047
  /**
5873
6048
  * Filter by company specialty. Each entry is an object taking a `value` string and an optional `exact_match` boolean, e.g. [{"value": "stripe.com", "exact_match": true}]. A bare string is rejected.
5874
6049
  */
@@ -6027,6 +6202,11 @@ interface CompanySearchPeopledatalabsInput {
6027
6202
  * Default: 10.
6028
6203
  */
6029
6204
  limit?: number;
6205
+ /**
6206
+ * Optional. 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. 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.
6207
+ * Range: minimum 1.
6208
+ */
6209
+ preferLatencyUnderMs?: number;
6030
6210
  /**
6031
6211
  * Elasticsearch-style query over the People Data Labs company dataset, e.g. {"bool": {"must": [{"term": {"website": "posthog.com"}}]}}. Send this or sql, never both.
6032
6212
  */
@@ -6469,6 +6649,11 @@ interface CompanySearchProspeoInput {
6469
6649
  * Default: 1.
6470
6650
  */
6471
6651
  page?: number;
6652
+ /**
6653
+ * Optional. 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. 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.
6654
+ * Range: minimum 1.
6655
+ */
6656
+ preferLatencyUnderMs?: number;
6472
6657
  }
6473
6658
  interface CompanySearchProspeoCompanie {
6474
6659
  /**
@@ -6909,6 +7094,11 @@ interface CompanySearchQuickenrichInput {
6909
7094
  * Default: 1.
6910
7095
  */
6911
7096
  page?: number;
7097
+ /**
7098
+ * Optional. 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. 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.
7099
+ * Range: minimum 1.
7100
+ */
7101
+ preferLatencyUnderMs?: number;
6912
7102
  /**
6913
7103
  * Filter on revenue band.
6914
7104
  */
@@ -7255,6 +7445,11 @@ interface CompanySearchTheirstackInput {
7255
7445
  * Page number. Required when using page-based pagination.
7256
7446
  */
7257
7447
  page?: number;
7448
+ /**
7449
+ * Optional. 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. 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.
7450
+ * Range: minimum 1.
7451
+ */
7452
+ preferLatencyUnderMs?: number;
7258
7453
  /**
7259
7454
  * Return companies that have all of these fields not null. For example, if you pass ['domain', 'linkedin_url'], it will return companies that have both domain AND linkedin_url set.
7260
7455
  */
@@ -7697,6 +7892,11 @@ interface CongressTradesInput {
7697
7892
  * Range: minimum 1, maximum 25.
7698
7893
  */
7699
7894
  limit?: number;
7895
+ /**
7896
+ * Optional. 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. 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.
7897
+ * Range: minimum 1.
7898
+ */
7899
+ preferLatencyUnderMs?: number;
7700
7900
  /**
7701
7901
  * Earliest transaction date to include, inclusive, in YYYY-MM-DD format (e.g. 2026-01-01).
7702
7902
  */
@@ -7884,6 +8084,11 @@ interface DexscreenerTokensInput {
7884
8084
  * Sort direction: desc or asc (e.g. desc).
7885
8085
  */
7886
8086
  order?: string;
8087
+ /**
8088
+ * Optional. 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. 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.
8089
+ * Range: minimum 1.
8090
+ */
8091
+ preferLatencyUnderMs?: number;
7887
8092
  /**
7888
8093
  * Field to sort tokens by (e.g. volume, txns, liquidity, marketCap, trendingScoreH24).
7889
8094
  */
@@ -7988,6 +8193,11 @@ declare class DexscreenerNamespace {
7988
8193
  * Input for Douyin Profile (douyin.profile).
7989
8194
  */
7990
8195
  interface DouyinProfileInput {
8196
+ /**
8197
+ * Optional. 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. 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.
8198
+ * Range: minimum 1.
8199
+ */
8200
+ preferLatencyUnderMs?: number;
7991
8201
  /**
7992
8202
  * Douyin sec_user_id for the public account.
7993
8203
  */
@@ -8066,6 +8276,11 @@ interface DouyinSearchVideosInput {
8066
8276
  * Default: 0.
8067
8277
  */
8068
8278
  duration?: "0" | "0-1" | "1-5" | "5-10000";
8279
+ /**
8280
+ * Optional. 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. 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.
8281
+ * Range: minimum 1.
8282
+ */
8283
+ preferLatencyUnderMs?: number;
8069
8284
  /**
8070
8285
  * Publication window in days. Use the canonical JSON integer 0 for any time, 1 for one day, 7 for seven days, or 180 for 180 days; legacy numeric strings remain accepted.
8071
8286
  */
@@ -8179,6 +8394,11 @@ interface DouyinUserPostsInput {
8179
8394
  * Default: 20.
8180
8395
  */
8181
8396
  limit?: number;
8397
+ /**
8398
+ * Optional. 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. 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.
8399
+ * Range: minimum 1.
8400
+ */
8401
+ preferLatencyUnderMs?: number;
8182
8402
  /**
8183
8403
  * Douyin sec_user_id for the public account.
8184
8404
  */
@@ -8272,6 +8492,11 @@ interface DouyinUserPostsData {
8272
8492
  * Input for Douyin Video (douyin.video).
8273
8493
  */
8274
8494
  interface DouyinVideoInput {
8495
+ /**
8496
+ * Optional. 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. 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.
8497
+ * Range: minimum 1.
8498
+ */
8499
+ preferLatencyUnderMs?: number;
8275
8500
  /**
8276
8501
  * Public Douyin video share URL.
8277
8502
  * Format: uri.
@@ -8357,6 +8582,11 @@ interface DouyinVideoCommentsInput {
8357
8582
  * Range: minimum 0.
8358
8583
  */
8359
8584
  cursor?: number;
8585
+ /**
8586
+ * Optional. 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. 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.
8587
+ * Range: minimum 1.
8588
+ */
8589
+ preferLatencyUnderMs?: number;
8360
8590
  /**
8361
8591
  * Douyin aweme_id for the video.
8362
8592
  */
@@ -8508,6 +8738,11 @@ declare class DouyinNamespace {
8508
8738
  * Input for eBay Product (ebay.product).
8509
8739
  */
8510
8740
  interface EbayProductInput {
8741
+ /**
8742
+ * Optional. 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. 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.
8743
+ * Range: minimum 1.
8744
+ */
8745
+ preferLatencyUnderMs?: number;
8511
8746
  /**
8512
8747
  * Full eBay listing URL (e.g. https://www.ebay.com/itm/133576802017). The marketplace is taken from the host, so an ebay.co.uk or ebay.de URL returns that site's listing and currency. Item ids come back on every row of ebay.search and ebay.sold_listings.
8513
8748
  */
@@ -8633,6 +8868,11 @@ interface EbayProductData {
8633
8868
  * Input for eBay Product Full (ebay.product_full).
8634
8869
  */
8635
8870
  interface EbayProductFullInput {
8871
+ /**
8872
+ * Optional. 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. 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.
8873
+ * Range: minimum 1.
8874
+ */
8875
+ preferLatencyUnderMs?: number;
8636
8876
  /**
8637
8877
  * Full eBay listing URL (e.g. https://www.ebay.com/itm/133576802017). Works on ended and sold listings as well as live ones, so it composes with ebay.sold_listings: pull the comps cheaply, then enrich the few you care about.
8638
8878
  */
@@ -8780,6 +9020,11 @@ interface EbaySearchInput {
8780
9020
  * Range: minimum 0.
8781
9021
  */
8782
9022
  minPrice?: number;
9023
+ /**
9024
+ * Optional. 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. 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.
9025
+ * Range: minimum 1.
9026
+ */
9027
+ preferLatencyUnderMs?: number;
8783
9028
  /**
8784
9029
  * Search keywords, e.g. "nintendo switch" or "vintage levis 501".
8785
9030
  */
@@ -8871,6 +9116,11 @@ interface EbaySoldListingsInput {
8871
9116
  * Range: minimum 0.
8872
9117
  */
8873
9118
  minPrice?: number;
9119
+ /**
9120
+ * Optional. 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. 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.
9121
+ * Range: minimum 1.
9122
+ */
9123
+ preferLatencyUnderMs?: number;
8874
9124
  /**
8875
9125
  * Search keyword for sold items (e.g. iphone 13 pro).
8876
9126
  */
@@ -9046,6 +9296,11 @@ interface EmailFindInput {
9046
9296
  */
9047
9297
  surname: string;
9048
9298
  };
9299
+ /**
9300
+ * Optional. 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. 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.
9301
+ * Range: minimum 1.
9302
+ */
9303
+ preferLatencyUnderMs?: number;
9049
9304
  }
9050
9305
  interface EmailFindItem {
9051
9306
  domain?: string;
@@ -9079,6 +9334,11 @@ interface EmailVerifyInput {
9079
9334
  * The email address to verify (e.g. jane.doe@acme.com). Exactly one @, a dotted domain, no whitespace or angle brackets. Addresses on reserved, never-deliverable TLDs (.invalid, .test, .example, .localhost, .local, .internal, .blink) and HTML/JSON escape artifacts (a u003e prefix) are rejected locally with no charge.
9080
9335
  */
9081
9336
  email: string;
9337
+ /**
9338
+ * Optional. 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. 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.
9339
+ * Range: minimum 1.
9340
+ */
9341
+ preferLatencyUnderMs?: number;
9082
9342
  }
9083
9343
  interface EmailVerifyItem {
9084
9344
  /**
@@ -9170,6 +9430,11 @@ interface EmailFindingDropleadsInput {
9170
9430
  * Person's last name.
9171
9431
  */
9172
9432
  lastName: string;
9433
+ /**
9434
+ * Optional. 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. 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.
9435
+ * Range: minimum 1.
9436
+ */
9437
+ preferLatencyUnderMs?: number;
9173
9438
  }
9174
9439
  /**
9175
9440
  * The `data` payload of Email Finding - DropLeads (email_finding.dropleads).
@@ -9226,6 +9491,11 @@ interface EmailFindingHunterCountInput {
9226
9491
  * Company domain without a scheme or path, e.g. stripe.com.
9227
9492
  */
9228
9493
  domain: string;
9494
+ /**
9495
+ * Optional. 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. 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.
9496
+ * Range: minimum 1.
9497
+ */
9498
+ preferLatencyUnderMs?: number;
9229
9499
  /**
9230
9500
  * Count only personal mailboxes belonging to a named person, or only generic ones such as info@ and support@.
9231
9501
  * One of: personal, generic.
@@ -9384,6 +9654,11 @@ interface EmailFindingHunterDomainInput {
9384
9654
  * Range: minimum 0.
9385
9655
  */
9386
9656
  offset?: number;
9657
+ /**
9658
+ * Optional. 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. 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.
9659
+ * Range: minimum 1.
9660
+ */
9661
+ preferLatencyUnderMs?: number;
9387
9662
  /**
9388
9663
  * Only return contacts that carry this field.
9389
9664
  * One of: full_name, position, phone_number.
@@ -9546,6 +9821,11 @@ interface EmailFindingIcypeasInput {
9546
9821
  domainOrCompany: string;
9547
9822
  firstname?: string;
9548
9823
  lastname?: string;
9824
+ /**
9825
+ * Optional. 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. 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.
9826
+ * Range: minimum 1.
9827
+ */
9828
+ preferLatencyUnderMs?: number;
9549
9829
  }
9550
9830
  interface EmailFindingIcypeasEmail {
9551
9831
  /**
@@ -9671,6 +9951,11 @@ interface EmailFindingQuickenrichInput {
9671
9951
  * Format: uri.
9672
9952
  */
9673
9953
  linkedinUrl?: string;
9954
+ /**
9955
+ * Optional. 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. 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.
9956
+ * Range: minimum 1.
9957
+ */
9958
+ preferLatencyUnderMs?: number;
9674
9959
  }
9675
9960
  /**
9676
9961
  * The `data` payload of Email Finding - QuickEnrich (email_finding.quickenrich).
@@ -9782,6 +10067,11 @@ interface EmailFindingZerobounceInput {
9782
10067
  * Middle name, when the company's address format uses one.
9783
10068
  */
9784
10069
  middleName?: string;
10070
+ /**
10071
+ * Optional. 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. 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.
10072
+ * Range: minimum 1.
10073
+ */
10074
+ preferLatencyUnderMs?: number;
9785
10075
  }
9786
10076
  /**
9787
10077
  * The `data` payload of Email Finding - ZeroBounce (email_finding.zerobounce).
@@ -9821,6 +10111,11 @@ interface EmailFindingZerobounceDomainInput {
9821
10111
  * Company domain to inspect, e.g. hubspot.com.
9822
10112
  */
9823
10113
  domain: string;
10114
+ /**
10115
+ * Optional. 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. 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.
10116
+ * Range: minimum 1.
10117
+ */
10118
+ preferLatencyUnderMs?: number;
9824
10119
  }
9825
10120
  interface EmailFindingZerobounceDomainOtherFormat {
9826
10121
  /**
@@ -9962,6 +10257,11 @@ interface EmailVerificationAllegrowInput {
9962
10257
  * Format: email.
9963
10258
  */
9964
10259
  email: string;
10260
+ /**
10261
+ * Optional. 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. 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.
10262
+ * Range: minimum 1.
10263
+ */
10264
+ preferLatencyUnderMs?: number;
9965
10265
  }
9966
10266
  /**
9967
10267
  * The `data` payload of Email Verification - Allegrow (email_verification.allegrow).
@@ -10028,6 +10328,11 @@ interface EmailVerificationBouncebanInput {
10028
10328
  * One of: regular, deepverify.
10029
10329
  */
10030
10330
  mode?: "regular" | "deepverify";
10331
+ /**
10332
+ * Optional. 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. 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.
10333
+ * Range: minimum 1.
10334
+ */
10335
+ preferLatencyUnderMs?: number;
10031
10336
  }
10032
10337
  /**
10033
10338
  * The `data` payload of Email Verification - BounceBan (email_verification.bounceban).
@@ -10058,6 +10363,11 @@ interface EmailVerificationIcypeasInput {
10058
10363
  * Format: email.
10059
10364
  */
10060
10365
  email: string;
10366
+ /**
10367
+ * Optional. 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. 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.
10368
+ * Range: minimum 1.
10369
+ */
10370
+ preferLatencyUnderMs?: number;
10061
10371
  }
10062
10372
  /**
10063
10373
  * The `data` payload of Email Verification - Icypeas (email_verification.icypeas).
@@ -10151,6 +10461,11 @@ interface EmailVerificationZerobounceInput {
10151
10461
  * IP address the address signed up from. ZeroBounce uses it to add the geographic fields to the answer.
10152
10462
  */
10153
10463
  ipAddress?: string;
10464
+ /**
10465
+ * Optional. 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. 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.
10466
+ * Range: minimum 1.
10467
+ */
10468
+ preferLatencyUnderMs?: number;
10154
10469
  }
10155
10470
  /**
10156
10471
  * The `data` payload of Email Verification - ZeroBounce (email_verification.zerobounce).
@@ -10247,6 +10562,11 @@ interface EmailVerificationZerobounceActivityInput {
10247
10562
  * Format: email.
10248
10563
  */
10249
10564
  email: string;
10565
+ /**
10566
+ * Optional. 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. 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.
10567
+ * Range: minimum 1.
10568
+ */
10569
+ preferLatencyUnderMs?: number;
10250
10570
  }
10251
10571
  /**
10252
10572
  * The `data` payload of Email Activity - ZeroBounce (email_verification.zerobounce_activity).
@@ -10342,6 +10662,11 @@ interface FacebookAdDetailsInput {
10342
10662
  * Meta Ad Library ad ID (e.g. "702369045530963"). Provide either id or url.
10343
10663
  */
10344
10664
  id?: string;
10665
+ /**
10666
+ * Optional. 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. 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.
10667
+ * Range: minimum 1.
10668
+ */
10669
+ preferLatencyUnderMs?: number;
10345
10670
  /**
10346
10671
  * Meta Ad Library ad URL (e.g. "https://www.facebook.com/ads/library?id=1185617869915074"). Provide either id or url.
10347
10672
  */
@@ -10460,6 +10785,11 @@ interface FacebookAdDetailsFullInput {
10460
10785
  * Meta Ad Library ad ID - the numeric id in an Ad Library URL (e.g. "1519158199783790" from https://www.facebook.com/ads/library/?id=1519158199783790).
10461
10786
  */
10462
10787
  id: string;
10788
+ /**
10789
+ * Optional. 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. 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.
10790
+ * Range: minimum 1.
10791
+ */
10792
+ preferLatencyUnderMs?: number;
10463
10793
  }
10464
10794
  interface FacebookAdDetailsFullCreative {
10465
10795
  /**
@@ -10632,6 +10962,11 @@ interface FacebookAdTranscriptInput {
10632
10962
  * Meta Ad Library ad ID (e.g. "1020359190509080"). Provide either id or url.
10633
10963
  */
10634
10964
  id?: string;
10965
+ /**
10966
+ * Optional. 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. 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.
10967
+ * Range: minimum 1.
10968
+ */
10969
+ preferLatencyUnderMs?: number;
10635
10970
  /**
10636
10971
  * Meta Ad Library ad URL (e.g. "https://www.facebook.com/ads/library?id=1020359190509080"). Provide either id or url.
10637
10972
  */
@@ -10682,6 +11017,11 @@ interface FacebookAdsSearchInput {
10682
11017
  * One of: ALL, IMAGE, VIDEO, MEME, IMAGE_AND_MEME, NONE.
10683
11018
  */
10684
11019
  mediaType?: "ALL" | "IMAGE" | "VIDEO" | "MEME" | "IMAGE_AND_MEME" | "NONE";
11020
+ /**
11021
+ * Optional. 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. 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.
11022
+ * Range: minimum 1.
11023
+ */
11024
+ preferLatencyUnderMs?: number;
10685
11025
  /**
10686
11026
  * Keyword to search the Meta Ad Library for (e.g. "protein powder").
10687
11027
  */
@@ -10829,6 +11169,11 @@ interface FacebookCommentRepliesInput {
10829
11169
  * The feedback_id of the comment (not the comment id).
10830
11170
  */
10831
11171
  feedbackId: string;
11172
+ /**
11173
+ * Optional. 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. 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.
11174
+ * Range: minimum 1.
11175
+ */
11176
+ preferLatencyUnderMs?: number;
10832
11177
  }
10833
11178
  interface FacebookCommentRepliesReplie {
10834
11179
  /**
@@ -10923,6 +11268,11 @@ interface FacebookCompanyAdsInput {
10923
11268
  * Company's Ad Library page ID. Provide either pageId or companyName.
10924
11269
  */
10925
11270
  pageId?: string;
11271
+ /**
11272
+ * Optional. 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. 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.
11273
+ * Range: minimum 1.
11274
+ */
11275
+ preferLatencyUnderMs?: number;
10926
11276
  /**
10927
11277
  * Sort order: impressions (highest first, the default) or recent (most recent).
10928
11278
  * One of: impressions, recent.
@@ -11031,6 +11381,11 @@ interface FacebookEventDetailsInput {
11031
11381
  * The event's numeric identifier.
11032
11382
  */
11033
11383
  id?: string;
11384
+ /**
11385
+ * Optional. 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. 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.
11386
+ * Range: minimum 1.
11387
+ */
11388
+ preferLatencyUnderMs?: number;
11034
11389
  /**
11035
11390
  * The event's Facebook URL.
11036
11391
  */
@@ -11088,6 +11443,11 @@ interface FacebookEventsInput {
11088
11443
  * Pagination cursor from a previous response to fetch the next page.
11089
11444
  */
11090
11445
  cursor?: string;
11446
+ /**
11447
+ * Optional. 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. 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.
11448
+ * Range: minimum 1.
11449
+ */
11450
+ preferLatencyUnderMs?: number;
11091
11451
  /**
11092
11452
  * Timeframe filter for the returned events. Defaults to all time.
11093
11453
  * One of: today, this_week, next_week.
@@ -11146,6 +11506,11 @@ interface FacebookEventsSearchInput {
11146
11506
  * Pagination cursor from a previous response.
11147
11507
  */
11148
11508
  cursor?: string;
11509
+ /**
11510
+ * Optional. 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. 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.
11511
+ * Range: minimum 1.
11512
+ */
11513
+ preferLatencyUnderMs?: number;
11149
11514
  /**
11150
11515
  * The query to search events for.
11151
11516
  */
@@ -11211,6 +11576,11 @@ interface FacebookFollowersInput {
11211
11576
  * Range: minimum 1, maximum 20.
11212
11577
  */
11213
11578
  limit?: number;
11579
+ /**
11580
+ * Optional. 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. 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.
11581
+ * Range: minimum 1.
11582
+ */
11583
+ preferLatencyUnderMs?: number;
11214
11584
  /**
11215
11585
  * Facebook page or profile URL to list follows for (e.g. https://www.facebook.com/nasa).
11216
11586
  */
@@ -11252,6 +11622,11 @@ interface FacebookGroupPostsInput {
11252
11622
  * Pagination cursor from a previous response to fetch the next page.
11253
11623
  */
11254
11624
  cursor?: string;
11625
+ /**
11626
+ * Optional. 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. 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.
11627
+ * Range: minimum 1.
11628
+ */
11629
+ preferLatencyUnderMs?: number;
11255
11630
  /**
11256
11631
  * Ordering for the returned posts (e.g. TOP_POSTS).
11257
11632
  * One of: TOP_POSTS, RECENT_ACTIVITY, CHRONOLOGICAL, CHRONOLOGICAL_LISTINGS.
@@ -11341,6 +11716,11 @@ interface FacebookMarketplaceInput {
11341
11716
  * Longitude of the search location (e.g. '-97.7475').
11342
11717
  */
11343
11718
  lng: string;
11719
+ /**
11720
+ * Optional. 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. 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.
11721
+ * Range: minimum 1.
11722
+ */
11723
+ preferLatencyUnderMs?: number;
11344
11724
  /**
11345
11725
  * Maximum listing price in whole currency units, e.g. 500 for $500. Facebook may mix in a few suggested listings outside the range.
11346
11726
  * Range: minimum 0.
@@ -11412,6 +11792,11 @@ interface FacebookMarketplaceItemInput {
11412
11792
  * Facebook Marketplace item ID.
11413
11793
  */
11414
11794
  id?: string;
11795
+ /**
11796
+ * Optional. 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. 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.
11797
+ * Range: minimum 1.
11798
+ */
11799
+ preferLatencyUnderMs?: number;
11415
11800
  /**
11416
11801
  * Facebook Marketplace item URL.
11417
11802
  */
@@ -11469,6 +11854,11 @@ interface FacebookMarketplaceItemData {
11469
11854
  * Input for Facebook Marketplace Location Search (facebook.marketplace_location_search).
11470
11855
  */
11471
11856
  interface FacebookMarketplaceLocationSearchInput {
11857
+ /**
11858
+ * Optional. 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. 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.
11859
+ * Range: minimum 1.
11860
+ */
11861
+ preferLatencyUnderMs?: number;
11472
11862
  /**
11473
11863
  * Location search query (e.g. a city name).
11474
11864
  */
@@ -11524,6 +11914,11 @@ interface FacebookPageContactInput {
11524
11914
  * Facebook Page URL or page ID to look up (e.g. https://www.facebook.com/nasa).
11525
11915
  */
11526
11916
  page: string;
11917
+ /**
11918
+ * Optional. 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. 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.
11919
+ * Range: minimum 1.
11920
+ */
11921
+ preferLatencyUnderMs?: number;
11527
11922
  }
11528
11923
  interface FacebookPageContactItem {
11529
11924
  /**
@@ -11582,6 +11977,11 @@ interface FacebookPhotosInput {
11582
11977
  * Pagination cursor from a previous response to fetch the next page.
11583
11978
  */
11584
11979
  cursor?: string;
11980
+ /**
11981
+ * Optional. 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. 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.
11982
+ * Range: minimum 1.
11983
+ */
11984
+ preferLatencyUnderMs?: number;
11585
11985
  /**
11586
11986
  * URL of the public Facebook page or profile to fetch photos from (e.g. https://www.facebook.com/Spurs).
11587
11987
  */
@@ -11634,6 +12034,11 @@ interface FacebookPhotosData {
11634
12034
  * Input for Facebook Post (facebook.post).
11635
12035
  */
11636
12036
  interface FacebookPostInput {
12037
+ /**
12038
+ * Optional. 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. 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.
12039
+ * Range: minimum 1.
12040
+ */
12041
+ preferLatencyUnderMs?: number;
11637
12042
  /**
11638
12043
  * Full Facebook post URL.
11639
12044
  */
@@ -11669,6 +12074,11 @@ interface FacebookPostCommentsInput {
11669
12074
  * Facebook feedback id for the post (alternative to url).
11670
12075
  */
11671
12076
  feedbackId?: string;
12077
+ /**
12078
+ * Optional. 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. 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.
12079
+ * Range: minimum 1.
12080
+ */
12081
+ preferLatencyUnderMs?: number;
11672
12082
  /**
11673
12083
  * Full Facebook post URL.
11674
12084
  */
@@ -11718,6 +12128,11 @@ interface FacebookPostCommentsData {
11718
12128
  * Input for Facebook Post Transcript (facebook.post_transcript).
11719
12129
  */
11720
12130
  interface FacebookPostTranscriptInput {
12131
+ /**
12132
+ * Optional. 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. 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.
12133
+ * Range: minimum 1.
12134
+ */
12135
+ preferLatencyUnderMs?: number;
11721
12136
  /**
11722
12137
  * The Facebook post or video URL.
11723
12138
  */
@@ -11738,6 +12153,11 @@ interface FacebookProfileInput {
11738
12153
  * Facebook page handle/username.
11739
12154
  */
11740
12155
  handle?: string;
12156
+ /**
12157
+ * Optional. 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. 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.
12158
+ * Range: minimum 1.
12159
+ */
12160
+ preferLatencyUnderMs?: number;
11741
12161
  /**
11742
12162
  * Full Facebook page URL.
11743
12163
  */
@@ -11772,6 +12192,11 @@ interface FacebookProfileEventsInput {
11772
12192
  * Pagination cursor from a previous response.
11773
12193
  */
11774
12194
  cursor?: string;
12195
+ /**
12196
+ * Optional. 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. 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.
12197
+ * Range: minimum 1.
12198
+ */
12199
+ preferLatencyUnderMs?: number;
11775
12200
  /**
11776
12201
  * The Facebook page URL.
11777
12202
  */
@@ -11830,6 +12255,11 @@ interface FacebookProfilePostsInput {
11830
12255
  * Facebook page id.
11831
12256
  */
11832
12257
  pageId?: string;
12258
+ /**
12259
+ * Optional. 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. 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.
12260
+ * Range: minimum 1.
12261
+ */
12262
+ preferLatencyUnderMs?: number;
11833
12263
  /**
11834
12264
  * Full Facebook page/profile URL.
11835
12265
  */
@@ -11908,6 +12338,11 @@ interface FacebookProfileReelsInput {
11908
12338
  * Pagination cursor from a previous response.
11909
12339
  */
11910
12340
  cursor?: string;
12341
+ /**
12342
+ * Optional. 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. 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.
12343
+ * Range: minimum 1.
12344
+ */
12345
+ preferLatencyUnderMs?: number;
11911
12346
  /**
11912
12347
  * Full Facebook page/profile URL.
11913
12348
  */
@@ -11953,6 +12388,11 @@ interface FacebookProfileReelsData {
11953
12388
  * Input for Facebook Company Search (facebook.search_companies).
11954
12389
  */
11955
12390
  interface FacebookSearchCompaniesInput {
12391
+ /**
12392
+ * Optional. 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. 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.
12393
+ * Range: minimum 1.
12394
+ */
12395
+ preferLatencyUnderMs?: number;
11956
12396
  /**
11957
12397
  * Keyword to search advertiser pages for (e.g. "nike").
11958
12398
  */
@@ -12018,6 +12458,11 @@ interface FacebookSearchPagesInput {
12018
12458
  * Optional free-text location to narrow the search: a city, province, or country (e.g. 'Berlin').
12019
12459
  */
12020
12460
  location?: string;
12461
+ /**
12462
+ * Optional. 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. 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.
12463
+ * Range: minimum 1.
12464
+ */
12465
+ preferLatencyUnderMs?: number;
12021
12466
  /**
12022
12467
  * Keyword to search Facebook Pages for (e.g. 'coffee roasters').
12023
12468
  */
@@ -12088,6 +12533,11 @@ interface FacebookSearchPostsInput {
12088
12533
  * Optional location to narrow results; include both city and country for best matches (e.g. 'Paris, France').
12089
12534
  */
12090
12535
  location?: string;
12536
+ /**
12537
+ * Optional. 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. 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.
12538
+ * Range: minimum 1.
12539
+ */
12540
+ preferLatencyUnderMs?: number;
12091
12541
  /**
12092
12542
  * Keyword or phrase to search Facebook posts for (e.g. 'product launch').
12093
12543
  */
@@ -12530,6 +12980,11 @@ interface FiverrSearchInput {
12530
12980
  * Range: minimum 1, maximum 20.
12531
12981
  */
12532
12982
  limit?: number;
12983
+ /**
12984
+ * Optional. 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. 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.
12985
+ * Range: minimum 1.
12986
+ */
12987
+ preferLatencyUnderMs?: number;
12533
12988
  /**
12534
12989
  * Fiverr search or category page URL to extract gigs from.
12535
12990
  */
@@ -12629,6 +13084,11 @@ interface G2ReviewsInput {
12629
13084
  * Default: 50.
12630
13085
  */
12631
13086
  limit?: number;
13087
+ /**
13088
+ * Optional. 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. 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.
13089
+ * Range: minimum 1.
13090
+ */
13091
+ preferLatencyUnderMs?: number;
12632
13092
  /**
12633
13093
  * G2 product slug, for example hubspot-marketing-hub. A full G2 product URL is also accepted and reduced to its slug.
12634
13094
  */
@@ -12787,6 +13247,11 @@ declare class G2Namespace {
12787
13247
  * Input for Gemini Search (gemini.search).
12788
13248
  */
12789
13249
  interface GeminiSearchInput {
13250
+ /**
13251
+ * Optional. 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. 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.
13252
+ * Range: minimum 1.
13253
+ */
13254
+ preferLatencyUnderMs?: number;
12790
13255
  /**
12791
13256
  * Question or research prompt for Gemini to answer using web search.
12792
13257
  */
@@ -12849,6 +13314,11 @@ declare class GeminiNamespace {
12849
13314
  * Input for GitHub Repository (github.repository).
12850
13315
  */
12851
13316
  interface GithubRepositoryInput {
13317
+ /**
13318
+ * Optional. 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. 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.
13319
+ * Range: minimum 1.
13320
+ */
13321
+ preferLatencyUnderMs?: number;
12852
13322
  /**
12853
13323
  * GitHub repository URL (e.g. https://github.com/facebook/react).
12854
13324
  */
@@ -12949,6 +13419,11 @@ interface GithubTrendingDevelopersInput {
12949
13419
  * Programming language to filter trending developers (e.g. javascript, python, go).
12950
13420
  */
12951
13421
  language?: string;
13422
+ /**
13423
+ * Optional. 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. 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.
13424
+ * Range: minimum 1.
13425
+ */
13426
+ preferLatencyUnderMs?: number;
12952
13427
  /**
12953
13428
  * Trending range: daily, weekly, or monthly (defaults to daily).
12954
13429
  */
@@ -12996,6 +13471,11 @@ interface GithubTrendingRepositoriesInput {
12996
13471
  * Filter by programming language (e.g. "go", "typescript"). Omit for all languages.
12997
13472
  */
12998
13473
  language?: string;
13474
+ /**
13475
+ * Optional. 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. 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.
13476
+ * Range: minimum 1.
13477
+ */
13478
+ preferLatencyUnderMs?: number;
12999
13479
  /**
13000
13480
  * Trending window.
13001
13481
  * One of: daily, weekly, monthly.
@@ -13037,6 +13517,11 @@ interface GithubUserInput {
13037
13517
  * GitHub username.
13038
13518
  */
13039
13519
  handle: string;
13520
+ /**
13521
+ * Optional. 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. 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.
13522
+ * Range: minimum 1.
13523
+ */
13524
+ preferLatencyUnderMs?: number;
13040
13525
  }
13041
13526
  /**
13042
13527
  * The `data` payload of GitHub User (github.user).
@@ -13113,6 +13598,11 @@ interface GithubUserActivityInput {
13113
13598
  * GitHub username.
13114
13599
  */
13115
13600
  handle: string;
13601
+ /**
13602
+ * Optional. 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. 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.
13603
+ * Range: minimum 1.
13604
+ */
13605
+ preferLatencyUnderMs?: number;
13116
13606
  /**
13117
13607
  * Year of contribution activity to return (defaults to the current year).
13118
13608
  */
@@ -13156,6 +13646,11 @@ interface GithubUserContributionsInput {
13156
13646
  * GitHub username.
13157
13647
  */
13158
13648
  handle: string;
13649
+ /**
13650
+ * Optional. 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. 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.
13651
+ * Range: minimum 1.
13652
+ */
13653
+ preferLatencyUnderMs?: number;
13159
13654
  /**
13160
13655
  * Calendar year of the contribution graph. Defaults to the current year.
13161
13656
  */
@@ -13209,6 +13704,11 @@ interface GithubUserFollowersInput {
13209
13704
  * GitHub username.
13210
13705
  */
13211
13706
  handle: string;
13707
+ /**
13708
+ * Optional. 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. 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.
13709
+ * Range: minimum 1.
13710
+ */
13711
+ preferLatencyUnderMs?: number;
13212
13712
  }
13213
13713
  interface GithubUserFollowersFollower {
13214
13714
  /**
@@ -13256,6 +13756,11 @@ interface GithubUserFollowingInput {
13256
13756
  * GitHub username.
13257
13757
  */
13258
13758
  handle: string;
13759
+ /**
13760
+ * Optional. 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. 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.
13761
+ * Range: minimum 1.
13762
+ */
13763
+ preferLatencyUnderMs?: number;
13259
13764
  }
13260
13765
  interface GithubUserFollowingFollowing {
13261
13766
  /**
@@ -13303,6 +13808,11 @@ interface GithubUserPullRequestsInput {
13303
13808
  * GitHub username.
13304
13809
  */
13305
13810
  handle: string;
13811
+ /**
13812
+ * Optional. 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. 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.
13813
+ * Range: minimum 1.
13814
+ */
13815
+ preferLatencyUnderMs?: number;
13306
13816
  /**
13307
13817
  * Only include pull requests created on or after this date (YYYY-MM-DD).
13308
13818
  */
@@ -13369,6 +13879,11 @@ interface GithubUserRepositoriesInput {
13369
13879
  * GitHub username.
13370
13880
  */
13371
13881
  handle: string;
13882
+ /**
13883
+ * Optional. 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. 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.
13884
+ * Range: minimum 1.
13885
+ */
13886
+ preferLatencyUnderMs?: number;
13372
13887
  /**
13373
13888
  * Repository ordering.
13374
13889
  * One of: created, updated, pushed, full_name.
@@ -13598,6 +14113,11 @@ interface GlassdoorJobsInput {
13598
14113
  * One of: 24h, week, month.
13599
14114
  */
13600
14115
  postedLimit?: "24h" | "week" | "month";
14116
+ /**
14117
+ * Optional. 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. 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.
14118
+ * Range: minimum 1.
14119
+ */
14120
+ preferLatencyUnderMs?: number;
13601
14121
  /**
13602
14122
  * Job title or keywords to search (keyword mode). Provide this or a url.
13603
14123
  */
@@ -13714,6 +14234,11 @@ declare class GlassdoorNamespace {
13714
14234
  * Input for Google AI Mode (google.ai_mode).
13715
14235
  */
13716
14236
  interface GoogleAiModeInput {
14237
+ /**
14238
+ * Optional. 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. 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.
14239
+ * Range: minimum 1.
14240
+ */
14241
+ preferLatencyUnderMs?: number;
13717
14242
  /**
13718
14243
  * The question or prompt to answer with Google AI Mode.
13719
14244
  */
@@ -13755,6 +14280,11 @@ interface GoogleAiModeData {
13755
14280
  * Input for Google AI Overview (google.ai_overview).
13756
14281
  */
13757
14282
  interface GoogleAiOverviewInput {
14283
+ /**
14284
+ * Optional. 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. 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.
14285
+ * Range: minimum 1.
14286
+ */
14287
+ preferLatencyUnderMs?: number;
13758
14288
  /**
13759
14289
  * The question or prompt to answer with a Google AI Overview.
13760
14290
  */
@@ -13814,6 +14344,11 @@ interface GoogleAutocompleteInput {
13814
14344
  * Default: en.
13815
14345
  */
13816
14346
  hl?: string;
14347
+ /**
14348
+ * Optional. 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. 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.
14349
+ * Range: minimum 1.
14350
+ */
14351
+ preferLatencyUnderMs?: number;
13817
14352
  /**
13818
14353
  * The partial Google search query.
13819
14354
  */
@@ -13867,6 +14402,11 @@ interface GoogleImagesInput {
13867
14402
  * Fine-grained location for result localization, given as a canonical Google location string (e.g. 'New York, United States', 'London, United Kingdom'). More specific than the country-level gl.
13868
14403
  */
13869
14404
  location?: string;
14405
+ /**
14406
+ * Optional. 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. 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.
14407
+ * Range: minimum 1.
14408
+ */
14409
+ preferLatencyUnderMs?: number;
13870
14410
  /**
13871
14411
  * Image search query (e.g. golden gate bridge at sunset).
13872
14412
  */
@@ -13922,6 +14462,11 @@ interface GoogleImagesData {
13922
14462
  * Input for Google Lens (google.lens).
13923
14463
  */
13924
14464
  interface GoogleLensInput {
14465
+ /**
14466
+ * Optional. 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. 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.
14467
+ * Range: minimum 1.
14468
+ */
14469
+ preferLatencyUnderMs?: number;
13925
14470
  /**
13926
14471
  * Public URL of the image to search with.
13927
14472
  * Format: uri.
@@ -13990,6 +14535,11 @@ interface GoogleNewsInput {
13990
14535
  * Fine-grained location for result localization, given as a canonical Google location string (e.g. 'New York, United States', 'London, United Kingdom'). More specific than the country-level gl.
13991
14536
  */
13992
14537
  location?: string;
14538
+ /**
14539
+ * Optional. 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. 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.
14540
+ * Range: minimum 1.
14541
+ */
14542
+ preferLatencyUnderMs?: number;
13993
14543
  /**
13994
14544
  * News search query; supports operators like '-', 'OR', and 'site:' (e.g. bitcoin site:cnn.com).
13995
14545
  */
@@ -14037,6 +14587,11 @@ interface GoogleNewsData {
14037
14587
  * Input for Google Patents (google.patents).
14038
14588
  */
14039
14589
  interface GooglePatentsInput {
14590
+ /**
14591
+ * Optional. 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. 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.
14592
+ * Range: minimum 1.
14593
+ */
14594
+ preferLatencyUnderMs?: number;
14040
14595
  /**
14041
14596
  * The Google Patents search query.
14042
14597
  */
@@ -14113,6 +14668,11 @@ interface GooglePatentsData {
14113
14668
  * Input for Google Scholar (google.scholar).
14114
14669
  */
14115
14670
  interface GoogleScholarInput {
14671
+ /**
14672
+ * Optional. 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. 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.
14673
+ * Range: minimum 1.
14674
+ */
14675
+ preferLatencyUnderMs?: number;
14116
14676
  /**
14117
14677
  * The Google Scholar search query.
14118
14678
  */
@@ -14200,6 +14760,11 @@ interface GoogleSearchInput {
14200
14760
  * Fine-grained location for result localization, given as a canonical Google location string (e.g. 'New York, United States', 'London, United Kingdom'). More specific than the country-level gl.
14201
14761
  */
14202
14762
  location?: string;
14763
+ /**
14764
+ * Optional. 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. 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.
14765
+ * Range: minimum 1.
14766
+ */
14767
+ preferLatencyUnderMs?: number;
14203
14768
  /**
14204
14769
  * The Google search query.
14205
14770
  */
@@ -14261,6 +14826,11 @@ interface GoogleSearch100Input {
14261
14826
  * Default: en.
14262
14827
  */
14263
14828
  hl?: string;
14829
+ /**
14830
+ * Optional. 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. 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.
14831
+ * Range: minimum 1.
14832
+ */
14833
+ preferLatencyUnderMs?: number;
14264
14834
  /**
14265
14835
  * The Google search query.
14266
14836
  */
@@ -14328,6 +14898,11 @@ interface GoogleVideosInput {
14328
14898
  * Fine-grained location for result localization, given as a canonical Google location string (e.g. 'New York, United States', 'London, United Kingdom'). More specific than the country-level gl.
14329
14899
  */
14330
14900
  location?: string;
14901
+ /**
14902
+ * Optional. 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. 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.
14903
+ * Range: minimum 1.
14904
+ */
14905
+ preferLatencyUnderMs?: number;
14331
14906
  /**
14332
14907
  * The video search query.
14333
14908
  */
@@ -14520,6 +15095,11 @@ declare class GoogleNamespace {
14520
15095
  * Input for Google Ads Ad Details (google_ads.ad_details).
14521
15096
  */
14522
15097
  interface GoogleAdsAdDetailsInput {
15098
+ /**
15099
+ * Optional. 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. 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.
15100
+ * Range: minimum 1.
15101
+ */
15102
+ preferLatencyUnderMs?: number;
14523
15103
  /**
14524
15104
  * Google Ads Transparency Center creative URL (e.g. "https://adstransparency.google.com/advertiser/AR.../creative/CR...").
14525
15105
  */
@@ -14568,6 +15148,11 @@ interface GoogleAdsAdDetailsData {
14568
15148
  * Input for Google Ads Advertiser Search (google_ads.advertiser_search).
14569
15149
  */
14570
15150
  interface GoogleAdsAdvertiserSearchInput {
15151
+ /**
15152
+ * Optional. 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. 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.
15153
+ * Range: minimum 1.
15154
+ */
15155
+ preferLatencyUnderMs?: number;
14571
15156
  /**
14572
15157
  * Advertiser name or keyword to search for (e.g. "lululemon").
14573
15158
  */
@@ -14635,6 +15220,11 @@ interface GoogleAdsCompanyAdsInput {
14635
15220
  * One of: google_maps, google_play, google_search, google_shopping, youtube.
14636
15221
  */
14637
15222
  platform?: "google_maps" | "google_play" | "google_search" | "google_shopping" | "youtube";
15223
+ /**
15224
+ * Optional. 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. 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.
15225
+ * Range: minimum 1.
15226
+ */
15227
+ preferLatencyUnderMs?: number;
14638
15228
  /**
14639
15229
  * Two-letter country code to scope results (e.g. "US", "AU").
14640
15230
  */
@@ -14707,6 +15297,11 @@ interface GoogleAdsSearchInput {
14707
15297
  * Range: minimum 1, maximum 20.
14708
15298
  */
14709
15299
  limit?: number;
15300
+ /**
15301
+ * Optional. 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. 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.
15302
+ * Range: minimum 1.
15303
+ */
15304
+ preferLatencyUnderMs?: number;
14710
15305
  /**
14711
15306
  * A Google Ads Transparency Center URL for a selected advertiser or domain (e.g. https://adstransparency.google.com/advertiser/AR01614014350098432001?region=US).
14712
15307
  */
@@ -14844,6 +15439,11 @@ declare class GoogleAdsNamespace {
14844
15439
  * Input for Google Finance Quote (google_finance.quote).
14845
15440
  */
14846
15441
  interface GoogleFinanceQuoteInput {
15442
+ /**
15443
+ * Optional. 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. 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.
15444
+ * Range: minimum 1.
15445
+ */
15446
+ preferLatencyUnderMs?: number;
14847
15447
  /**
14848
15448
  * The symbol to quote. US stocks use a plain ticker (e.g. AAPL, TSLA); non-US stocks add a market suffix (e.g. VOW3.DE, BABA.HK, BARC.L); indices use a caret (e.g. ^GSPC, ^DJI); crypto and currencies use pair form (e.g. BTC-USD, EURUSD=X); mutual funds and futures use their symbol (e.g. VFIAX, ES=F). Common alternate forms are accepted and normalized (e.g. AAPL:NASDAQ, .DJI, BTC/USD). Exact symbols only, not a company-name search.
14849
15449
  */
@@ -14992,6 +15592,11 @@ interface GoogleShoppingSearchInput {
14992
15592
  * Range: minimum 1, maximum 10.
14993
15593
  */
14994
15594
  limit?: number;
15595
+ /**
15596
+ * Optional. 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. 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.
15597
+ * Range: minimum 1.
15598
+ */
15599
+ preferLatencyUnderMs?: number;
14995
15600
  /**
14996
15601
  * Product name, brand, or keywords to search for (e.g. "Nike running shoes").
14997
15602
  */
@@ -15099,6 +15704,11 @@ interface HackernewsProfileInput {
15099
15704
  * Hacker News username, e.g. "pg".
15100
15705
  */
15101
15706
  handle: string;
15707
+ /**
15708
+ * Optional. 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. 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.
15709
+ * Range: minimum 1.
15710
+ */
15711
+ preferLatencyUnderMs?: number;
15102
15712
  }
15103
15713
  /**
15104
15714
  * The `data` payload of Hacker News Profile (hackernews.profile).
@@ -15116,6 +15726,11 @@ interface HackernewsProfileData {
15116
15726
  * Input for Hacker News Search (hackernews.search).
15117
15727
  */
15118
15728
  interface HackernewsSearchInput {
15729
+ /**
15730
+ * Optional. 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. 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.
15731
+ * Range: minimum 1.
15732
+ */
15733
+ preferLatencyUnderMs?: number;
15119
15734
  /**
15120
15735
  * Search keyword, e.g. "ai".
15121
15736
  */
@@ -15173,6 +15788,11 @@ interface HackernewsStoryInput {
15173
15788
  * Hacker News story id, e.g. "47340079".
15174
15789
  */
15175
15790
  id: string;
15791
+ /**
15792
+ * Optional. 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. 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.
15793
+ * Range: minimum 1.
15794
+ */
15795
+ preferLatencyUnderMs?: number;
15176
15796
  }
15177
15797
  /**
15178
15798
  * The `data` payload of Hacker News Story (hackernews.story).
@@ -15212,6 +15832,11 @@ interface HackernewsStoryCommentsInput {
15212
15832
  * Hacker News story id, e.g. "47340079".
15213
15833
  */
15214
15834
  id: string;
15835
+ /**
15836
+ * Optional. 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. 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.
15837
+ * Range: minimum 1.
15838
+ */
15839
+ preferLatencyUnderMs?: number;
15215
15840
  }
15216
15841
  interface HackernewsStoryCommentsComment {
15217
15842
  /**
@@ -15321,6 +15946,11 @@ interface IndeedJobsInput {
15321
15946
  * One of: 24h, week.
15322
15947
  */
15323
15948
  postedLimit?: "24h" | "week";
15949
+ /**
15950
+ * Optional. 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. 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.
15951
+ * Range: minimum 1.
15952
+ */
15953
+ preferLatencyUnderMs?: number;
15324
15954
  /**
15325
15955
  * Job search keywords (e.g. software engineer).
15326
15956
  */
@@ -15407,6 +16037,11 @@ interface InstagramAudioReelsInput {
15407
16037
  * Pagination cursor returned by a previous response.
15408
16038
  */
15409
16039
  cursor?: string;
16040
+ /**
16041
+ * Optional. 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. 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.
16042
+ * Range: minimum 1.
16043
+ */
16044
+ preferLatencyUnderMs?: number;
15410
16045
  }
15411
16046
  interface InstagramAudioReelsReel {
15412
16047
  code: string;
@@ -15441,6 +16076,11 @@ interface InstagramAudioReelsData {
15441
16076
  * Input for Instagram Basic Profile (instagram.basic_profile).
15442
16077
  */
15443
16078
  interface InstagramBasicProfileInput {
16079
+ /**
16080
+ * Optional. 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. 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.
16081
+ * Range: minimum 1.
16082
+ */
16083
+ preferLatencyUnderMs?: number;
15444
16084
  /**
15445
16085
  * Instagram numeric user id.
15446
16086
  */
@@ -15486,6 +16126,11 @@ interface InstagramCommentRepliesInput {
15486
16126
  * Pagination cursor from a previous response's nextCursor.
15487
16127
  */
15488
16128
  cursor?: string;
16129
+ /**
16130
+ * Optional. 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. 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.
16131
+ * Range: minimum 1.
16132
+ */
16133
+ preferLatencyUnderMs?: number;
15489
16134
  /**
15490
16135
  * Full Instagram post or reel URL the comment belongs to.
15491
16136
  */
@@ -15543,6 +16188,11 @@ interface InstagramEmbedInput {
15543
16188
  * Instagram username without the leading @.
15544
16189
  */
15545
16190
  handle: string;
16191
+ /**
16192
+ * Optional. 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. 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.
16193
+ * Range: minimum 1.
16194
+ */
16195
+ preferLatencyUnderMs?: number;
15546
16196
  }
15547
16197
  /**
15548
16198
  * The `data` payload of Instagram Profile Embed (instagram.embed).
@@ -15567,6 +16217,11 @@ interface InstagramFollowersInput {
15567
16217
  * Range: minimum 50, maximum 1000.
15568
16218
  */
15569
16219
  limit?: number;
16220
+ /**
16221
+ * Optional. 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. 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.
16222
+ * Range: minimum 1.
16223
+ */
16224
+ preferLatencyUnderMs?: number;
15570
16225
  /**
15571
16226
  * Set true if you intend to page through followers, so the request is only served by a source that can return a nextCursor. The bulk source cannot page, and a paging source may cost more per request. Cannot be combined with requireSinglePage.
15572
16227
  */
@@ -15637,6 +16292,11 @@ interface InstagramFollowingInput {
15637
16292
  * Range: minimum 50, maximum 1000.
15638
16293
  */
15639
16294
  limit?: number;
16295
+ /**
16296
+ * Optional. 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. 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.
16297
+ * Range: minimum 1.
16298
+ */
16299
+ preferLatencyUnderMs?: number;
15640
16300
  /**
15641
16301
  * Set true if you intend to page through the following list, so the request is only served by a source that can return a nextCursor. The bulk source cannot page, and a paging source may cost more per request. Cannot be combined with requireSinglePage.
15642
16302
  */
@@ -15707,6 +16367,11 @@ interface InstagramHashtagAnalyticsInput {
15707
16367
  * Range: minimum 1, maximum 20.
15708
16368
  */
15709
16369
  limit?: number;
16370
+ /**
16371
+ * Optional. 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. 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.
16372
+ * Range: minimum 1.
16373
+ */
16374
+ preferLatencyUnderMs?: number;
15710
16375
  }
15711
16376
  interface InstagramHashtagAnalyticsItem {
15712
16377
  difficulty?: string;
@@ -15755,6 +16420,11 @@ interface InstagramHashtagRecentPostsInput {
15755
16420
  * Hashtag to monitor, without the leading #.
15756
16421
  */
15757
16422
  hashtag: string;
16423
+ /**
16424
+ * Optional. 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. 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.
16425
+ * Range: minimum 1.
16426
+ */
16427
+ preferLatencyUnderMs?: number;
15758
16428
  }
15759
16429
  interface InstagramHashtagRecentPostsPost {
15760
16430
  /**
@@ -15854,6 +16524,11 @@ interface InstagramHashtagTopPostsInput {
15854
16524
  * Hashtag to fetch, without the leading #.
15855
16525
  */
15856
16526
  hashtag: string;
16527
+ /**
16528
+ * Optional. 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. 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.
16529
+ * Range: minimum 1.
16530
+ */
16531
+ preferLatencyUnderMs?: number;
15857
16532
  }
15858
16533
  interface InstagramHashtagTopPostsPost {
15859
16534
  /**
@@ -15950,6 +16625,11 @@ interface InstagramHighlightDetailInput {
15950
16625
  * The id of the highlight to retrieve details for.
15951
16626
  */
15952
16627
  id: string;
16628
+ /**
16629
+ * Optional. 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. 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.
16630
+ * Range: minimum 1.
16631
+ */
16632
+ preferLatencyUnderMs?: number;
15953
16633
  }
15954
16634
  /**
15955
16635
  * The `data` payload of Instagram Highlight Detail (instagram.highlight_detail).
@@ -15985,6 +16665,11 @@ interface InstagramHighlightDetailData {
15985
16665
  * Input for Instagram Media Transcript (instagram.media_transcript).
15986
16666
  */
15987
16667
  interface InstagramMediaTranscriptInput {
16668
+ /**
16669
+ * Optional. 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. 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.
16670
+ * Range: minimum 1.
16671
+ */
16672
+ preferLatencyUnderMs?: number;
15988
16673
  /**
15989
16674
  * Instagram post or reel URL.
15990
16675
  */
@@ -16018,6 +16703,11 @@ interface InstagramMediaTranscriptData {
16018
16703
  * Input for Instagram Post (instagram.post).
16019
16704
  */
16020
16705
  interface InstagramPostInput {
16706
+ /**
16707
+ * Optional. 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. 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.
16708
+ * Range: minimum 1.
16709
+ */
16710
+ preferLatencyUnderMs?: number;
16021
16711
  /**
16022
16712
  * Set true to be served only by a source that reports a reel's play count. The default cheapest source does not carry play counts, so `plays` is absent from its responses; opting in guarantees the field when Instagram exposes it, at a higher price per request.
16023
16713
  */
@@ -16061,6 +16751,11 @@ interface InstagramPostCommentsInput {
16061
16751
  * Pagination cursor from a previous response's nextCursor.
16062
16752
  */
16063
16753
  cursor?: string;
16754
+ /**
16755
+ * Optional. 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. 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.
16756
+ * Range: minimum 1.
16757
+ */
16758
+ preferLatencyUnderMs?: number;
16064
16759
  /**
16065
16760
  * Full Instagram post or reel URL.
16066
16761
  */
@@ -16112,6 +16807,11 @@ interface InstagramProfileInput {
16112
16807
  * Instagram username without the leading @.
16113
16808
  */
16114
16809
  handle: string;
16810
+ /**
16811
+ * Optional. 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. 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.
16812
+ * Range: minimum 1.
16813
+ */
16814
+ preferLatencyUnderMs?: number;
16115
16815
  }
16116
16816
  interface InstagramProfileBioLink {
16117
16817
  /**
@@ -16198,6 +16898,11 @@ interface InstagramProfileData {
16198
16898
  * Input for Instagram Reel Transcript (instagram.reel_transcript).
16199
16899
  */
16200
16900
  interface InstagramReelTranscriptInput {
16901
+ /**
16902
+ * Optional. 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. 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.
16903
+ * Range: minimum 1.
16904
+ */
16905
+ preferLatencyUnderMs?: number;
16201
16906
  /**
16202
16907
  * The URL of a public Instagram reel or video post with spoken audio (e.g. https://www.instagram.com/reel/C8yKXdRxKqK/).
16203
16908
  */
@@ -16298,6 +17003,11 @@ interface InstagramReelsSearchInput {
16298
17003
  * Default: 1.
16299
17004
  */
16300
17005
  page?: number;
17006
+ /**
17007
+ * Optional. 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. 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.
17008
+ * Range: minimum 1.
17009
+ */
17010
+ preferLatencyUnderMs?: number;
16301
17011
  /**
16302
17012
  * Search keyword (e.g. "crossfit").
16303
17013
  */
@@ -16368,6 +17078,11 @@ interface InstagramSearchInput {
16368
17078
  * Range: minimum 1, maximum 20.
16369
17079
  */
16370
17080
  limit?: number;
17081
+ /**
17082
+ * Optional. 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. 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.
17083
+ * Range: minimum 1.
17084
+ */
17085
+ preferLatencyUnderMs?: number;
16371
17086
  /**
16372
17087
  * Keyword to search Instagram for; one or more words without special punctuation (e.g. coffee roastery).
16373
17088
  */
@@ -16453,6 +17168,11 @@ interface InstagramSearchHashtagInput {
16453
17168
  * One of: all, reel.
16454
17169
  */
16455
17170
  mediaType?: "all" | "reel";
17171
+ /**
17172
+ * Optional. 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. 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.
17173
+ * Range: minimum 1.
17174
+ */
17175
+ preferLatencyUnderMs?: number;
16456
17176
  }
16457
17177
  interface InstagramSearchHashtagPost {
16458
17178
  /**
@@ -16541,6 +17261,11 @@ interface InstagramSearchProfilesInput {
16541
17261
  * Pagination cursor returned by a previous response.
16542
17262
  */
16543
17263
  cursor?: string;
17264
+ /**
17265
+ * Optional. 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. 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.
17266
+ * Range: minimum 1.
17267
+ */
17268
+ preferLatencyUnderMs?: number;
16544
17269
  /**
16545
17270
  * Bio or caption keyword/phrase to search for.
16546
17271
  */
@@ -16591,6 +17316,11 @@ interface InstagramSearchProfilesData {
16591
17316
  * Input for Instagram Stories (full) (instagram.stories_full).
16592
17317
  */
16593
17318
  interface InstagramStoriesFullInput {
17319
+ /**
17320
+ * Optional. 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. 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.
17321
+ * Range: minimum 1.
17322
+ */
17323
+ preferLatencyUnderMs?: number;
16594
17324
  /**
16595
17325
  * Instagram username or handle without the @.
16596
17326
  */
@@ -16661,6 +17391,11 @@ interface InstagramStoriesFullData {
16661
17391
  * Input for Instagram Stories (basic) (instagram.stories_thin).
16662
17392
  */
16663
17393
  interface InstagramStoriesThinInput {
17394
+ /**
17395
+ * Optional. 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. 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.
17396
+ * Range: minimum 1.
17397
+ */
17398
+ preferLatencyUnderMs?: number;
16664
17399
  /**
16665
17400
  * Instagram username/handle to fetch currently live stories for (without the @).
16666
17401
  */
@@ -16713,6 +17448,11 @@ interface InstagramTaggedPostsInput {
16713
17448
  * Instagram username without the leading @.
16714
17449
  */
16715
17450
  handle: string;
17451
+ /**
17452
+ * Optional. 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. 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.
17453
+ * Range: minimum 1.
17454
+ */
17455
+ preferLatencyUnderMs?: number;
16716
17456
  }
16717
17457
  interface InstagramTaggedPostsPost {
16718
17458
  /**
@@ -16767,6 +17507,11 @@ interface InstagramTaggedPostsData {
16767
17507
  * Input for Instagram Trending Reels (instagram.trending_reels).
16768
17508
  */
16769
17509
  interface InstagramTrendingReelsInput {
17510
+ /**
17511
+ * Optional. 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. 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.
17512
+ * Range: minimum 1.
17513
+ */
17514
+ preferLatencyUnderMs?: number;
16770
17515
  }
16771
17516
  interface InstagramTrendingReelsReel {
16772
17517
  caption: string;
@@ -16807,6 +17552,11 @@ interface InstagramUserHighlightsInput {
16807
17552
  * Instagram username without the leading @.
16808
17553
  */
16809
17554
  handle: string;
17555
+ /**
17556
+ * Optional. 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. 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.
17557
+ * Range: minimum 1.
17558
+ */
17559
+ preferLatencyUnderMs?: number;
16810
17560
  /**
16811
17561
  * Instagram numeric user id (optional, faster than handle).
16812
17562
  */
@@ -16852,6 +17602,11 @@ interface InstagramUserPostsInput {
16852
17602
  * Instagram username without the leading @.
16853
17603
  */
16854
17604
  handle: string;
17605
+ /**
17606
+ * Optional. 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. 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.
17607
+ * Range: minimum 1.
17608
+ */
17609
+ preferLatencyUnderMs?: number;
16855
17610
  }
16856
17611
  interface InstagramUserPostsPost {
16857
17612
  /**
@@ -16940,6 +17695,11 @@ interface InstagramUserReelsInput {
16940
17695
  * Instagram handle.
16941
17696
  */
16942
17697
  handle?: string;
17698
+ /**
17699
+ * Optional. 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. 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.
17700
+ * Range: minimum 1.
17701
+ */
17702
+ preferLatencyUnderMs?: number;
16943
17703
  /**
16944
17704
  * Instagram user id (faster than handle when known).
16945
17705
  */
@@ -17774,6 +18534,11 @@ interface JobSearchTheirstackInput {
17774
18534
  * Date posted max age in days. If 0, only return jobs posted today. If 1, from today and yesterday, etc.
17775
18535
  */
17776
18536
  postedAtMaxAgeDays?: number;
18537
+ /**
18538
+ * Optional. 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. 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.
18539
+ * Range: minimum 1.
18540
+ */
18541
+ preferLatencyUnderMs?: number;
17777
18542
  propertyExistsAnd?: string[];
17778
18543
  /**
17779
18544
  * Return jobs that have any of these fields not null. For example, if you pass ['final_url'], it will return jobs that have a final_url set. This field also support chaining of fields. For example, if you pass ['company_object.domain', 'company_object.linkedin_url'], it will return jobs that have a company domain or a company linkedin_url set.
@@ -18298,6 +19063,11 @@ declare class JobSearchNamespace {
18298
19063
  * Input for LinkedIn Ad Details (linkedin.ad).
18299
19064
  */
18300
19065
  interface LinkedinAdInput {
19066
+ /**
19067
+ * Optional. 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. 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.
19068
+ * Range: minimum 1.
19069
+ */
19070
+ preferLatencyUnderMs?: number;
18301
19071
  /**
18302
19072
  * LinkedIn Ad Library ad URL (e.g. "https://www.linkedin.com/ad-library/detail/666281156").
18303
19073
  */
@@ -18354,6 +19124,11 @@ interface LinkedinAdsInput {
18354
19124
  * Range: minimum 1, maximum 20.
18355
19125
  */
18356
19126
  limit?: number;
19127
+ /**
19128
+ * Optional. 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. 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.
19129
+ * Range: minimum 1.
19130
+ */
19131
+ preferLatencyUnderMs?: number;
18357
19132
  /**
18358
19133
  * LinkedIn Ad Library search URL or a LinkedIn company URL (e.g. https://www.linkedin.com/ad-library/search?companyIds=1035).
18359
19134
  */
@@ -18431,6 +19206,11 @@ interface LinkedinAdsSearchInput {
18431
19206
  * Opaque pagination token from a previous response's nextCursor.
18432
19207
  */
18433
19208
  paginationToken?: string;
19209
+ /**
19210
+ * Optional. 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. 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.
19211
+ * Range: minimum 1.
19212
+ */
19213
+ preferLatencyUnderMs?: number;
18434
19214
  /**
18435
19215
  * Search start date in YYYY-MM-DD format.
18436
19216
  */
@@ -18474,6 +19254,11 @@ interface LinkedinAdsSearchData {
18474
19254
  * Input for LinkedIn Article (linkedin.article).
18475
19255
  */
18476
19256
  interface LinkedinArticleInput {
19257
+ /**
19258
+ * Optional. 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. 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.
19259
+ * Range: minimum 1.
19260
+ */
19261
+ preferLatencyUnderMs?: number;
18477
19262
  /**
18478
19263
  * Public LinkedIn article or newsletter issue URL, e.g. https://www.linkedin.com/pulse/your-article-slug. Pair it with the attachmentUrl returned by linkedin.search_posts_full to read the article behind a post.
18479
19264
  * Format: uri.
@@ -18543,6 +19328,11 @@ interface LinkedinArticleData {
18543
19328
  * Input for LinkedIn Company (linkedin.company).
18544
19329
  */
18545
19330
  interface LinkedinCompanyInput {
19331
+ /**
19332
+ * Optional. 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. 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.
19333
+ * Range: minimum 1.
19334
+ */
19335
+ preferLatencyUnderMs?: number;
18546
19336
  /**
18547
19337
  * Full LinkedIn company page URL.
18548
19338
  */
@@ -18689,6 +19479,11 @@ interface LinkedinCompanyEmployeesInput {
18689
19479
  * Range: minimum 1, maximum 10.
18690
19480
  */
18691
19481
  limit?: number;
19482
+ /**
19483
+ * Optional. 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. 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.
19484
+ * Range: minimum 1.
19485
+ */
19486
+ preferLatencyUnderMs?: number;
18692
19487
  }
18693
19488
  /**
18694
19489
  * An employee: name, headline, location, handle, and LinkedIn profile URL.
@@ -18762,6 +19557,11 @@ interface LinkedinCompanyPostsInput {
18762
19557
  * One of: any, 1h, 24h, week, month, 3months, 6months, year.
18763
19558
  */
18764
19559
  postedLimit?: "any" | "1h" | "24h" | "week" | "month" | "3months" | "6months" | "year";
19560
+ /**
19561
+ * Optional. 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. 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.
19562
+ * Range: minimum 1.
19563
+ */
19564
+ preferLatencyUnderMs?: number;
18765
19565
  /**
18766
19566
  * Full LinkedIn company page URL.
18767
19567
  */
@@ -18883,6 +19683,11 @@ interface LinkedinCompanyPostsThinInput {
18883
19683
  * Range: minimum 1.
18884
19684
  */
18885
19685
  page?: number;
19686
+ /**
19687
+ * Optional. 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. 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.
19688
+ * Range: minimum 1.
19689
+ */
19690
+ preferLatencyUnderMs?: number;
18886
19691
  /**
18887
19692
  * Full LinkedIn company page URL.
18888
19693
  */
@@ -18920,6 +19725,11 @@ interface LinkedinCompanyPostsThinData {
18920
19725
  * Input for LinkedIn Company (basic) (linkedin.company_thin).
18921
19726
  */
18922
19727
  interface LinkedinCompanyThinInput {
19728
+ /**
19729
+ * Optional. 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. 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.
19730
+ * Range: minimum 1.
19731
+ */
19732
+ preferLatencyUnderMs?: number;
18923
19733
  /**
18924
19734
  * Full LinkedIn company page URL.
18925
19735
  */
@@ -18963,6 +19773,11 @@ interface LinkedinCompanyThinData {
18963
19773
  * Input for LinkedIn Email Finder (linkedin.email).
18964
19774
  */
18965
19775
  interface LinkedinEmailInput {
19776
+ /**
19777
+ * Optional. 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. 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.
19778
+ * Range: minimum 1.
19779
+ */
19780
+ preferLatencyUnderMs?: number;
18966
19781
  /**
18967
19782
  * LinkedIn profile URL or public identifier (the last part of the URL) to find the deliverability-validated work email for.
18968
19783
  */
@@ -19060,6 +19875,11 @@ interface LinkedinJobsInput {
19060
19875
  * One of: 1h, 24h, week, month.
19061
19876
  */
19062
19877
  postedLimit?: "1h" | "24h" | "week" | "month";
19878
+ /**
19879
+ * Optional. 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. 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.
19880
+ * Range: minimum 1.
19881
+ */
19882
+ preferLatencyUnderMs?: number;
19063
19883
  /**
19064
19884
  * Job title or keywords to search. Supports LinkedIn boolean operators.
19065
19885
  */
@@ -19231,6 +20051,11 @@ interface LinkedinJobsThinInput {
19231
20051
  * One of: 24h, week, month.
19232
20052
  */
19233
20053
  postedLimit?: "24h" | "week" | "month";
20054
+ /**
20055
+ * Optional. 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. 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.
20056
+ * Range: minimum 1.
20057
+ */
20058
+ preferLatencyUnderMs?: number;
19234
20059
  /**
19235
20060
  * Job title or keywords to search.
19236
20061
  */
@@ -19294,6 +20119,11 @@ interface LinkedinJobsThinData {
19294
20119
  * Input for LinkedIn Post (linkedin.post).
19295
20120
  */
19296
20121
  interface LinkedinPostInput {
20122
+ /**
20123
+ * Optional. 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. 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.
20124
+ * Range: minimum 1.
20125
+ */
20126
+ preferLatencyUnderMs?: number;
19297
20127
  /**
19298
20128
  * Full LinkedIn post or article URL.
19299
20129
  */
@@ -19348,6 +20178,11 @@ interface LinkedinPostCommentsInput {
19348
20178
  * One of: any, 24h, week, month, 3months, 6months, year.
19349
20179
  */
19350
20180
  postedLimit?: "any" | "24h" | "week" | "month" | "3months" | "6months" | "year";
20181
+ /**
20182
+ * Optional. 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. 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.
20183
+ * Range: minimum 1.
20184
+ */
20185
+ preferLatencyUnderMs?: number;
19351
20186
  /**
19352
20187
  * Full URL of the LinkedIn post to list comments for.
19353
20188
  */
@@ -19442,6 +20277,11 @@ interface LinkedinPostReactionsInput {
19442
20277
  * Range: minimum 1, maximum 100.
19443
20278
  */
19444
20279
  limit?: number;
20280
+ /**
20281
+ * Optional. 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. 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.
20282
+ * Range: minimum 1.
20283
+ */
20284
+ preferLatencyUnderMs?: number;
19445
20285
  /**
19446
20286
  * URL of the LinkedIn post to list reactions for (a /posts/...-activity-... or /feed/update/urn:li:activity:... link).
19447
20287
  */
@@ -19501,6 +20341,11 @@ interface LinkedinPostReactionsData {
19501
20341
  * Input for LinkedIn Post Transcript (linkedin.post_transcript).
19502
20342
  */
19503
20343
  interface LinkedinPostTranscriptInput {
20344
+ /**
20345
+ * Optional. 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. 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.
20346
+ * Range: minimum 1.
20347
+ */
20348
+ preferLatencyUnderMs?: number;
19504
20349
  /**
19505
20350
  * The full URL of the LinkedIn post to get the video transcript from.
19506
20351
  */
@@ -19522,6 +20367,11 @@ interface LinkedinPostTranscriptData {
19522
20367
  * Input for LinkedIn Profile (linkedin.profile).
19523
20368
  */
19524
20369
  interface LinkedinProfileInput {
20370
+ /**
20371
+ * Optional. 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. 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.
20372
+ * Range: minimum 1.
20373
+ */
20374
+ preferLatencyUnderMs?: number;
19525
20375
  /**
19526
20376
  * Full LinkedIn profile URL.
19527
20377
  */
@@ -19806,6 +20656,11 @@ interface LinkedinProfilePostsFullInput {
19806
20656
  * Only return posts published on or after this date or timestamp, using a JavaScript-compatible date-time string.
19807
20657
  */
19808
20658
  postedLimitDate?: string;
20659
+ /**
20660
+ * Optional. 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. 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.
20661
+ * Range: minimum 1.
20662
+ */
20663
+ preferLatencyUnderMs?: number;
19809
20664
  /**
19810
20665
  * Full URL of the public LinkedIn profile whose posts should be returned.
19811
20666
  * Format: uri.
@@ -20273,6 +21128,11 @@ interface LinkedinProfilePostsThinInput {
20273
21128
  * Default: 10.
20274
21129
  */
20275
21130
  limit?: number;
21131
+ /**
21132
+ * Optional. 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. 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.
21133
+ * Range: minimum 1.
21134
+ */
21135
+ preferLatencyUnderMs?: number;
20276
21136
  /**
20277
21137
  * Full URL of the public LinkedIn profile whose posts should be returned.
20278
21138
  * Format: uri.
@@ -20430,6 +21290,11 @@ interface LinkedinProfilePostsThinData {
20430
21290
  * Input for LinkedIn Profile (basic) (linkedin.profile_thin).
20431
21291
  */
20432
21292
  interface LinkedinProfileThinInput {
21293
+ /**
21294
+ * Optional. 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. 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.
21295
+ * Range: minimum 1.
21296
+ */
21297
+ preferLatencyUnderMs?: number;
20433
21298
  /**
20434
21299
  * Full LinkedIn profile URL.
20435
21300
  */
@@ -20567,6 +21432,11 @@ interface LinkedinSearchCompaniesInput {
20567
21432
  * Optional location filter, written out in full (e.g. United Kingdom or San Francisco).
20568
21433
  */
20569
21434
  location?: string;
21435
+ /**
21436
+ * Optional. 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. 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.
21437
+ * Range: minimum 1.
21438
+ */
21439
+ preferLatencyUnderMs?: number;
20570
21440
  /**
20571
21441
  * Keyword to search LinkedIn companies for (e.g. marketing agency).
20572
21442
  */
@@ -20642,6 +21512,11 @@ interface LinkedinSearchPostsInput {
20642
21512
  * One of: last-hour, last-day, last-week, last-month, last-year.
20643
21513
  */
20644
21514
  datePosted?: "last-hour" | "last-day" | "last-week" | "last-month" | "last-year";
21515
+ /**
21516
+ * Optional. 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. 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.
21517
+ * Range: minimum 1.
21518
+ */
21519
+ preferLatencyUnderMs?: number;
20645
21520
  /**
20646
21521
  * The post search query.
20647
21522
  */
@@ -20744,6 +21619,11 @@ interface LinkedinSearchPostsFullInput {
20744
21619
  * Only return posts mentioning these LinkedIn member profile URLs.
20745
21620
  */
20746
21621
  mentioningMemberUrls?: string[];
21622
+ /**
21623
+ * Optional. 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. 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.
21624
+ * Range: minimum 1.
21625
+ */
21626
+ preferLatencyUnderMs?: number;
20747
21627
  /**
20748
21628
  * LinkedIn post search query, including quoted terms or Boolean operators accepted by LinkedIn search.
20749
21629
  */
@@ -20996,6 +21876,11 @@ interface LinkedinSearchProfilesInput {
20996
21876
  * Filter by a past job title the person held (e.g. ['Product Manager']).
20997
21877
  */
20998
21878
  pastJobTitles?: string[];
21879
+ /**
21880
+ * Optional. 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. 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.
21881
+ * Range: minimum 1.
21882
+ */
21883
+ preferLatencyUnderMs?: number;
20999
21884
  /**
21000
21885
  * Filter by the profile's primary language.
21001
21886
  */
@@ -21206,6 +22091,11 @@ interface LinkedinSearchProfilesEmailInput {
21206
22091
  * Filter by a past job title the person held (e.g. ['Product Manager']).
21207
22092
  */
21208
22093
  pastJobTitles?: string[];
22094
+ /**
22095
+ * Optional. 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. 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.
22096
+ * Range: minimum 1.
22097
+ */
22098
+ preferLatencyUnderMs?: number;
21209
22099
  /**
21210
22100
  * Filter by the profile's primary language.
21211
22101
  */
@@ -21343,6 +22233,11 @@ interface LinkedinSearchProfilesEmailData {
21343
22233
  * Input for LinkedIn Profile Search (basic) (linkedin.search_profiles_thin).
21344
22234
  */
21345
22235
  interface LinkedinSearchProfilesThinInput {
22236
+ /**
22237
+ * Optional. 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. 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.
22238
+ * Range: minimum 1.
22239
+ */
22240
+ preferLatencyUnderMs?: number;
21346
22241
  /**
21347
22242
  * Search query for LinkedIn profiles - a role, name, or keywords (e.g. 'Marketing Manager').
21348
22243
  */
@@ -21722,6 +22617,11 @@ interface MapsContactsInput {
21722
22617
  * One of: two, twoAndHalf, three, threeAndHalf, four, fourAndHalf.
21723
22618
  */
21724
22619
  placeMinimumStars?: "two" | "twoAndHalf" | "three" | "threeAndHalf" | "four" | "fourAndHalf";
22620
+ /**
22621
+ * Optional. 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. 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.
22622
+ * Range: minimum 1.
22623
+ */
22624
+ preferLatencyUnderMs?: number;
21725
22625
  /**
21726
22626
  * What you would type in the Google Maps search bar (e.g. dentist).
21727
22627
  */
@@ -21866,6 +22766,11 @@ interface MapsPlaceInput {
21866
22766
  * One of: two, twoAndHalf, three, threeAndHalf, four, fourAndHalf.
21867
22767
  */
21868
22768
  placeMinimumStars?: "two" | "twoAndHalf" | "three" | "threeAndHalf" | "four" | "fourAndHalf";
22769
+ /**
22770
+ * Optional. 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. 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.
22771
+ * Range: minimum 1.
22772
+ */
22773
+ preferLatencyUnderMs?: number;
21869
22774
  /**
21870
22775
  * 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).
21871
22776
  */
@@ -21998,6 +22903,11 @@ interface MapsReviewsInput {
21998
22903
  * One of: 24h, week, month, year.
21999
22904
  */
22000
22905
  postedLimit?: "24h" | "week" | "month" | "year";
22906
+ /**
22907
+ * Optional. 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. 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.
22908
+ * Range: minimum 1.
22909
+ */
22910
+ preferLatencyUnderMs?: number;
22001
22911
  /**
22002
22912
  * Only return reviews whose text contains this keyword or phrase (case-insensitive). Omit to return all reviews (e.g. parking).
22003
22913
  */
@@ -22112,6 +23022,11 @@ interface MapsSearchInput {
22112
23022
  * One of: two, twoAndHalf, three, threeAndHalf, four, fourAndHalf.
22113
23023
  */
22114
23024
  placeMinimumStars?: "two" | "twoAndHalf" | "three" | "threeAndHalf" | "four" | "fourAndHalf";
23025
+ /**
23026
+ * Optional. 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. 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.
23027
+ * Range: minimum 1.
23028
+ */
23029
+ preferLatencyUnderMs?: number;
22115
23030
  /**
22116
23031
  * What you would type in the Google Maps search bar (e.g. coffee shop).
22117
23032
  */
@@ -22284,6 +23199,11 @@ interface MobilePhoneAiArkInput {
22284
23199
  * Format: uri.
22285
23200
  */
22286
23201
  linkedinUrl?: string;
23202
+ /**
23203
+ * Optional. 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. 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.
23204
+ * Range: minimum 1.
23205
+ */
23206
+ preferLatencyUnderMs?: number;
22287
23207
  }
22288
23208
  /**
22289
23209
  * The `data` payload of Mobile Phone - AI Ark (mobile_phone.ai_ark).
@@ -22324,6 +23244,11 @@ interface MobilePhoneLeadmagicInput {
22324
23244
  * Format: email.
22325
23245
  */
22326
23246
  personalEmail?: string;
23247
+ /**
23248
+ * Optional. 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. 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.
23249
+ * Range: minimum 1.
23250
+ */
23251
+ preferLatencyUnderMs?: number;
22327
23252
  /**
22328
23253
  * Format: uri.
22329
23254
  */
@@ -22396,6 +23321,11 @@ interface NaverBlogSearchInput {
22396
23321
  * Range: minimum 1, maximum 5.
22397
23322
  */
22398
23323
  limit?: number;
23324
+ /**
23325
+ * Optional. 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. 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.
23326
+ * Range: minimum 1.
23327
+ */
23328
+ preferLatencyUnderMs?: number;
22399
23329
  /**
22400
23330
  * Keyword phrase to search across Naver blogs.
22401
23331
  */
@@ -22504,6 +23434,11 @@ interface PandaexpressLocationsInput {
22504
23434
  * Range: minimum -180, maximum 180.
22505
23435
  */
22506
23436
  longitude: number;
23437
+ /**
23438
+ * Optional. 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. 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.
23439
+ * Range: minimum 1.
23440
+ */
23441
+ preferLatencyUnderMs?: number;
22507
23442
  /**
22508
23443
  * Search radius in miles (default 10).
22509
23444
  * Range: minimum 1, maximum 100.
@@ -22566,6 +23501,11 @@ interface PandaexpressLocationsData {
22566
23501
  * Input for Panda Express Menu (pandaexpress.menu).
22567
23502
  */
22568
23503
  interface PandaexpressMenuInput {
23504
+ /**
23505
+ * Optional. 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. 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.
23506
+ * Range: minimum 1.
23507
+ */
23508
+ preferLatencyUnderMs?: number;
22569
23509
  /**
22570
23510
  * Panda Express restaurant id (the `id` from Panda Express Locations).
22571
23511
  */
@@ -22611,6 +23551,11 @@ interface PandaexpressMenuData {
22611
23551
  * Input for Panda Express Nutrition (pandaexpress.nutrition).
22612
23552
  */
22613
23553
  interface PandaexpressNutritionInput {
23554
+ /**
23555
+ * Optional. 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. 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.
23556
+ * Range: minimum 1.
23557
+ */
23558
+ preferLatencyUnderMs?: number;
22614
23559
  /**
22615
23560
  * Menu item name (or substring) to look up, e.g. "orange chicken" or "chow mein".
22616
23561
  */
@@ -22707,6 +23652,11 @@ interface PeopleSearchAiArkInput {
22707
23652
  * Default: 0.
22708
23653
  */
22709
23654
  page?: number;
23655
+ /**
23656
+ * Optional. 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. 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.
23657
+ * Range: minimum 1.
23658
+ */
23659
+ preferLatencyUnderMs?: number;
22710
23660
  /**
22711
23661
  * Maximum people to return on this page.
22712
23662
  * Range: minimum 1, maximum 100.
@@ -23340,6 +24290,11 @@ interface PeopleSearchCrustdataV3Input {
23340
24290
  * Default: 3.
23341
24291
  */
23342
24292
  limit?: number;
24293
+ /**
24294
+ * Optional. 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. 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.
24295
+ * Range: minimum 1.
24296
+ */
24297
+ preferLatencyUnderMs?: number;
23343
24298
  profileKeywords?: unknown;
23344
24299
  /**
23345
24300
  * Default: false.
@@ -24300,6 +25255,11 @@ interface PeopleSearchFullenrichInput {
24300
25255
  * Filter by a skill the person lists. Each entry is an object taking a `value` string and an optional `exact_match` boolean, e.g. [{"value": "stripe.com", "exact_match": true}]. A bare string is rejected.
24301
25256
  */
24302
25257
  personSkills?: PeopleSearchFullenrichPersonSkill[];
25258
+ /**
25259
+ * Optional. 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. 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.
25260
+ * Range: minimum 1.
25261
+ */
25262
+ preferLatencyUnderMs?: number;
24303
25263
  }
24304
25264
  interface PeopleSearchFullenrichPeople {
24305
25265
  /**
@@ -24598,6 +25558,11 @@ interface PeopleSearchLushaInput {
24598
25558
  */
24599
25559
  size?: number;
24600
25560
  };
25561
+ /**
25562
+ * Optional. 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. 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.
25563
+ * Range: minimum 1.
25564
+ */
25565
+ preferLatencyUnderMs?: number;
24601
25566
  }
24602
25567
  interface PeopleSearchLushaPeople {
24603
25568
  /**
@@ -24763,6 +25728,11 @@ interface PeopleSearchPeopledatalabsInput {
24763
25728
  * Default: 10.
24764
25729
  */
24765
25730
  limit?: number;
25731
+ /**
25732
+ * Optional. 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. 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.
25733
+ * Range: minimum 1.
25734
+ */
25735
+ preferLatencyUnderMs?: number;
24766
25736
  /**
24767
25737
  * Elasticsearch-style query over the People Data Labs person dataset, e.g. {"bool": {"must": [{"term": {"job_company_website": "posthog.com"}}]}}. Send this or sql, never both.
24768
25738
  */
@@ -25358,6 +26328,11 @@ interface PeopleSearchProspeoInput {
25358
26328
  * Filter by total years of experience, as a numeric range.
25359
26329
  */
25360
26330
  personYearOfExperience?: {};
26331
+ /**
26332
+ * Optional. 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. 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.
26333
+ * Range: minimum 1.
26334
+ */
26335
+ preferLatencyUnderMs?: number;
25361
26336
  }
25362
26337
  interface PeopleSearchProspeoPeople {
25363
26338
  /**
@@ -25990,6 +26965,11 @@ interface PeopleSearchQuickenrichInput {
25990
26965
  * Default: 1.
25991
26966
  */
25992
26967
  page?: number;
26968
+ /**
26969
+ * Optional. 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. 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.
26970
+ * Range: minimum 1.
26971
+ */
26972
+ preferLatencyUnderMs?: number;
25993
26973
  /**
25994
26974
  * Filter on employer revenue band.
25995
26975
  */
@@ -26172,6 +27152,11 @@ interface PeopleSearchQuickenrichCompanyInput {
26172
27152
  * Default: 1.
26173
27153
  */
26174
27154
  page?: number;
27155
+ /**
27156
+ * Optional. 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. 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.
27157
+ * Range: minimum 1.
27158
+ */
27159
+ preferLatencyUnderMs?: number;
26175
27160
  /**
26176
27161
  * One job title, or several comma-separated, e.g. "CEO, CFO".
26177
27162
  */
@@ -26397,6 +27382,11 @@ declare class PeopleSearchNamespace {
26397
27382
  * Input for Perplexity Search (perplexity.search).
26398
27383
  */
26399
27384
  interface PerplexitySearchInput {
27385
+ /**
27386
+ * Optional. 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. 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.
27387
+ * Range: minimum 1.
27388
+ */
27389
+ preferLatencyUnderMs?: number;
26400
27390
  /**
26401
27391
  * Question or research prompt for Perplexity to answer using web search.
26402
27392
  */
@@ -26475,6 +27465,11 @@ interface PersonSkipTraceInput {
26475
27465
  * Phone number to reverse-trace (e.g. 415-555-2671).
26476
27466
  */
26477
27467
  phone?: string;
27468
+ /**
27469
+ * Optional. 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. 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.
27470
+ * Range: minimum 1.
27471
+ */
27472
+ preferLatencyUnderMs?: number;
26478
27473
  }
26479
27474
  /**
26480
27475
  * A skip-trace match: name, age, current and past addresses, phone numbers, email addresses, relatives, and associates.
@@ -26619,6 +27614,11 @@ interface PersonEnrichmentAviatoInput {
26619
27614
  */
26620
27615
  linkedinURL?: string;
26621
27616
  polyworkID?: string;
27617
+ /**
27618
+ * Optional. 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. 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.
27619
+ * Range: minimum 1.
27620
+ */
27621
+ preferLatencyUnderMs?: number;
26622
27622
  require?: string[];
26623
27623
  signalNfxID?: string;
26624
27624
  twitterID?: string;
@@ -27317,6 +28317,11 @@ interface PersonEnrichmentBettercontactInput {
27317
28317
  * Format: uri.
27318
28318
  */
27319
28319
  linkedinUrl?: string;
28320
+ /**
28321
+ * Optional. 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. 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.
28322
+ * Range: minimum 1.
28323
+ */
28324
+ preferLatencyUnderMs?: number;
27320
28325
  }
27321
28326
  /**
27322
28327
  * The `data` payload of Person Enrichment - BetterContact (person_enrichment.bettercontact).
@@ -27560,6 +28565,11 @@ interface PersonEnrichmentFullenrichBulkInput {
27560
28565
  * People to enrich, up to 99 per call. You are charged only for the contacts the waterfall resolves, though the funds held cover every contact you submit until the call settles. Each entry is passed to FullEnrich exactly as you write it, which is why these keys are snake_case while the rest of the API is camelCase. Give a name plus an employer (company_name or domain), or a linkedin_url, or both - more identity means a better hit rate.
27561
28566
  */
27562
28567
  contacts: PersonEnrichmentFullenrichBulkContact[];
28568
+ /**
28569
+ * Optional. 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. 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.
28570
+ * Range: minimum 1.
28571
+ */
28572
+ preferLatencyUnderMs?: number;
27563
28573
  }
27564
28574
  interface PersonEnrichmentFullenrichBulkContact {
27565
28575
  /**
@@ -27932,6 +28942,11 @@ interface PersonEnrichmentFullenrichReverseEmailInput {
27932
28942
  * Addresses to look up, up to 99 per call. You are charged only for the addresses that resolve to a person, though the funds held cover every address you submit until the call settles. Each entry is an object so you can tag it; the address itself goes in email.
27933
28943
  */
27934
28944
  contacts: PersonEnrichmentFullenrichReverseEmailContact[];
28945
+ /**
28946
+ * Optional. 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. 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.
28947
+ * Range: minimum 1.
28948
+ */
28949
+ preferLatencyUnderMs?: number;
27935
28950
  }
27936
28951
  interface PersonEnrichmentFullenrichReverseEmailContact {
27937
28952
  /**
@@ -28252,6 +29267,11 @@ interface PersonEnrichmentLushaInput {
28252
29267
  * Format: uri.
28253
29268
  */
28254
29269
  linkedinUrl?: string;
29270
+ /**
29271
+ * Optional. 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. 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.
29272
+ * Range: minimum 1.
29273
+ */
29274
+ preferLatencyUnderMs?: number;
28255
29275
  /**
28256
29276
  * Force a fresh job title and employer lookup instead of the cached one.
28257
29277
  */
@@ -28609,6 +29629,11 @@ interface PersonEnrichmentPeopledatalabsInput {
28609
29629
  * Postal or ZIP code to match on.
28610
29630
  */
28611
29631
  postalCode?: string;
29632
+ /**
29633
+ * Optional. 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. 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.
29634
+ * Range: minimum 1.
29635
+ */
29636
+ preferLatencyUnderMs?: number;
28612
29637
  /**
28613
29638
  * Social profile URL the person has used, e.g. a LinkedIn, Twitter, Facebook or GitHub profile. The strongest single identifier.
28614
29639
  */
@@ -29226,6 +30251,11 @@ interface PersonEnrichmentProspeoInput {
29226
30251
  * Prospeo person id from an earlier People Search - Prospeo call.
29227
30252
  */
29228
30253
  personId?: string;
30254
+ /**
30255
+ * Optional. 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. 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.
30256
+ * Range: minimum 1.
30257
+ */
30258
+ preferLatencyUnderMs?: number;
29229
30259
  }
29230
30260
  interface PersonEnrichmentProspeoEvent {
29231
30261
  /**
@@ -29721,6 +30751,11 @@ interface PersonEnrichmentQuickenrichInput {
29721
30751
  * Format: email.
29722
30752
  */
29723
30753
  email: string;
30754
+ /**
30755
+ * Optional. 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. 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.
30756
+ * Range: minimum 1.
30757
+ */
30758
+ preferLatencyUnderMs?: number;
29724
30759
  }
29725
30760
  /**
29726
30761
  * The `data` payload of Person Enrichment - QuickEnrich (person_enrichment.quickenrich).
@@ -29918,6 +30953,11 @@ interface PinterestSearchInput {
29918
30953
  * Range: minimum 1, maximum 20.
29919
30954
  */
29920
30955
  limit?: number;
30956
+ /**
30957
+ * Optional. 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. 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.
30958
+ * Range: minimum 1.
30959
+ */
30960
+ preferLatencyUnderMs?: number;
29921
30961
  /**
29922
30962
  * Keyword, topic, brand, or theme to search Pinterest for (e.g. mid-century living room).
29923
30963
  */
@@ -30001,6 +31041,11 @@ interface PlaystoreReviewsInput {
30001
31041
  * Range: minimum 1, maximum 100.
30002
31042
  */
30003
31043
  limit?: number;
31044
+ /**
31045
+ * Optional. 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. 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.
31046
+ * Range: minimum 1.
31047
+ */
31048
+ preferLatencyUnderMs?: number;
30004
31049
  /**
30005
31050
  * Only return reviews with this exact star rating from 1 to 5 (e.g. 1); omit for all ratings.
30006
31051
  */
@@ -30091,6 +31136,11 @@ interface PolymarketMarketsInput {
30091
31136
  * Range: minimum 1, maximum 25.
30092
31137
  */
30093
31138
  limit?: number;
31139
+ /**
31140
+ * Optional. 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. 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.
31141
+ * Range: minimum 1.
31142
+ */
31143
+ preferLatencyUnderMs?: number;
30094
31144
  /**
30095
31145
  * Search term for markets (e.g. election, bitcoin, super bowl).
30096
31146
  */
@@ -30222,6 +31272,11 @@ interface RealtorSearchInput {
30222
31272
  * City, ZIP code, neighborhood or state to search (e.g. Las Vegas, NV).
30223
31273
  */
30224
31274
  location: string;
31275
+ /**
31276
+ * Optional. 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. 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.
31277
+ * Range: minimum 1.
31278
+ */
31279
+ preferLatencyUnderMs?: number;
30225
31280
  /**
30226
31281
  * Maximum listing price in USD (e.g. 750000).
30227
31282
  * Range: minimum 0.
@@ -30372,6 +31427,11 @@ declare class RealtorNamespace {
30372
31427
  * Input for Reddit Post (reddit.post).
30373
31428
  */
30374
31429
  interface RedditPostInput {
31430
+ /**
31431
+ * Optional. 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. 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.
31432
+ * Range: minimum 1.
31433
+ */
31434
+ preferLatencyUnderMs?: number;
30375
31435
  /**
30376
31436
  * Full Reddit post URL in the /r/<subreddit>/comments/<id>/<slug>/ form, e.g. "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/". The short "reddit.com/comments/<id>" form is not accepted.
30377
31437
  */
@@ -30444,6 +31504,11 @@ interface RedditPostCommentsInput {
30444
31504
  * Cursor from a previous response for more comments.
30445
31505
  */
30446
31506
  cursor?: string;
31507
+ /**
31508
+ * Optional. 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. 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.
31509
+ * Range: minimum 1.
31510
+ */
31511
+ preferLatencyUnderMs?: number;
30447
31512
  /**
30448
31513
  * Full Reddit post URL.
30449
31514
  */
@@ -30516,6 +31581,11 @@ interface RedditPostTranscriptInput {
30516
31581
  * Optional two-letter language code (defaults to en).
30517
31582
  */
30518
31583
  language?: string;
31584
+ /**
31585
+ * Optional. 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. 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.
31586
+ * Range: minimum 1.
31587
+ */
31588
+ preferLatencyUnderMs?: number;
30519
31589
  /**
30520
31590
  * Reddit post URL or direct v.redd.it video URL to transcribe.
30521
31591
  */
@@ -30541,6 +31611,11 @@ interface RedditPostTranscriptData {
30541
31611
  * Input for Reddit Profile (reddit.profile).
30542
31612
  */
30543
31613
  interface RedditProfileInput {
31614
+ /**
31615
+ * Optional. 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. 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.
31616
+ * Range: minimum 1.
31617
+ */
31618
+ preferLatencyUnderMs?: number;
30544
31619
  /**
30545
31620
  * Reddit username, without the u/ prefix. Example: "spez".
30546
31621
  */
@@ -30641,6 +31716,11 @@ interface RedditSearchInput {
30641
31716
  * Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of results.
30642
31717
  */
30643
31718
  cursor?: string;
31719
+ /**
31720
+ * Optional. 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. 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.
31721
+ * Range: minimum 1.
31722
+ */
31723
+ preferLatencyUnderMs?: number;
30644
31724
  /**
30645
31725
  * 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.
30646
31726
  */
@@ -30735,6 +31815,11 @@ interface RedditSearchData {
30735
31815
  * Input for Reddit Subreddit Details (reddit.subreddit_details).
30736
31816
  */
30737
31817
  interface RedditSubredditDetailsInput {
31818
+ /**
31819
+ * Optional. 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. 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.
31820
+ * Range: minimum 1.
31821
+ */
31822
+ preferLatencyUnderMs?: number;
30738
31823
  /**
30739
31824
  * Subreddit name without the r/ prefix. Case-sensitive (e.g. "AskReddit", not "askreddit").
30740
31825
  */
@@ -30792,6 +31877,11 @@ interface RedditSubredditPostsInput {
30792
31877
  * Default: 25.
30793
31878
  */
30794
31879
  limit?: number;
31880
+ /**
31881
+ * Optional. 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. 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.
31882
+ * Range: minimum 1.
31883
+ */
31884
+ preferLatencyUnderMs?: number;
30795
31885
  /**
30796
31886
  * Listing sort order.
30797
31887
  * One of: hot, new, top.
@@ -30868,6 +31958,11 @@ interface RedditSubredditSearchInput {
30868
31958
  * Optional pagination token from a previous response.
30869
31959
  */
30870
31960
  cursor?: string;
31961
+ /**
31962
+ * Optional. 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. 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.
31963
+ * Range: minimum 1.
31964
+ */
31965
+ preferLatencyUnderMs?: number;
30871
31966
  /**
30872
31967
  * Optional search query to match posts (e.g. 'push ups').
30873
31968
  */
@@ -30955,6 +32050,11 @@ interface RedditTrendingPostsInput {
30955
32050
  * Default: 25.
30956
32051
  */
30957
32052
  limit?: number;
32053
+ /**
32054
+ * Optional. 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. 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.
32055
+ * Range: minimum 1.
32056
+ */
32057
+ preferLatencyUnderMs?: number;
30958
32058
  }
30959
32059
  interface RedditTrendingPostsPost {
30960
32060
  /**
@@ -31022,6 +32122,11 @@ interface RedditUserCommentsInput {
31022
32122
  * Default: 25.
31023
32123
  */
31024
32124
  limit?: number;
32125
+ /**
32126
+ * Optional. 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. 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.
32127
+ * Range: minimum 1.
32128
+ */
32129
+ preferLatencyUnderMs?: number;
31025
32130
  /**
31026
32131
  * Sort order for the user's comments. Defaults to new (most recent first).
31027
32132
  * One of: new, top, hot, controversial.
@@ -31090,6 +32195,11 @@ interface RedditUserPostsInput {
31090
32195
  * Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it back to fetch the next page.
31091
32196
  */
31092
32197
  cursor?: string;
32198
+ /**
32199
+ * Optional. 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. 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.
32200
+ * Range: minimum 1.
32201
+ */
32202
+ preferLatencyUnderMs?: number;
31093
32203
  /**
31094
32204
  * Sort order for the user's posts. Defaults to new (most recent first).
31095
32205
  * One of: new, top, hot, controversial.
@@ -31358,6 +32468,11 @@ interface RedfinSearchInput {
31358
32468
  * Range: minimum 1, maximum 25.
31359
32469
  */
31360
32470
  limit?: number;
32471
+ /**
32472
+ * Optional. 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. 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.
32473
+ * Range: minimum 1.
32474
+ */
32475
+ preferLatencyUnderMs?: number;
31361
32476
  /**
31362
32477
  * Redfin search results URL for a city, ZIP or map area (e.g. https://www.redfin.com/city/30772/CA/San-Francisco).
31363
32478
  */
@@ -31483,6 +32598,11 @@ interface RednoteNoteInput {
31483
32598
  * RedNote (Xiaohongshu) note ID.
31484
32599
  */
31485
32600
  noteId: string;
32601
+ /**
32602
+ * Optional. 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. 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.
32603
+ * Range: minimum 1.
32604
+ */
32605
+ preferLatencyUnderMs?: number;
31486
32606
  }
31487
32607
  /**
31488
32608
  * The `data` payload of RedNote (Xiaohongshu) Note (rednote.note).
@@ -31582,6 +32702,11 @@ interface RednoteNoteCommentsInput {
31582
32702
  * RedNote (Xiaohongshu) note ID.
31583
32703
  */
31584
32704
  noteId: string;
32705
+ /**
32706
+ * Optional. 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. 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.
32707
+ * Range: minimum 1.
32708
+ */
32709
+ preferLatencyUnderMs?: number;
31585
32710
  }
31586
32711
  interface RednoteNoteCommentsComment {
31587
32712
  /**
@@ -31656,6 +32781,11 @@ interface RednoteNoteCommentsData {
31656
32781
  * Input for RedNote (Xiaohongshu) Profile (rednote.profile).
31657
32782
  */
31658
32783
  interface RednoteProfileInput {
32784
+ /**
32785
+ * Optional. 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. 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.
32786
+ * Range: minimum 1.
32787
+ */
32788
+ preferLatencyUnderMs?: number;
31659
32789
  /**
31660
32790
  * RedNote (Xiaohongshu) user ID.
31661
32791
  */
@@ -31717,6 +32847,11 @@ interface RednoteSearchInput {
31717
32847
  * Pagination cursor from the previous response.
31718
32848
  */
31719
32849
  cursor?: string;
32850
+ /**
32851
+ * Optional. 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. 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.
32852
+ * Range: minimum 1.
32853
+ */
32854
+ preferLatencyUnderMs?: number;
31720
32855
  /**
31721
32856
  * Keyword to search for on RedNote (Xiaohongshu).
31722
32857
  */
@@ -31822,6 +32957,11 @@ interface RednoteSearchUsersInput {
31822
32957
  * Pagination cursor from the previous response.
31823
32958
  */
31824
32959
  cursor?: string;
32960
+ /**
32961
+ * Optional. 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. 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.
32962
+ * Range: minimum 1.
32963
+ */
32964
+ preferLatencyUnderMs?: number;
31825
32965
  /**
31826
32966
  * Keyword to search for on RedNote (Xiaohongshu).
31827
32967
  */
@@ -31888,6 +33028,11 @@ interface RednoteUserNotesInput {
31888
33028
  * Pagination cursor from the previous response.
31889
33029
  */
31890
33030
  cursor?: string;
33031
+ /**
33032
+ * Optional. 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. 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.
33033
+ * Range: minimum 1.
33034
+ */
33035
+ preferLatencyUnderMs?: number;
31891
33036
  /**
31892
33037
  * RedNote (Xiaohongshu) user ID.
31893
33038
  */
@@ -32097,6 +33242,11 @@ interface SecFilingsInput {
32097
33242
  * Range: minimum 1, maximum 25.
32098
33243
  */
32099
33244
  limit?: number;
33245
+ /**
33246
+ * Optional. 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. 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.
33247
+ * Range: minimum 1.
33248
+ */
33249
+ preferLatencyUnderMs?: number;
32100
33250
  /**
32101
33251
  * Company stock ticker symbol, e.g. AAPL, MSFT, or TSLA. Provide either ticker or companyName; ticker is the more precise lookup.
32102
33252
  */
@@ -32191,6 +33341,11 @@ interface SemrushKeywordsInput {
32191
33341
  * The search term to research (e.g. "best running shoes").
32192
33342
  */
32193
33343
  keyword: string;
33344
+ /**
33345
+ * Optional. 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. 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.
33346
+ * Range: minimum 1.
33347
+ */
33348
+ preferLatencyUnderMs?: number;
32194
33349
  }
32195
33350
  interface SemrushKeywordsItem {
32196
33351
  /**
@@ -32299,6 +33454,11 @@ interface SemrushOverviewInput {
32299
33454
  * Default: false.
32300
33455
  */
32301
33456
  includeMoz?: boolean;
33457
+ /**
33458
+ * Optional. 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. 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.
33459
+ * Range: minimum 1.
33460
+ */
33461
+ preferLatencyUnderMs?: number;
32302
33462
  }
32303
33463
  interface SemrushOverviewItem {
32304
33464
  /**
@@ -32484,6 +33644,11 @@ interface SeoCompetitorsDomainInput {
32484
33644
  * One of: intersections_desc, organic_keywords_desc, organic_etv_desc, avg_position_asc.
32485
33645
  */
32486
33646
  orderBy?: "intersections_desc" | "organic_keywords_desc" | "organic_etv_desc" | "avg_position_asc";
33647
+ /**
33648
+ * Optional. 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. 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.
33649
+ * Range: minimum 1.
33650
+ */
33651
+ preferLatencyUnderMs?: number;
32487
33652
  /**
32488
33653
  * Domain to analyze, without a protocol or leading www.
32489
33654
  */
@@ -32556,6 +33721,11 @@ interface SeoDomainIntersectionInput {
32556
33721
  * One of: volume_desc, volume_asc, cpc_desc, difficulty_asc, difficulty_desc.
32557
33722
  */
32558
33723
  orderBy?: "volume_desc" | "volume_asc" | "cpc_desc" | "difficulty_asc" | "difficulty_desc";
33724
+ /**
33725
+ * Optional. 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. 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.
33726
+ * Range: minimum 1.
33727
+ */
33728
+ preferLatencyUnderMs?: number;
32559
33729
  /**
32560
33730
  * First domain to compare, without a protocol or leading www.
32561
33731
  */
@@ -32627,6 +33797,11 @@ interface SeoDomainRankOverviewInput {
32627
33797
  * Default: 2840.
32628
33798
  */
32629
33799
  location?: number;
33800
+ /**
33801
+ * Optional. 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. 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.
33802
+ * Range: minimum 1.
33803
+ */
33804
+ preferLatencyUnderMs?: number;
32630
33805
  /**
32631
33806
  * Domain to analyze, without a protocol or leading www.
32632
33807
  */
@@ -32712,6 +33887,11 @@ interface SeoDomainTechnologiesInput {
32712
33887
  * Domain to analyze, without a protocol or leading www. Billing is flat per request.
32713
33888
  */
32714
33889
  domain: string;
33890
+ /**
33891
+ * Optional. 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. 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.
33892
+ * Range: minimum 1.
33893
+ */
33894
+ preferLatencyUnderMs?: number;
32715
33895
  }
32716
33896
  /**
32717
33897
  * The `data` payload of SEO Domain Technologies (seo.domain_technologies).
@@ -32800,6 +33980,11 @@ interface SeoDomainsByTechnologyInput {
32800
33980
  * One of: rank_desc, rank_asc, last_visited_desc, country_asc.
32801
33981
  */
32802
33982
  orderBy?: "rank_desc" | "rank_asc" | "last_visited_desc" | "country_asc";
33983
+ /**
33984
+ * Optional. 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. 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.
33985
+ * Range: minimum 1.
33986
+ */
33987
+ preferLatencyUnderMs?: number;
32803
33988
  /**
32804
33989
  * Exact technology name to match, for example Nginx or HubSpot. Only technologies present in the detection index are accepted; an unindexed name returns found false, so use keyword instead when a product is not matched by name.
32805
33990
  */
@@ -32893,6 +34078,11 @@ interface SeoKeywordDifficultyInput {
32893
34078
  * Default: 2840.
32894
34079
  */
32895
34080
  location?: number;
34081
+ /**
34082
+ * Optional. 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. 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.
34083
+ * Range: minimum 1.
34084
+ */
34085
+ preferLatencyUnderMs?: number;
32896
34086
  }
32897
34087
  interface SeoKeywordDifficultyDifficultie {
32898
34088
  /**
@@ -32948,6 +34138,11 @@ interface SeoKeywordIdeasInput {
32948
34138
  * One of: volume_desc, volume_asc, cpc_desc, difficulty_asc, difficulty_desc.
32949
34139
  */
32950
34140
  orderBy?: "volume_desc" | "volume_asc" | "cpc_desc" | "difficulty_asc" | "difficulty_desc";
34141
+ /**
34142
+ * Optional. 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. 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.
34143
+ * Range: minimum 1.
34144
+ */
34145
+ preferLatencyUnderMs?: number;
32951
34146
  }
32952
34147
  interface SeoKeywordIdeasIdea {
32953
34148
  /**
@@ -33012,6 +34207,11 @@ interface SeoKeywordOverviewInput {
33012
34207
  * Default: 2840.
33013
34208
  */
33014
34209
  location?: number;
34210
+ /**
34211
+ * Optional. 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. 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.
34212
+ * Range: minimum 1.
34213
+ */
34214
+ preferLatencyUnderMs?: number;
33015
34215
  }
33016
34216
  interface SeoKeywordOverviewKeyword {
33017
34217
  /**
@@ -33118,6 +34318,11 @@ interface SeoKeywordSuggestionsInput {
33118
34318
  * One of: volume_desc, volume_asc, cpc_desc, difficulty_asc, difficulty_desc.
33119
34319
  */
33120
34320
  orderBy?: "volume_desc" | "volume_asc" | "cpc_desc" | "difficulty_asc" | "difficulty_desc";
34321
+ /**
34322
+ * Optional. 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. 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.
34323
+ * Range: minimum 1.
34324
+ */
34325
+ preferLatencyUnderMs?: number;
33121
34326
  }
33122
34327
  interface SeoKeywordSuggestionsSuggestion {
33123
34328
  /**
@@ -33191,6 +34396,11 @@ interface SeoLocalPackInput {
33191
34396
  * Precise geo target as latitude,longitude or latitude,longitude,radius (radius in meters); for example, 40.7580,-73.9855 or 40.7580,-73.9855,1000. Supply either location or locationCoordinate, not both.
33192
34397
  */
33193
34398
  locationCoordinate?: string;
34399
+ /**
34400
+ * Optional. 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. 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.
34401
+ * Range: minimum 1.
34402
+ */
34403
+ preferLatencyUnderMs?: number;
33194
34404
  }
33195
34405
  interface SeoLocalPackPlace {
33196
34406
  /**
@@ -33279,6 +34489,11 @@ interface SeoRankedKeywordsInput {
33279
34489
  * One of: position_asc, position_desc, volume_desc, etv_desc.
33280
34490
  */
33281
34491
  orderBy?: "position_asc" | "position_desc" | "volume_desc" | "etv_desc";
34492
+ /**
34493
+ * Optional. 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. 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.
34494
+ * Range: minimum 1.
34495
+ */
34496
+ preferLatencyUnderMs?: number;
33282
34497
  /**
33283
34498
  * Domain to analyze, without a protocol or leading www.
33284
34499
  */
@@ -33372,6 +34587,11 @@ interface SeoRelatedKeywordsInput {
33372
34587
  * One of: volume_desc, volume_asc, cpc_desc, difficulty_asc, difficulty_desc.
33373
34588
  */
33374
34589
  orderBy?: "volume_desc" | "volume_asc" | "cpc_desc" | "difficulty_asc" | "difficulty_desc";
34590
+ /**
34591
+ * Optional. 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. 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.
34592
+ * Range: minimum 1.
34593
+ */
34594
+ preferLatencyUnderMs?: number;
33375
34595
  }
33376
34596
  interface SeoRelatedKeywordsRelatedKeyword {
33377
34597
  /**
@@ -33436,6 +34656,11 @@ interface SeoSearchIntentInput {
33436
34656
  * Default: en.
33437
34657
  */
33438
34658
  language?: string;
34659
+ /**
34660
+ * Optional. 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. 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.
34661
+ * Range: minimum 1.
34662
+ */
34663
+ preferLatencyUnderMs?: number;
33439
34664
  }
33440
34665
  interface SeoSearchIntentIntent {
33441
34666
  /**
@@ -33483,6 +34708,11 @@ interface SeoSearchVolumeInput {
33483
34708
  * Default: 2840.
33484
34709
  */
33485
34710
  location?: number;
34711
+ /**
34712
+ * Optional. 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. 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.
34713
+ * Range: minimum 1.
34714
+ */
34715
+ preferLatencyUnderMs?: number;
33486
34716
  /**
33487
34717
  * When true, include Google search-partner network volume in the reported numbers; when false (the default), count Google search only.
33488
34718
  */
@@ -33724,6 +34954,11 @@ declare class SeoNamespace {
33724
34954
  * Input for Snapchat Profile (snapchat.profile).
33725
34955
  */
33726
34956
  interface SnapchatProfileInput {
34957
+ /**
34958
+ * Optional. 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. 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.
34959
+ * Range: minimum 1.
34960
+ */
34961
+ preferLatencyUnderMs?: number;
33727
34962
  /**
33728
34963
  * The Snapchat username or profile URL to look up (e.g. fcbarcelona or https://www.snapchat.com/add/fcbarcelona).
33729
34964
  */
@@ -33829,6 +35064,11 @@ interface SocialFinderInput {
33829
35064
  * Limit the search to one network: askfm, discord, facebook, github, instagram, linkedin, medium, pinterest, steam, threads, tiktok, twitch, or youtube (e.g. instagram); all networks are searched when omitted.
33830
35065
  */
33831
35066
  platform?: string;
35067
+ /**
35068
+ * Optional. 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. 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.
35069
+ * Range: minimum 1.
35070
+ */
35071
+ preferLatencyUnderMs?: number;
33832
35072
  }
33833
35073
  interface SocialFinderItem {
33834
35074
  /**
@@ -33883,6 +35123,11 @@ interface SpotifyAlbumInput {
33883
35123
  * Spotify album ID (alternative to url).
33884
35124
  */
33885
35125
  id?: string;
35126
+ /**
35127
+ * Optional. 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. 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.
35128
+ * Range: minimum 1.
35129
+ */
35130
+ preferLatencyUnderMs?: number;
33886
35131
  /**
33887
35132
  * Spotify album URL (e.g. https://open.spotify.com/album/0pgrg7phBbnwGJ2HBEl9EG).
33888
35133
  */
@@ -33937,6 +35182,11 @@ interface SpotifyArtistInput {
33937
35182
  * Spotify artist ID (alternative to url).
33938
35183
  */
33939
35184
  id?: string;
35185
+ /**
35186
+ * Optional. 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. 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.
35187
+ * Range: minimum 1.
35188
+ */
35189
+ preferLatencyUnderMs?: number;
33940
35190
  /**
33941
35191
  * Spotify artist URL (e.g. https://open.spotify.com/artist/3DiDSECUqqY1AuBP8qtaIa).
33942
35192
  */
@@ -33990,6 +35240,11 @@ interface SpotifyArtistData {
33990
35240
  * Input for Spotify Play Count (spotify.play_count).
33991
35241
  */
33992
35242
  interface SpotifyPlayCountInput {
35243
+ /**
35244
+ * Optional. 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. 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.
35245
+ * Range: minimum 1.
35246
+ */
35247
+ preferLatencyUnderMs?: number;
33993
35248
  /**
33994
35249
  * Spotify track, album, or artist URL to fetch stream counts for (e.g. https://open.spotify.com/track/3n3Ppam7vgaVa1iaRUc9Lp).
33995
35250
  */
@@ -34047,6 +35302,11 @@ interface SpotifyPodcastInput {
34047
35302
  * Spotify podcast show ID (alternative to url).
34048
35303
  */
34049
35304
  id?: string;
35305
+ /**
35306
+ * Optional. 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. 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.
35307
+ * Range: minimum 1.
35308
+ */
35309
+ preferLatencyUnderMs?: number;
34050
35310
  /**
34051
35311
  * Spotify podcast show URL (e.g. https://open.spotify.com/show/3mliji9352UAk3XnWElnDV).
34052
35312
  */
@@ -34092,6 +35352,11 @@ interface SpotifyPodcastEpisodesInput {
34092
35352
  * Spotify podcast show ID (alternative to url).
34093
35353
  */
34094
35354
  id?: string;
35355
+ /**
35356
+ * Optional. 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. 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.
35357
+ * Range: minimum 1.
35358
+ */
35359
+ preferLatencyUnderMs?: number;
34095
35360
  /**
34096
35361
  * Spotify podcast show URL (e.g. https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk).
34097
35362
  */
@@ -34139,6 +35404,11 @@ interface SpotifyPodcastEpisodesData {
34139
35404
  * Input for Spotify Search (spotify.search).
34140
35405
  */
34141
35406
  interface SpotifySearchInput {
35407
+ /**
35408
+ * Optional. 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. 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.
35409
+ * Range: minimum 1.
35410
+ */
35411
+ preferLatencyUnderMs?: number;
34142
35412
  /**
34143
35413
  * Search term (e.g. "my first million").
34144
35414
  */
@@ -34208,6 +35478,11 @@ interface SpotifyTrackInput {
34208
35478
  * Spotify track ID (alternative to url).
34209
35479
  */
34210
35480
  id?: string;
35481
+ /**
35482
+ * Optional. 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. 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.
35483
+ * Range: minimum 1.
35484
+ */
35485
+ preferLatencyUnderMs?: number;
34211
35486
  /**
34212
35487
  * Spotify track URL (e.g. https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT).
34213
35488
  */
@@ -34367,6 +35642,11 @@ interface SubstackPostsInput {
34367
35642
  * Default: false.
34368
35643
  */
34369
35644
  onlyFree?: boolean;
35645
+ /**
35646
+ * Optional. 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. 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.
35647
+ * Range: minimum 1.
35648
+ */
35649
+ preferLatencyUnderMs?: number;
34370
35650
  /**
34371
35651
  * Only return posts published on or after this date, format YYYY-MM-DD (e.g. 2024-01-01). Applied within the most recent 'limit' posts scanned, so raise 'limit' to reach older date ranges.
34372
35652
  */
@@ -34574,6 +35854,11 @@ interface TechnographicsTheirstackInput {
34574
35854
  * Page number. Required when using page-based pagination.
34575
35855
  */
34576
35856
  page?: number;
35857
+ /**
35858
+ * Optional. 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. 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.
35859
+ * Range: minimum 1.
35860
+ */
35861
+ preferLatencyUnderMs?: number;
34577
35862
  /**
34578
35863
  * Deprecated: use `keyword_category_slug_or` instead. Will return companies that have mentioned any keyword from any of these categories in their jobs. Case sensitive. Pass slugs.
34579
35864
  */
@@ -34718,6 +36003,11 @@ declare class TechnographicsNamespace {
34718
36003
  * Input for Threads Post (threads.post).
34719
36004
  */
34720
36005
  interface ThreadsPostInput {
36006
+ /**
36007
+ * Optional. 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. 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.
36008
+ * Range: minimum 1.
36009
+ */
36010
+ preferLatencyUnderMs?: number;
34721
36011
  /**
34722
36012
  * The full URL of the Threads post to fetch (e.g. https://www.threads.com/@zuck/post/C8yKXdRxKqK).
34723
36013
  */
@@ -34773,6 +36063,11 @@ interface ThreadsPostData {
34773
36063
  * Input for Threads Profile (threads.profile).
34774
36064
  */
34775
36065
  interface ThreadsProfileInput {
36066
+ /**
36067
+ * Optional. 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. 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.
36068
+ * Range: minimum 1.
36069
+ */
36070
+ preferLatencyUnderMs?: number;
34776
36071
  /**
34777
36072
  * The Threads username to look up, without the @ prefix (e.g. zuck).
34778
36073
  */
@@ -34811,6 +36106,11 @@ interface ThreadsProfileData {
34811
36106
  * Input for Threads Search (threads.search).
34812
36107
  */
34813
36108
  interface ThreadsSearchInput {
36109
+ /**
36110
+ * Optional. 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. 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.
36111
+ * Range: minimum 1.
36112
+ */
36113
+ preferLatencyUnderMs?: number;
34814
36114
  /**
34815
36115
  * Keyword or hashtag to search public Threads posts for; the # prefix is optional (e.g. AI agents).
34816
36116
  */
@@ -34872,6 +36172,11 @@ interface ThreadsSearchData {
34872
36172
  * Input for Threads User Search (threads.search_users).
34873
36173
  */
34874
36174
  interface ThreadsSearchUsersInput {
36175
+ /**
36176
+ * Optional. 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. 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.
36177
+ * Range: minimum 1.
36178
+ */
36179
+ preferLatencyUnderMs?: number;
34875
36180
  /**
34876
36181
  * The name or username to search Threads users for.
34877
36182
  */
@@ -34914,6 +36219,11 @@ interface ThreadsUserPostsInput {
34914
36219
  * The Threads username to list posts for, without the @ prefix.
34915
36220
  */
34916
36221
  handle: string;
36222
+ /**
36223
+ * Optional. 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. 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.
36224
+ * Range: minimum 1.
36225
+ */
36226
+ preferLatencyUnderMs?: number;
34917
36227
  }
34918
36228
  interface ThreadsUserPostsPost {
34919
36229
  /**
@@ -35039,6 +36349,11 @@ interface TiktokAdLibraryAdInput {
35039
36349
  * TikTok Top Ads material/ad ID, or a Top Ads detail URL (e.g. 7648493525660270600).
35040
36350
  */
35041
36351
  adId: string;
36352
+ /**
36353
+ * Optional. 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. 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.
36354
+ * Range: minimum 1.
36355
+ */
36356
+ preferLatencyUnderMs?: number;
35042
36357
  }
35043
36358
  /**
35044
36359
  * The `data` payload of TikTok Ad Library Ad (tiktok.ad_library_ad).
@@ -35134,6 +36449,11 @@ interface TiktokAdLibrarySearchInput {
35134
36449
  * Time window for top ads. Use the canonical JSON integer 7, 30, or 180; legacy numeric strings remain accepted.
35135
36450
  */
35136
36451
  period?: unknown;
36452
+ /**
36453
+ * Optional. 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. 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.
36454
+ * Range: minimum 1.
36455
+ */
36456
+ preferLatencyUnderMs?: number;
35137
36457
  /**
35138
36458
  * Keyword to search ad titles and content (e.g. spotify).
35139
36459
  */
@@ -35219,6 +36539,11 @@ interface TiktokAdTransparencySearchInput {
35219
36539
  * Default: 0.
35220
36540
  */
35221
36541
  offset?: number;
36542
+ /**
36543
+ * Optional. 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. 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.
36544
+ * Range: minimum 1.
36545
+ */
36546
+ preferLatencyUnderMs?: number;
35222
36547
  /**
35223
36548
  * Keyword to search in TikTok's EU Commercial Content Library. Provide query or advertiserId.
35224
36549
  */
@@ -35315,6 +36640,11 @@ interface TiktokAudienceDemographicsInput {
35315
36640
  * TikTok username without the leading @ (e.g. "shakira").
35316
36641
  */
35317
36642
  handle: string;
36643
+ /**
36644
+ * Optional. 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. 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.
36645
+ * Range: minimum 1.
36646
+ */
36647
+ preferLatencyUnderMs?: number;
35318
36648
  }
35319
36649
  interface TiktokAudienceDemographicsAudienceLocation {
35320
36650
  count: number;
@@ -35350,6 +36680,11 @@ interface TiktokCommentRepliesInput {
35350
36680
  * Pagination cursor from a previous response.
35351
36681
  */
35352
36682
  cursor?: string;
36683
+ /**
36684
+ * Optional. 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. 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.
36685
+ * Range: minimum 1.
36686
+ */
36687
+ preferLatencyUnderMs?: number;
35353
36688
  /**
35354
36689
  * TikTok video URL the comment belongs to.
35355
36690
  */
@@ -35397,6 +36732,11 @@ interface TiktokFollowersInput {
35397
36732
  * TikTok username whose followers to list, without the @ prefix (e.g. stoolpresidente).
35398
36733
  */
35399
36734
  handle: string;
36735
+ /**
36736
+ * Optional. 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. 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.
36737
+ * Range: minimum 1.
36738
+ */
36739
+ preferLatencyUnderMs?: number;
35400
36740
  }
35401
36741
  interface TiktokFollowersFollower {
35402
36742
  avatarUrl: string;
@@ -35443,6 +36783,11 @@ interface TiktokFollowingInput {
35443
36783
  * TikTok username without the leading @ (e.g. "stoolpresidente").
35444
36784
  */
35445
36785
  handle: string;
36786
+ /**
36787
+ * Optional. 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. 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.
36788
+ * Range: minimum 1.
36789
+ */
36790
+ preferLatencyUnderMs?: number;
35446
36791
  /**
35447
36792
  * Set true if you intend to page through the following list, so the request is only served by a source that can return a nextCursor. Not all sources for this list can page, and one that can may cost more per request.
35448
36793
  */
@@ -35493,6 +36838,11 @@ interface TiktokHashtagVideosInput {
35493
36838
  * Range: minimum 1, maximum 20.
35494
36839
  */
35495
36840
  limit?: number;
36841
+ /**
36842
+ * Optional. 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. 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.
36843
+ * Range: minimum 1.
36844
+ */
36845
+ preferLatencyUnderMs?: number;
35496
36846
  }
35497
36847
  interface TiktokHashtagVideosItem {
35498
36848
  /**
@@ -35554,6 +36904,11 @@ interface TiktokLiveInput {
35554
36904
  * TikTok username without the leading @ (e.g. "thejustalex").
35555
36905
  */
35556
36906
  handle: string;
36907
+ /**
36908
+ * Optional. 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. 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.
36909
+ * Range: minimum 1.
36910
+ */
36911
+ preferLatencyUnderMs?: number;
35557
36912
  }
35558
36913
  /**
35559
36914
  * The `data` payload of TikTok Live (tiktok.live).
@@ -35589,6 +36944,11 @@ interface TiktokLiveData {
35589
36944
  * Input for TikTok Photos (tiktok.photos).
35590
36945
  */
35591
36946
  interface TiktokPhotosInput {
36947
+ /**
36948
+ * Optional. 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. 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.
36949
+ * Range: minimum 1.
36950
+ */
36951
+ preferLatencyUnderMs?: number;
35592
36952
  /**
35593
36953
  * Full TikTok photo-mode post URL. TikTok serves slideshow posts under the same /video/<id> path as videos, so the normal share link works.
35594
36954
  */
@@ -35636,6 +36996,11 @@ interface TiktokProfileInput {
35636
36996
  * TikTok username without the leading @ (e.g. "stoolpresidente").
35637
36997
  */
35638
36998
  handle: string;
36999
+ /**
37000
+ * Optional. 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. 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.
37001
+ * Range: minimum 1.
37002
+ */
37003
+ preferLatencyUnderMs?: number;
35639
37004
  }
35640
37005
  /**
35641
37006
  * The `data` payload of TikTok Profile (tiktok.profile).
@@ -35681,6 +37046,11 @@ interface TiktokProfileRegionInput {
35681
37046
  * TikTok username without the leading @ (e.g. "stoolpresidente").
35682
37047
  */
35683
37048
  handle: string;
37049
+ /**
37050
+ * Optional. 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. 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.
37051
+ * Range: minimum 1.
37052
+ */
37053
+ preferLatencyUnderMs?: number;
35684
37054
  }
35685
37055
  /**
35686
37056
  * The `data` payload of TikTok Profile Region (tiktok.profile_region).
@@ -35712,6 +37082,11 @@ interface TiktokProfileVideosInput {
35712
37082
  * TikTok username without the leading @.
35713
37083
  */
35714
37084
  handle: string;
37085
+ /**
37086
+ * Optional. 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. 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.
37087
+ * Range: minimum 1.
37088
+ */
37089
+ preferLatencyUnderMs?: number;
35715
37090
  }
35716
37091
  interface TiktokProfileVideosVideo {
35717
37092
  /**
@@ -35757,6 +37132,11 @@ interface TiktokSearchHashtagInput {
35757
37132
  * Pagination cursor from a previous response.
35758
37133
  */
35759
37134
  cursor?: string;
37135
+ /**
37136
+ * Optional. 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. 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.
37137
+ * Range: minimum 1.
37138
+ */
37139
+ preferLatencyUnderMs?: number;
35760
37140
  /**
35761
37141
  * Hashtag or keyword to search for (without the leading #).
35762
37142
  */
@@ -35810,6 +37190,11 @@ interface TiktokSearchKeywordInput {
35810
37190
  * Time frame filter. Use a canonical JSON integer that is nonnegative; common values are 0 for any time, 1 for the past 24 hours, 7 for the past week, and 30 for the past month. Legacy numeric strings remain accepted.
35811
37191
  */
35812
37192
  datePosted?: unknown;
37193
+ /**
37194
+ * Optional. 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. 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.
37195
+ * Range: minimum 1.
37196
+ */
37197
+ preferLatencyUnderMs?: number;
35813
37198
  /**
35814
37199
  * The keyword to search TikTok for.
35815
37200
  */
@@ -35860,6 +37245,11 @@ interface TiktokSearchTopInput {
35860
37245
  * Pagination cursor from a previous response.
35861
37246
  */
35862
37247
  cursor?: string;
37248
+ /**
37249
+ * Optional. 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. 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.
37250
+ * Range: minimum 1.
37251
+ */
37252
+ preferLatencyUnderMs?: number;
35863
37253
  /**
35864
37254
  * Time-frame filter: yesterday, this-week, this-month, last-3-months, last-6-months, all-time.
35865
37255
  */
@@ -35922,6 +37312,11 @@ interface TiktokSearchUsersInput {
35922
37312
  * Pagination cursor from a previous response's nextCursor.
35923
37313
  */
35924
37314
  cursor?: string;
37315
+ /**
37316
+ * Optional. 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. 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.
37317
+ * Range: minimum 1.
37318
+ */
37319
+ preferLatencyUnderMs?: number;
35925
37320
  /**
35926
37321
  * The keyword to search TikTok accounts for.
35927
37322
  */
@@ -35965,6 +37360,11 @@ interface TiktokSongInput {
35965
37360
  * The clip identifier for the song, found in TikTok music URLs (e.g. 7439295283975702544).
35966
37361
  */
35967
37362
  clipId: string;
37363
+ /**
37364
+ * Optional. 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. 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.
37365
+ * Range: minimum 1.
37366
+ */
37367
+ preferLatencyUnderMs?: number;
35968
37368
  }
35969
37369
  /**
35970
37370
  * The `data` payload of TikTok Song (tiktok.song).
@@ -36014,6 +37414,11 @@ interface TiktokSongVideosInput {
36014
37414
  * Pagination cursor for retrieving the next page of results.
36015
37415
  */
36016
37416
  cursor?: string;
37417
+ /**
37418
+ * Optional. 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. 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.
37419
+ * Range: minimum 1.
37420
+ */
37421
+ preferLatencyUnderMs?: number;
36017
37422
  }
36018
37423
  interface TiktokSongVideosVideo {
36019
37424
  /**
@@ -36095,6 +37500,11 @@ interface TiktokTopAdsSearchInput {
36095
37500
  * Default: 180.
36096
37501
  */
36097
37502
  period?: number;
37503
+ /**
37504
+ * Optional. 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. 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.
37505
+ * Range: minimum 1.
37506
+ */
37507
+ preferLatencyUnderMs?: number;
36098
37508
  /**
36099
37509
  * Keyword to search in TikTok Creative Center top video ads.
36100
37510
  */
@@ -36203,6 +37613,11 @@ interface TiktokTopAdsSearchData {
36203
37613
  * Input for TikTok Trending Feed (tiktok.trending_feed).
36204
37614
  */
36205
37615
  interface TiktokTrendingFeedInput {
37616
+ /**
37617
+ * Optional. 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. 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.
37618
+ * Range: minimum 1.
37619
+ */
37620
+ preferLatencyUnderMs?: number;
36206
37621
  /**
36207
37622
  * 2-letter country code for the proxy location (e.g. "US").
36208
37623
  */
@@ -36269,6 +37684,11 @@ interface TiktokTrendingHashtagsInput {
36269
37684
  * Default: 7.
36270
37685
  */
36271
37686
  period?: number;
37687
+ /**
37688
+ * Optional. 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. 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.
37689
+ * Range: minimum 1.
37690
+ */
37691
+ preferLatencyUnderMs?: number;
36272
37692
  /**
36273
37693
  * Two-letter country code of the market whose hashtag ranking to read (default US). Each market is ranked independently, so US and DE return different boards.
36274
37694
  * One of: 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.
@@ -36373,6 +37793,11 @@ interface TiktokTrendingHashtagsData {
36373
37793
  * Input for TikTok Video (tiktok.video).
36374
37794
  */
36375
37795
  interface TiktokVideoInput {
37796
+ /**
37797
+ * Optional. 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. 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.
37798
+ * Range: minimum 1.
37799
+ */
37800
+ preferLatencyUnderMs?: number;
36376
37801
  /**
36377
37802
  * Full TikTok video URL.
36378
37803
  */
@@ -36410,6 +37835,11 @@ interface TiktokVideoCommentsInput {
36410
37835
  * Pagination cursor from a previous response's nextCursor.
36411
37836
  */
36412
37837
  cursor?: string;
37838
+ /**
37839
+ * Optional. 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. 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.
37840
+ * Range: minimum 1.
37841
+ */
37842
+ preferLatencyUnderMs?: number;
36413
37843
  /**
36414
37844
  * Full TikTok video URL.
36415
37845
  */
@@ -36450,6 +37880,11 @@ interface TiktokVideoCommentsData {
36450
37880
  * Input for TikTok Video Download (tiktok.video_download).
36451
37881
  */
36452
37882
  interface TiktokVideoDownloadInput {
37883
+ /**
37884
+ * Optional. 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. 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.
37885
+ * Range: minimum 1.
37886
+ */
37887
+ preferLatencyUnderMs?: number;
36453
37888
  /**
36454
37889
  * Full TikTok video URL. Share links and tracking query params are fine.
36455
37890
  */
@@ -36496,6 +37931,11 @@ interface TiktokVideoDownloadData {
36496
37931
  * Input for TikTok Video Transcript (tiktok.video_transcript).
36497
37932
  */
36498
37933
  interface TiktokVideoTranscriptInput {
37934
+ /**
37935
+ * Optional. 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. 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.
37936
+ * Range: minimum 1.
37937
+ */
37938
+ preferLatencyUnderMs?: number;
36499
37939
  /**
36500
37940
  * Full TikTok video URL.
36501
37941
  */
@@ -36516,6 +37956,11 @@ interface TiktokVideoTranscriptData {
36516
37956
  * Input for TikTok Video Transcript (Audio) (tiktok.video_transcript_full).
36517
37957
  */
36518
37958
  interface TiktokVideoTranscriptFullInput {
37959
+ /**
37960
+ * Optional. 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. 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.
37961
+ * Range: minimum 1.
37962
+ */
37963
+ preferLatencyUnderMs?: number;
36519
37964
  /**
36520
37965
  * TikTok video URL (e.g. "https://www.tiktok.com/@user/video/1234567890").
36521
37966
  */
@@ -36998,6 +38443,11 @@ declare class TiktokNamespace {
36998
38443
  * Input for TikTok Shop Categories (tiktok_shop.categories).
36999
38444
  */
37000
38445
  interface TiktokShopCategoriesInput {
38446
+ /**
38447
+ * Optional. 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. 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.
38448
+ * Range: minimum 1.
38449
+ */
38450
+ preferLatencyUnderMs?: number;
37001
38451
  /**
37002
38452
  * Country code of the TikTok Shop market whose category tree to list. Only US and VN publish a category tree.
37003
38453
  * One of: US, VN.
@@ -37068,6 +38518,11 @@ interface TiktokShopCategoryProductsInput {
37068
38518
  * TikTok Shop category id, from tiktok_shop.categories (e.g. 700645 for Health).
37069
38519
  */
37070
38520
  categoryId: string;
38521
+ /**
38522
+ * Optional. 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. 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.
38523
+ * Range: minimum 1.
38524
+ */
38525
+ preferLatencyUnderMs?: number;
37071
38526
  /**
37072
38527
  * Two-letter country code of the TikTok Shop market (e.g. US).
37073
38528
  * Default: US.
@@ -37151,6 +38606,11 @@ interface TiktokShopCreatorInput {
37151
38606
  * TikTok handle of the creator or shop account, without the @ (e.g. golinutrition).
37152
38607
  */
37153
38608
  handle: string;
38609
+ /**
38610
+ * Optional. 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. 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.
38611
+ * Range: minimum 1.
38612
+ */
38613
+ preferLatencyUnderMs?: number;
37154
38614
  /**
37155
38615
  * Lowercase two-letter country code of the TikTok Shop market (e.g. us).
37156
38616
  * Default: us.
@@ -37316,6 +38776,11 @@ interface TiktokShopCreatorData {
37316
38776
  * Input for TikTok Shop Product (tiktok_shop.product).
37317
38777
  */
37318
38778
  interface TiktokShopProductInput {
38779
+ /**
38780
+ * Optional. 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. 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.
38781
+ * Range: minimum 1.
38782
+ */
38783
+ preferLatencyUnderMs?: number;
37319
38784
  /**
37320
38785
  * Two-letter country code for the proxy location used to access region-specific products (e.g. US, GB, FR). Defaults to US.
37321
38786
  */
@@ -37363,6 +38828,11 @@ interface TiktokShopProductData {
37363
38828
  * Input for TikTok Shop Product Full (tiktok_shop.product_full).
37364
38829
  */
37365
38830
  interface TiktokShopProductFullInput {
38831
+ /**
38832
+ * Optional. 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. 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.
38833
+ * Range: minimum 1.
38834
+ */
38835
+ preferLatencyUnderMs?: number;
37366
38836
  /**
37367
38837
  * TikTok Shop product URL. Any of the public forms works (https://www.tiktok.com/shop/pdp/<id>, https://shop.tiktok.com/<region>/pdp/<slug>/<id>, or https://shop.tiktok.com/view/product/<id>); the product id is read out of it.
37368
38838
  */
@@ -37512,6 +38982,11 @@ interface TiktokShopProductReviewsInput {
37512
38982
  * Default: 1.
37513
38983
  */
37514
38984
  page?: number;
38985
+ /**
38986
+ * Optional. 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. 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.
38987
+ * Range: minimum 1.
38988
+ */
38989
+ preferLatencyUnderMs?: number;
37515
38990
  /**
37516
38991
  * Two-letter country code of the product's shop region (e.g. US). Strongly recommended for correct results.
37517
38992
  */
@@ -37592,6 +39067,11 @@ interface TiktokShopSearchInput {
37592
39067
  * Range: minimum 1, maximum 10.
37593
39068
  */
37594
39069
  limit?: number;
39070
+ /**
39071
+ * Optional. 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. 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.
39072
+ * Range: minimum 1.
39073
+ */
39074
+ preferLatencyUnderMs?: number;
37595
39075
  /**
37596
39076
  * Search keyword for TikTok Shop products (e.g. wireless earbuds).
37597
39077
  */
@@ -37672,6 +39152,11 @@ interface TiktokShopSearchSuggestionsInput {
37672
39152
  * Default: en-US.
37673
39153
  */
37674
39154
  language?: string;
39155
+ /**
39156
+ * Optional. 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. 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.
39157
+ * Range: minimum 1.
39158
+ */
39159
+ preferLatencyUnderMs?: number;
37675
39160
  /**
37676
39161
  * Seed keyword to expand (e.g. ashwagandha gummies).
37677
39162
  */
@@ -37695,6 +39180,11 @@ interface TiktokShopShopProductsInput {
37695
39180
  * Opaque pagination cursor from a previous response's nextCursor.
37696
39181
  */
37697
39182
  cursor?: string;
39183
+ /**
39184
+ * Optional. 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. 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.
39185
+ * Range: minimum 1.
39186
+ */
39187
+ preferLatencyUnderMs?: number;
37698
39188
  /**
37699
39189
  * Two-letter country code of the store's market (e.g. US).
37700
39190
  */
@@ -37764,6 +39254,11 @@ interface TiktokShopUserShowcaseInput {
37764
39254
  * The handle of the TikTok user (e.g. mrtiktokreviews).
37765
39255
  */
37766
39256
  handle: string;
39257
+ /**
39258
+ * Optional. 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. 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.
39259
+ * Range: minimum 1.
39260
+ */
39261
+ preferLatencyUnderMs?: number;
37767
39262
  /**
37768
39263
  * Geographical region for proxy placement (defaults to US).
37769
39264
  */
@@ -37953,6 +39448,11 @@ interface TripadvisorReviewsInput {
37953
39448
  * Range: minimum 1, maximum 20.
37954
39449
  */
37955
39450
  limit?: number;
39451
+ /**
39452
+ * Optional. 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. 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.
39453
+ * Range: minimum 1.
39454
+ */
39455
+ preferLatencyUnderMs?: number;
37956
39456
  /**
37957
39457
  * Only return reviews whose bubble rating is in this set (e.g. ["5", "4"] for 4 and 5 star reviews); omit for all ratings.
37958
39458
  */
@@ -38030,6 +39530,11 @@ interface TripadvisorSearchInput {
38030
39530
  * Range: minimum 1, maximum 20.
38031
39531
  */
38032
39532
  limit?: number;
39533
+ /**
39534
+ * Optional. 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. 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.
39535
+ * Range: minimum 1.
39536
+ */
39537
+ preferLatencyUnderMs?: number;
38033
39538
  /**
38034
39539
  * Destination or keyword to search for (e.g. Barcelona).
38035
39540
  */
@@ -38183,6 +39688,11 @@ interface TrustpilotReviewsInput {
38183
39688
  * Range: minimum 1, maximum 200.
38184
39689
  */
38185
39690
  limit?: number;
39691
+ /**
39692
+ * Optional. 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. 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.
39693
+ * Range: minimum 1.
39694
+ */
39695
+ preferLatencyUnderMs?: number;
38186
39696
  /**
38187
39697
  * Review ordering: auto, relevancy, or recent (e.g. recent).
38188
39698
  * Default: auto.
@@ -38269,6 +39779,11 @@ declare class TrustpilotNamespace {
38269
39779
  * Input for Truth Social Post (truthsocial.post).
38270
39780
  */
38271
39781
  interface TruthsocialPostInput {
39782
+ /**
39783
+ * Optional. 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. 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.
39784
+ * Range: minimum 1.
39785
+ */
39786
+ preferLatencyUnderMs?: number;
38272
39787
  /**
38273
39788
  * Full Truth Social post URL, e.g. "https://truthsocial.com/@realDonaldTrump/posts/116824551176646175".
38274
39789
  */
@@ -38320,6 +39835,11 @@ interface TruthsocialProfileInput {
38320
39835
  * Truth Social handle without the @, e.g. "realDonaldTrump".
38321
39836
  */
38322
39837
  handle: string;
39838
+ /**
39839
+ * Optional. 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. 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.
39840
+ * Range: minimum 1.
39841
+ */
39842
+ preferLatencyUnderMs?: number;
38323
39843
  }
38324
39844
  /**
38325
39845
  * The `data` payload of Truth Social Profile (truthsocial.profile).
@@ -38368,6 +39888,11 @@ interface TruthsocialUserPostsInput {
38368
39888
  * Truth Social handle without the @, e.g. "realDonaldTrump".
38369
39889
  */
38370
39890
  handle: string;
39891
+ /**
39892
+ * Optional. 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. 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.
39893
+ * Range: minimum 1.
39894
+ */
39895
+ preferLatencyUnderMs?: number;
38371
39896
  }
38372
39897
  interface TruthsocialUserPostsPost {
38373
39898
  /**
@@ -38455,6 +39980,11 @@ declare class TruthsocialNamespace {
38455
39980
  * Input for X / Twitter Article (twitter.article).
38456
39981
  */
38457
39982
  interface TwitterArticleInput {
39983
+ /**
39984
+ * Optional. 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. 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.
39985
+ * Range: minimum 1.
39986
+ */
39987
+ preferLatencyUnderMs?: number;
38458
39988
  /**
38459
39989
  * Canonical x.com or twitter.com URL of the public wrapper post for an X Article.
38460
39990
  */
@@ -38645,6 +40175,11 @@ interface TwitterArticleData {
38645
40175
  * Input for Twitter Community (twitter.community).
38646
40176
  */
38647
40177
  interface TwitterCommunityInput {
40178
+ /**
40179
+ * Optional. 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. 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.
40180
+ * Range: minimum 1.
40181
+ */
40182
+ preferLatencyUnderMs?: number;
38648
40183
  /**
38649
40184
  * Community URL (e.g. https://x.com/i/communities/1926186499399139650).
38650
40185
  */
@@ -38688,6 +40223,11 @@ interface TwitterCommunityData {
38688
40223
  * Input for Twitter Community Tweets (twitter.community_tweets).
38689
40224
  */
38690
40225
  interface TwitterCommunityTweetsInput {
40226
+ /**
40227
+ * Optional. 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. 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.
40228
+ * Range: minimum 1.
40229
+ */
40230
+ preferLatencyUnderMs?: number;
38691
40231
  /**
38692
40232
  * Community URL (e.g. https://x.com/i/communities/1926186499399139650).
38693
40233
  */
@@ -38739,6 +40279,11 @@ interface TwitterFollowersInput {
38739
40279
  * Default: 200.
38740
40280
  */
38741
40281
  limit?: number;
40282
+ /**
40283
+ * Optional. 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. 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.
40284
+ * Range: minimum 1.
40285
+ */
40286
+ preferLatencyUnderMs?: number;
38742
40287
  /**
38743
40288
  * Set true to get up to limit followers in one response instead of provider-native pages, served by a bulk provider when needed.
38744
40289
  */
@@ -38810,6 +40355,11 @@ interface TwitterFollowingInput {
38810
40355
  * Default: 200.
38811
40356
  */
38812
40357
  limit?: number;
40358
+ /**
40359
+ * Optional. 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. 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.
40360
+ * Range: minimum 1.
40361
+ */
40362
+ preferLatencyUnderMs?: number;
38813
40363
  /**
38814
40364
  * Set true to get up to limit accounts in one response instead of provider-native pages, served by a bulk provider when needed.
38815
40365
  */
@@ -38875,6 +40425,11 @@ interface TwitterProfileInput {
38875
40425
  * Twitter/X handle without the leading @.
38876
40426
  */
38877
40427
  handle: string;
40428
+ /**
40429
+ * Optional. 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. 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.
40430
+ * Range: minimum 1.
40431
+ */
40432
+ preferLatencyUnderMs?: number;
38878
40433
  }
38879
40434
  /**
38880
40435
  * The `data` payload of Twitter Profile (twitter.profile).
@@ -38912,6 +40467,11 @@ interface TwitterRepliesInput {
38912
40467
  * Range: minimum 1, maximum 40.
38913
40468
  */
38914
40469
  limit?: number;
40470
+ /**
40471
+ * Optional. 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. 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.
40472
+ * Range: minimum 1.
40473
+ */
40474
+ preferLatencyUnderMs?: number;
38915
40475
  /**
38916
40476
  * Full URL of the X (Twitter) post to fetch replies for (e.g. https://x.com/nasa/status/1846987139428634858).
38917
40477
  */
@@ -39020,6 +40580,11 @@ interface TwitterSearchInput {
39020
40580
  * Default: 20.
39021
40581
  */
39022
40582
  limit?: number;
40583
+ /**
40584
+ * Optional. 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. 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.
40585
+ * Range: minimum 1.
40586
+ */
40587
+ preferLatencyUnderMs?: number;
39023
40588
  /**
39024
40589
  * Search query using X (Twitter) advanced-search syntax. IMPORTANT: bare terms are ANDed - a tweet must contain EVERY word, so a list of loosely related keywords matches nothing; use one short phrase or OR between alternatives (e.g. 'anyapi OR getanyapi'). You can embed X advanced-search operators directly in the query to filter results: from:username and to:username (author or recipient), since:YYYY-MM-DD and until:YYYY-MM-DD (date range), min_faves:N, min_retweets:N, min_replies:N (engagement floors), "exact phrase", -term to exclude, filter:media and filter:links and -filter:replies (content filters), lang:en, near:city, and geocode:lat,long,radius. Examples: 'from:OpenAI', 'AI agents min_faves:500 -filter:replies', 'nvidia since:2026-01-01 until:2026-03-01'. A query with no matches returns an empty items array; prefer the fewest words that identify the topic.
39025
40590
  */
@@ -39124,6 +40689,11 @@ interface TwitterSearchCommunitiesInput {
39124
40689
  * Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of communities.
39125
40690
  */
39126
40691
  cursor?: string;
40692
+ /**
40693
+ * Optional. 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. 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.
40694
+ * Range: minimum 1.
40695
+ */
40696
+ preferLatencyUnderMs?: number;
39127
40697
  /**
39128
40698
  * Keyword to match against X (Twitter) community names and topics (e.g. artificial intelligence).
39129
40699
  */
@@ -39178,6 +40748,11 @@ interface TwitterSearchUsersInput {
39178
40748
  * Opaque pagination cursor from a previous response's nextCursor. Omit for the first page; pass it to fetch the next page of accounts.
39179
40749
  */
39180
40750
  cursor?: string;
40751
+ /**
40752
+ * Optional. 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. 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.
40753
+ * Range: minimum 1.
40754
+ */
40755
+ preferLatencyUnderMs?: number;
39181
40756
  /**
39182
40757
  * Keyword to match against X (Twitter) handles, display names, and profile bios. This is the People tab of X search: pass a topic ('ai agents'), a name ('Elon Musk'), or a handle ('openai') and get back accounts, not posts. Use twitter.search for posts.
39183
40758
  */
@@ -39252,6 +40827,11 @@ interface TwitterSearchUsersData {
39252
40827
  * Input for X / Twitter Tweet Thread (twitter.thread).
39253
40828
  */
39254
40829
  interface TwitterThreadInput {
40830
+ /**
40831
+ * Optional. 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. 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.
40832
+ * Range: minimum 1.
40833
+ */
40834
+ preferLatencyUnderMs?: number;
39255
40835
  /**
39256
40836
  * Canonical x.com or twitter.com status URL with a numeric tweet ID. Any tweet in the self-thread can be supplied; the provider resolves the thread root.
39257
40837
  */
@@ -39365,6 +40945,11 @@ interface TwitterTrendsInput {
39365
40945
  * Country name, city name, or ISO country code. Omit for worldwide trends.
39366
40946
  */
39367
40947
  location?: string;
40948
+ /**
40949
+ * Optional. 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. 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.
40950
+ * Range: minimum 1.
40951
+ */
40952
+ preferLatencyUnderMs?: number;
39368
40953
  }
39369
40954
  interface TwitterTrendsItem {
39370
40955
  /**
@@ -39415,6 +41000,11 @@ interface TwitterTrendsData {
39415
41000
  * Input for Twitter Tweet (twitter.tweet).
39416
41001
  */
39417
41002
  interface TwitterTweetInput {
41003
+ /**
41004
+ * Optional. 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. 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.
41005
+ * Range: minimum 1.
41006
+ */
41007
+ preferLatencyUnderMs?: number;
39418
41008
  /**
39419
41009
  * Canonical x.com or twitter.com status URL with a numeric tweet ID, including /i/web/status and media-share variants.
39420
41010
  */
@@ -39484,6 +41074,11 @@ interface TwitterTweetData {
39484
41074
  * Input for Twitter Tweet Transcript (twitter.tweet_transcript).
39485
41075
  */
39486
41076
  interface TwitterTweetTranscriptInput {
41077
+ /**
41078
+ * Optional. 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. 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.
41079
+ * Range: minimum 1.
41080
+ */
41081
+ preferLatencyUnderMs?: number;
39487
41082
  /**
39488
41083
  * Tweet URL of the video to transcribe (e.g. https://x.com/TheoVon/status/1916982720317821050).
39489
41084
  */
@@ -39508,6 +41103,11 @@ interface TwitterUserPostsInput {
39508
41103
  * Twitter/X handle without the leading @.
39509
41104
  */
39510
41105
  handle: string;
41106
+ /**
41107
+ * Optional. 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. 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.
41108
+ * Range: minimum 1.
41109
+ */
41110
+ preferLatencyUnderMs?: number;
39511
41111
  }
39512
41112
  interface TwitterUserPostsTweet {
39513
41113
  /**
@@ -39619,6 +41219,11 @@ interface TwitterUserTweetsInput {
39619
41219
  * Default: 20.
39620
41220
  */
39621
41221
  limit?: number;
41222
+ /**
41223
+ * Optional. 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. 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.
41224
+ * Range: minimum 1.
41225
+ */
41226
+ preferLatencyUnderMs?: number;
39622
41227
  /**
39623
41228
  * Require a lane that can return the requested limit in one response.
39624
41229
  */
@@ -39957,6 +41562,11 @@ interface UpworkJobsInput {
39957
41562
  * When true, only return jobs from clients with a verified payment method.
39958
41563
  */
39959
41564
  paymentVerified?: boolean;
41565
+ /**
41566
+ * Optional. 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. 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.
41567
+ * Range: minimum 1.
41568
+ */
41569
+ preferLatencyUnderMs?: number;
39960
41570
  /**
39961
41571
  * Keywords to search Upwork jobs for (e.g. react developer).
39962
41572
  */
@@ -40061,6 +41671,11 @@ declare class UpworkNamespace {
40061
41671
  * Input for Walmart Product (walmart.product).
40062
41672
  */
40063
41673
  interface WalmartProductInput {
41674
+ /**
41675
+ * Optional. 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. 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.
41676
+ * Range: minimum 1.
41677
+ */
41678
+ preferLatencyUnderMs?: number;
40064
41679
  /**
40065
41680
  * Walmart product page URL.
40066
41681
  */
@@ -40169,6 +41784,11 @@ interface WebCrawlInput {
40169
41784
  * Range: minimum 1, maximum 10.
40170
41785
  */
40171
41786
  limit?: number;
41787
+ /**
41788
+ * Optional. 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. 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.
41789
+ * Range: minimum 1.
41790
+ */
41791
+ preferLatencyUnderMs?: number;
40172
41792
  /**
40173
41793
  * The website URL or domain to crawl.
40174
41794
  */
@@ -40207,6 +41827,11 @@ interface WebMapInput {
40207
41827
  * Default: 100.
40208
41828
  */
40209
41829
  limit?: number;
41830
+ /**
41831
+ * Optional. 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. 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.
41832
+ * Range: minimum 1.
41833
+ */
41834
+ preferLatencyUnderMs?: number;
40210
41835
  /**
40211
41836
  * Optional term that orders the returned links by relevance.
40212
41837
  */
@@ -40269,6 +41894,11 @@ interface WebScrapeInput {
40269
41894
  * Default: false.
40270
41895
  */
40271
41896
  onlyMainContent?: boolean;
41897
+ /**
41898
+ * Optional. 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. 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.
41899
+ * Range: minimum 1.
41900
+ */
41901
+ preferLatencyUnderMs?: number;
40272
41902
  /**
40273
41903
  * When true, fetch through a stealth proxy that gets past bot protection which refuses an ordinary request. This costs materially more per request (see the pricing ceiling), so leave it off unless a normal scrape of the site comes back blocked or empty.
40274
41904
  * Default: false.
@@ -40319,6 +41949,11 @@ interface WebScrapeData {
40319
41949
  * Input for Website Screenshot (web.screenshot).
40320
41950
  */
40321
41951
  interface WebScreenshotInput {
41952
+ /**
41953
+ * Optional. 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. 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.
41954
+ * Range: minimum 1.
41955
+ */
41956
+ preferLatencyUnderMs?: number;
40322
41957
  /**
40323
41958
  * The full URL of the page to capture.
40324
41959
  */
@@ -40407,6 +42042,11 @@ declare class WebNamespace {
40407
42042
  * Input for Weibo Hot Search (weibo.hot_search).
40408
42043
  */
40409
42044
  interface WeiboHotSearchInput {
42045
+ /**
42046
+ * Optional. 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. 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.
42047
+ * Range: minimum 1.
42048
+ */
42049
+ preferLatencyUnderMs?: number;
40410
42050
  }
40411
42051
  interface WeiboHotSearchTopic {
40412
42052
  /**
@@ -40457,6 +42097,11 @@ interface WeiboPostInput {
40457
42097
  * Weibo post identifier.
40458
42098
  */
40459
42099
  postId: string;
42100
+ /**
42101
+ * Optional. 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. 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.
42102
+ * Range: minimum 1.
42103
+ */
42104
+ preferLatencyUnderMs?: number;
40460
42105
  }
40461
42106
  /**
40462
42107
  * The `data` payload of Weibo Post (weibo.post).
@@ -40539,6 +42184,11 @@ interface WeiboPostCommentsInput {
40539
42184
  * Weibo post identifier.
40540
42185
  */
40541
42186
  postId: string;
42187
+ /**
42188
+ * Optional. 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. 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.
42189
+ * Range: minimum 1.
42190
+ */
42191
+ preferLatencyUnderMs?: number;
40542
42192
  }
40543
42193
  interface WeiboPostCommentsComment {
40544
42194
  /**
@@ -40601,6 +42251,11 @@ interface WeiboPostCommentsData {
40601
42251
  * Input for Weibo Profile (weibo.profile).
40602
42252
  */
40603
42253
  interface WeiboProfileInput {
42254
+ /**
42255
+ * Optional. 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. 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.
42256
+ * Range: minimum 1.
42257
+ */
42258
+ preferLatencyUnderMs?: number;
40604
42259
  /**
40605
42260
  * Weibo user identifier.
40606
42261
  */
@@ -40681,6 +42336,11 @@ interface WeiboSearchInput {
40681
42336
  * Default: 1.
40682
42337
  */
40683
42338
  page?: number;
42339
+ /**
42340
+ * Optional. 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. 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.
42341
+ * Range: minimum 1.
42342
+ */
42343
+ preferLatencyUnderMs?: number;
40684
42344
  /**
40685
42345
  * Search keyword.
40686
42346
  */
@@ -40786,6 +42446,11 @@ interface WeiboUserPostsInput {
40786
42446
  * Default: 1.
40787
42447
  */
40788
42448
  page?: number;
42449
+ /**
42450
+ * Optional. 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. 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.
42451
+ * Range: minimum 1.
42452
+ */
42453
+ preferLatencyUnderMs?: number;
40789
42454
  /**
40790
42455
  * Weibo user identifier.
40791
42456
  */
@@ -40955,6 +42620,11 @@ declare class WeiboNamespace {
40955
42620
  * Input for Yahoo Finance Quote (yahoo_finance.quote).
40956
42621
  */
40957
42622
  interface YahooFinanceQuoteInput {
42623
+ /**
42624
+ * Optional. 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. 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.
42625
+ * Range: minimum 1.
42626
+ */
42627
+ preferLatencyUnderMs?: number;
40958
42628
  /**
40959
42629
  * The ticker symbol to look up.
40960
42630
  */
@@ -41047,6 +42717,11 @@ interface YelpSearchInput {
41047
42717
  * City and state defining the search area (e.g. San Francisco, CA).
41048
42718
  */
41049
42719
  location: string;
42720
+ /**
42721
+ * Optional. 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. 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.
42722
+ * Range: minimum 1.
42723
+ */
42724
+ preferLatencyUnderMs?: number;
41050
42725
  /**
41051
42726
  * Search term or category to look for (e.g. sushi).
41052
42727
  */
@@ -41200,6 +42875,11 @@ interface YoutubeChannelInput {
41200
42875
  * YouTube channel handle.
41201
42876
  */
41202
42877
  handle?: string;
42878
+ /**
42879
+ * Optional. 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. 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.
42880
+ * Range: minimum 1.
42881
+ */
42882
+ preferLatencyUnderMs?: number;
41203
42883
  }
41204
42884
  /**
41205
42885
  * The `data` payload of YouTube Channel (youtube.channel).
@@ -41239,6 +42919,11 @@ interface YoutubeChannelCommunityPostsInput {
41239
42919
  * YouTube channel handle.
41240
42920
  */
41241
42921
  handle?: string;
42922
+ /**
42923
+ * Optional. 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. 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.
42924
+ * Range: minimum 1.
42925
+ */
42926
+ preferLatencyUnderMs?: number;
41242
42927
  }
41243
42928
  interface YoutubeChannelCommunityPostsPost {
41244
42929
  /**
@@ -41290,6 +42975,11 @@ interface YoutubeChannelLivesInput {
41290
42975
  * YouTube channel handle.
41291
42976
  */
41292
42977
  handle?: string;
42978
+ /**
42979
+ * Optional. 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. 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.
42980
+ * Range: minimum 1.
42981
+ */
42982
+ preferLatencyUnderMs?: number;
41293
42983
  }
41294
42984
  interface YoutubeChannelLivesLive {
41295
42985
  /**
@@ -41341,6 +43031,11 @@ interface YoutubeChannelPlaylistsInput {
41341
43031
  * YouTube channel handle.
41342
43032
  */
41343
43033
  handle?: string;
43034
+ /**
43035
+ * Optional. 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. 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.
43036
+ * Range: minimum 1.
43037
+ */
43038
+ preferLatencyUnderMs?: number;
41344
43039
  }
41345
43040
  interface YoutubeChannelPlaylistsPlaylist {
41346
43041
  /**
@@ -41388,6 +43083,11 @@ interface YoutubeChannelShortsInput {
41388
43083
  * YouTube channel handle, including or omitting the leading @.
41389
43084
  */
41390
43085
  handle?: string;
43086
+ /**
43087
+ * Optional. 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. 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.
43088
+ * Range: minimum 1.
43089
+ */
43090
+ preferLatencyUnderMs?: number;
41391
43091
  /**
41392
43092
  * Sort order for the Shorts feed. latest and newest are equivalent.
41393
43093
  * One of: latest, newest, popular.
@@ -41466,6 +43166,11 @@ interface YoutubeChannelVideosInput {
41466
43166
  * YouTube channel handle.
41467
43167
  */
41468
43168
  handle?: string;
43169
+ /**
43170
+ * Optional. 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. 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.
43171
+ * Range: minimum 1.
43172
+ */
43173
+ preferLatencyUnderMs?: number;
41469
43174
  /**
41470
43175
  * Sort order.
41471
43176
  * One of: latest, popular.
@@ -41514,6 +43219,11 @@ interface YoutubeCommentRepliesInput {
41514
43219
  * Replies continuation token from the comments endpoint, or the continuationToken from a previous replies response for further pagination.
41515
43220
  */
41516
43221
  continuationToken: string;
43222
+ /**
43223
+ * Optional. 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. 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.
43224
+ * Range: minimum 1.
43225
+ */
43226
+ preferLatencyUnderMs?: number;
41517
43227
  }
41518
43228
  interface YoutubeCommentRepliesComment {
41519
43229
  /**
@@ -41549,6 +43259,11 @@ interface YoutubeCommentRepliesData {
41549
43259
  * Input for YouTube Community Post (youtube.community_post).
41550
43260
  */
41551
43261
  interface YoutubeCommunityPostInput {
43262
+ /**
43263
+ * Optional. 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. 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.
43264
+ * Range: minimum 1.
43265
+ */
43266
+ preferLatencyUnderMs?: number;
41552
43267
  /**
41553
43268
  * URL of the YouTube community post.
41554
43269
  */
@@ -41588,6 +43303,11 @@ interface YoutubePlaylistInput {
41588
43303
  * The playlist ID: the "list" parameter in a playlist URL (e.g. "PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi").
41589
43304
  */
41590
43305
  playlistId: string;
43306
+ /**
43307
+ * Optional. 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. 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.
43308
+ * Range: minimum 1.
43309
+ */
43310
+ preferLatencyUnderMs?: number;
41591
43311
  }
41592
43312
  interface YoutubePlaylistVideo {
41593
43313
  /**
@@ -41640,6 +43360,11 @@ interface YoutubeSearchInput {
41640
43360
  * Continuation token from a previous response for pagination.
41641
43361
  */
41642
43362
  cursor?: string;
43363
+ /**
43364
+ * Optional. 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. 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.
43365
+ * Range: minimum 1.
43366
+ */
43367
+ preferLatencyUnderMs?: number;
41643
43368
  /**
41644
43369
  * The YouTube search query.
41645
43370
  */
@@ -41710,6 +43435,11 @@ interface YoutubeSearchHashtagInput {
41710
43435
  * Hashtag to search for (without the leading #).
41711
43436
  */
41712
43437
  hashtag: string;
43438
+ /**
43439
+ * Optional. 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. 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.
43440
+ * Range: minimum 1.
43441
+ */
43442
+ preferLatencyUnderMs?: number;
41713
43443
  /**
41714
43444
  * Content filter.
41715
43445
  * One of: all, shorts.
@@ -41758,6 +43488,11 @@ interface YoutubeSearchHashtagData {
41758
43488
  * Input for YouTube Trending Shorts (youtube.trending_shorts).
41759
43489
  */
41760
43490
  interface YoutubeTrendingShortsInput {
43491
+ /**
43492
+ * Optional. 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. 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.
43493
+ * Range: minimum 1.
43494
+ */
43495
+ preferLatencyUnderMs?: number;
41761
43496
  }
41762
43497
  interface YoutubeTrendingShortsShort {
41763
43498
  /**
@@ -41801,6 +43536,11 @@ interface YoutubeVideoInput {
41801
43536
  * YouTube video ID.
41802
43537
  */
41803
43538
  id?: string;
43539
+ /**
43540
+ * Optional. 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. 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.
43541
+ * Range: minimum 1.
43542
+ */
43543
+ preferLatencyUnderMs?: number;
41804
43544
  /**
41805
43545
  * Full YouTube video URL.
41806
43546
  */
@@ -41856,6 +43596,11 @@ interface YoutubeVideoCommentsInput {
41856
43596
  * Comment order (e.g. top, newest).
41857
43597
  */
41858
43598
  order?: string;
43599
+ /**
43600
+ * Optional. 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. 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.
43601
+ * Range: minimum 1.
43602
+ */
43603
+ preferLatencyUnderMs?: number;
41859
43604
  /**
41860
43605
  * Full YouTube video URL.
41861
43606
  */
@@ -41903,6 +43648,11 @@ interface YoutubeVideoSponsorsInput {
41903
43648
  * 2-letter language code for transcript lookup (e.g. en, es, fr).
41904
43649
  */
41905
43650
  language?: string;
43651
+ /**
43652
+ * Optional. 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. 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.
43653
+ * Range: minimum 1.
43654
+ */
43655
+ preferLatencyUnderMs?: number;
41906
43656
  /**
41907
43657
  * YouTube video or Short URL.
41908
43658
  */
@@ -41941,6 +43691,11 @@ interface YoutubeVideoTranscriptInput {
41941
43691
  * YouTube video ID.
41942
43692
  */
41943
43693
  id?: string;
43694
+ /**
43695
+ * Optional. 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. 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.
43696
+ * Range: minimum 1.
43697
+ */
43698
+ preferLatencyUnderMs?: number;
41944
43699
  /**
41945
43700
  * Full YouTube video URL.
41946
43701
  */
@@ -41995,6 +43750,11 @@ interface YoutubeVideoTranscriptFullInput {
41995
43750
  * Preferred caption language code (e.g. "en", "es"). Defaults to English.
41996
43751
  */
41997
43752
  language?: string;
43753
+ /**
43754
+ * Optional. 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. 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.
43755
+ * Range: minimum 1.
43756
+ */
43757
+ preferLatencyUnderMs?: number;
41998
43758
  /**
41999
43759
  * YouTube video URL (e.g. "https://www.youtube.com/watch?v=dQw4w9WgXcQ").
42000
43760
  */
@@ -42317,6 +44077,11 @@ interface ZhihuAnswerInput {
42317
44077
  * Zhihu answer identifier.
42318
44078
  */
42319
44079
  answerId: string;
44080
+ /**
44081
+ * Optional. 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. 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.
44082
+ * Range: minimum 1.
44083
+ */
44084
+ preferLatencyUnderMs?: number;
42320
44085
  }
42321
44086
  /**
42322
44087
  * The `data` payload of Zhihu Answer (zhihu.answer).
@@ -42383,6 +44148,11 @@ interface ZhihuAnswerData {
42383
44148
  * Input for Zhihu Profile (zhihu.profile).
42384
44149
  */
42385
44150
  interface ZhihuProfileInput {
44151
+ /**
44152
+ * Optional. 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. 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.
44153
+ * Range: minimum 1.
44154
+ */
44155
+ preferLatencyUnderMs?: number;
42386
44156
  /**
42387
44157
  * Zhihu user URL token.
42388
44158
  */
@@ -42451,6 +44221,11 @@ interface ZhihuProfileData {
42451
44221
  * Input for Zhihu Question (zhihu.question).
42452
44222
  */
42453
44223
  interface ZhihuQuestionInput {
44224
+ /**
44225
+ * Optional. 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. 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.
44226
+ * Range: minimum 1.
44227
+ */
44228
+ preferLatencyUnderMs?: number;
42454
44229
  /**
42455
44230
  * Zhihu question identifier.
42456
44231
  */
@@ -42535,6 +44310,11 @@ interface ZhihuQuestionAnswersInput {
42535
44310
  * Default: default.
42536
44311
  */
42537
44312
  order?: "default" | "updated";
44313
+ /**
44314
+ * Optional. 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. 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.
44315
+ * Range: minimum 1.
44316
+ */
44317
+ preferLatencyUnderMs?: number;
42538
44318
  /**
42539
44319
  * Zhihu question identifier.
42540
44320
  */
@@ -42640,6 +44420,11 @@ interface ZhihuSearchArticlesInput {
42640
44420
  * Default: 0.
42641
44421
  */
42642
44422
  offset?: string;
44423
+ /**
44424
+ * Optional. 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. 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.
44425
+ * Range: minimum 1.
44426
+ */
44427
+ preferLatencyUnderMs?: number;
42643
44428
  /**
42644
44429
  * Search keyword.
42645
44430
  */
@@ -42821,6 +44606,11 @@ declare class ZhihuNamespace {
42821
44606
  * Input for Zillow Property (zillow.property).
42822
44607
  */
42823
44608
  interface ZillowPropertyInput {
44609
+ /**
44610
+ * Optional. 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. 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.
44611
+ * Range: minimum 1.
44612
+ */
44613
+ preferLatencyUnderMs?: number;
42824
44614
  /**
42825
44615
  * Zillow property details URL (e.g. https://www.zillow.com/homedetails/123-Main-St-Anytown-CA-90210/12345678_zpid/).
42826
44616
  */
@@ -42993,6 +44783,11 @@ interface ZillowSearchInput {
42993
44783
  * Default: buy.
42994
44784
  */
42995
44785
  operation?: "buy" | "rent" | "sold";
44786
+ /**
44787
+ * Optional. 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. 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.
44788
+ * Range: minimum 1.
44789
+ */
44790
+ preferLatencyUnderMs?: number;
42996
44791
  /**
42997
44792
  * Only show listings with a price reduction. Buy searches only; ignored for rentals (e.g. true).
42998
44793
  */