@getanyapi/sdk 0.27.1 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -32,9 +32,11 @@ __export(index_exports, {
32
32
  BadRequestError: () => BadRequestError,
33
33
  BlueskyNamespace: () => BlueskyNamespace,
34
34
  BookingNamespace: () => BookingNamespace,
35
+ CapterraNamespace: () => CapterraNamespace,
35
36
  ChatgptNamespace: () => ChatgptNamespace,
36
37
  CoinmarketcapNamespace: () => CoinmarketcapNamespace,
37
38
  CompanyEnrichmentNamespace: () => CompanyEnrichmentNamespace,
39
+ CompanyNamespace: () => CompanyNamespace,
38
40
  CompanySearchNamespace: () => CompanySearchNamespace,
39
41
  CongressNamespace: () => CongressNamespace,
40
42
  ConnectionError: () => ConnectionError,
@@ -46,6 +48,7 @@ __export(index_exports, {
46
48
  EmailVerificationNamespace: () => EmailVerificationNamespace,
47
49
  FacebookNamespace: () => FacebookNamespace,
48
50
  FiverrNamespace: () => FiverrNamespace,
51
+ G2Namespace: () => G2Namespace,
49
52
  GeminiNamespace: () => GeminiNamespace,
50
53
  GithubNamespace: () => GithubNamespace,
51
54
  GlassdoorNamespace: () => GlassdoorNamespace,
@@ -1142,7 +1145,7 @@ var AhrefsNamespace = class {
1142
1145
  *
1143
1146
  * Get the referring pages linking to a domain or URL, each with the source page, anchor text, linking domain rating, and page title.
1144
1147
  *
1145
- * Price: $0.0205 per request plus $0 per result (maximum $0.0205).
1148
+ * Price: $0.0215 per request plus $0 per result (maximum $0.0215).
1146
1149
  *
1147
1150
  * @example
1148
1151
  * const res = await client.ahrefs.backlinks({ url: "ahrefs.com", mode: "exact" });
@@ -1155,7 +1158,7 @@ var AhrefsNamespace = class {
1155
1158
  *
1156
1159
  * Get related keyword suggestions for any seed term, each with an Ahrefs difficulty and search-volume bucket.
1157
1160
  *
1158
- * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
1161
+ * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1159
1162
  *
1160
1163
  * @example
1161
1164
  * const res = await client.ahrefs.keywordIdeas({ keyword: "coffee", country: "us" });
@@ -1168,7 +1171,7 @@ var AhrefsNamespace = class {
1168
1171
  *
1169
1172
  * Get the Ahrefs keyword-difficulty metrics for any search term: the difficulty score (0-100) and the number of referring domains a page needs to rank in the top 10 - as normalized JSON.
1170
1173
  *
1171
- * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
1174
+ * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1172
1175
  *
1173
1176
  * @example
1174
1177
  * const res = await client.ahrefs.keywords({ keyword: "seo tools", country: "us" });
@@ -1181,7 +1184,7 @@ var AhrefsNamespace = class {
1181
1184
  *
1182
1185
  * Get an SEO authority overview for any domain or URL: Domain Rating, total backlinks, and referring domains - as normalized JSON.
1183
1186
  *
1184
- * Price: $0.00158 per request plus $0.0189 per result (maximum $0.0205).
1187
+ * Price: $0.00165 per request plus $0.0198 per result (maximum $0.0215).
1185
1188
  *
1186
1189
  * @example
1187
1190
  * const res = await client.ahrefs.overview({ url: "ahrefs.com", mode: "subdomains" });
@@ -1202,7 +1205,7 @@ var AirbnbNamespace = class {
1202
1205
  *
1203
1206
  * Search Airbnb listings by location and dates with optional price, beds/bedrooms/bathrooms, and guest-party filters and get results (name, total-stay price label, rating, host) as normalized JSON.
1204
1207
  *
1205
- * Price: $0.00009 per request plus $0.00158 per result (maximum $0.0316).
1208
+ * Price: $0.00009 per request plus $0.00165 per result (maximum $0.0331).
1206
1209
  *
1207
1210
  * @example
1208
1211
  * const res = await client.airbnb.search({ location: "San Diego", adults: 2, limit: 3, minBedrooms: 3 });
@@ -1223,7 +1226,7 @@ var AlibabaNamespace = class {
1223
1226
  *
1224
1227
  * Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
1225
1228
  *
1226
- * Price: $0 per request plus $0.00084 per result (maximum $0.021).
1229
+ * Price: $0 per request plus $0.00088 per result (maximum $0.022).
1227
1230
  *
1228
1231
  * @example
1229
1232
  * const res = await client.alibaba.search({ query: "bluetooth speaker", limit: 3 });
@@ -1244,7 +1247,7 @@ var AmazonNamespace = class {
1244
1247
  *
1245
1248
  * Look up to 10 Amazon products in one call by ASIN (title, brand, price, ratings, images, and attributes) as normalized JSON.
1246
1249
  *
1247
- * Price: $0 per request plus $0.00368 per asin (maximum $0.0368).
1250
+ * Price: $0 per request plus $0.00385 per asin (maximum $0.0385).
1248
1251
  *
1249
1252
  * @example
1250
1253
  * const res = await client.amazon.asins({ asins: ["B09G9FPHY6"], limit: 3 });
@@ -1429,7 +1432,7 @@ var AppstoreNamespace = class {
1429
1432
  *
1430
1433
  * Get App Store reviews for any iOS app by app ID, in any storefront country: ratings, titles, and review text.
1431
1434
  *
1432
- * Price: $0 per request plus $0.00011 per result (maximum $0.0105).
1435
+ * Price: $0 per request plus $0.00011 per result (maximum $0.011).
1433
1436
  *
1434
1437
  * @example
1435
1438
  * const res = await client.appstore.reviews({ appId: "389801252", country: "us", limit: 3 });
@@ -1497,7 +1500,7 @@ var BookingNamespace = class {
1497
1500
  *
1498
1501
  * Search Booking.com stays by destination and dates with optional guest and room occupancy and get hotel results (name, price, review score, location) as normalized JSON.
1499
1502
  *
1500
- * Price: $0.0021 per request plus $0.00473 per result (maximum $0.0966).
1503
+ * Price: $0.0022 per request plus $0.00495 per result (maximum $0.102).
1501
1504
  *
1502
1505
  * @example
1503
1506
  * const res = await client.booking.search({ query: "New York", adults: 2, checkIn: "2026-09-01", checkOut: "2026-09-03", limit: 3 });
@@ -1507,31 +1510,39 @@ var BookingNamespace = class {
1507
1510
  }
1508
1511
  };
1509
1512
 
1510
- // src/generated/platforms/chatgpt.ts
1511
- var ChatgptNamespace = class {
1513
+ // src/generated/platforms/capterra.ts
1514
+ var CapterraNamespace = class {
1512
1515
  constructor(_core) {
1513
1516
  this._core = _core;
1514
1517
  }
1515
1518
  _core;
1516
1519
  /**
1517
- * ChatGPT Brand Visibility
1520
+ * Capterra Reviews
1518
1521
  *
1519
- * Analyze how ChatGPT mentions and cites a brand relative to its competitors.
1522
+ * Pull Capterra software reviews for any product: overall and sub-ratings, pros and cons, reviewer job title, company size, and industry as clean JSON.
1520
1523
  *
1521
- * Price: $0.0045 per request.
1524
+ * Price: $0.0055 per request plus $0.00088 per result (maximum $0.0935).
1522
1525
  *
1523
1526
  * @example
1524
- * const res = await client.chatgpt.brandVisibility({ brand: "OpenAI", prompt: "What is OpenAI and who are its main competitors?", competitors: ["Anthropic", "Google DeepMind", "Meta"], country: "US", domain: "openai.com" });
1527
+ * const res = await client.capterra.reviews({ product: "https://www.capterra.com/p/135003/Slack/", limit: 25, sortBy: "recent" });
1525
1528
  */
1526
- brandVisibility(input, options) {
1527
- return this._core.run("chatgpt.brand_visibility", input, options);
1529
+ reviews(input, options) {
1530
+ return this._core.run("capterra.reviews", input, options);
1531
+ }
1532
+ };
1533
+
1534
+ // src/generated/platforms/chatgpt.ts
1535
+ var ChatgptNamespace = class {
1536
+ constructor(_core) {
1537
+ this._core = _core;
1528
1538
  }
1539
+ _core;
1529
1540
  /**
1530
1541
  * ChatGPT Search
1531
1542
  *
1532
- * Ask ChatGPT a web-grounded question and receive an answer with source citations.
1543
+ * Ask ChatGPT a web-grounded question and receive an answer with source citations. ChatGPT composes each answer per request, so the same prompt returns different wording and a different source set.
1533
1544
  *
1534
- * Price: $0.0036 per request.
1545
+ * Price: $0.0018 per request.
1535
1546
  *
1536
1547
  * @example
1537
1548
  * const res = await client.chatgpt.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -1552,7 +1563,7 @@ var CoinmarketcapNamespace = class {
1552
1563
  *
1553
1564
  * Get the current top cryptocurrencies from CoinMarketCap (rank, price, market cap, volume, and 24h change) as normalized JSON.
1554
1565
  *
1555
- * Price: $0 per request plus $0.00189 per result (maximum $0.0473).
1566
+ * Price: $0 per request plus $0.00198 per result (maximum $0.0495).
1556
1567
  *
1557
1568
  * @example
1558
1569
  * const res = await client.coinmarketcap.listings({ limit: 5 });
@@ -1562,6 +1573,27 @@ var CoinmarketcapNamespace = class {
1562
1573
  }
1563
1574
  };
1564
1575
 
1576
+ // src/generated/platforms/company.ts
1577
+ var CompanyNamespace = class {
1578
+ constructor(_core) {
1579
+ this._core = _core;
1580
+ }
1581
+ _core;
1582
+ /**
1583
+ * Company Research
1584
+ *
1585
+ * Research a company from one domain, name, or email and return a cross-checked dossier: what it does, how it talks, who it competes with, its firmographics, its hiring and news signal, and its social presence.
1586
+ *
1587
+ * Price: $0.44338 per request.
1588
+ *
1589
+ * @example
1590
+ * const res = await client.company.research({ domain: "stripe.com", maxAgeDays: 7 });
1591
+ */
1592
+ research(input, options) {
1593
+ return this._core.run("company.research", input, options);
1594
+ }
1595
+ };
1596
+
1565
1597
  // src/generated/platforms/company_enrichment.ts
1566
1598
  var CompanyEnrichmentNamespace = class {
1567
1599
  constructor(_core) {
@@ -1573,7 +1605,10 @@ var CompanyEnrichmentNamespace = class {
1573
1605
  *
1574
1606
  * Enrich a company by domain, name, LinkedIn URL, or Crustdata identifier.
1575
1607
  *
1576
- * Price: $0.0972 per request.
1608
+ * Price: $0.048 per request.
1609
+ *
1610
+ * @example
1611
+ * const res = await client.companyEnrichment.crustdataV3({ companyDomain: "posthog.com" });
1577
1612
  */
1578
1613
  crustdataV3(input, options) {
1579
1614
  return this._core.run("company_enrichment.crustdata_v3", input, options);
@@ -1605,6 +1640,9 @@ var CompanySearchNamespace = class {
1605
1640
  * Search companies by structured filters with cursor pagination.
1606
1641
  *
1607
1642
  * Price: $0 per request plus $0.048 per result (maximum $48).
1643
+ *
1644
+ * @example
1645
+ * const res = await client.companySearch.crustdataV3({ filters: [{ filter_type: "company_website_domain", type: "(.)", value: "posthog.com" }], limit: 1 });
1608
1646
  */
1609
1647
  crustdataV3(input, options) {
1610
1648
  return this._core.run("company_search.crustdata_v3", input, options);
@@ -1638,7 +1676,7 @@ var CongressNamespace = class {
1638
1676
  *
1639
1677
  * Get US Congress members' financial disclosures and stock trades (member, ticker, transaction type, amount range, and dates), filterable by member, ticker, or date range.
1640
1678
  *
1641
- * Price: $0.00105 per request plus $0.002 per result (maximum $0.051).
1679
+ * Price: $0.0011 per request plus $0.00209 per result (maximum $0.0534).
1642
1680
  *
1643
1681
  * @example
1644
1682
  * const res = await client.congress.trades({ limit: 5 });
@@ -1659,7 +1697,7 @@ var DexscreenerNamespace = class {
1659
1697
  *
1660
1698
  * List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
1661
1699
  *
1662
- * Price: $0.021 per request plus $0.00158 per result (maximum $0.0604).
1700
+ * Price: $0.022 per request plus $0.00165 per result (maximum $0.0633).
1663
1701
  *
1664
1702
  * @example
1665
1703
  * const res = await client.dexscreener.tokens({ chain: "solana", limit: 5, min24HVol: 100000 });
@@ -1748,12 +1786,38 @@ var EbayNamespace = class {
1748
1786
  this._core = _core;
1749
1787
  }
1750
1788
  _core;
1789
+ /**
1790
+ * eBay Product
1791
+ *
1792
+ * Fetch one eBay listing by URL and get the full offer record: price, condition, shipping, item location, seller feedback, quantity, watchers, and live auction state (bid count and end time).
1793
+ *
1794
+ * Price: $0.0009 per request.
1795
+ *
1796
+ * @example
1797
+ * const res = await client.ebay.product({ url: "https://www.ebay.com/itm/133576802017" });
1798
+ */
1799
+ product(input, options) {
1800
+ return this._core.run("ebay.product", input, options);
1801
+ }
1802
+ /**
1803
+ * eBay Product Full
1804
+ *
1805
+ * Fetch one eBay listing by URL with the complete item-specifics table the seller filled in (MPN, model, capacity, compatibility and every other per-category attribute), the seller's full description, every listing image, and the seller's feedback record.
1806
+ *
1807
+ * Price: $0.0018 per request.
1808
+ *
1809
+ * @example
1810
+ * const res = await client.ebay.productFull({ url: "https://www.ebay.com/itm/133576802017" });
1811
+ */
1812
+ productFull(input, options) {
1813
+ return this._core.run("ebay.product_full", input, options);
1814
+ }
1751
1815
  /**
1752
1816
  * eBay Search
1753
1817
  *
1754
1818
  * Search eBay active listings by keyword with optional price-range, item-condition, listing-type, and sort filters and get title, price, condition, shipping, and seller in one normalized response.
1755
1819
  *
1756
- * Price: $0.00105 per request plus $0.00246 per result (maximum $0.0625).
1820
+ * Price: $0.0009 per request.
1757
1821
  *
1758
1822
  * @example
1759
1823
  * const res = await client.ebay.search({ query: "nintendo switch", limit: 3, sort: "price_low" });
@@ -1764,12 +1828,12 @@ var EbayNamespace = class {
1764
1828
  /**
1765
1829
  * eBay Sold Listings
1766
1830
  *
1767
- * Retrieve recently sold eBay listings for any keyword with optional price-range and sort filters (sold price, sale date, condition, item details); ideal for pricing research.
1831
+ * Retrieve recently sold eBay listings for any keyword with optional price-range, condition, and sort filters (sold price, sale date, condition, seller, item details); ideal for pricing research.
1768
1832
  *
1769
- * Price: $0.00006 per request plus $0.0042 per result (maximum $0.106).
1833
+ * Price: $0.022 per request plus $0.00264 per result (maximum $0.088).
1770
1834
  *
1771
1835
  * @example
1772
- * const res = await client.ebay.soldListings({ query: "nintendo switch", limit: 3, sort: "price_high" });
1836
+ * const res = await client.ebay.soldListings({ query: "iphone 13 pro", limit: 10, sort: "ended_recently" });
1773
1837
  */
1774
1838
  soldListings(input, options) {
1775
1839
  return this._core.run("ebay.sold_listings", input, options);
@@ -1787,7 +1851,7 @@ var EmailNamespace = class {
1787
1851
  *
1788
1852
  * Find a person's work email address from their name and company domain.
1789
1853
  *
1790
- * Price: $0.0221 per request plus $0 per result (maximum $0.0221).
1854
+ * Price: $0.0231 per request plus $0 per result (maximum $0.0231).
1791
1855
  *
1792
1856
  * @example
1793
1857
  * const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });
@@ -1800,7 +1864,7 @@ var EmailNamespace = class {
1800
1864
  *
1801
1865
  * Verify an email address for deliverability: a status verdict (valid, risky, or invalid) with domain, mailbox, catch-all, disposable, and role signals plus a confidence score. Malformed addresses are rejected by the input schema with no charge; every syntactically valid address returns a billed verdict, including undeliverable ones.
1802
1866
  *
1803
- * Price: $0 per request plus $0.00084 per result (maximum $0.00084).
1867
+ * Price: $0 per request plus $0.00088 per result (maximum $0.00088).
1804
1868
  *
1805
1869
  * @example
1806
1870
  * const res = await client.email.verify({ email: "patrick@stripe.com" });
@@ -1829,6 +1893,32 @@ var EmailFindingNamespace = class {
1829
1893
  dropleads(input, options) {
1830
1894
  return this._core.run("email_finding.dropleads", input, options);
1831
1895
  }
1896
+ /**
1897
+ * Email Finding - Hunter Email Count
1898
+ *
1899
+ * Count how many contacts a company domain has, split by personal and generic mailboxes and broken down by department and seniority. Scope a domain for $1 per 1,000 requests before paying per contact.
1900
+ *
1901
+ * Price: $0.001 per request.
1902
+ *
1903
+ * @example
1904
+ * const res = await client.emailFinding.hunterCount({ domain: "stripe.com" });
1905
+ */
1906
+ hunterCount(input, options) {
1907
+ return this._core.run("email_finding.hunter_count", input, options);
1908
+ }
1909
+ /**
1910
+ * Email Finding - Hunter Domain Search
1911
+ *
1912
+ * Find named contacts and their work email addresses at a company domain, filtered by job title, seniority or department. Priced per returned contact, so limit is the cost control.
1913
+ *
1914
+ * Price: $0 per request plus $0.036 per result (maximum $3.6).
1915
+ *
1916
+ * @example
1917
+ * const res = await client.emailFinding.hunterDomain({ domain: "stripe.com", limit: 2, type: "personal" });
1918
+ */
1919
+ hunterDomain(input, options) {
1920
+ return this._core.run("email_finding.hunter_domain", input, options);
1921
+ }
1832
1922
  /**
1833
1923
  * Email Finding - Icypeas
1834
1924
  *
@@ -1882,6 +1972,9 @@ var EmailVerificationNamespace = class {
1882
1972
  * Verify an email address. A valid negative verdict is a successful, billable result.
1883
1973
  *
1884
1974
  * Price: $0.0024 per request.
1975
+ *
1976
+ * @example
1977
+ * const res = await client.emailVerification.icypeas({ email: "support@stripe.com" });
1885
1978
  */
1886
1979
  icypeas(input, options) {
1887
1980
  return this._core.run("email_verification.icypeas", input, options);
@@ -1912,7 +2005,7 @@ var FacebookNamespace = class {
1912
2005
  *
1913
2006
  * Pull one Meta Ad Library ad with its creative: every carousel variant, image and video URL, headline, body, and call to action.
1914
2007
  *
1915
- * Price: $0.00441 per request plus $0 per result (maximum $0.00441).
2008
+ * Price: $0.00462 per request plus $0 per result (maximum $0.00462).
1916
2009
  *
1917
2010
  * @example
1918
2011
  * const res = await client.facebook.adDetailsFull({ id: "1519158199783790" });
@@ -2096,7 +2189,7 @@ var FacebookNamespace = class {
2096
2189
  *
2097
2190
  * List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
2098
2191
  *
2099
- * Price: $0 per request plus $0.0063 per result (maximum $0.126).
2192
+ * Price: $0 per request plus $0.0066 per result (maximum $0.132).
2100
2193
  *
2101
2194
  * @example
2102
2195
  * const res = await client.facebook.followers({ url: "https://www.facebook.com/nike", limit: 3 });
@@ -2334,7 +2427,7 @@ var FacebookNamespace = class {
2334
2427
  /**
2335
2428
  * Facebook Profile Posts
2336
2429
  *
2337
- * List a Facebook page's recent posts by URL or page id with cursor pagination (text, author, permalink).
2430
+ * List a Facebook page's recent posts by URL or page id with cursor pagination (text, author, publication time, permalink).
2338
2431
  *
2339
2432
  * Price: $0.002 per request.
2340
2433
  *
@@ -2344,6 +2437,22 @@ var FacebookNamespace = class {
2344
2437
  profilePosts(input, options) {
2345
2438
  return this._core.run("facebook.profile_posts", input, options);
2346
2439
  }
2440
+ /**
2441
+ * Iterate every result of Facebook Profile Posts across pages.
2442
+ *
2443
+ * Yields items directly; call `.pages()` on the return value to walk whole
2444
+ * result pages instead (each carries its own costUsd).
2445
+ */
2446
+ iterProfilePosts(input, options) {
2447
+ return paginate(
2448
+ this._core,
2449
+ "facebook.profile_posts",
2450
+ input,
2451
+ "posts",
2452
+ false,
2453
+ options
2454
+ );
2455
+ }
2347
2456
  /**
2348
2457
  * Facebook Profile Reels
2349
2458
  *
@@ -2375,7 +2484,7 @@ var FacebookNamespace = class {
2375
2484
  *
2376
2485
  * Search Facebook Pages by keyword, optionally narrowed to a location, and get structured page profiles (name, category, followers, contact details).
2377
2486
  *
2378
- * Price: $0.00105 per request plus $0.0116 per result (maximum $0.117).
2487
+ * Price: $0.0011 per request plus $0.0121 per result (maximum $0.123).
2379
2488
  *
2380
2489
  * @example
2381
2490
  * const res = await client.facebook.searchPages({ query: "nike", limit: 3 });
@@ -2388,7 +2497,7 @@ var FacebookNamespace = class {
2388
2497
  *
2389
2498
  * Search public Facebook posts by keyword, optionally filtered by location, and get structured post records (text, author, engagement).
2390
2499
  *
2391
- * Price: $0.00006 per request plus $0.00315 per result (maximum $0.0631).
2500
+ * Price: $0.00006 per request plus $0.0033 per result (maximum $0.0661).
2392
2501
  *
2393
2502
  * @example
2394
2503
  * const res = await client.facebook.searchPosts({ query: "nike", limit: 3 });
@@ -2409,7 +2518,7 @@ var FiverrNamespace = class {
2409
2518
  *
2410
2519
  * Extract Fiverr gig listings from any search or category URL: titles, sellers, ratings, and pricing as structured JSON.
2411
2520
  *
2412
- * Price: $0 per request plus $0.00158 per result (maximum $0.0315).
2521
+ * Price: $0 per request plus $0.00165 per result (maximum $0.033).
2413
2522
  *
2414
2523
  * @example
2415
2524
  * const res = await client.fiverr.search({ url: "https://www.fiverr.com/search/gigs?query=logo%20design", limit: 3 });
@@ -2419,25 +2528,33 @@ var FiverrNamespace = class {
2419
2528
  }
2420
2529
  };
2421
2530
 
2422
- // src/generated/platforms/gemini.ts
2423
- var GeminiNamespace = class {
2531
+ // src/generated/platforms/g2.ts
2532
+ var G2Namespace = class {
2424
2533
  constructor(_core) {
2425
2534
  this._core = _core;
2426
2535
  }
2427
2536
  _core;
2428
2537
  /**
2429
- * Gemini Brand Visibility
2538
+ * G2 Reviews
2430
2539
  *
2431
- * Analyze how Gemini mentions and cites a brand relative to its competitors.
2540
+ * Pull G2 software reviews for any product: star rating, what reviewers like and dislike, problems solved, market segment, and G2's rating rubric as clean JSON.
2432
2541
  *
2433
- * Price: $0.0045 per request.
2542
+ * Price: $0.00006 per request plus $0.00005 per result (maximum $0.00446).
2434
2543
  *
2435
2544
  * @example
2436
- * const res = await client.gemini.brandVisibility({ brand: "OpenAI", prompt: "What is OpenAI and who are its main competitors?", competitors: ["Anthropic", "Google DeepMind", "Meta"], country: "US", domain: "openai.com" });
2545
+ * const res = await client.g2.reviews({ product: "hubspot-marketing-hub", limit: 50, sortBy: "recent" });
2437
2546
  */
2438
- brandVisibility(input, options) {
2439
- return this._core.run("gemini.brand_visibility", input, options);
2547
+ reviews(input, options) {
2548
+ return this._core.run("g2.reviews", input, options);
2549
+ }
2550
+ };
2551
+
2552
+ // src/generated/platforms/gemini.ts
2553
+ var GeminiNamespace = class {
2554
+ constructor(_core) {
2555
+ this._core = _core;
2440
2556
  }
2557
+ _core;
2441
2558
  /**
2442
2559
  * Gemini Search
2443
2560
  *
@@ -2682,7 +2799,7 @@ var GlassdoorNamespace = class {
2682
2799
  *
2683
2800
  * Search Glassdoor job listings by keyword and location, or scrape any Glassdoor company or job search page URL - up to 20 normalized job records per request.
2684
2801
  *
2685
- * Price: $0.00525 per request plus $0.00499 per result (maximum $0.105).
2802
+ * Price: $0.0055 per request plus $0.00523 per result (maximum $0.11).
2686
2803
  *
2687
2804
  * @example
2688
2805
  * const res = await client.glassdoor.jobs({ limit: 3, location: "United States", postedLimit: "month", query: "software engineer" });
@@ -2701,7 +2818,7 @@ var GoogleNamespace = class {
2701
2818
  /**
2702
2819
  * Google AI Mode
2703
2820
  *
2704
- * Ask Google AI Mode a prompt and receive a cited answer.
2821
+ * Ask Google AI Mode a prompt and receive the cited answer it generates. AI Mode composes the answer at search time, so repeat calls on one prompt can differ in wording and in which sources are cited.
2705
2822
  *
2706
2823
  * Price: $0.00126 per request.
2707
2824
  *
@@ -2714,9 +2831,9 @@ var GoogleNamespace = class {
2714
2831
  /**
2715
2832
  * Google AI Overview
2716
2833
  *
2717
- * Ask Google Search a prompt and receive its AI Overview with citations.
2834
+ * Ask Google Search a prompt and receive the AI Overview it generated for that scrape, with every source Google listed. Google regenerates the overview per search, so the same prompt can return different wording and a different source list.
2718
2835
  *
2719
- * Price: $0.00126 per request plus $0.00018 per result (maximum $0.00144).
2836
+ * Price: $0.0018 per request.
2720
2837
  *
2721
2838
  * @example
2722
2839
  * const res = await client.google.aiOverview({ prompt: "How does photosynthesis work?" });
@@ -2805,7 +2922,7 @@ var GoogleNamespace = class {
2805
2922
  /**
2806
2923
  * Google Search
2807
2924
  *
2808
- * Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON.
2925
+ * Run a Google web search and get the organic results (title, link, snippet, position) as clean JSON. Returns about 10 results per call - Google stopped honoring bulk result counts in September 2025, so a limit above 10 is accepted but returns no more than a page. Pass the returned nextCursor back as cursor to walk further, or use google.search_100 for up to 100 ranked results in one call, which is cheaper past roughly 20 results.
2809
2926
  *
2810
2927
  * Price: $0.00099 per request.
2811
2928
  *
@@ -2815,6 +2932,35 @@ var GoogleNamespace = class {
2815
2932
  search(input, options) {
2816
2933
  return this._core.run("google.search", input, options);
2817
2934
  }
2935
+ /**
2936
+ * Iterate every result of Google Search across pages.
2937
+ *
2938
+ * Yields items directly; call `.pages()` on the return value to walk whole
2939
+ * result pages instead (each carries its own costUsd).
2940
+ */
2941
+ iterSearch(input, options) {
2942
+ return paginate(
2943
+ this._core,
2944
+ "google.search",
2945
+ input,
2946
+ "results",
2947
+ false,
2948
+ options
2949
+ );
2950
+ }
2951
+ /**
2952
+ * Google Search Top 100
2953
+ *
2954
+ * Run a Google web search and get up to 100 ranked organic results in one call, with true absolute positions rather than per-page numbering. One flat charge whatever the depth, which makes it cheaper than paging google.search past roughly 20 results. It reads ten pages of Google to build the list, so a call takes around three to four minutes - use google.search when you want the first page back in a second.
2955
+ *
2956
+ * Price: $0.0018 per request.
2957
+ *
2958
+ * @example
2959
+ * const res = await client.google.search100({ query: "best crm software", gl: "us", hl: "en" });
2960
+ */
2961
+ search100(input, options) {
2962
+ return this._core.run("google.search_100", input, options);
2963
+ }
2818
2964
  /**
2819
2965
  * Google Videos
2820
2966
  *
@@ -2896,7 +3042,7 @@ var GoogleAdsNamespace = class {
2896
3042
  *
2897
3043
  * Pull the ads an advertiser is currently running from the Google Ads Transparency Center (creative details, formats, and run dates) as clean JSON.
2898
3044
  *
2899
- * Price: $0.00006 per request plus $0.00137 per result (maximum $0.0274).
3045
+ * Price: $0.00006 per request plus $0.00143 per result (maximum $0.0287).
2900
3046
  *
2901
3047
  * @example
2902
3048
  * const res = await client.googleAds.search({ url: "https://adstransparency.google.com/?region=US&domain=nike.com", limit: 3 });
@@ -2917,7 +3063,7 @@ var GoogleFinanceNamespace = class {
2917
3063
  *
2918
3064
  * Fetch a live quote for any stock, index, ETF, mutual fund, currency pair, or crypto symbol: name, current price, the absolute and percent change on the day, quote currency, exchange and market state, plus intraday and reference figures (open, day high/low, previous close, volume, market cap, and the 52-week range).
2919
3065
  *
2920
- * Price: $0.00053 per request plus $0.00158 per result (maximum $0.0021).
3066
+ * Price: $0.00055 per request plus $0.00165 per result (maximum $0.0022).
2921
3067
  *
2922
3068
  * @example
2923
3069
  * const res = await client.googleFinance.quote({ symbol: "AAPL:NASDAQ" });
@@ -3019,7 +3165,7 @@ var IndeedNamespace = class {
3019
3165
  *
3020
3166
  * Search Indeed job listings by keyword, location, and country, with up to 20 normalized job records per request.
3021
3167
  *
3022
- * Price: $0.00084 per request plus $0.00009 per result (maximum $0.00252).
3168
+ * Price: $0.00088 per request plus $0.00009 per result (maximum $0.00264).
3023
3169
  *
3024
3170
  * @example
3025
3171
  * const res = await client.indeed.jobs({ query: "data analyst", limit: 3, location: "Austin, TX" });
@@ -3182,7 +3328,7 @@ var InstagramNamespace = class {
3182
3328
  *
3183
3329
  * Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals).
3184
3330
  *
3185
- * Price: $0.00105 per request plus $0.00179 per result (maximum $0.0368).
3331
+ * Price: $0.0011 per request plus $0.00187 per result (maximum $0.0385).
3186
3332
  *
3187
3333
  * @example
3188
3334
  * const res = await client.instagram.hashtagAnalytics({ hashtag: "travel", limit: 5 });
@@ -3221,7 +3367,7 @@ var InstagramNamespace = class {
3221
3367
  *
3222
3368
  * Fetch a single Instagram post or reel by URL (media URLs, like count, owner, type) as normalized JSON.
3223
3369
  *
3224
- * Price: $0.002 per request.
3370
+ * Price: $0.0009 per request.
3225
3371
  *
3226
3372
  * @example
3227
3373
  * const res = await client.instagram.post({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -3234,7 +3380,7 @@ var InstagramNamespace = class {
3234
3380
  *
3235
3381
  * List the comments on an Instagram post or reel by URL with cursor pagination (text, author, likes).
3236
3382
  *
3237
- * Price: $0.002 per request.
3383
+ * Price: $0.00144 per request.
3238
3384
  *
3239
3385
  * @example
3240
3386
  * const res = await client.instagram.postComments({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/" });
@@ -3263,7 +3409,7 @@ var InstagramNamespace = class {
3263
3409
  *
3264
3410
  * Fetch an Instagram account's public profile (followers, posts, bio, verification) by handle.
3265
3411
  *
3266
- * Price: $0.002 per request.
3412
+ * Price: $0.0009 per request.
3267
3413
  *
3268
3414
  * @example
3269
3415
  * const res = await client.instagram.profile({ handle: "nasa" });
@@ -3276,7 +3422,7 @@ var InstagramNamespace = class {
3276
3422
  *
3277
3423
  * Turn any public Instagram reel or video post into a full speech transcript, with optional word-level timestamps.
3278
3424
  *
3279
- * Price: $0.00525 per request plus $0.0242 per result (maximum $0.0294).
3425
+ * Price: $0.0055 per request plus $0.0253 per result (maximum $0.0308).
3280
3426
  *
3281
3427
  * @example
3282
3428
  * const res = await client.instagram.reelTranscript({ url: "https://www.instagram.com/reel/DWzrfE2kaY8/", wordTimestamps: false });
@@ -3287,7 +3433,7 @@ var InstagramNamespace = class {
3287
3433
  /**
3288
3434
  * Instagram Reels Search
3289
3435
  *
3290
- * Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration). Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
3436
+ * Search Instagram Reels by keyword and get matching reels (caption, likes, comments, creator, and duration). Instagram does not return view or play counts in reels search results. Results are relevance-ranked, not chronological. Paging tops out around 110 reels per query (11 pages of 10).
3291
3437
  *
3292
3438
  * Price: $0.002 per request.
3293
3439
  *
@@ -3323,6 +3469,22 @@ var InstagramNamespace = class {
3323
3469
  searchHashtag(input, options) {
3324
3470
  return this._core.run("instagram.search_hashtag", input, options);
3325
3471
  }
3472
+ /**
3473
+ * Iterate every result of Instagram Hashtag Search across pages.
3474
+ *
3475
+ * Yields items directly; call `.pages()` on the return value to walk whole
3476
+ * result pages instead (each carries its own costUsd).
3477
+ */
3478
+ iterSearchHashtag(input, options) {
3479
+ return paginate(
3480
+ this._core,
3481
+ "instagram.search_hashtag",
3482
+ input,
3483
+ "posts",
3484
+ false,
3485
+ options
3486
+ );
3487
+ }
3326
3488
  /**
3327
3489
  * Instagram Profile Search
3328
3490
  *
@@ -3410,7 +3572,7 @@ var InstagramNamespace = class {
3410
3572
  /**
3411
3573
  * Instagram Trending Reels
3412
3574
  *
3413
- * List currently trending Instagram reels.
3575
+ * List currently trending Instagram reels. Instagram does not return play counts on this feed.
3414
3576
  *
3415
3577
  * Price: $0.002 per request.
3416
3578
  *
@@ -3438,7 +3600,7 @@ var InstagramNamespace = class {
3438
3600
  *
3439
3601
  * List an Instagram account's recent posts (likes, comments, captions) by handle with cursor pagination.
3440
3602
  *
3441
- * Price: $0.002 per request.
3603
+ * Price: $0.0024 per request.
3442
3604
  *
3443
3605
  * @example
3444
3606
  * const res = await client.instagram.userPosts({ handle: "nasa" });
@@ -3467,7 +3629,7 @@ var InstagramNamespace = class {
3467
3629
  *
3468
3630
  * List an Instagram account's reels by handle with cursor pagination (caption, plays, likes, comments).
3469
3631
  *
3470
- * Price: $0.002 per request.
3632
+ * Price: $0.0024 per request.
3471
3633
  *
3472
3634
  * @example
3473
3635
  * const res = await client.instagram.userReels({ handle: "nasa" });
@@ -3517,7 +3679,7 @@ var LinkedinNamespace = class {
3517
3679
  *
3518
3680
  * Search the LinkedIn Ad Library by search URL and list the matching ads (advertiser, creative text, format).
3519
3681
  *
3520
- * Price: $0.00006 per request plus $0.00158 per result (maximum $0.0316).
3682
+ * Price: $0.00006 per request plus $0.00165 per result (maximum $0.0331).
3521
3683
  *
3522
3684
  * @example
3523
3685
  * const res = await client.linkedin.ads({ url: "https://www.linkedin.com/company/stripe", limit: 3 });
@@ -3538,12 +3700,25 @@ var LinkedinNamespace = class {
3538
3700
  adsSearch(input, options) {
3539
3701
  return this._core.run("linkedin.ads_search", input, options);
3540
3702
  }
3703
+ /**
3704
+ * LinkedIn Article
3705
+ *
3706
+ * Read a public LinkedIn article or newsletter issue by URL, including its full body text, author, publication time, and engagement counts.
3707
+ *
3708
+ * Price: $0.00569 per request plus $0 per result (maximum $0.00569).
3709
+ *
3710
+ * @example
3711
+ * const res = await client.linkedin.article({ url: "https://www.linkedin.com/pulse/artificial-intelligence-primer-stephen-dover" });
3712
+ */
3713
+ article(input, options) {
3714
+ return this._core.run("linkedin.article", input, options);
3715
+ }
3541
3716
  /**
3542
3717
  * LinkedIn Company
3543
3718
  *
3544
3719
  * Fetch a full LinkedIn company page by URL: name, description, industry, employee count and range, follower count, founded year, headquarters and office locations, funding data, tagline, logo, website, and specialities.
3545
3720
  *
3546
- * Price: $0.0042 per request plus $0 per result (maximum $0.0042).
3721
+ * Price: $0.00143 per request plus $0 per result (maximum $0.00143).
3547
3722
  *
3548
3723
  * @example
3549
3724
  * const res = await client.linkedin.company({ url: "https://www.linkedin.com/company/stripe" });
@@ -3556,7 +3731,7 @@ var LinkedinNamespace = class {
3556
3731
  *
3557
3732
  * List the employees of a LinkedIn company by name or company URL, with optional job-title filtering.
3558
3733
  *
3559
- * Price: $0 per request plus $0.0105 per result (maximum $0.105).
3734
+ * Price: $0 per request plus $0.011 per result (maximum $0.11).
3560
3735
  *
3561
3736
  * @example
3562
3737
  * const res = await client.linkedin.companyEmployees({ company: "stripe", limit: 3 });
@@ -3569,7 +3744,7 @@ var LinkedinNamespace = class {
3569
3744
  *
3570
3745
  * List a LinkedIn company page's recent posts by URL: full text, canonical link, publish date, author, engagement counts with a per-reaction breakdown, and attached media.
3571
3746
  *
3572
- * Price: $0.00111 per request plus $0.00184 per result (maximum $0.093).
3747
+ * Price: $0.00116 per request plus $0.00193 per result (maximum $0.0975).
3573
3748
  *
3574
3749
  * @example
3575
3750
  * const res = await client.linkedin.companyPosts({ url: "https://www.linkedin.com/company/stripe", limit: 10 });
@@ -3608,7 +3783,7 @@ var LinkedinNamespace = class {
3608
3783
  *
3609
3784
  * Find the deliverability-validated work email behind a LinkedIn profile URL or public ID. Returns each discovered email with its deliverability, validation status, and quality score, plus the person's name and headline.
3610
3785
  *
3611
- * Price: $0.0105 per request plus $0 per result (maximum $0.0105).
3786
+ * Price: $0.011 per request plus $0 per result (maximum $0.011).
3612
3787
  *
3613
3788
  * @example
3614
3789
  * const res = await client.linkedin.email({ profileUrl: "https://www.linkedin.com/in/satyanadella" });
@@ -3621,7 +3796,7 @@ var LinkedinNamespace = class {
3621
3796
  *
3622
3797
  * Search LinkedIn job listings by title and location - full records with description, salary, applicant count, seniority, company details, and benefits. Up to 25 jobs per request.
3623
3798
  *
3624
- * Price: $0.00105 per request plus $0.00105 per result (maximum $0.0273).
3799
+ * Price: $0.0011 per request plus $0.0011 per result (maximum $0.0286).
3625
3800
  *
3626
3801
  * @example
3627
3802
  * const res = await client.linkedin.jobs({ query: "software engineer", limit: 3, location: "United States", workplaceType: "remote" });
@@ -3660,7 +3835,7 @@ var LinkedinNamespace = class {
3660
3835
  *
3661
3836
  * List comments on a LinkedIn post - full text, commenter name/URL/job title, timestamps, and engagement.
3662
3837
  *
3663
- * Price: $0 per request plus $0.0021 per result (maximum $0.21).
3838
+ * Price: $0 per request plus $0.00143 per result (maximum $0.143).
3664
3839
  *
3665
3840
  * @example
3666
3841
  * const res = await client.linkedin.postComments({ url: "https://www.linkedin.com/posts/stripe_philip-kl%C3%B6ckner-in-conversation-with-conor-activity-7477791740645564416-tIbZ", limit: 10 });
@@ -3673,7 +3848,7 @@ var LinkedinNamespace = class {
3673
3848
  *
3674
3849
  * List who reacted to a LinkedIn post - reactor name, profile URL, job title, and reaction type. Lead-gen grade.
3675
3850
  *
3676
- * Price: $0 per request plus $0.0021 per result (maximum $0.21).
3851
+ * Price: $0 per request plus $0.0022 per result (maximum $0.22).
3677
3852
  *
3678
3853
  * @example
3679
3854
  * const res = await client.linkedin.postReactions({ url: "https://www.linkedin.com/posts/satyanadella_today-were-bringing-skills-to-copilot-for-activity-7475945433668694017--kvG", limit: 5 });
@@ -3699,7 +3874,7 @@ var LinkedinNamespace = class {
3699
3874
  *
3700
3875
  * Fetch a rich LinkedIn member profile by URL: name, headline, avatar, location, connections and followers, current position, and full work experience with job titles, descriptions, dates, employment/workplace type, and per-role skills, plus education, skills, certifications, honors and awards, languages, projects, publications, and verified/premium/open-to-work flags.
3701
3876
  *
3702
- * Price: $0.0042 per request plus $0 per result (maximum $0.0042).
3877
+ * Price: $0.0044 per request plus $0 per result (maximum $0.0044).
3703
3878
  *
3704
3879
  * @example
3705
3880
  * const res = await client.linkedin.profile({ url: "https://www.linkedin.com/in/williamhgates" });
@@ -3712,7 +3887,7 @@ var LinkedinNamespace = class {
3712
3887
  *
3713
3888
  * Fetch recent public LinkedIn profile posts with enriched author, engagement, article, newsletter, media, annotation, repost, and social activity details.
3714
3889
  *
3715
- * Price: $0.00111 per request plus $0.00184 per result (maximum $0.185).
3890
+ * Price: $0.00116 per request plus $0.00193 per result (maximum $0.194).
3716
3891
  *
3717
3892
  * @example
3718
3893
  * const res = await client.linkedin.profilePostsFull({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
@@ -3725,7 +3900,7 @@ var LinkedinNamespace = class {
3725
3900
  *
3726
3901
  * Fetch recent public LinkedIn profile posts with portable identity, author, engagement, article, image, video, and repost fields.
3727
3902
  *
3728
- * Price: $0 per request plus $0.00137 per result (maximum $0.137).
3903
+ * Price: $0 per request plus $0.00143 per result (maximum $0.143).
3729
3904
  *
3730
3905
  * @example
3731
3906
  * const res = await client.linkedin.profilePostsThin({ url: "https://www.linkedin.com/in/williamhgates/", limit: 10 });
@@ -3751,7 +3926,7 @@ var LinkedinNamespace = class {
3751
3926
  *
3752
3927
  * Search LinkedIn companies by keyword with optional location filtering, returning normalized company records.
3753
3928
  *
3754
- * Price: $0.00105 per request plus $0.0042 per result (maximum $0.0851).
3929
+ * Price: $0.0011 per request plus $0.0044 per result (maximum $0.0891).
3755
3930
  *
3756
3931
  * @example
3757
3932
  * const res = await client.linkedin.searchCompanies({ query: "fintech", limit: 3 });
@@ -3772,12 +3947,28 @@ var LinkedinNamespace = class {
3772
3947
  searchPosts(input, options) {
3773
3948
  return this._core.run("linkedin.search_posts", input, options);
3774
3949
  }
3950
+ /**
3951
+ * Iterate every result of LinkedIn Post Search across pages.
3952
+ *
3953
+ * Yields items directly; call `.pages()` on the return value to walk whole
3954
+ * result pages instead (each carries its own costUsd).
3955
+ */
3956
+ iterSearchPosts(input, options) {
3957
+ return paginate(
3958
+ this._core,
3959
+ "linkedin.search_posts",
3960
+ input,
3961
+ "posts",
3962
+ false,
3963
+ options
3964
+ );
3965
+ }
3775
3966
  /**
3776
3967
  * LinkedIn Post Search (full)
3777
3968
  *
3778
3969
  * Search public LinkedIn posts with rich author, engagement, attachment, and poll details.
3779
3970
  *
3780
- * Price: $0 per request plus $0.00137 per result (maximum $0.137).
3971
+ * Price: $0 per request plus $0.00143 per result (maximum $0.143).
3781
3972
  *
3782
3973
  * @example
3783
3974
  * const res = await client.linkedin.searchPostsFull({ query: "artificial intelligence", datePosted: "last-week", limit: 10, sort: "relevance" });
@@ -3790,7 +3981,7 @@ var LinkedinNamespace = class {
3790
3981
  *
3791
3982
  * Search LinkedIn profiles by keyword with optional location and job-title filters. Each match returns a full profile record: name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id. For a cheaper name/headline/URL-only search use linkedin.search_profiles_thin; add emails with linkedin.search_profiles_email.
3792
3983
  *
3793
- * Price: $0.084 per request plus $0.0042 per result (maximum $0.189).
3984
+ * Price: $0.088 per request plus $0.0044 per result (maximum $0.198).
3794
3985
  *
3795
3986
  * @example
3796
3987
  * const res = await client.linkedin.searchProfiles({ query: "engineer", currentCompanies: ["Google"], limit: 3 });
@@ -3801,9 +3992,9 @@ var LinkedinNamespace = class {
3801
3992
  /**
3802
3993
  * LinkedIn Profile Search + Email
3803
3994
  *
3804
- * People search returning a full profile AND a verified work email for each hit. Search LinkedIn profiles by keyword with optional location and job-title filters; each match returns the full profile record (name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id) together with an emails array carrying the discovered work email and its deliverability. For a full profile without email use linkedin.search_profiles; for a cheaper name/headline/URL-only search use linkedin.search_profiles_thin.
3995
+ * People search returning a full profile AND a verified work email for each hit. Search LinkedIn profiles by keyword with optional location and job-title filters; each match returns the full profile record (name, headline, location, current position, work experience, education, and skills, plus the profile URL, handle, and id) together with an emails array carrying the discovered work email and its deliverability. Email discovery is best effort and needs the profile to expose a resolvable company domain, so on a broad search many matches return an empty emails array while still billing the email rate. If you already have names and company domains, email.find, email_finding.icypeas, and email_finding.dropleads resolve addresses directly for less, and linkedin.email enriches a single known profile URL. For a full profile without email use linkedin.search_profiles; for a cheaper name/headline/URL-only search use linkedin.search_profiles_thin.
3805
3996
  *
3806
- * Price: $0.084 per request plus $0.00945 per result (maximum $0.321).
3997
+ * Price: $0.088 per request plus $0.0099 per result (maximum $0.336).
3807
3998
  *
3808
3999
  * @example
3809
4000
  * const res = await client.linkedin.searchProfilesEmail({ query: "founder", companyHeadcount: ["B"], limit: 5 });
@@ -3837,7 +4028,7 @@ var MapsNamespace = class {
3837
4028
  *
3838
4029
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
3839
4030
  *
3840
- * Price: $0.00006 per request plus $0.00473 per result (maximum $0.0946).
4031
+ * Price: $0.00006 per request plus $0.00495 per result (maximum $0.0991).
3841
4032
  *
3842
4033
  * @example
3843
4034
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
@@ -3863,7 +4054,7 @@ var MapsNamespace = class {
3863
4054
  *
3864
4055
  * Fetch up to 100 Google Maps reviews for a place by place ID, sorted the way you need, in one normalized response.
3865
4056
  *
3866
- * Price: $0.00006 per request plus $0.00042 per result (maximum $0.0421).
4057
+ * Price: $0.00006 per request plus $0.00044 per result (maximum $0.0441).
3867
4058
  *
3868
4059
  * @example
3869
4060
  * const res = await client.maps.reviews({ placeId: "ChIJN1t_tDeuEmsRUsoyG83frY4", limit: 3, postedLimit: "year" });
@@ -3908,9 +4099,12 @@ var MobilePhoneNamespace = class {
3908
4099
  /**
3909
4100
  * Mobile Phone - LeadMagic
3910
4101
  *
3911
- * Find a person's mobile phone from a profile URL or email. No-match responses are not billed.
4102
+ * Find a person's mobile phone from a profile URL or email. A no-match answer is a successful, billable result.
3912
4103
  *
3913
4104
  * Price: $0.2016 per request.
4105
+ *
4106
+ * @example
4107
+ * const res = await client.mobilePhone.leadmagic({ profileUrl: "https://www.linkedin.com/in/tim-zheng" });
3914
4108
  */
3915
4109
  leadmagic(input, options) {
3916
4110
  return this._core.run("mobile_phone.leadmagic", input, options);
@@ -4026,6 +4220,9 @@ var PeopleSearchNamespace = class {
4026
4220
  * Find up to 100 professional profiles by company domain and title keywords.
4027
4221
  *
4028
4222
  * Price: $0.144 per request.
4223
+ *
4224
+ * @example
4225
+ * const res = await client.peopleSearch.crustdataV3({ companyDomain: "posthog.com", titleKeywords: "engineer", limit: 1 });
4029
4226
  */
4030
4227
  crustdataV3(input, options) {
4031
4228
  return this._core.run("people_search.crustdata_v3", input, options);
@@ -4038,25 +4235,12 @@ var PerplexityNamespace = class {
4038
4235
  this._core = _core;
4039
4236
  }
4040
4237
  _core;
4041
- /**
4042
- * Perplexity Brand Visibility
4043
- *
4044
- * Analyze how Perplexity mentions and cites a brand relative to its competitors.
4045
- *
4046
- * Price: $0.0045 per request.
4047
- *
4048
- * @example
4049
- * const res = await client.perplexity.brandVisibility({ brand: "OpenAI", prompt: "What is OpenAI and who are its main competitors?", competitors: ["Anthropic", "Google DeepMind", "Meta"], country: "US", domain: "openai.com" });
4050
- */
4051
- brandVisibility(input, options) {
4052
- return this._core.run("perplexity.brand_visibility", input, options);
4053
- }
4054
4238
  /**
4055
4239
  * Perplexity Search
4056
4240
  *
4057
4241
  * Ask Perplexity a web-grounded question and receive an answer with source citations.
4058
4242
  *
4059
- * Price: $0.0036 per request.
4243
+ * Price: $0.0018 per request.
4060
4244
  *
4061
4245
  * @example
4062
4246
  * const res = await client.perplexity.search({ prompt: "What is AnyAPI at getanyapi.com, and what does it offer?" });
@@ -4077,7 +4261,7 @@ var PersonNamespace = class {
4077
4261
  *
4078
4262
  * Skip-trace a person in the US by name, address, phone, or email and get back identity, address, and contact records in normalized JSON.
4079
4263
  *
4080
- * Price: $0 per request plus $0.00735 per result (maximum $0.00735).
4264
+ * Price: $0 per request plus $0.0077 per result (maximum $0.0077).
4081
4265
  *
4082
4266
  * @example
4083
4267
  * const res = await client.person.skipTrace({ address: "123 Main St, Austin, TX 78701", name: "John Smith" });
@@ -4099,6 +4283,9 @@ var PersonEnrichmentNamespace = class {
4099
4283
  * Enrich a person from an Aviato or LinkedIn identifier, LinkedIn URL, or email.
4100
4284
  *
4101
4285
  * Price: $0.084 per request.
4286
+ *
4287
+ * @example
4288
+ * const res = await client.personEnrichment.aviato({ linkedinURL: "https://www.linkedin.com/in/dharmesh" });
4102
4289
  */
4103
4290
  aviato(input, options) {
4104
4291
  return this._core.run("person_enrichment.aviato", input, options);
@@ -4137,7 +4324,7 @@ var PlaystoreNamespace = class {
4137
4324
  *
4138
4325
  * Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
4139
4326
  *
4140
- * Price: $0 per request plus $0.00012 per result (maximum $0.0116).
4327
+ * Price: $0 per request plus $0.00013 per result (maximum $0.0121).
4141
4328
  *
4142
4329
  * @example
4143
4330
  * const res = await client.playstore.reviews({ appId: "com.whatsapp", limit: 3 });
@@ -4158,7 +4345,7 @@ var PolymarketNamespace = class {
4158
4345
  *
4159
4346
  * Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
4160
4347
  *
4161
- * Price: $0.111 per request plus $0.00063 per result (maximum $0.126).
4348
+ * Price: $0.116 per request plus $0.00066 per result (maximum $0.132).
4162
4349
  *
4163
4350
  * @example
4164
4351
  * const res = await client.polymarket.markets({ query: "election", limit: 10 });
@@ -4179,7 +4366,7 @@ var RealtorNamespace = class {
4179
4366
  *
4180
4367
  * Search Realtor.com listings by location with optional price, property-type, beds/baths, listing-status, and keyword filters and get property records (price, address, beds, baths) as normalized JSON.
4181
4368
  *
4182
- * Price: $0.00525 per request plus $0.00158 per result (maximum $0.0447).
4369
+ * Price: $0.0055 per request plus $0.00165 per result (maximum $0.0468).
4183
4370
  *
4184
4371
  * @example
4185
4372
  * const res = await client.realtor.search({ location: "Austin, TX", bedsMin: 4, limit: 3, propertyTypes: ["single_family"], searchStatuses: ["pending"] });
@@ -4447,7 +4634,7 @@ var RedfinNamespace = class {
4447
4634
  *
4448
4635
  * Run a Redfin map search by URL and get matching home listings (price, address, beds, baths, status) as normalized JSON.
4449
4636
  *
4450
- * Price: $0.00284 per request plus $0.00046 per result (maximum $0.0142).
4637
+ * Price: $0.00297 per request plus $0.00048 per result (maximum $0.0148).
4451
4638
  *
4452
4639
  * @example
4453
4640
  * const res = await client.redfin.search({ url: "https://www.redfin.com/city/30818/TX/Austin", limit: 3 });
@@ -4618,7 +4805,7 @@ var SecNamespace = class {
4618
4805
  *
4619
4806
  * List a public company's SEC EDGAR filings - form type, filing date, accession number, and document links - by ticker, company name, or CIK, with optional form-type and date filters.
4620
4807
  *
4621
- * Price: $0.0021 per request plus $0.00042 per result (maximum $0.0126).
4808
+ * Price: $0.0022 per request plus $0.00044 per result (maximum $0.0132).
4622
4809
  *
4623
4810
  * @example
4624
4811
  * const res = await client.sec.filings({ limit: 3, ticker: "AAPL" });
@@ -4639,7 +4826,7 @@ var SemrushNamespace = class {
4639
4826
  *
4640
4827
  * Semrush keyword research for any term: monthly search volume, CPC, competition, keyword difficulty, plus related keywords and question keywords.
4641
4828
  *
4642
- * Price: $0 per request plus $0.0158 per result (maximum $0.0158).
4829
+ * Price: $0 per request plus $0.0165 per result (maximum $0.0165).
4643
4830
  *
4644
4831
  * @example
4645
4832
  * const res = await client.semrush.keywords({ keyword: "best running shoes", database: "us" });
@@ -4652,7 +4839,7 @@ var SemrushNamespace = class {
4652
4839
  *
4653
4840
  * a Semrush SEO overview for any domain: Authority Score, organic and paid traffic, keyword and backlink counts, top country, and the domain's top organic keywords.
4654
4841
  *
4655
- * Price: $0 per request plus $0.0158 per result (maximum $0.0158).
4842
+ * Price: $0 per request plus $0.0165 per result (maximum $0.0165).
4656
4843
  *
4657
4844
  * @example
4658
4845
  * const res = await client.semrush.overview({ domain: "ahrefs.com", database: "us" });
@@ -4707,6 +4894,48 @@ var SeoNamespace = class {
4707
4894
  domainRankOverview(input, options) {
4708
4895
  return this._core.run("seo.domain_rank_overview", input, options);
4709
4896
  }
4897
+ /**
4898
+ * SEO Domain Technologies
4899
+ *
4900
+ * Detect the technology stack a website runs: CMS, analytics, marketing, hosting, and security, plus contacts and social profiles as normalized JSON.
4901
+ *
4902
+ * Price: $0.012 per request.
4903
+ *
4904
+ * @example
4905
+ * const res = await client.seo.domainTechnologies({ domain: "hubspot.com" });
4906
+ */
4907
+ domainTechnologies(input, options) {
4908
+ return this._core.run("seo.domain_technologies", input, options);
4909
+ }
4910
+ /**
4911
+ * SEO Domains By Technology
4912
+ *
4913
+ * Find websites running a given technology, category, or on-page term: domain, rank, detected stack, contacts, and social profiles as normalized JSON.
4914
+ *
4915
+ * Price: $0.012 per request plus $0.0012 per result (maximum $0.132).
4916
+ *
4917
+ * @example
4918
+ * const res = await client.seo.domainsByTechnology({ keyword: "highlevel", limit: 10, orderBy: "rank_desc" });
4919
+ */
4920
+ domainsByTechnology(input, options) {
4921
+ return this._core.run("seo.domains_by_technology", input, options);
4922
+ }
4923
+ /**
4924
+ * Iterate every result of SEO Domains By Technology across pages.
4925
+ *
4926
+ * Yields items directly; call `.pages()` on the return value to walk whole
4927
+ * result pages instead (each carries its own costUsd).
4928
+ */
4929
+ iterDomainsByTechnology(input, options) {
4930
+ return paginate(
4931
+ this._core,
4932
+ "seo.domains_by_technology",
4933
+ input,
4934
+ "domains",
4935
+ false,
4936
+ options
4937
+ );
4938
+ }
4710
4939
  /**
4711
4940
  * SEO Keyword Difficulty
4712
4941
  *
@@ -4837,7 +5066,7 @@ var SnapchatNamespace = class {
4837
5066
  *
4838
5067
  * Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
4839
5068
  *
4840
- * Price: $0.00105 per request plus $0.0021 per result (maximum $0.00315).
5069
+ * Price: $0.0011 per request plus $0.0022 per result (maximum $0.0033).
4841
5070
  *
4842
5071
  * @example
4843
5072
  * const res = await client.snapchat.profile({ username: "nasa" });
@@ -4858,7 +5087,7 @@ var SocialNamespace = class {
4858
5087
  *
4859
5088
  * Find a person's or brand's profiles across major social networks from a single name, returned as normalized JSON.
4860
5089
  *
4861
- * Price: $0.00105 per request plus $0.0021 per result (maximum $0.0221).
5090
+ * Price: $0.0011 per request plus $0.0022 per result (maximum $0.0231).
4862
5091
  *
4863
5092
  * @example
4864
5093
  * const res = await client.social.finder({ name: "Elon Musk", limit: 3 });
@@ -4905,7 +5134,7 @@ var SpotifyNamespace = class {
4905
5134
  *
4906
5135
  * Fetch stream counts and stats for a Spotify track, album, or artist URL.
4907
5136
  *
4908
- * Price: $0 per request plus $0.00315 per result (maximum $0.00315).
5137
+ * Price: $0 per request plus $0.0033 per result (maximum $0.0033).
4909
5138
  *
4910
5139
  * @example
4911
5140
  * const res = await client.spotify.playCount({ url: "https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT" });
@@ -4994,7 +5223,7 @@ var SubstackNamespace = class {
4994
5223
  *
4995
5224
  * Pull posts from any Substack publication by its URL, or pass a single post URL (…/p/slug) to fetch just that one article. Returns title, subtitle, publish date, paywall status, word count, engagement (reactions, comments, restacks), author profile, and full article HTML.
4996
5225
  *
4997
- * Price: $0.00525 per request plus $0.00164 per result (maximum $0.17).
5226
+ * Price: $0.0055 per request plus $0.00172 per result (maximum $0.178).
4998
5227
  *
4999
5228
  * @example
5000
5229
  * const res = await client.substack.posts({ url: "https://www.astralcodexten.com", limit: 3 });
@@ -5238,6 +5467,22 @@ var TiktokNamespace = class {
5238
5467
  following(input, options) {
5239
5468
  return this._core.run("tiktok.following", input, options);
5240
5469
  }
5470
+ /**
5471
+ * Iterate every result of TikTok Following across pages.
5472
+ *
5473
+ * Yields items directly; call `.pages()` on the return value to walk whole
5474
+ * result pages instead (each carries its own costUsd).
5475
+ */
5476
+ iterFollowing(input, options) {
5477
+ return paginate(
5478
+ this._core,
5479
+ "tiktok.following",
5480
+ input,
5481
+ "following",
5482
+ false,
5483
+ options
5484
+ );
5485
+ }
5241
5486
  /**
5242
5487
  * TikTok Hashtag Videos
5243
5488
  *
@@ -5332,6 +5577,22 @@ var TiktokNamespace = class {
5332
5577
  searchHashtag(input, options) {
5333
5578
  return this._core.run("tiktok.search_hashtag", input, options);
5334
5579
  }
5580
+ /**
5581
+ * Iterate every result of TikTok Hashtag Search across pages.
5582
+ *
5583
+ * Yields items directly; call `.pages()` on the return value to walk whole
5584
+ * result pages instead (each carries its own costUsd).
5585
+ */
5586
+ iterSearchHashtag(input, options) {
5587
+ return paginate(
5588
+ this._core,
5589
+ "tiktok.search_hashtag",
5590
+ input,
5591
+ "videos",
5592
+ false,
5593
+ options
5594
+ );
5595
+ }
5335
5596
  /**
5336
5597
  * TikTok Keyword Search
5337
5598
  *
@@ -5345,6 +5606,22 @@ var TiktokNamespace = class {
5345
5606
  searchKeyword(input, options) {
5346
5607
  return this._core.run("tiktok.search_keyword", input, options);
5347
5608
  }
5609
+ /**
5610
+ * Iterate every result of TikTok Keyword Search across pages.
5611
+ *
5612
+ * Yields items directly; call `.pages()` on the return value to walk whole
5613
+ * result pages instead (each carries its own costUsd).
5614
+ */
5615
+ iterSearchKeyword(input, options) {
5616
+ return paginate(
5617
+ this._core,
5618
+ "tiktok.search_keyword",
5619
+ input,
5620
+ "videos",
5621
+ false,
5622
+ options
5623
+ );
5624
+ }
5348
5625
  /**
5349
5626
  * TikTok Top Search
5350
5627
  *
@@ -5461,7 +5738,7 @@ var TiktokNamespace = class {
5461
5738
  /**
5462
5739
  * TikTok Trending Feed
5463
5740
  *
5464
- * Get TikTok's trending feed for a region (caption, views, likes, comments, author) as normalized JSON.
5741
+ * Sample TikTok's For You feed as served to a viewer in one country (caption, views, likes, comments, author). Returns a rotating sample, not a ranked chart.
5465
5742
  *
5466
5743
  * Price: $0.002 per request.
5467
5744
  *
@@ -5471,6 +5748,19 @@ var TiktokNamespace = class {
5471
5748
  trendingFeed(input, options) {
5472
5749
  return this._core.run("tiktok.trending_feed", input, options);
5473
5750
  }
5751
+ /**
5752
+ * TikTok Trending Hashtags
5753
+ *
5754
+ * Rank TikTok's trending hashtags for one country and industry, with each hashtag's daily popularity curve, post count, video views, and leading creators. Ranks 15 industry categories, or omit industry for the all-industries board. TikTok publishes only the top 3 hashtags per board to anonymous callers, so limit 1-3 is served cheaply; a limit above 3 routes to a dearer authenticated source that returns the full ranking. Covers 27 markets: AE, AR, AU, BR, CA, CO, DE, EG, ES, FR, GB, ID, IL, IT, JP, KR, MX, MY, PH, SA, SG, TH, TR, TW, US, VN, ZA.
5755
+ *
5756
+ * Price: $0.0012 per request.
5757
+ *
5758
+ * @example
5759
+ * const res = await client.tiktok.trendingHashtags({ limit: 3, period: 7, region: "US" });
5760
+ */
5761
+ trendingHashtags(input, options) {
5762
+ return this._core.run("tiktok.trending_hashtags", input, options);
5763
+ }
5474
5764
  /**
5475
5765
  * TikTok Video
5476
5766
  *
@@ -5531,7 +5821,7 @@ var TiktokNamespace = class {
5531
5821
  *
5532
5822
  * Transcribe the spoken audio of a TikTok video with timed segments, speaker labels, and per-word confidence - for videos TikTok publishes no subtitle track for.
5533
5823
  *
5534
- * Price: $0.0168 per request plus $0 per result (maximum $0.0168).
5824
+ * Price: $0.0176 per request plus $0 per result (maximum $0.0176).
5535
5825
  *
5536
5826
  * @example
5537
5827
  * const res = await client.tiktok.videoTranscriptFull({ url: "https://www.tiktok.com/@thatdudecancook/video/7649086431641521421" });
@@ -5578,7 +5868,7 @@ var TiktokShopNamespace = class {
5578
5868
  *
5579
5869
  * TikTok Shop creator performance by handle: GMV range, promoted product count, brand collaborations, follower age/gender/location demographics, category GMV split, and video versus live engagement.
5580
5870
  *
5581
- * Price: $0.00525 per request plus $0 per result (maximum $0.00525).
5871
+ * Price: $0.0055 per request plus $0 per result (maximum $0.0055).
5582
5872
  *
5583
5873
  * @example
5584
5874
  * const res = await client.tiktokShop.creator({ handle: "golinutrition" });
@@ -5604,7 +5894,7 @@ var TiktokShopNamespace = class {
5604
5894
  *
5605
5895
  * Deep TikTok Shop product record from a product URL: affiliate commission rate, units sold and GMV over the last 30 days and lifetime, stock, rating, review count, category tree, listing date, and the seller's own sales totals.
5606
5896
  *
5607
- * Price: $0.021 per request plus $0 per result (maximum $0.021).
5897
+ * Price: $0.022 per request plus $0 per result (maximum $0.022).
5608
5898
  *
5609
5899
  * @example
5610
5900
  * const res = await client.tiktokShop.productFull({ url: "https://www.tiktok.com/shop/pdp/1729527313880355335" });
@@ -5756,7 +6046,7 @@ var TrustpilotNamespace = class {
5756
6046
  *
5757
6047
  * Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
5758
6048
  *
5759
- * Price: $0.018 per request.
6049
+ * Price: $0.00006 per request plus $0.00005 per result (maximum $0.00886).
5760
6050
  *
5761
6051
  * @example
5762
6052
  * const res = await client.trustpilot.reviews({ company: "stripe.com", limit: 3 });
@@ -6152,7 +6442,7 @@ var UpworkNamespace = class {
6152
6442
  *
6153
6443
  * Search Upwork job postings by keyword, with up to 25 fresh listings per request.
6154
6444
  *
6155
- * Price: $0 per request plus $0.00347 per result (maximum $0.0867).
6445
+ * Price: $0 per request plus $0.00363 per result (maximum $0.0908).
6156
6446
  *
6157
6447
  * @example
6158
6448
  * const res = await client.upwork.jobs({ query: "web developer", jobType: "fixed", limit: 10 });
@@ -6173,7 +6463,7 @@ var WalmartNamespace = class {
6173
6463
  *
6174
6464
  * Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
6175
6465
  *
6176
- * Price: $0 per request plus $0.00387 per result (maximum $0.00387).
6466
+ * Price: $0.0018 per request.
6177
6467
  *
6178
6468
  * @example
6179
6469
  * const res = await client.walmart.product({ url: "https://www.walmart.com/ip/Apple-AirPods-Pro-2/5689919121" });
@@ -6194,7 +6484,7 @@ var WebNamespace = class {
6194
6484
  *
6195
6485
  * Crawl a website and get clean text content from up to 10 pages in one normalized response, ideal for feeding sites into LLMs and search indexes.
6196
6486
  *
6197
- * Price: $0.00158 per request plus $0.00315 per result (maximum $0.0331).
6487
+ * Price: $0.00165 per request plus $0.0033 per result (maximum $0.0347).
6198
6488
  *
6199
6489
  * @example
6200
6490
  * const res = await client.web.crawl({ url: "https://example.com", limit: 3 });
@@ -6207,7 +6497,7 @@ var WebNamespace = class {
6207
6497
  *
6208
6498
  * Map an entire website into a clean list of its URLs (with titles and descriptions) in a single call.
6209
6499
  *
6210
- * Price: $0.0009 per request.
6500
+ * Price: $0.001 per request.
6211
6501
  *
6212
6502
  * @example
6213
6503
  * const res = await client.web.map({ url: "https://www.iana.org", search: "domain" });
@@ -6220,7 +6510,7 @@ var WebNamespace = class {
6220
6510
  *
6221
6511
  * Scrape any web page and get its content back as clean Markdown (or HTML, or raw HTML) plus title and metadata.
6222
6512
  *
6223
- * Price: $0.0005 per request.
6513
+ * Price: $0.0007 per request.
6224
6514
  *
6225
6515
  * @example
6226
6516
  * const res = await client.web.scrape({ url: "https://example.com", formats: ["markdown", "rawHtml"], onlyMainContent: false });
@@ -6233,7 +6523,7 @@ var WebNamespace = class {
6233
6523
  *
6234
6524
  * Capture a real-browser screenshot of any web page URL.
6235
6525
  *
6236
- * Price: $0 per request plus $0.00166 per result (maximum $0.00166).
6526
+ * Price: $0 per request plus $0.00174 per result (maximum $0.00174).
6237
6527
  *
6238
6528
  * @example
6239
6529
  * const res = await client.web.screenshot({ url: "https://example.com" });
@@ -6372,7 +6662,7 @@ var YahooFinanceNamespace = class {
6372
6662
  *
6373
6663
  * Look up a stock or ETF by ticker symbol and get its Yahoo Finance quote (price, market cap, volume, and key stats) as normalized JSON.
6374
6664
  *
6375
- * Price: $0.00006 per request plus $0.00095 per result (maximum $0.001).
6665
+ * Price: $0.00006 per request plus $0.00099 per result (maximum $0.00105).
6376
6666
  *
6377
6667
  * @example
6378
6668
  * const res = await client.yahooFinance.quote({ ticker: "AAPL" });
@@ -6393,7 +6683,7 @@ var YelpNamespace = class {
6393
6683
  *
6394
6684
  * Search Yelp for businesses by keyword and location: up to 20 listings with ratings, categories, and core business info per request.
6395
6685
  *
6396
- * Price: $0.042 per request plus $0.00079 per result (maximum $0.0578).
6686
+ * Price: $0.044 per request plus $0.00083 per result (maximum $0.0605).
6397
6687
  *
6398
6688
  * @example
6399
6689
  * const res = await client.yelp.search({ location: "Chicago, IL", query: "pizza", limit: 5 });
@@ -6619,6 +6909,22 @@ var YoutubeNamespace = class {
6619
6909
  search(input, options) {
6620
6910
  return this._core.run("youtube.search", input, options);
6621
6911
  }
6912
+ /**
6913
+ * Iterate every result of YouTube Search across pages.
6914
+ *
6915
+ * Yields items directly; call `.pages()` on the return value to walk whole
6916
+ * result pages instead (each carries its own costUsd).
6917
+ */
6918
+ iterSearch(input, options) {
6919
+ return paginate(
6920
+ this._core,
6921
+ "youtube.search",
6922
+ input,
6923
+ "videos",
6924
+ false,
6925
+ options
6926
+ );
6927
+ }
6622
6928
  /**
6623
6929
  * YouTube Hashtag Search
6624
6930
  *
@@ -6734,7 +7040,7 @@ var YoutubeNamespace = class {
6734
7040
  *
6735
7041
  * Fetch a YouTube transcript with timed segments and its provenance: whether the words are creator-written captions or machine speech recognition.
6736
7042
  *
6737
- * Price: $0.00294 per request plus $0 per result (maximum $0.00294).
7043
+ * Price: $0.00308 per request plus $0 per result (maximum $0.00308).
6738
7044
  *
6739
7045
  * @example
6740
7046
  * const res = await client.youtube.videoTranscriptFull({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
@@ -6921,6 +7227,14 @@ var AnyAPI2 = class extends AnyAPI {
6921
7227
  this._core
6922
7228
  );
6923
7229
  }
7230
+ /**
7231
+ * Typed methods for the capterra platform.
7232
+ */
7233
+ get capterra() {
7234
+ return this._namespaces["capterra"] ??= new CapterraNamespace(
7235
+ this._core
7236
+ );
7237
+ }
6924
7238
  /**
6925
7239
  * Typed methods for the chatgpt platform.
6926
7240
  */
@@ -6937,6 +7251,14 @@ var AnyAPI2 = class extends AnyAPI {
6937
7251
  this._core
6938
7252
  );
6939
7253
  }
7254
+ /**
7255
+ * Typed methods for the company platform.
7256
+ */
7257
+ get company() {
7258
+ return this._namespaces["company"] ??= new CompanyNamespace(
7259
+ this._core
7260
+ );
7261
+ }
6940
7262
  /**
6941
7263
  * Typed methods for the company_enrichment platform.
6942
7264
  */
@@ -7021,6 +7343,14 @@ var AnyAPI2 = class extends AnyAPI {
7021
7343
  this._core
7022
7344
  );
7023
7345
  }
7346
+ /**
7347
+ * Typed methods for the g2 platform.
7348
+ */
7349
+ get g2() {
7350
+ return this._namespaces["g2"] ??= new G2Namespace(
7351
+ this._core
7352
+ );
7353
+ }
7024
7354
  /**
7025
7355
  * Typed methods for the gemini platform.
7026
7356
  */
@@ -7426,9 +7756,11 @@ var AnyAPI2 = class extends AnyAPI {
7426
7756
  BadRequestError,
7427
7757
  BlueskyNamespace,
7428
7758
  BookingNamespace,
7759
+ CapterraNamespace,
7429
7760
  ChatgptNamespace,
7430
7761
  CoinmarketcapNamespace,
7431
7762
  CompanyEnrichmentNamespace,
7763
+ CompanyNamespace,
7432
7764
  CompanySearchNamespace,
7433
7765
  CongressNamespace,
7434
7766
  ConnectionError,
@@ -7440,6 +7772,7 @@ var AnyAPI2 = class extends AnyAPI {
7440
7772
  EmailVerificationNamespace,
7441
7773
  FacebookNamespace,
7442
7774
  FiverrNamespace,
7775
+ G2Namespace,
7443
7776
  GeminiNamespace,
7444
7777
  GithubNamespace,
7445
7778
  GlassdoorNamespace,