@getanyapi/sdk 0.15.1 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1318,7 +1318,7 @@ declare class AmazonNamespace {
1318
1318
  *
1319
1319
  * Fetch full Amazon product details (title, brand, price when in stock, images, ratings, review count, variants, and attributes) from a product URL.
1320
1320
  *
1321
- * Price: $0.00105 per request plus $0.00851 per result (maximum $0.00956).
1321
+ * Price: $0.0018 per request.
1322
1322
  *
1323
1323
  * @example
1324
1324
  * const res = await client.amazon.product({ url: "https://www.amazon.com/dp/B00NTCH52W" });
@@ -11372,6 +11372,655 @@ interface LinkedinProfileData {
11372
11372
  verified?: boolean;
11373
11373
  [extra: string]: unknown;
11374
11374
  }
11375
+ /**
11376
+ * Input for LinkedIn Profile Posts (full) (linkedin.profile_posts_full).
11377
+ */
11378
+ interface LinkedinProfilePostsFullInput {
11379
+ /**
11380
+ * Regional LinkedIn context used when retrieving posts.
11381
+ * One of: any, US, GB, DE, FR.
11382
+ */
11383
+ contextCountry?: "any" | "US" | "GB" | "DE" | "FR";
11384
+ /**
11385
+ * Whether to include quote posts that add commentary to shared content.
11386
+ * Default: true.
11387
+ */
11388
+ includeQuotePosts?: boolean;
11389
+ /**
11390
+ * Whether to include reposts that share content without added commentary.
11391
+ * Default: true.
11392
+ */
11393
+ includeReposts?: boolean;
11394
+ /**
11395
+ * Maximum number of posts to return (1-100, default 10). You are billed per post returned, so a lower limit costs less.
11396
+ * Range: minimum 1, maximum 100.
11397
+ * Default: 10.
11398
+ */
11399
+ limit?: number;
11400
+ /**
11401
+ * Only return posts published within this relative time window.
11402
+ * One of: any, 1h, 24h, week, month, 3months, 6months, year.
11403
+ */
11404
+ postedLimit?: "any" | "1h" | "24h" | "week" | "month" | "3months" | "6months" | "year";
11405
+ /**
11406
+ * Only return posts published on or after this date or timestamp, using a JavaScript-compatible date-time string.
11407
+ */
11408
+ postedLimitDate?: string;
11409
+ /**
11410
+ * Full URL of the public LinkedIn profile whose posts should be returned.
11411
+ * Format: uri.
11412
+ */
11413
+ url: string;
11414
+ }
11415
+ interface LinkedinProfilePostsFullItem {
11416
+ /**
11417
+ * Description excerpt of the attached article, when present.
11418
+ */
11419
+ articleDescription?: string;
11420
+ /**
11421
+ * Image URL of the attached article, when present.
11422
+ * Format: uri.
11423
+ */
11424
+ articleImage?: string;
11425
+ /**
11426
+ * Height of the attached article image in pixels.
11427
+ * Range: minimum 0.
11428
+ */
11429
+ articleImageHeight?: number;
11430
+ /**
11431
+ * Width of the attached article image in pixels.
11432
+ * Range: minimum 0.
11433
+ */
11434
+ articleImageWidth?: number;
11435
+ /**
11436
+ * Accessible display label for the attached article link, when present.
11437
+ */
11438
+ articleLinkLabel?: string;
11439
+ /**
11440
+ * Subtitle or publisher label of the attached article, when present.
11441
+ */
11442
+ articleSubtitle?: string;
11443
+ /**
11444
+ * Title of the attached article, when present.
11445
+ */
11446
+ articleTitle?: string;
11447
+ /**
11448
+ * Canonical URL of the attached article, when present.
11449
+ * Format: uri.
11450
+ */
11451
+ articleUrl?: string;
11452
+ /**
11453
+ * Detailed identity and publication information for the post author. Populated whenever the provider has data for the entity.
11454
+ * Present whenever the upstream returns this record.
11455
+ */
11456
+ author?: {
11457
+ /**
11458
+ * Public LinkedIn profile handle of the author. Populated whenever the provider has data for the entity.
11459
+ * Present whenever the upstream returns this record.
11460
+ */
11461
+ handle?: string;
11462
+ /**
11463
+ * Professional headline or follower summary displayed for the author. Populated whenever the provider has data for the entity.
11464
+ * Present whenever the upstream returns this record.
11465
+ */
11466
+ headline?: string;
11467
+ /**
11468
+ * Stable LinkedIn identifier of the author.
11469
+ */
11470
+ id?: string;
11471
+ /**
11472
+ * Profile or company image URL of the author. Populated whenever the provider has data for the entity.
11473
+ * Format: uri.
11474
+ * Present whenever the upstream returns this record.
11475
+ */
11476
+ image?: string;
11477
+ /**
11478
+ * Height of the author image in pixels.
11479
+ * Range: minimum 0.
11480
+ */
11481
+ imageHeight?: number;
11482
+ /**
11483
+ * Width of the author image in pixels.
11484
+ * Range: minimum 0.
11485
+ */
11486
+ imageWidth?: number;
11487
+ /**
11488
+ * Display name of the author.
11489
+ */
11490
+ name?: string;
11491
+ /**
11492
+ * Canonical LinkedIn profile or company URL of the author. Populated whenever the provider has data for the entity.
11493
+ * Format: uri.
11494
+ * Present whenever the upstream returns this record.
11495
+ */
11496
+ profileUrl?: string;
11497
+ /**
11498
+ * Author kind, such as profile or company.
11499
+ */
11500
+ type?: string;
11501
+ /**
11502
+ * Universal LinkedIn name used for company authors, when present.
11503
+ */
11504
+ universalName?: string;
11505
+ /**
11506
+ * Publication or website URL displayed by the author.
11507
+ * Format: uri.
11508
+ */
11509
+ website?: string;
11510
+ /**
11511
+ * Display label for the author's publication or website link.
11512
+ */
11513
+ websiteLabel?: string;
11514
+ };
11515
+ /**
11516
+ * Structured mentions and links embedded in the post text.
11517
+ */
11518
+ contentAnnotations?: LinkedinProfilePostsFullContentAnnotation[];
11519
+ /**
11520
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
11521
+ */
11522
+ createdUtc: number;
11523
+ /**
11524
+ * Engagement totals and reaction breakdown for the post. Populated whenever the provider has data for the entity.
11525
+ * Present whenever the upstream returns this record.
11526
+ */
11527
+ engagement?: {
11528
+ /**
11529
+ * Counts grouped by LinkedIn reaction type.
11530
+ */
11531
+ breakdown?: LinkedinProfilePostsFullBreakdown[];
11532
+ /**
11533
+ * Total number of comments on the post. Populated whenever the provider has data for the entity.
11534
+ * Range: minimum 0.
11535
+ * Present whenever the upstream returns this record.
11536
+ */
11537
+ comments?: number;
11538
+ /**
11539
+ * Total number of reactions on the post. Populated whenever the provider has data for the entity.
11540
+ * Range: minimum 0.
11541
+ * Present whenever the upstream returns this record.
11542
+ */
11543
+ reactions?: number;
11544
+ /**
11545
+ * Total number of reposts or shares of the post. Populated whenever the provider has data for the entity.
11546
+ * Range: minimum 0.
11547
+ * Present whenever the upstream returns this record.
11548
+ */
11549
+ reposts?: number;
11550
+ };
11551
+ /**
11552
+ * Unique identifier of the LinkedIn post. Populated whenever the provider has data for the entity.
11553
+ */
11554
+ id: string;
11555
+ /**
11556
+ * Images attached to the post.
11557
+ */
11558
+ images?: LinkedinProfilePostsFullImage[];
11559
+ /**
11560
+ * Title of the LinkedIn newsletter associated with the post, when present.
11561
+ */
11562
+ newsletterTitle?: string;
11563
+ /**
11564
+ * Canonical URL of the LinkedIn newsletter associated with the post, when present.
11565
+ * Format: uri.
11566
+ */
11567
+ newsletterUrl?: string;
11568
+ /**
11569
+ * Canonical LinkedIn feed publication URL for the post.
11570
+ * Format: uri.
11571
+ */
11572
+ publicationUrl?: string;
11573
+ /**
11574
+ * Description excerpt of the reposted post's article, when present.
11575
+ */
11576
+ repostArticleDescription?: string;
11577
+ /**
11578
+ * Image URL of the reposted post's article, when present.
11579
+ * Format: uri.
11580
+ */
11581
+ repostArticleImage?: string;
11582
+ /**
11583
+ * Height of the reposted post's article image in pixels.
11584
+ * Range: minimum 0.
11585
+ */
11586
+ repostArticleImageHeight?: number;
11587
+ /**
11588
+ * Width of the reposted post's article image in pixels.
11589
+ * Range: minimum 0.
11590
+ */
11591
+ repostArticleImageWidth?: number;
11592
+ /**
11593
+ * Accessible display label for the reposted post's article link, when present.
11594
+ */
11595
+ repostArticleLinkLabel?: string;
11596
+ /**
11597
+ * Subtitle or publisher label of the reposted post's article, when present.
11598
+ */
11599
+ repostArticleSubtitle?: string;
11600
+ /**
11601
+ * Title of the article attached to the reposted post, when present.
11602
+ */
11603
+ repostArticleTitle?: string;
11604
+ /**
11605
+ * Canonical URL of the reposted post's article, when present.
11606
+ * Format: uri.
11607
+ */
11608
+ repostArticleUrl?: string;
11609
+ /**
11610
+ * Public LinkedIn profile handle of the reposted post's author, when present.
11611
+ */
11612
+ repostAuthorHandle?: string;
11613
+ /**
11614
+ * Headline or follower summary of the reposted post's author, when present.
11615
+ */
11616
+ repostAuthorHeadline?: string;
11617
+ /**
11618
+ * Stable LinkedIn identifier of the reposted post's author, when present.
11619
+ */
11620
+ repostAuthorId?: string;
11621
+ /**
11622
+ * Image URL of the reposted post's author, when present.
11623
+ * Format: uri.
11624
+ */
11625
+ repostAuthorImage?: string;
11626
+ /**
11627
+ * Display name of the reposted post's author, when present.
11628
+ */
11629
+ repostAuthorName?: string;
11630
+ /**
11631
+ * Author kind for the reposted post, when present.
11632
+ */
11633
+ repostAuthorType?: string;
11634
+ /**
11635
+ * Universal LinkedIn name of the reposted post's company author, when present.
11636
+ */
11637
+ repostAuthorUniversalName?: string;
11638
+ /**
11639
+ * Canonical LinkedIn URL of the reposted post's author, when present.
11640
+ * Format: uri.
11641
+ */
11642
+ repostAuthorUrl?: string;
11643
+ /**
11644
+ * UTC epoch timestamp in seconds (Unix time) when the reposted post was published. Multiply by 1000 for a JS Date in milliseconds.
11645
+ */
11646
+ repostCreatedUtc?: number;
11647
+ /**
11648
+ * Unique identifier of the reposted post, when present.
11649
+ */
11650
+ repostId?: string;
11651
+ /**
11652
+ * Images attached to the reposted post.
11653
+ */
11654
+ repostImages?: LinkedinProfilePostsFullRepostImage[];
11655
+ /**
11656
+ * Text content of the reposted post, when present.
11657
+ */
11658
+ repostText?: string;
11659
+ /**
11660
+ * Canonical URL of the reposted post, when present.
11661
+ * Format: uri.
11662
+ */
11663
+ repostUrl?: string;
11664
+ /**
11665
+ * LinkedIn visibility and action flags for the post.
11666
+ */
11667
+ socialContent?: {
11668
+ /**
11669
+ * Whether LinkedIn hides the comment action.
11670
+ */
11671
+ hideCommentAction?: boolean;
11672
+ /**
11673
+ * Whether LinkedIn hides the comment count.
11674
+ */
11675
+ hideCommentsCount?: boolean;
11676
+ /**
11677
+ * Whether LinkedIn hides the react action.
11678
+ */
11679
+ hideReactAction?: boolean;
11680
+ /**
11681
+ * Whether LinkedIn hides the reaction count.
11682
+ */
11683
+ hideReactionsCount?: boolean;
11684
+ /**
11685
+ * Whether LinkedIn hides the repost count.
11686
+ */
11687
+ hideRepostsCount?: boolean;
11688
+ /**
11689
+ * Whether LinkedIn hides the send action.
11690
+ */
11691
+ hideSendAction?: boolean;
11692
+ /**
11693
+ * Whether LinkedIn hides the share action.
11694
+ */
11695
+ hideShareAction?: boolean;
11696
+ /**
11697
+ * Whether LinkedIn hides social activity counts.
11698
+ */
11699
+ hideSocialActivityCounts?: boolean;
11700
+ /**
11701
+ * Whether LinkedIn hides the view count.
11702
+ */
11703
+ hideViewsCount?: boolean;
11704
+ /**
11705
+ * Canonical LinkedIn share URL for the post.
11706
+ * Format: uri.
11707
+ */
11708
+ shareUrl?: string;
11709
+ /**
11710
+ * Whether LinkedIn enables the contribution experience.
11711
+ */
11712
+ showContributionExperience?: boolean;
11713
+ /**
11714
+ * Whether LinkedIn shows social detail.
11715
+ */
11716
+ showSocialDetail?: boolean;
11717
+ };
11718
+ /**
11719
+ * Text content of the post. Populated whenever the provider has data for the entity.
11720
+ */
11721
+ text: string;
11722
+ /**
11723
+ * LinkedIn record type reported for the post.
11724
+ */
11725
+ type?: string;
11726
+ /**
11727
+ * Canonical LinkedIn URL of the post. Populated whenever the provider has data for the entity.
11728
+ * Format: uri.
11729
+ */
11730
+ url: string;
11731
+ /**
11732
+ * Thumbnail URL of the attached video, when present.
11733
+ * Format: uri.
11734
+ */
11735
+ videoThumbnail?: string;
11736
+ /**
11737
+ * URL of the attached video, when present.
11738
+ * Format: uri.
11739
+ */
11740
+ videoUrl?: string;
11741
+ [extra: string]: unknown;
11742
+ }
11743
+ interface LinkedinProfilePostsFullContentAnnotation {
11744
+ /**
11745
+ * LinkedIn identifier of a mentioned company, when present.
11746
+ */
11747
+ companyId?: string;
11748
+ /**
11749
+ * Display name of a mentioned company, when present.
11750
+ */
11751
+ companyName?: string;
11752
+ /**
11753
+ * Canonical LinkedIn URL of a mentioned company, when present.
11754
+ * Format: uri.
11755
+ */
11756
+ companyUrl?: string;
11757
+ /**
11758
+ * Canonical hyperlink attached to the annotation, when present.
11759
+ * Format: uri.
11760
+ */
11761
+ hyperlink?: string;
11762
+ /**
11763
+ * Length of the annotated text span.
11764
+ * Range: minimum 0.
11765
+ */
11766
+ length?: number;
11767
+ /**
11768
+ * First name of a mentioned profile, when present.
11769
+ */
11770
+ profileFirstName?: string;
11771
+ /**
11772
+ * Public LinkedIn handle of a mentioned profile, when present.
11773
+ */
11774
+ profileHandle?: string;
11775
+ /**
11776
+ * LinkedIn identifier of a mentioned profile, when present.
11777
+ */
11778
+ profileId?: string;
11779
+ /**
11780
+ * Last name of a mentioned profile, when present.
11781
+ */
11782
+ profileLastName?: string;
11783
+ /**
11784
+ * Canonical LinkedIn URL of a mentioned profile, when present.
11785
+ * Format: uri.
11786
+ */
11787
+ profileUrl?: string;
11788
+ /**
11789
+ * Zero-based start offset of the annotation in the post text.
11790
+ * Range: minimum 0.
11791
+ */
11792
+ start?: number;
11793
+ /**
11794
+ * Canonical text link attached to the annotation, when present.
11795
+ * Format: uri.
11796
+ */
11797
+ textLink?: string;
11798
+ /**
11799
+ * Kind of content annotation.
11800
+ */
11801
+ type?: string;
11802
+ [extra: string]: unknown;
11803
+ }
11804
+ interface LinkedinProfilePostsFullBreakdown {
11805
+ /**
11806
+ * Number of reactions of this type.
11807
+ * Range: minimum 0.
11808
+ */
11809
+ count: number;
11810
+ /**
11811
+ * LinkedIn reaction type.
11812
+ */
11813
+ type: string;
11814
+ [extra: string]: unknown;
11815
+ }
11816
+ interface LinkedinProfilePostsFullImage {
11817
+ /**
11818
+ * Height of the image in pixels.
11819
+ * Range: minimum 0.
11820
+ */
11821
+ height?: number;
11822
+ /**
11823
+ * URL of the attached image.
11824
+ * Format: uri.
11825
+ */
11826
+ url: string;
11827
+ /**
11828
+ * Width of the image in pixels.
11829
+ * Range: minimum 0.
11830
+ */
11831
+ width?: number;
11832
+ [extra: string]: unknown;
11833
+ }
11834
+ interface LinkedinProfilePostsFullRepostImage {
11835
+ /**
11836
+ * Height of the reposted image in pixels.
11837
+ * Range: minimum 0.
11838
+ */
11839
+ height?: number;
11840
+ /**
11841
+ * URL of an image attached to the reposted post.
11842
+ * Format: uri.
11843
+ */
11844
+ url: string;
11845
+ /**
11846
+ * Width of the reposted image in pixels.
11847
+ * Range: minimum 0.
11848
+ */
11849
+ width?: number;
11850
+ [extra: string]: unknown;
11851
+ }
11852
+ /**
11853
+ * The `data` payload of LinkedIn Profile Posts (full) (linkedin.profile_posts_full).
11854
+ */
11855
+ interface LinkedinProfilePostsFullData {
11856
+ /**
11857
+ * Recent enriched posts published by the profile. Populated whenever the provider has data for the entity.
11858
+ */
11859
+ items: LinkedinProfilePostsFullItem[];
11860
+ }
11861
+ /**
11862
+ * Input for LinkedIn Profile Posts (basic) (linkedin.profile_posts_thin).
11863
+ */
11864
+ interface LinkedinProfilePostsThinInput {
11865
+ /**
11866
+ * Maximum number of posts to return (10-100, default 10). You are billed per post returned, so a lower limit costs less.
11867
+ * Range: minimum 10, maximum 100.
11868
+ * Default: 10.
11869
+ */
11870
+ limit?: number;
11871
+ /**
11872
+ * Full URL of the public LinkedIn profile whose posts should be returned.
11873
+ * Format: uri.
11874
+ */
11875
+ url: string;
11876
+ }
11877
+ interface LinkedinProfilePostsThinItem {
11878
+ /**
11879
+ * Image URL of the attached article, when present.
11880
+ * Format: uri.
11881
+ */
11882
+ articleImage?: string;
11883
+ /**
11884
+ * Subtitle or publisher label of the attached article, when present.
11885
+ */
11886
+ articleSubtitle?: string;
11887
+ /**
11888
+ * Title of the attached article, when present.
11889
+ */
11890
+ articleTitle?: string;
11891
+ /**
11892
+ * Canonical URL of the attached article, when present.
11893
+ * Format: uri.
11894
+ */
11895
+ articleUrl?: string;
11896
+ /**
11897
+ * Portable details about the post author. Populated whenever the provider has data for the entity.
11898
+ * Present whenever the upstream returns this record.
11899
+ */
11900
+ author?: {
11901
+ /**
11902
+ * Public LinkedIn handle of the author. Populated whenever the provider has data for the entity.
11903
+ * Present whenever the upstream returns this record.
11904
+ */
11905
+ handle?: string;
11906
+ /**
11907
+ * Professional headline displayed for the author. Populated whenever the provider has data for the entity.
11908
+ * Present whenever the upstream returns this record.
11909
+ */
11910
+ headline?: string;
11911
+ /**
11912
+ * Profile image URL of the author. Populated whenever the provider has data for the entity.
11913
+ * Format: uri.
11914
+ * Present whenever the upstream returns this record.
11915
+ */
11916
+ image?: string;
11917
+ /**
11918
+ * Canonical LinkedIn profile URL of the author. Populated whenever the provider has data for the entity.
11919
+ * Format: uri.
11920
+ * Present whenever the upstream returns this record.
11921
+ */
11922
+ profileUrl?: string;
11923
+ };
11924
+ /**
11925
+ * UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. Populated whenever the provider has data for the entity.
11926
+ */
11927
+ createdUtc: number;
11928
+ /**
11929
+ * Portable engagement totals for the post. Populated whenever the provider has data for the entity.
11930
+ * Present whenever the upstream returns this record.
11931
+ */
11932
+ engagement?: {
11933
+ /**
11934
+ * Total number of comments on the post. Populated whenever the provider has data for the entity.
11935
+ * Range: minimum 0.
11936
+ * Present whenever the upstream returns this record.
11937
+ */
11938
+ comments?: number;
11939
+ /**
11940
+ * Total number of reactions on the post. Populated whenever the provider has data for the entity.
11941
+ * Range: minimum 0.
11942
+ * Present whenever the upstream returns this record.
11943
+ */
11944
+ reactions?: number;
11945
+ /**
11946
+ * Total number of reposts or shares of the post. Populated whenever the provider has data for the entity.
11947
+ * Range: minimum 0.
11948
+ * Present whenever the upstream returns this record.
11949
+ */
11950
+ reposts?: number;
11951
+ };
11952
+ /**
11953
+ * Unique identifier of the LinkedIn post. Populated whenever the provider has data for the entity.
11954
+ */
11955
+ id: string;
11956
+ /**
11957
+ * Images attached to the post.
11958
+ */
11959
+ images?: LinkedinProfilePostsThinImage[];
11960
+ /**
11961
+ * Title of the article attached to the reposted post, when present.
11962
+ */
11963
+ repostArticleTitle?: string;
11964
+ /**
11965
+ * Canonical URL of the article attached to the reposted post, when present.
11966
+ * Format: uri.
11967
+ */
11968
+ repostArticleUrl?: string;
11969
+ /**
11970
+ * UTC epoch timestamp in seconds (Unix time) when the reposted post was published. Multiply by 1000 for a JS Date in milliseconds.
11971
+ */
11972
+ repostCreatedUtc?: number;
11973
+ /**
11974
+ * Unique identifier of the reposted post, when present.
11975
+ */
11976
+ repostId?: string;
11977
+ /**
11978
+ * Text content of the reposted post, when present.
11979
+ */
11980
+ repostText?: string;
11981
+ /**
11982
+ * Canonical URL of the reposted post, when present.
11983
+ * Format: uri.
11984
+ */
11985
+ repostUrl?: string;
11986
+ /**
11987
+ * Text content of the post. Populated whenever the provider has data for the entity.
11988
+ */
11989
+ text: string;
11990
+ /**
11991
+ * Canonical LinkedIn URL of the post. Populated whenever the provider has data for the entity.
11992
+ * Format: uri.
11993
+ */
11994
+ url: string;
11995
+ /**
11996
+ * Thumbnail URL of the attached video, when present.
11997
+ * Format: uri.
11998
+ */
11999
+ videoThumbnail?: string;
12000
+ /**
12001
+ * URL of the attached video, when present.
12002
+ * Format: uri.
12003
+ */
12004
+ videoUrl?: string;
12005
+ [extra: string]: unknown;
12006
+ }
12007
+ interface LinkedinProfilePostsThinImage {
12008
+ /**
12009
+ * URL of an attached image.
12010
+ * Format: uri.
12011
+ */
12012
+ url: string;
12013
+ [extra: string]: unknown;
12014
+ }
12015
+ /**
12016
+ * The `data` payload of LinkedIn Profile Posts (basic) (linkedin.profile_posts_thin).
12017
+ */
12018
+ interface LinkedinProfilePostsThinData {
12019
+ /**
12020
+ * Recent posts published by the profile. Populated whenever the provider has data for the entity.
12021
+ */
12022
+ items: LinkedinProfilePostsThinItem[];
12023
+ }
11375
12024
  /**
11376
12025
  * Input for LinkedIn Profile (basic) (linkedin.profile_thin).
11377
12026
  */
@@ -12204,7 +12853,7 @@ declare class LinkedinNamespace {
12204
12853
  *
12205
12854
  * Cheap job index: title, company, location, posted date, URL. No description, salary, applicant counts, or seniority - for those use linkedin.jobs.
12206
12855
  *
12207
- * Price: $0.0012 per request.
12856
+ * Price: $0.0009 per request.
12208
12857
  *
12209
12858
  * @example
12210
12859
  * const res = await client.linkedin.jobsThin({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -12215,7 +12864,7 @@ declare class LinkedinNamespace {
12215
12864
  *
12216
12865
  * Fetch a single LinkedIn post or article by URL (title, text, author, like and comment counts, publish date).
12217
12866
  *
12218
- * Price: $0.0012 per request.
12867
+ * Price: $0.0009 per request.
12219
12868
  *
12220
12869
  * @example
12221
12870
  * const res = await client.linkedin.post({ url: "https://www.linkedin.com/posts/stripe_last-week-agent-traffic-surpassed-human-activity-7470882737390940160-2Nxs" });
@@ -12265,12 +12914,34 @@ declare class LinkedinNamespace {
12265
12914
  * const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/williamhgates" });
12266
12915
  */
12267
12916
  profile(input: LinkedinProfileInput, options?: RequestOptions): Promise<RunResult<LinkedinProfileData>>;
12917
+ /**
12918
+ * LinkedIn Profile Posts (full)
12919
+ *
12920
+ * Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
12921
+ *
12922
+ * Price: $0.00006 per request plus $0.00184 per result (maximum $0.184).
12923
+ *
12924
+ * @example
12925
+ * const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
12926
+ */
12927
+ profilePostsFull(input: LinkedinProfilePostsFullInput, options?: RequestOptions): Promise<RunResult<LinkedinProfilePostsFullData>>;
12928
+ /**
12929
+ * LinkedIn Profile Posts (basic)
12930
+ *
12931
+ * Fetch recent public LinkedIn profile posts with portable identity, author, engagement, article, image, video, and repost fields.
12932
+ *
12933
+ * Price: $0 per request plus $0.00137 per result (maximum $0.137).
12934
+ *
12935
+ * @example
12936
+ * const res = await client.linkedin.profilePostsThin({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
12937
+ */
12938
+ profilePostsThin(input: LinkedinProfilePostsThinInput, options?: RequestOptions): Promise<RunResult<LinkedinProfilePostsThinData>>;
12268
12939
  /**
12269
12940
  * LinkedIn Profile (basic)
12270
12941
  *
12271
12942
  * Lightweight profile: name, avatar, location, followers, and a basic experience/education list (company + dates only, no job titles, descriptions, or skills; past companies may be redacted). For full experience detail, skills, certifications, connections, and verified flags use linkedin.profile.
12272
12943
  *
12273
- * Price: $0.002 per request.
12944
+ * Price: $0.00144 per request.
12274
12945
  *
12275
12946
  * @example
12276
12947
  * const res = await client.linkedin.profileThin({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -14464,7 +15135,7 @@ declare class RedditNamespace {
14464
15135
  *
14465
15136
  * Fetch a single Reddit post by URL, including its full body text, score, comment count, upvote ratio, and subreddit, as normalized JSON.
14466
15137
  *
14467
- * Price: $0.0012 per request.
15138
+ * Price: $0.0009 per request.
14468
15139
  *
14469
15140
  * @example
14470
15141
  * const res = await client.reddit.post({ url: "https://www.reddit.com/r/IAmA/comments/z1c9z/i_am_barack_obama_president_of_the_united_states/" });
@@ -14515,7 +15186,7 @@ declare class RedditNamespace {
14515
15186
  *
14516
15187
  * Search Reddit posts across all subreddits by query.
14517
15188
  *
14518
- * Price: $0.0012 per request.
15189
+ * Price: $0.0009 per request.
14519
15190
  *
14520
15191
  * @example
14521
15192
  * const res = await client.reddit.search({ query: "mechanical keyboard" });
@@ -14544,7 +15215,7 @@ declare class RedditNamespace {
14544
15215
  *
14545
15216
  * Fetch posts from a subreddit listing (hot, new, or top).
14546
15217
  *
14547
- * Price: $0.002 per request.
15218
+ * Price: $0.0009 per request.
14548
15219
  *
14549
15220
  * @example
14550
15221
  * const res = await client.reddit.subredditPosts({ subreddit: "programming", limit: 5 });
@@ -14609,7 +15280,7 @@ declare class RedditNamespace {
14609
15280
  *
14610
15281
  * List a Reddit user's posts by username, sorted by new, top, hot, or controversial, with cursor pagination.
14611
15282
  *
14612
- * Price: $0.0012 per request.
15283
+ * Price: $0.0009 per request.
14613
15284
  *
14614
15285
  * @example
14615
15286
  * const res = await client.reddit.userPosts({ username: "spez" });
@@ -18939,7 +19610,7 @@ declare class TiktokNamespace {
18939
19610
  *
18940
19611
  * List recent TikTok videos for a hashtag (creator, caption, views, likes, shares).
18941
19612
  *
18942
- * Price: $0.0036 per request.
19613
+ * Price: $0.00144 per request.
18943
19614
  *
18944
19615
  * @example
18945
19616
  * const res = await client.tiktok.hashtagVideos({ hashtag: "cooking", limit: 3 });
@@ -18961,7 +19632,7 @@ declare class TiktokNamespace {
18961
19632
  *
18962
19633
  * Fetch a TikTok creator's public profile (followers, likes, bio, verification) by handle.
18963
19634
  *
18964
- * Price: $0.0012 per request.
19635
+ * Price: $0.0009 per request.
18965
19636
  *
18966
19637
  * @example
18967
19638
  * const res = await client.tiktok.profile({ handle: "zachking" });
@@ -19099,7 +19770,7 @@ declare class TiktokNamespace {
19099
19770
  *
19100
19771
  * Fetch a single TikTok video by URL with its caption and engagement counts (views, likes, comments, shares, saves).
19101
19772
  *
19102
- * Price: $0.0012 per request.
19773
+ * Price: $0.0009 per request.
19103
19774
  *
19104
19775
  * @example
19105
19776
  * const res = await client.tiktok.video({ url: "https://www.tiktok.com/@mrbeast/video/7654638524729216287?_r=1&u_code=elgjf3ff8cajhk&preview_pb=0&sharer_language=en&_d=elh6737j6kjl71&share_item_id=7654638524729216287&source=h5_m" });
@@ -19110,7 +19781,7 @@ declare class TiktokNamespace {
19110
19781
  *
19111
19782
  * List the comments on a TikTok video by URL with cursor pagination (text, author, likes, reply count).
19112
19783
  *
19113
- * Price: $0.002 per request.
19784
+ * Price: $0.00144 per request.
19114
19785
  *
19115
19786
  * @example
19116
19787
  * const res = await client.tiktok.videoComments({ url: "https://www.tiktok.com/@zachking/video/7650468599424945422?_r=1&u_code=f0hj7d780760m9&preview_pb=0&sharer_language=en&_d=f0hj7blh067h71&share_item_id=7650468599424945422&source=h5_m" });
@@ -23101,7 +23772,7 @@ declare class YoutubeNamespace {
23101
23772
  *
23102
23773
  * Fetch a YouTube channel's stats (subscribers, video count, total views, description) by handle or channel ID.
23103
23774
  *
23104
- * Price: $0.002 per request.
23775
+ * Price: $0.0009 per request.
23105
23776
  *
23106
23777
  * @example
23107
23778
  * const res = await client.youtube.channel({ handle: "@mkbhd" });
@@ -23184,7 +23855,7 @@ declare class YoutubeNamespace {
23184
23855
  *
23185
23856
  * List a YouTube channel's videos by handle or channel ID with cursor pagination (title, views, length, publish time).
23186
23857
  *
23187
- * Price: $0.002 per request.
23858
+ * Price: $0.0009 per request.
23188
23859
  *
23189
23860
  * @example
23190
23861
  * const res = await client.youtube.channelVideos({ handle: "@mkbhd" });
@@ -23235,7 +23906,7 @@ declare class YoutubeNamespace {
23235
23906
  *
23236
23907
  * Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
23237
23908
  *
23238
- * Price: $0.002 per request.
23909
+ * Price: $0.0009 per request.
23239
23910
  *
23240
23911
  * @example
23241
23912
  * const res = await client.youtube.search({ query: "how to cook rice" });
@@ -24111,7 +24782,7 @@ declare class ZillowNamespace {
24111
24782
  *
24112
24783
  * Fetch full details for a single Zillow property listing by URL (price, facts and features, photos, and price/tax history).
24113
24784
  *
24114
- * Price: $0 per request plus $0.00252 per result (maximum $0.00252).
24785
+ * Price: $0.0009 per request.
24115
24786
  *
24116
24787
  * @example
24117
24788
  * const res = await client.zillow.property({ url: "https://www.zillow.com/homedetails/4510-Secure-Ln-Austin-TX-78725/83126034_zpid/" });
@@ -24797,6 +25468,16 @@ interface SkuMap {
24797
25468
  data: LinkedinProfileData;
24798
25469
  result: RunResult<LinkedinProfileData>;
24799
25470
  };
25471
+ "linkedin.profile_posts_full": {
25472
+ input: LinkedinProfilePostsFullInput;
25473
+ data: LinkedinProfilePostsFullData;
25474
+ result: RunResult<LinkedinProfilePostsFullData>;
25475
+ };
25476
+ "linkedin.profile_posts_thin": {
25477
+ input: LinkedinProfilePostsThinInput;
25478
+ data: LinkedinProfilePostsThinData;
25479
+ result: RunResult<LinkedinProfilePostsThinData>;
25480
+ };
24800
25481
  "linkedin.profile_thin": {
24801
25482
  input: LinkedinProfileThinInput;
24802
25483
  data: LinkedinProfileThinData;
@@ -25791,4 +26472,4 @@ declare class AnyAPI extends AnyAPI$1 {
25791
26472
  get zillow(): ZillowNamespace;
25792
26473
  }
25793
26474
 
25794
- export { type AccountProfile, type AgentSignupOptions, type AgentSignupResult, type AhrefsBacklinksData, type AhrefsBacklinksInput, type AhrefsBacklinksItem, type AhrefsKeywordIdeasData, type AhrefsKeywordIdeasIdea, type AhrefsKeywordIdeasInput, type AhrefsKeywordIdeasItem, type AhrefsKeywordsData, type AhrefsKeywordsInput, type AhrefsKeywordsItem, AhrefsNamespace, type AhrefsOverviewData, type AhrefsOverviewInput, type AhrefsOverviewItem, AirbnbNamespace, type AirbnbSearchData, type AirbnbSearchInput, type AirbnbSearchItem, AlibabaNamespace, type AlibabaSearchData, type AlibabaSearchInput, type AlibabaSearchItem, type AmazonAsinsData, type AmazonAsinsInput, type AmazonAsinsItem, type AmazonBestsellersData, type AmazonBestsellersInput, type AmazonBestsellersItem, AmazonNamespace, type AmazonProductData, type AmazonProductInput, type AmazonProductItem, type AmazonReviewsData, type AmazonReviewsInput, type AmazonReviewsItem, type AmazonSearchData, type AmazonSearchInput, type AmazonSearchItem, AnyAPI, AnyAPIError, ApolloNamespace, type ApolloOrganizationData, type ApolloOrganizationEnrichData, type ApolloOrganizationEnrichInput, type ApolloOrganizationInput, type ApolloOrganizationJobsData, type ApolloOrganizationJobsInput, type ApolloOrganizationJobsJob, type ApolloOrganizationNewsArticle, type ApolloOrganizationNewsData, type ApolloOrganizationNewsInput, type ApolloOrganizationsBulkEnrichData, type ApolloOrganizationsBulkEnrichInput, type ApolloOrganizationsBulkEnrichOrganization, type ApolloOrganizationsSearchData, type ApolloOrganizationsSearchInput, type ApolloOrganizationsSearchOrganization, type ApolloPeopleSearchData, type ApolloPeopleSearchInput, type ApolloPeopleSearchPeople, type ApolloPersonEnrichData, type ApolloPersonEnrichEmploymentHistory, type ApolloPersonEnrichInput, AppstoreNamespace, type AppstoreReviewsData, type AppstoreReviewsInput, type AppstoreReviewsItem, AuthenticationError, BadRequestError, type BareRunResult, BlueskyNamespace, type BlueskyPostData, type BlueskyPostInput, type BlueskyProfileData, type BlueskyProfileInput, type BlueskyUserPostsData, type BlueskyUserPostsInput, type BlueskyUserPostsPost, BookingNamespace, type BookingSearchData, type BookingSearchInput, type BookingSearchItem, type CatalogEntry, type CatalogOptions, type CatalogSearchResult, type CatalogSearchResults, type ClientCore, type ClientOptions, type CoinmarketcapListingsData, type CoinmarketcapListingsInput, type CoinmarketcapListingsItem, CoinmarketcapNamespace, CongressNamespace, type CongressTradesData, type CongressTradesInput, type CongressTradesItem, ConnectionError, DexscreenerNamespace, type DexscreenerTokensData, type DexscreenerTokensInput, type DexscreenerTokensItem, type DiscoveryLane, type DiscoveryPricing, DouyinNamespace, type DouyinProfileData, type DouyinProfileInput, type DouyinSearchVideosData, type DouyinSearchVideosInput, type DouyinSearchVideosVideo, type DouyinUserPostsData, type DouyinUserPostsInput, type DouyinUserPostsPost, type DouyinVideoCommentsComment, type DouyinVideoCommentsData, type DouyinVideoCommentsInput, type DouyinVideoData, type DouyinVideoInput, EbayNamespace, type EbaySearchData, type EbaySearchInput, type EbaySearchItem, type EbaySoldListingsData, type EbaySoldListingsInput, type EbaySoldListingsItem, type EmailFindData, type EmailFindInput, type EmailFindItem, EmailNamespace, type EmailVerifyData, type EmailVerifyInput, type EmailVerifyItem, type FacebookAdDetailsData, type FacebookAdDetailsInput, type FacebookAdTranscriptData, type FacebookAdTranscriptInput, type FacebookAdsSearchAd, type FacebookAdsSearchData, type FacebookAdsSearchInput, type FacebookCommentRepliesData, type FacebookCommentRepliesInput, type FacebookCommentRepliesReplie, type FacebookCompanyAdsAd, type FacebookCompanyAdsData, type FacebookCompanyAdsInput, type FacebookEventDetailsData, type FacebookEventDetailsInput, type FacebookEventsData, type FacebookEventsEvent, type FacebookEventsInput, type FacebookEventsSearchData, type FacebookEventsSearchEvent, type FacebookEventsSearchInput, type FacebookFollowersData, type FacebookFollowersInput, type FacebookFollowersItem, type FacebookGroupPostsData, type FacebookGroupPostsInput, type FacebookGroupPostsPost, type FacebookMarketplaceData, type FacebookMarketplaceInput, type FacebookMarketplaceItemData, type FacebookMarketplaceItemInput, type FacebookMarketplaceListing, type FacebookMarketplaceLocationSearchData, type FacebookMarketplaceLocationSearchInput, type FacebookMarketplaceLocationSearchLocation, FacebookNamespace, type FacebookPageContactData, type FacebookPageContactInput, type FacebookPageContactItem, type FacebookPhotosData, type FacebookPhotosInput, type FacebookPhotosPhoto, type FacebookPostCommentsComment, type FacebookPostCommentsData, type FacebookPostCommentsInput, type FacebookPostData, type FacebookPostInput, type FacebookPostTranscriptData, type FacebookPostTranscriptInput, type FacebookProfileData, type FacebookProfileEventsData, type FacebookProfileEventsEvent, type FacebookProfileEventsInput, type FacebookProfileInput, type FacebookProfilePostsData, type FacebookProfilePostsInput, type FacebookProfilePostsPost, type FacebookProfileReelsData, type FacebookProfileReelsInput, type FacebookProfileReelsReel, type FacebookSearchCompaniesCompanie, type FacebookSearchCompaniesData, type FacebookSearchCompaniesInput, type FacebookSearchPagesData, type FacebookSearchPagesInput, type FacebookSearchPagesItem, type FacebookSearchPostsData, type FacebookSearchPostsInput, type FacebookSearchPostsItem, FiverrNamespace, type FiverrSearchData, type FiverrSearchInput, type FiverrSearchItem, type FlatPricingOffer, GithubNamespace, type GithubRepositoryData, type GithubRepositoryInput, type GithubTrendingDevelopersData, type GithubTrendingDevelopersDeveloper, type GithubTrendingDevelopersInput, type GithubTrendingRepositoriesData, type GithubTrendingRepositoriesInput, type GithubTrendingRepositoriesRepo, type GithubUserActivityActivity, type GithubUserActivityData, type GithubUserActivityInput, type GithubUserContributionsData, type GithubUserContributionsDay, type GithubUserContributionsInput, type GithubUserData, type GithubUserFollowersData, type GithubUserFollowersFollower, type GithubUserFollowersInput, type GithubUserFollowingData, type GithubUserFollowingFollowing, type GithubUserFollowingInput, type GithubUserInput, type GithubUserPullRequestsData, type GithubUserPullRequestsInput, type GithubUserPullRequestsPullRequest, type GithubUserRepositoriesData, type GithubUserRepositoriesInput, type GithubUserRepositoriesRepo, type GlassdoorJobsData, type GlassdoorJobsInput, type GlassdoorJobsItem, GlassdoorNamespace, type GoogleAdsAdDetailsData, type GoogleAdsAdDetailsInput, type GoogleAdsAdDetailsVariation, type GoogleAdsAdvertiserSearchAdvertiser, type GoogleAdsAdvertiserSearchData, type GoogleAdsAdvertiserSearchInput, type GoogleAdsCompanyAdsAd, type GoogleAdsCompanyAdsData, type GoogleAdsCompanyAdsInput, GoogleAdsNamespace, type GoogleAdsSearchData, type GoogleAdsSearchInput, type GoogleAdsSearchItem, type GoogleAdsSearchVariation, type GoogleAutocompleteData, type GoogleAutocompleteInput, type GoogleAutocompleteSuggestion, GoogleFinanceNamespace, type GoogleFinanceQuoteData, type GoogleFinanceQuoteInput, type GoogleFinanceQuoteItem, type GoogleImagesData, type GoogleImagesInput, type GoogleImagesItem, type GoogleLensData, type GoogleLensInput, type GoogleLensResult, GoogleNamespace, type GoogleNewsData, type GoogleNewsInput, type GoogleNewsItem, type GooglePatentsData, type GooglePatentsInput, type GooglePatentsResult, type GoogleScholarData, type GoogleScholarInput, type GoogleScholarResult, type GoogleSearchData, type GoogleSearchInput, type GoogleSearchResult, GoogleShoppingNamespace, type GoogleShoppingSearchData, type GoogleShoppingSearchInput, type GoogleShoppingSearchItem, type GoogleVideosData, type GoogleVideosInput, type GoogleVideosResult, HackernewsNamespace, type HackernewsProfileData, type HackernewsProfileInput, type HackernewsSearchData, type HackernewsSearchInput, type HackernewsSearchResult, type HackernewsStoryCommentsComment, type HackernewsStoryCommentsData, type HackernewsStoryCommentsInput, type HackernewsStoryData, type HackernewsStoryInput, type HighlightField, type IndeedJobsData, type IndeedJobsInput, type IndeedJobsItem, IndeedNamespace, type InstagramAudioReelsData, type InstagramAudioReelsInput, type InstagramAudioReelsReel, type InstagramBasicProfileData, type InstagramBasicProfileInput, type InstagramCommentRepliesComment, type InstagramCommentRepliesData, type InstagramCommentRepliesInput, type InstagramEmbedData, type InstagramEmbedInput, type InstagramFollowersData, type InstagramFollowersInput, type InstagramFollowersItem, type InstagramFollowingData, type InstagramFollowingInput, type InstagramFollowingItem, type InstagramHashtagAnalyticsData, type InstagramHashtagAnalyticsInput, type InstagramHashtagAnalyticsItem, type InstagramHighlightDetailData, type InstagramHighlightDetailInput, type InstagramMediaTranscriptData, type InstagramMediaTranscriptInput, type InstagramMediaTranscriptTranscript, InstagramNamespace, type InstagramPostCommentsComment, type InstagramPostCommentsData, type InstagramPostCommentsInput, type InstagramPostData, type InstagramPostInput, type InstagramProfileData, type InstagramProfileInput, type InstagramReelTranscriptData, type InstagramReelTranscriptInput, type InstagramReelTranscriptItem, type InstagramReelTranscriptSegment, type InstagramReelsSearchData, type InstagramReelsSearchInput, type InstagramReelsSearchReel, type InstagramSearchData, type InstagramSearchHashtagData, type InstagramSearchHashtagInput, type InstagramSearchHashtagPost, type InstagramSearchInput, type InstagramSearchItem, type InstagramSearchProfilesData, type InstagramSearchProfilesInput, type InstagramSearchProfilesProfile, type InstagramStoriesFullData, type InstagramStoriesFullInput, type InstagramStoriesFullItem, type InstagramStoriesThinData, type InstagramStoriesThinInput, type InstagramStoriesThinItem, type InstagramTaggedPostsData, type InstagramTaggedPostsInput, type InstagramTaggedPostsPost, type InstagramTrendingReelsData, type InstagramTrendingReelsInput, type InstagramTrendingReelsReel, type InstagramUserHighlightsData, type InstagramUserHighlightsHighlight, type InstagramUserHighlightsInput, type InstagramUserPostsData, type InstagramUserPostsInput, type InstagramUserPostsPost, type InstagramUserReelsData, type InstagramUserReelsInput, type InstagramUserReelsReel, InsufficientBalanceError, type LaneHealth, type LinearPricingOffer, type LinkedinAdData, type LinkedinAdInput, type LinkedinAdsData, type LinkedinAdsInput, type LinkedinAdsItem, type LinkedinAdsSearchAd, type LinkedinAdsSearchData, type LinkedinAdsSearchInput, type LinkedinCompanyData, type LinkedinCompanyEmployeesData, type LinkedinCompanyEmployeesInput, type LinkedinCompanyEmployeesItem, type LinkedinCompanyInput, type LinkedinCompanyLocation, type LinkedinCompanyPostsContentAttribute, type LinkedinCompanyPostsData, type LinkedinCompanyPostsInput, type LinkedinCompanyPostsItem, type LinkedinCompanyPostsPostImage, type LinkedinCompanyPostsReaction, type LinkedinCompanyPostsThinData, type LinkedinCompanyPostsThinInput, type LinkedinCompanyPostsThinItem, type LinkedinCompanyThinData, type LinkedinCompanyThinInput, type LinkedinEmailData, type LinkedinEmailEmail, type LinkedinEmailInput, type LinkedinJobsData, type LinkedinJobsInput, type LinkedinJobsItem, type LinkedinJobsThinData, type LinkedinJobsThinInput, type LinkedinJobsThinItem, LinkedinNamespace, type LinkedinPostCommentsData, type LinkedinPostCommentsInput, type LinkedinPostCommentsItem, type LinkedinPostData, type LinkedinPostInput, type LinkedinPostReactionsData, type LinkedinPostReactionsInput, type LinkedinPostReactionsItem, type LinkedinPostTranscriptData, type LinkedinPostTranscriptInput, type LinkedinProfileCertification, type LinkedinProfileCurrentPosition, type LinkedinProfileData, type LinkedinProfileEducation, type LinkedinProfileExperience, type LinkedinProfileHonorsAndAward, type LinkedinProfileInput, type LinkedinProfilePublication, type LinkedinProfileThinArticle, type LinkedinProfileThinData, type LinkedinProfileThinEducation, type LinkedinProfileThinExperience, type LinkedinProfileThinInput, type LinkedinProfileThinRecentPost, type LinkedinSearchCompaniesData, type LinkedinSearchCompaniesInput, type LinkedinSearchCompaniesItem, type LinkedinSearchPostsData, type LinkedinSearchPostsInput, type LinkedinSearchPostsPost, type LinkedinSearchProfilesCurrentPosition, type LinkedinSearchProfilesData, type LinkedinSearchProfilesEducation, type LinkedinSearchProfilesEmailCurrentPosition, type LinkedinSearchProfilesEmailData, type LinkedinSearchProfilesEmailEducation, type LinkedinSearchProfilesEmailEmail, type LinkedinSearchProfilesEmailExperience, type LinkedinSearchProfilesEmailInput, type LinkedinSearchProfilesEmailItem, type LinkedinSearchProfilesExperience, type LinkedinSearchProfilesInput, type LinkedinSearchProfilesItem, type LinkedinSearchProfilesThinData, type LinkedinSearchProfilesThinInput, type LinkedinSearchProfilesThinItem, type MapsContactsData, type MapsContactsInput, type MapsContactsItem, MapsNamespace, type MapsPlaceData, type MapsPlaceHour, type MapsPlaceInput, type MapsPlaceItem, type MapsReviewsData, type MapsReviewsInput, type MapsReviewsItem, type MapsSearchData, type MapsSearchInput, type MapsSearchItem, NotFoundError, type Output, type Paginator, type PandaexpressLocationsData, type PandaexpressLocationsInput, type PandaexpressLocationsRestaurant, type PandaexpressMenuCategorie, type PandaexpressMenuData, type PandaexpressMenuInput, type PandaexpressMenuItem, PandaexpressNamespace, type PandaexpressNutritionData, type PandaexpressNutritionInput, type PandaexpressNutritionItem, PersonNamespace, type PersonSkipTraceAssociate, type PersonSkipTraceData, type PersonSkipTraceInput, type PersonSkipTraceItem, type PersonSkipTracePreviousAddresse, type PersonSkipTraceRelative, PinterestNamespace, type PinterestSearchData, type PinterestSearchInput, type PinterestSearchItem, PlaystoreNamespace, type PlaystoreReviewsData, type PlaystoreReviewsInput, type PlaystoreReviewsItem, type PolymarketMarketsData, type PolymarketMarketsInput, type PolymarketMarketsItem, type PolymarketMarketsOutcome, PolymarketNamespace, type PricingOffer, RateLimitedError, RealtorNamespace, type RealtorSearchData, type RealtorSearchInput, type RealtorSearchItem, RedditNamespace, type RedditPostCommentsComment, type RedditPostCommentsData, type RedditPostCommentsInput, type RedditPostData, type RedditPostInput, type RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditProfileData, type RedditProfileInput, type RedditSearchData, type RedditSearchInput, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, type RedditTrendingPostsData, type RedditTrendingPostsInput, type RedditTrendingPostsPost, type RedditUserCommentsComment, type RedditUserCommentsData, type RedditUserCommentsInput, type RedditUserPostsData, type RedditUserPostsInput, type RedditUserPostsPost, RedfinNamespace, type RedfinSearchData, type RedfinSearchInput, type RedfinSearchItem, RednoteNamespace, type RednoteNoteCommentsComment, type RednoteNoteCommentsData, type RednoteNoteCommentsInput, type RednoteNoteData, type RednoteNoteInput, type RednoteProfileData, type RednoteProfileInput, type RednoteSearchData, type RednoteSearchInput, type RednoteSearchNote, type RednoteSearchUsersData, type RednoteSearchUsersInput, type RednoteSearchUsersUser, type RednoteUserNotesData, type RednoteUserNotesInput, type RednoteUserNotesNote, type RequestOptions, ResultNotFoundError, type RunResult, type SearchOptions, type SecFilingsData, type SecFilingsInput, type SecFilingsItem, SecNamespace, type SemrushKeywordsData, type SemrushKeywordsInput, type SemrushKeywordsItem, type SemrushKeywordsQuestion, type SemrushKeywordsRelatedKeyword, SemrushNamespace, type SemrushOverviewData, type SemrushOverviewInput, type SemrushOverviewItem, type SemrushOverviewTopKeyword, type SeoCompetitorsDomainCompetitor, type SeoCompetitorsDomainData, type SeoCompetitorsDomainInput, type SeoDomainIntersectionData, type SeoDomainIntersectionInput, type SeoDomainIntersectionKeyword, type SeoDomainRankOverviewData, type SeoDomainRankOverviewInput, type SeoKeywordDifficultyData, type SeoKeywordDifficultyDifficultie, type SeoKeywordDifficultyInput, type SeoKeywordIdeasData, type SeoKeywordIdeasIdea, type SeoKeywordIdeasInput, type SeoKeywordOverviewData, type SeoKeywordOverviewInput, type SeoKeywordOverviewKeyword, type SeoKeywordOverviewMonthlySearche, type SeoKeywordSuggestionsData, type SeoKeywordSuggestionsInput, type SeoKeywordSuggestionsSuggestion, type SeoLocalPackData, type SeoLocalPackInput, type SeoLocalPackPlace, SeoNamespace, type SeoRankedKeywordsData, type SeoRankedKeywordsInput, type SeoRankedKeywordsRankedKeyword, type SeoRelatedKeywordsData, type SeoRelatedKeywordsInput, type SeoRelatedKeywordsRelatedKeyword, type SeoSearchIntentData, type SeoSearchIntentInput, type SeoSearchIntentIntent, type SeoSearchVolumeData, type SeoSearchVolumeInput, type SeoSearchVolumeKeyword, type SeoSearchVolumeMonthlySearche, type SkuMap, SnapchatNamespace, type SnapchatProfileData, type SnapchatProfileInput, type SnapchatProfileItem, type SnapchatProfileStorie, type SocialFinderData, type SocialFinderInput, type SocialFinderItem, SocialNamespace, type SpotifyAlbumData, type SpotifyAlbumInput, type SpotifyAlbumTrack, type SpotifyArtistAlbum, type SpotifyArtistData, type SpotifyArtistInput, type SpotifyArtistTopTrack, SpotifyNamespace, type SpotifyPlayCountData, type SpotifyPlayCountInput, type SpotifyPlayCountItem, type SpotifyPodcastData, type SpotifyPodcastEpisodesData, type SpotifyPodcastEpisodesEpisode, type SpotifyPodcastEpisodesInput, type SpotifyPodcastInput, type SpotifySearchAlbum, type SpotifySearchArtist, type SpotifySearchData, type SpotifySearchInput, type SpotifySearchPodcast, type SpotifySearchTrack, type SpotifyTrackData, type SpotifyTrackInput, SubstackNamespace, type SubstackPostsData, type SubstackPostsInput, type SubstackPostsItem, ThreadsNamespace, type ThreadsPostData, type ThreadsPostInput, type ThreadsProfileData, type ThreadsProfileInput, type ThreadsSearchData, type ThreadsSearchInput, type ThreadsSearchPost, type ThreadsSearchUsersData, type ThreadsSearchUsersInput, type ThreadsSearchUsersUser, type ThreadsUserPostsData, type ThreadsUserPostsInput, type ThreadsUserPostsPost, type TiktokAdLibraryAdData, type TiktokAdLibraryAdInput, type TiktokAdLibrarySearchAd, type TiktokAdLibrarySearchData, type TiktokAdLibrarySearchInput, type TiktokAudienceDemographicsAudienceLocation, type TiktokAudienceDemographicsData, type TiktokAudienceDemographicsInput, type TiktokCommentRepliesComment, type TiktokCommentRepliesData, type TiktokCommentRepliesInput, type TiktokFollowersData, type TiktokFollowersFollower, type TiktokFollowersInput, type TiktokFollowingData, type TiktokFollowingFollowing, type TiktokFollowingInput, type TiktokHashtagVideosData, type TiktokHashtagVideosInput, type TiktokHashtagVideosItem, type TiktokLiveData, type TiktokLiveInput, TiktokNamespace, type TiktokProfileData, type TiktokProfileInput, type TiktokProfileRegionData, type TiktokProfileRegionInput, type TiktokProfileVideosData, type TiktokProfileVideosInput, type TiktokProfileVideosVideo, type TiktokSearchHashtagData, type TiktokSearchHashtagInput, type TiktokSearchHashtagVideo, type TiktokSearchKeywordData, type TiktokSearchKeywordInput, type TiktokSearchKeywordVideo, type TiktokSearchTopData, type TiktokSearchTopInput, type TiktokSearchTopItem, type TiktokSearchUsersData, type TiktokSearchUsersInput, type TiktokSearchUsersUser, TiktokShopNamespace, type TiktokShopProductData, type TiktokShopProductInput, type TiktokShopProductReviewsData, type TiktokShopProductReviewsInput, type TiktokShopProductReviewsReview, type TiktokShopSearchData, type TiktokShopSearchInput, type TiktokShopSearchItem, type TiktokShopShopProductsData, type TiktokShopShopProductsInput, type TiktokShopShopProductsProduct, type TiktokShopUserShowcaseData, type TiktokShopUserShowcaseInput, type TiktokShopUserShowcaseProduct, type TiktokSongData, type TiktokSongInput, type TiktokSongVideosData, type TiktokSongVideosInput, type TiktokSongVideosVideo, type TiktokTrendingFeedData, type TiktokTrendingFeedInput, type TiktokTrendingFeedVideo, type TiktokVideoCommentsComment, type TiktokVideoCommentsData, type TiktokVideoCommentsInput, type TiktokVideoData, type TiktokVideoInput, type TiktokVideoTranscriptData, type TiktokVideoTranscriptInput, TimeoutError, TripadvisorNamespace, type TripadvisorReviewsData, type TripadvisorReviewsInput, type TripadvisorReviewsItem, type TripadvisorSearchData, type TripadvisorSearchInput, type TripadvisorSearchItem, TrustpilotNamespace, type TrustpilotReviewsData, type TrustpilotReviewsInput, type TrustpilotReviewsItem, TruthsocialNamespace, type TruthsocialPostData, type TruthsocialPostInput, type TruthsocialProfileData, type TruthsocialProfileInput, type TruthsocialUserPostsData, type TruthsocialUserPostsInput, type TruthsocialUserPostsPost, type TwitterArticleContentBlock, type TwitterArticleData, type TwitterArticleEntitie, type TwitterArticleInlineStyle, type TwitterArticleInput, type TwitterCommunityData, type TwitterCommunityInput, type TwitterCommunityTweetsData, type TwitterCommunityTweetsInput, type TwitterCommunityTweetsTweet, type TwitterFollowersData, type TwitterFollowersInput, type TwitterFollowersItem, type TwitterFollowingData, type TwitterFollowingInput, type TwitterFollowingItem, TwitterNamespace, type TwitterProfileData, type TwitterProfileInput, type TwitterRepliesData, type TwitterRepliesInput, type TwitterRepliesItem, type TwitterSearchData, type TwitterSearchInput, type TwitterSearchItem, type TwitterTrendsData, type TwitterTrendsInput, type TwitterTrendsItem, type TwitterTweetData, type TwitterTweetInput, type TwitterTweetTranscriptData, type TwitterTweetTranscriptInput, type TwitterUserPostsData, type TwitterUserPostsInput, type TwitterUserPostsTweet, type TwitterUserTweetsData, type TwitterUserTweetsInput, type TwitterUserTweetsTweet, UpstreamError, type UpworkJobsData, type UpworkJobsInput, type UpworkJobsItem, UpworkNamespace, WalmartNamespace, type WalmartProductData, type WalmartProductInput, type WalmartProductItem, type WebCrawlData, type WebCrawlInput, type WebCrawlItem, type WebMapData, type WebMapInput, type WebMapResult, WebNamespace, type WebScrapeData, type WebScrapeInput, type WebScreenshotData, type WebScreenshotInput, type WebScreenshotItem, type WeiboHotSearchData, type WeiboHotSearchInput, type WeiboHotSearchTopic, WeiboNamespace, type WeiboPostCommentsComment, type WeiboPostCommentsData, type WeiboPostCommentsInput, type WeiboPostData, type WeiboPostInput, type WeiboProfileData, type WeiboProfileInput, type WeiboSearchData, type WeiboSearchInput, type WeiboSearchPost, type WeiboUserPostsData, type WeiboUserPostsInput, type WeiboUserPostsPost, YahooFinanceNamespace, type YahooFinanceQuoteData, type YahooFinanceQuoteInput, type YahooFinanceQuoteItem, YelpNamespace, type YelpSearchCategorie, type YelpSearchData, type YelpSearchInput, type YelpSearchItem, type YoutubeChannelCommunityPostsData, type YoutubeChannelCommunityPostsInput, type YoutubeChannelCommunityPostsPost, type YoutubeChannelData, type YoutubeChannelInput, type YoutubeChannelLivesData, type YoutubeChannelLivesInput, type YoutubeChannelLivesLive, type YoutubeChannelPlaylistsData, type YoutubeChannelPlaylistsInput, type YoutubeChannelPlaylistsPlaylist, type YoutubeChannelShortsData, type YoutubeChannelShortsInput, type YoutubeChannelShortsShort, type YoutubeChannelVideosData, type YoutubeChannelVideosInput, type YoutubeChannelVideosVideo, type YoutubeCommentRepliesComment, type YoutubeCommentRepliesData, type YoutubeCommentRepliesInput, type YoutubeCommunityPostData, type YoutubeCommunityPostInput, YoutubeNamespace, type YoutubePlaylistData, type YoutubePlaylistInput, type YoutubePlaylistVideo, type YoutubeSearchData, type YoutubeSearchHashtagData, type YoutubeSearchHashtagInput, type YoutubeSearchHashtagVideo, type YoutubeSearchInput, type YoutubeSearchVideo, type YoutubeTrendingShortsData, type YoutubeTrendingShortsInput, type YoutubeTrendingShortsShort, type YoutubeVideoCommentsComment, type YoutubeVideoCommentsData, type YoutubeVideoCommentsInput, type YoutubeVideoData, type YoutubeVideoInput, type YoutubeVideoSponsorsData, type YoutubeVideoSponsorsInput, type YoutubeVideoSponsorsSuspectedSponsor, type YoutubeVideoTranscriptData, type YoutubeVideoTranscriptInput, type ZhihuAnswerData, type ZhihuAnswerInput, ZhihuNamespace, type ZhihuProfileData, type ZhihuProfileInput, type ZhihuQuestionAnswersAnswer, type ZhihuQuestionAnswersData, type ZhihuQuestionAnswersInput, type ZhihuQuestionData, type ZhihuQuestionInput, type ZhihuSearchArticlesArticle, type ZhihuSearchArticlesData, type ZhihuSearchArticlesInput, ZillowNamespace, type ZillowPropertyData, type ZillowPropertyInput, type ZillowPropertyItem, type ZillowSearchData, type ZillowSearchInput, type ZillowSearchItem, agentSignup, paginate, unwrap };
26475
+ export { type AccountProfile, type AgentSignupOptions, type AgentSignupResult, type AhrefsBacklinksData, type AhrefsBacklinksInput, type AhrefsBacklinksItem, type AhrefsKeywordIdeasData, type AhrefsKeywordIdeasIdea, type AhrefsKeywordIdeasInput, type AhrefsKeywordIdeasItem, type AhrefsKeywordsData, type AhrefsKeywordsInput, type AhrefsKeywordsItem, AhrefsNamespace, type AhrefsOverviewData, type AhrefsOverviewInput, type AhrefsOverviewItem, AirbnbNamespace, type AirbnbSearchData, type AirbnbSearchInput, type AirbnbSearchItem, AlibabaNamespace, type AlibabaSearchData, type AlibabaSearchInput, type AlibabaSearchItem, type AmazonAsinsData, type AmazonAsinsInput, type AmazonAsinsItem, type AmazonBestsellersData, type AmazonBestsellersInput, type AmazonBestsellersItem, AmazonNamespace, type AmazonProductData, type AmazonProductInput, type AmazonProductItem, type AmazonReviewsData, type AmazonReviewsInput, type AmazonReviewsItem, type AmazonSearchData, type AmazonSearchInput, type AmazonSearchItem, AnyAPI, AnyAPIError, ApolloNamespace, type ApolloOrganizationData, type ApolloOrganizationEnrichData, type ApolloOrganizationEnrichInput, type ApolloOrganizationInput, type ApolloOrganizationJobsData, type ApolloOrganizationJobsInput, type ApolloOrganizationJobsJob, type ApolloOrganizationNewsArticle, type ApolloOrganizationNewsData, type ApolloOrganizationNewsInput, type ApolloOrganizationsBulkEnrichData, type ApolloOrganizationsBulkEnrichInput, type ApolloOrganizationsBulkEnrichOrganization, type ApolloOrganizationsSearchData, type ApolloOrganizationsSearchInput, type ApolloOrganizationsSearchOrganization, type ApolloPeopleSearchData, type ApolloPeopleSearchInput, type ApolloPeopleSearchPeople, type ApolloPersonEnrichData, type ApolloPersonEnrichEmploymentHistory, type ApolloPersonEnrichInput, AppstoreNamespace, type AppstoreReviewsData, type AppstoreReviewsInput, type AppstoreReviewsItem, AuthenticationError, BadRequestError, type BareRunResult, BlueskyNamespace, type BlueskyPostData, type BlueskyPostInput, type BlueskyProfileData, type BlueskyProfileInput, type BlueskyUserPostsData, type BlueskyUserPostsInput, type BlueskyUserPostsPost, BookingNamespace, type BookingSearchData, type BookingSearchInput, type BookingSearchItem, type CatalogEntry, type CatalogOptions, type CatalogSearchResult, type CatalogSearchResults, type ClientCore, type ClientOptions, type CoinmarketcapListingsData, type CoinmarketcapListingsInput, type CoinmarketcapListingsItem, CoinmarketcapNamespace, CongressNamespace, type CongressTradesData, type CongressTradesInput, type CongressTradesItem, ConnectionError, DexscreenerNamespace, type DexscreenerTokensData, type DexscreenerTokensInput, type DexscreenerTokensItem, type DiscoveryLane, type DiscoveryPricing, DouyinNamespace, type DouyinProfileData, type DouyinProfileInput, type DouyinSearchVideosData, type DouyinSearchVideosInput, type DouyinSearchVideosVideo, type DouyinUserPostsData, type DouyinUserPostsInput, type DouyinUserPostsPost, type DouyinVideoCommentsComment, type DouyinVideoCommentsData, type DouyinVideoCommentsInput, type DouyinVideoData, type DouyinVideoInput, EbayNamespace, type EbaySearchData, type EbaySearchInput, type EbaySearchItem, type EbaySoldListingsData, type EbaySoldListingsInput, type EbaySoldListingsItem, type EmailFindData, type EmailFindInput, type EmailFindItem, EmailNamespace, type EmailVerifyData, type EmailVerifyInput, type EmailVerifyItem, type FacebookAdDetailsData, type FacebookAdDetailsInput, type FacebookAdTranscriptData, type FacebookAdTranscriptInput, type FacebookAdsSearchAd, type FacebookAdsSearchData, type FacebookAdsSearchInput, type FacebookCommentRepliesData, type FacebookCommentRepliesInput, type FacebookCommentRepliesReplie, type FacebookCompanyAdsAd, type FacebookCompanyAdsData, type FacebookCompanyAdsInput, type FacebookEventDetailsData, type FacebookEventDetailsInput, type FacebookEventsData, type FacebookEventsEvent, type FacebookEventsInput, type FacebookEventsSearchData, type FacebookEventsSearchEvent, type FacebookEventsSearchInput, type FacebookFollowersData, type FacebookFollowersInput, type FacebookFollowersItem, type FacebookGroupPostsData, type FacebookGroupPostsInput, type FacebookGroupPostsPost, type FacebookMarketplaceData, type FacebookMarketplaceInput, type FacebookMarketplaceItemData, type FacebookMarketplaceItemInput, type FacebookMarketplaceListing, type FacebookMarketplaceLocationSearchData, type FacebookMarketplaceLocationSearchInput, type FacebookMarketplaceLocationSearchLocation, FacebookNamespace, type FacebookPageContactData, type FacebookPageContactInput, type FacebookPageContactItem, type FacebookPhotosData, type FacebookPhotosInput, type FacebookPhotosPhoto, type FacebookPostCommentsComment, type FacebookPostCommentsData, type FacebookPostCommentsInput, type FacebookPostData, type FacebookPostInput, type FacebookPostTranscriptData, type FacebookPostTranscriptInput, type FacebookProfileData, type FacebookProfileEventsData, type FacebookProfileEventsEvent, type FacebookProfileEventsInput, type FacebookProfileInput, type FacebookProfilePostsData, type FacebookProfilePostsInput, type FacebookProfilePostsPost, type FacebookProfileReelsData, type FacebookProfileReelsInput, type FacebookProfileReelsReel, type FacebookSearchCompaniesCompanie, type FacebookSearchCompaniesData, type FacebookSearchCompaniesInput, type FacebookSearchPagesData, type FacebookSearchPagesInput, type FacebookSearchPagesItem, type FacebookSearchPostsData, type FacebookSearchPostsInput, type FacebookSearchPostsItem, FiverrNamespace, type FiverrSearchData, type FiverrSearchInput, type FiverrSearchItem, type FlatPricingOffer, GithubNamespace, type GithubRepositoryData, type GithubRepositoryInput, type GithubTrendingDevelopersData, type GithubTrendingDevelopersDeveloper, type GithubTrendingDevelopersInput, type GithubTrendingRepositoriesData, type GithubTrendingRepositoriesInput, type GithubTrendingRepositoriesRepo, type GithubUserActivityActivity, type GithubUserActivityData, type GithubUserActivityInput, type GithubUserContributionsData, type GithubUserContributionsDay, type GithubUserContributionsInput, type GithubUserData, type GithubUserFollowersData, type GithubUserFollowersFollower, type GithubUserFollowersInput, type GithubUserFollowingData, type GithubUserFollowingFollowing, type GithubUserFollowingInput, type GithubUserInput, type GithubUserPullRequestsData, type GithubUserPullRequestsInput, type GithubUserPullRequestsPullRequest, type GithubUserRepositoriesData, type GithubUserRepositoriesInput, type GithubUserRepositoriesRepo, type GlassdoorJobsData, type GlassdoorJobsInput, type GlassdoorJobsItem, GlassdoorNamespace, type GoogleAdsAdDetailsData, type GoogleAdsAdDetailsInput, type GoogleAdsAdDetailsVariation, type GoogleAdsAdvertiserSearchAdvertiser, type GoogleAdsAdvertiserSearchData, type GoogleAdsAdvertiserSearchInput, type GoogleAdsCompanyAdsAd, type GoogleAdsCompanyAdsData, type GoogleAdsCompanyAdsInput, GoogleAdsNamespace, type GoogleAdsSearchData, type GoogleAdsSearchInput, type GoogleAdsSearchItem, type GoogleAdsSearchVariation, type GoogleAutocompleteData, type GoogleAutocompleteInput, type GoogleAutocompleteSuggestion, GoogleFinanceNamespace, type GoogleFinanceQuoteData, type GoogleFinanceQuoteInput, type GoogleFinanceQuoteItem, type GoogleImagesData, type GoogleImagesInput, type GoogleImagesItem, type GoogleLensData, type GoogleLensInput, type GoogleLensResult, GoogleNamespace, type GoogleNewsData, type GoogleNewsInput, type GoogleNewsItem, type GooglePatentsData, type GooglePatentsInput, type GooglePatentsResult, type GoogleScholarData, type GoogleScholarInput, type GoogleScholarResult, type GoogleSearchData, type GoogleSearchInput, type GoogleSearchResult, GoogleShoppingNamespace, type GoogleShoppingSearchData, type GoogleShoppingSearchInput, type GoogleShoppingSearchItem, type GoogleVideosData, type GoogleVideosInput, type GoogleVideosResult, HackernewsNamespace, type HackernewsProfileData, type HackernewsProfileInput, type HackernewsSearchData, type HackernewsSearchInput, type HackernewsSearchResult, type HackernewsStoryCommentsComment, type HackernewsStoryCommentsData, type HackernewsStoryCommentsInput, type HackernewsStoryData, type HackernewsStoryInput, type HighlightField, type IndeedJobsData, type IndeedJobsInput, type IndeedJobsItem, IndeedNamespace, type InstagramAudioReelsData, type InstagramAudioReelsInput, type InstagramAudioReelsReel, type InstagramBasicProfileData, type InstagramBasicProfileInput, type InstagramCommentRepliesComment, type InstagramCommentRepliesData, type InstagramCommentRepliesInput, type InstagramEmbedData, type InstagramEmbedInput, type InstagramFollowersData, type InstagramFollowersInput, type InstagramFollowersItem, type InstagramFollowingData, type InstagramFollowingInput, type InstagramFollowingItem, type InstagramHashtagAnalyticsData, type InstagramHashtagAnalyticsInput, type InstagramHashtagAnalyticsItem, type InstagramHighlightDetailData, type InstagramHighlightDetailInput, type InstagramMediaTranscriptData, type InstagramMediaTranscriptInput, type InstagramMediaTranscriptTranscript, InstagramNamespace, type InstagramPostCommentsComment, type InstagramPostCommentsData, type InstagramPostCommentsInput, type InstagramPostData, type InstagramPostInput, type InstagramProfileData, type InstagramProfileInput, type InstagramReelTranscriptData, type InstagramReelTranscriptInput, type InstagramReelTranscriptItem, type InstagramReelTranscriptSegment, type InstagramReelsSearchData, type InstagramReelsSearchInput, type InstagramReelsSearchReel, type InstagramSearchData, type InstagramSearchHashtagData, type InstagramSearchHashtagInput, type InstagramSearchHashtagPost, type InstagramSearchInput, type InstagramSearchItem, type InstagramSearchProfilesData, type InstagramSearchProfilesInput, type InstagramSearchProfilesProfile, type InstagramStoriesFullData, type InstagramStoriesFullInput, type InstagramStoriesFullItem, type InstagramStoriesThinData, type InstagramStoriesThinInput, type InstagramStoriesThinItem, type InstagramTaggedPostsData, type InstagramTaggedPostsInput, type InstagramTaggedPostsPost, type InstagramTrendingReelsData, type InstagramTrendingReelsInput, type InstagramTrendingReelsReel, type InstagramUserHighlightsData, type InstagramUserHighlightsHighlight, type InstagramUserHighlightsInput, type InstagramUserPostsData, type InstagramUserPostsInput, type InstagramUserPostsPost, type InstagramUserReelsData, type InstagramUserReelsInput, type InstagramUserReelsReel, InsufficientBalanceError, type LaneHealth, type LinearPricingOffer, type LinkedinAdData, type LinkedinAdInput, type LinkedinAdsData, type LinkedinAdsInput, type LinkedinAdsItem, type LinkedinAdsSearchAd, type LinkedinAdsSearchData, type LinkedinAdsSearchInput, type LinkedinCompanyData, type LinkedinCompanyEmployeesData, type LinkedinCompanyEmployeesInput, type LinkedinCompanyEmployeesItem, type LinkedinCompanyInput, type LinkedinCompanyLocation, type LinkedinCompanyPostsContentAttribute, type LinkedinCompanyPostsData, type LinkedinCompanyPostsInput, type LinkedinCompanyPostsItem, type LinkedinCompanyPostsPostImage, type LinkedinCompanyPostsReaction, type LinkedinCompanyPostsThinData, type LinkedinCompanyPostsThinInput, type LinkedinCompanyPostsThinItem, type LinkedinCompanyThinData, type LinkedinCompanyThinInput, type LinkedinEmailData, type LinkedinEmailEmail, type LinkedinEmailInput, type LinkedinJobsData, type LinkedinJobsInput, type LinkedinJobsItem, type LinkedinJobsThinData, type LinkedinJobsThinInput, type LinkedinJobsThinItem, LinkedinNamespace, type LinkedinPostCommentsData, type LinkedinPostCommentsInput, type LinkedinPostCommentsItem, type LinkedinPostData, type LinkedinPostInput, type LinkedinPostReactionsData, type LinkedinPostReactionsInput, type LinkedinPostReactionsItem, type LinkedinPostTranscriptData, type LinkedinPostTranscriptInput, type LinkedinProfileCertification, type LinkedinProfileCurrentPosition, type LinkedinProfileData, type LinkedinProfileEducation, type LinkedinProfileExperience, type LinkedinProfileHonorsAndAward, type LinkedinProfileInput, type LinkedinProfilePostsFullBreakdown, type LinkedinProfilePostsFullContentAnnotation, type LinkedinProfilePostsFullData, type LinkedinProfilePostsFullImage, type LinkedinProfilePostsFullInput, type LinkedinProfilePostsFullItem, type LinkedinProfilePostsFullRepostImage, type LinkedinProfilePostsThinData, type LinkedinProfilePostsThinImage, type LinkedinProfilePostsThinInput, type LinkedinProfilePostsThinItem, type LinkedinProfilePublication, type LinkedinProfileThinArticle, type LinkedinProfileThinData, type LinkedinProfileThinEducation, type LinkedinProfileThinExperience, type LinkedinProfileThinInput, type LinkedinProfileThinRecentPost, type LinkedinSearchCompaniesData, type LinkedinSearchCompaniesInput, type LinkedinSearchCompaniesItem, type LinkedinSearchPostsData, type LinkedinSearchPostsInput, type LinkedinSearchPostsPost, type LinkedinSearchProfilesCurrentPosition, type LinkedinSearchProfilesData, type LinkedinSearchProfilesEducation, type LinkedinSearchProfilesEmailCurrentPosition, type LinkedinSearchProfilesEmailData, type LinkedinSearchProfilesEmailEducation, type LinkedinSearchProfilesEmailEmail, type LinkedinSearchProfilesEmailExperience, type LinkedinSearchProfilesEmailInput, type LinkedinSearchProfilesEmailItem, type LinkedinSearchProfilesExperience, type LinkedinSearchProfilesInput, type LinkedinSearchProfilesItem, type LinkedinSearchProfilesThinData, type LinkedinSearchProfilesThinInput, type LinkedinSearchProfilesThinItem, type MapsContactsData, type MapsContactsInput, type MapsContactsItem, MapsNamespace, type MapsPlaceData, type MapsPlaceHour, type MapsPlaceInput, type MapsPlaceItem, type MapsReviewsData, type MapsReviewsInput, type MapsReviewsItem, type MapsSearchData, type MapsSearchInput, type MapsSearchItem, NotFoundError, type Output, type Paginator, type PandaexpressLocationsData, type PandaexpressLocationsInput, type PandaexpressLocationsRestaurant, type PandaexpressMenuCategorie, type PandaexpressMenuData, type PandaexpressMenuInput, type PandaexpressMenuItem, PandaexpressNamespace, type PandaexpressNutritionData, type PandaexpressNutritionInput, type PandaexpressNutritionItem, PersonNamespace, type PersonSkipTraceAssociate, type PersonSkipTraceData, type PersonSkipTraceInput, type PersonSkipTraceItem, type PersonSkipTracePreviousAddresse, type PersonSkipTraceRelative, PinterestNamespace, type PinterestSearchData, type PinterestSearchInput, type PinterestSearchItem, PlaystoreNamespace, type PlaystoreReviewsData, type PlaystoreReviewsInput, type PlaystoreReviewsItem, type PolymarketMarketsData, type PolymarketMarketsInput, type PolymarketMarketsItem, type PolymarketMarketsOutcome, PolymarketNamespace, type PricingOffer, RateLimitedError, RealtorNamespace, type RealtorSearchData, type RealtorSearchInput, type RealtorSearchItem, RedditNamespace, type RedditPostCommentsComment, type RedditPostCommentsData, type RedditPostCommentsInput, type RedditPostData, type RedditPostInput, type RedditPostTranscriptData, type RedditPostTranscriptInput, type RedditProfileData, type RedditProfileInput, type RedditSearchData, type RedditSearchInput, type RedditSearchPost, type RedditSubredditDetailsData, type RedditSubredditDetailsInput, type RedditSubredditPostsData, type RedditSubredditPostsInput, type RedditSubredditPostsPost, type RedditSubredditSearchData, type RedditSubredditSearchInput, type RedditSubredditSearchPost, type RedditTrendingPostsData, type RedditTrendingPostsInput, type RedditTrendingPostsPost, type RedditUserCommentsComment, type RedditUserCommentsData, type RedditUserCommentsInput, type RedditUserPostsData, type RedditUserPostsInput, type RedditUserPostsPost, RedfinNamespace, type RedfinSearchData, type RedfinSearchInput, type RedfinSearchItem, RednoteNamespace, type RednoteNoteCommentsComment, type RednoteNoteCommentsData, type RednoteNoteCommentsInput, type RednoteNoteData, type RednoteNoteInput, type RednoteProfileData, type RednoteProfileInput, type RednoteSearchData, type RednoteSearchInput, type RednoteSearchNote, type RednoteSearchUsersData, type RednoteSearchUsersInput, type RednoteSearchUsersUser, type RednoteUserNotesData, type RednoteUserNotesInput, type RednoteUserNotesNote, type RequestOptions, ResultNotFoundError, type RunResult, type SearchOptions, type SecFilingsData, type SecFilingsInput, type SecFilingsItem, SecNamespace, type SemrushKeywordsData, type SemrushKeywordsInput, type SemrushKeywordsItem, type SemrushKeywordsQuestion, type SemrushKeywordsRelatedKeyword, SemrushNamespace, type SemrushOverviewData, type SemrushOverviewInput, type SemrushOverviewItem, type SemrushOverviewTopKeyword, type SeoCompetitorsDomainCompetitor, type SeoCompetitorsDomainData, type SeoCompetitorsDomainInput, type SeoDomainIntersectionData, type SeoDomainIntersectionInput, type SeoDomainIntersectionKeyword, type SeoDomainRankOverviewData, type SeoDomainRankOverviewInput, type SeoKeywordDifficultyData, type SeoKeywordDifficultyDifficultie, type SeoKeywordDifficultyInput, type SeoKeywordIdeasData, type SeoKeywordIdeasIdea, type SeoKeywordIdeasInput, type SeoKeywordOverviewData, type SeoKeywordOverviewInput, type SeoKeywordOverviewKeyword, type SeoKeywordOverviewMonthlySearche, type SeoKeywordSuggestionsData, type SeoKeywordSuggestionsInput, type SeoKeywordSuggestionsSuggestion, type SeoLocalPackData, type SeoLocalPackInput, type SeoLocalPackPlace, SeoNamespace, type SeoRankedKeywordsData, type SeoRankedKeywordsInput, type SeoRankedKeywordsRankedKeyword, type SeoRelatedKeywordsData, type SeoRelatedKeywordsInput, type SeoRelatedKeywordsRelatedKeyword, type SeoSearchIntentData, type SeoSearchIntentInput, type SeoSearchIntentIntent, type SeoSearchVolumeData, type SeoSearchVolumeInput, type SeoSearchVolumeKeyword, type SeoSearchVolumeMonthlySearche, type SkuMap, SnapchatNamespace, type SnapchatProfileData, type SnapchatProfileInput, type SnapchatProfileItem, type SnapchatProfileStorie, type SocialFinderData, type SocialFinderInput, type SocialFinderItem, SocialNamespace, type SpotifyAlbumData, type SpotifyAlbumInput, type SpotifyAlbumTrack, type SpotifyArtistAlbum, type SpotifyArtistData, type SpotifyArtistInput, type SpotifyArtistTopTrack, SpotifyNamespace, type SpotifyPlayCountData, type SpotifyPlayCountInput, type SpotifyPlayCountItem, type SpotifyPodcastData, type SpotifyPodcastEpisodesData, type SpotifyPodcastEpisodesEpisode, type SpotifyPodcastEpisodesInput, type SpotifyPodcastInput, type SpotifySearchAlbum, type SpotifySearchArtist, type SpotifySearchData, type SpotifySearchInput, type SpotifySearchPodcast, type SpotifySearchTrack, type SpotifyTrackData, type SpotifyTrackInput, SubstackNamespace, type SubstackPostsData, type SubstackPostsInput, type SubstackPostsItem, ThreadsNamespace, type ThreadsPostData, type ThreadsPostInput, type ThreadsProfileData, type ThreadsProfileInput, type ThreadsSearchData, type ThreadsSearchInput, type ThreadsSearchPost, type ThreadsSearchUsersData, type ThreadsSearchUsersInput, type ThreadsSearchUsersUser, type ThreadsUserPostsData, type ThreadsUserPostsInput, type ThreadsUserPostsPost, type TiktokAdLibraryAdData, type TiktokAdLibraryAdInput, type TiktokAdLibrarySearchAd, type TiktokAdLibrarySearchData, type TiktokAdLibrarySearchInput, type TiktokAudienceDemographicsAudienceLocation, type TiktokAudienceDemographicsData, type TiktokAudienceDemographicsInput, type TiktokCommentRepliesComment, type TiktokCommentRepliesData, type TiktokCommentRepliesInput, type TiktokFollowersData, type TiktokFollowersFollower, type TiktokFollowersInput, type TiktokFollowingData, type TiktokFollowingFollowing, type TiktokFollowingInput, type TiktokHashtagVideosData, type TiktokHashtagVideosInput, type TiktokHashtagVideosItem, type TiktokLiveData, type TiktokLiveInput, TiktokNamespace, type TiktokProfileData, type TiktokProfileInput, type TiktokProfileRegionData, type TiktokProfileRegionInput, type TiktokProfileVideosData, type TiktokProfileVideosInput, type TiktokProfileVideosVideo, type TiktokSearchHashtagData, type TiktokSearchHashtagInput, type TiktokSearchHashtagVideo, type TiktokSearchKeywordData, type TiktokSearchKeywordInput, type TiktokSearchKeywordVideo, type TiktokSearchTopData, type TiktokSearchTopInput, type TiktokSearchTopItem, type TiktokSearchUsersData, type TiktokSearchUsersInput, type TiktokSearchUsersUser, TiktokShopNamespace, type TiktokShopProductData, type TiktokShopProductInput, type TiktokShopProductReviewsData, type TiktokShopProductReviewsInput, type TiktokShopProductReviewsReview, type TiktokShopSearchData, type TiktokShopSearchInput, type TiktokShopSearchItem, type TiktokShopShopProductsData, type TiktokShopShopProductsInput, type TiktokShopShopProductsProduct, type TiktokShopUserShowcaseData, type TiktokShopUserShowcaseInput, type TiktokShopUserShowcaseProduct, type TiktokSongData, type TiktokSongInput, type TiktokSongVideosData, type TiktokSongVideosInput, type TiktokSongVideosVideo, type TiktokTrendingFeedData, type TiktokTrendingFeedInput, type TiktokTrendingFeedVideo, type TiktokVideoCommentsComment, type TiktokVideoCommentsData, type TiktokVideoCommentsInput, type TiktokVideoData, type TiktokVideoInput, type TiktokVideoTranscriptData, type TiktokVideoTranscriptInput, TimeoutError, TripadvisorNamespace, type TripadvisorReviewsData, type TripadvisorReviewsInput, type TripadvisorReviewsItem, type TripadvisorSearchData, type TripadvisorSearchInput, type TripadvisorSearchItem, TrustpilotNamespace, type TrustpilotReviewsData, type TrustpilotReviewsInput, type TrustpilotReviewsItem, TruthsocialNamespace, type TruthsocialPostData, type TruthsocialPostInput, type TruthsocialProfileData, type TruthsocialProfileInput, type TruthsocialUserPostsData, type TruthsocialUserPostsInput, type TruthsocialUserPostsPost, type TwitterArticleContentBlock, type TwitterArticleData, type TwitterArticleEntitie, type TwitterArticleInlineStyle, type TwitterArticleInput, type TwitterCommunityData, type TwitterCommunityInput, type TwitterCommunityTweetsData, type TwitterCommunityTweetsInput, type TwitterCommunityTweetsTweet, type TwitterFollowersData, type TwitterFollowersInput, type TwitterFollowersItem, type TwitterFollowingData, type TwitterFollowingInput, type TwitterFollowingItem, TwitterNamespace, type TwitterProfileData, type TwitterProfileInput, type TwitterRepliesData, type TwitterRepliesInput, type TwitterRepliesItem, type TwitterSearchData, type TwitterSearchInput, type TwitterSearchItem, type TwitterTrendsData, type TwitterTrendsInput, type TwitterTrendsItem, type TwitterTweetData, type TwitterTweetInput, type TwitterTweetTranscriptData, type TwitterTweetTranscriptInput, type TwitterUserPostsData, type TwitterUserPostsInput, type TwitterUserPostsTweet, type TwitterUserTweetsData, type TwitterUserTweetsInput, type TwitterUserTweetsTweet, UpstreamError, type UpworkJobsData, type UpworkJobsInput, type UpworkJobsItem, UpworkNamespace, WalmartNamespace, type WalmartProductData, type WalmartProductInput, type WalmartProductItem, type WebCrawlData, type WebCrawlInput, type WebCrawlItem, type WebMapData, type WebMapInput, type WebMapResult, WebNamespace, type WebScrapeData, type WebScrapeInput, type WebScreenshotData, type WebScreenshotInput, type WebScreenshotItem, type WeiboHotSearchData, type WeiboHotSearchInput, type WeiboHotSearchTopic, WeiboNamespace, type WeiboPostCommentsComment, type WeiboPostCommentsData, type WeiboPostCommentsInput, type WeiboPostData, type WeiboPostInput, type WeiboProfileData, type WeiboProfileInput, type WeiboSearchData, type WeiboSearchInput, type WeiboSearchPost, type WeiboUserPostsData, type WeiboUserPostsInput, type WeiboUserPostsPost, YahooFinanceNamespace, type YahooFinanceQuoteData, type YahooFinanceQuoteInput, type YahooFinanceQuoteItem, YelpNamespace, type YelpSearchCategorie, type YelpSearchData, type YelpSearchInput, type YelpSearchItem, type YoutubeChannelCommunityPostsData, type YoutubeChannelCommunityPostsInput, type YoutubeChannelCommunityPostsPost, type YoutubeChannelData, type YoutubeChannelInput, type YoutubeChannelLivesData, type YoutubeChannelLivesInput, type YoutubeChannelLivesLive, type YoutubeChannelPlaylistsData, type YoutubeChannelPlaylistsInput, type YoutubeChannelPlaylistsPlaylist, type YoutubeChannelShortsData, type YoutubeChannelShortsInput, type YoutubeChannelShortsShort, type YoutubeChannelVideosData, type YoutubeChannelVideosInput, type YoutubeChannelVideosVideo, type YoutubeCommentRepliesComment, type YoutubeCommentRepliesData, type YoutubeCommentRepliesInput, type YoutubeCommunityPostData, type YoutubeCommunityPostInput, YoutubeNamespace, type YoutubePlaylistData, type YoutubePlaylistInput, type YoutubePlaylistVideo, type YoutubeSearchData, type YoutubeSearchHashtagData, type YoutubeSearchHashtagInput, type YoutubeSearchHashtagVideo, type YoutubeSearchInput, type YoutubeSearchVideo, type YoutubeTrendingShortsData, type YoutubeTrendingShortsInput, type YoutubeTrendingShortsShort, type YoutubeVideoCommentsComment, type YoutubeVideoCommentsData, type YoutubeVideoCommentsInput, type YoutubeVideoData, type YoutubeVideoInput, type YoutubeVideoSponsorsData, type YoutubeVideoSponsorsInput, type YoutubeVideoSponsorsSuspectedSponsor, type YoutubeVideoTranscriptData, type YoutubeVideoTranscriptInput, type ZhihuAnswerData, type ZhihuAnswerInput, ZhihuNamespace, type ZhihuProfileData, type ZhihuProfileInput, type ZhihuQuestionAnswersAnswer, type ZhihuQuestionAnswersData, type ZhihuQuestionAnswersInput, type ZhihuQuestionData, type ZhihuQuestionInput, type ZhihuSearchArticlesArticle, type ZhihuSearchArticlesData, type ZhihuSearchArticlesInput, ZillowNamespace, type ZillowPropertyData, type ZillowPropertyInput, type ZillowPropertyItem, type ZillowSearchData, type ZillowSearchInput, type ZillowSearchItem, agentSignup, paginate, unwrap };