@getanyapi/sdk 0.9.0 → 0.9.1
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 +70 -70
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +72 -72
- package/dist/index.d.ts +72 -72
- package/dist/index.js +70 -70
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -943,7 +943,7 @@ var AlibabaNamespace = class {
|
|
|
943
943
|
/**
|
|
944
944
|
* Alibaba Search
|
|
945
945
|
*
|
|
946
|
-
* Search Alibaba by keyword and get up to 25 wholesale listings
|
|
946
|
+
* Search Alibaba by keyword and get up to 25 wholesale listings (title, price range, minimum order, and supplier) in one normalized response.
|
|
947
947
|
*
|
|
948
948
|
* Price: $0 per request plus $0.0012 per result (maximum $0.03).
|
|
949
949
|
*
|
|
@@ -964,7 +964,7 @@ var AmazonNamespace = class {
|
|
|
964
964
|
/**
|
|
965
965
|
* Amazon Products by ASIN
|
|
966
966
|
*
|
|
967
|
-
* Look up to 10 Amazon products in one call by ASIN
|
|
967
|
+
* Look up to 10 Amazon products in one call by ASIN (title, brand, price, ratings, images, and attributes) as normalized JSON.
|
|
968
968
|
*
|
|
969
969
|
* Price: $0 per request plus $0.0035 per asin (maximum $0.035).
|
|
970
970
|
*
|
|
@@ -977,7 +977,7 @@ var AmazonNamespace = class {
|
|
|
977
977
|
/**
|
|
978
978
|
* Amazon Bestsellers
|
|
979
979
|
*
|
|
980
|
-
* List the top-ranked products of any Amazon Best Sellers category
|
|
980
|
+
* List the top-ranked products of any Amazon Best Sellers category (rank, title, price, and rating) in one normalized request.
|
|
981
981
|
*
|
|
982
982
|
* Price: $0 per request plus $0.0041 per result (maximum $0.082).
|
|
983
983
|
*
|
|
@@ -1003,7 +1003,7 @@ var AmazonNamespace = class {
|
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Amazon Reviews
|
|
1005
1005
|
*
|
|
1006
|
-
* Pull up to 50 customer reviews for any Amazon product by ASIN or URL
|
|
1006
|
+
* Pull up to 50 customer reviews for any Amazon product by ASIN or URL: rating, title, text, date, and verified-purchase badge.
|
|
1007
1007
|
*
|
|
1008
1008
|
* Price: $0.01625 per request.
|
|
1009
1009
|
*
|
|
@@ -1016,7 +1016,7 @@ var AmazonNamespace = class {
|
|
|
1016
1016
|
/**
|
|
1017
1017
|
* Amazon Search
|
|
1018
1018
|
*
|
|
1019
|
-
* Search Amazon from any search or category URL and get up to 20 matching products
|
|
1019
|
+
* Search Amazon from any search or category URL and get up to 20 matching products (title, price, rating, and thumbnail) in one normalized response.
|
|
1020
1020
|
*
|
|
1021
1021
|
* Price: $0 per request plus $0.0035 per result (maximum $0.07).
|
|
1022
1022
|
*
|
|
@@ -1149,7 +1149,7 @@ var AppstoreNamespace = class {
|
|
|
1149
1149
|
/**
|
|
1150
1150
|
* App Store Reviews
|
|
1151
1151
|
*
|
|
1152
|
-
* Get App Store reviews for any iOS app by app ID, in any storefront country
|
|
1152
|
+
* Get App Store reviews for any iOS app by app ID, in any storefront country: ratings, titles, and review text.
|
|
1153
1153
|
*
|
|
1154
1154
|
* Price: $0 per request plus $0.0001 per result (maximum $0.01).
|
|
1155
1155
|
*
|
|
@@ -1238,7 +1238,7 @@ var CoinmarketcapNamespace = class {
|
|
|
1238
1238
|
/**
|
|
1239
1239
|
* CoinMarketCap Listings
|
|
1240
1240
|
*
|
|
1241
|
-
* Get the current top cryptocurrencies from CoinMarketCap
|
|
1241
|
+
* Get the current top cryptocurrencies from CoinMarketCap (rank, price, market cap, volume, and 24h change) as normalized JSON.
|
|
1242
1242
|
*
|
|
1243
1243
|
* Price: $0 per request plus $0.0018 per result (maximum $0.045).
|
|
1244
1244
|
*
|
|
@@ -1259,7 +1259,7 @@ var CongressNamespace = class {
|
|
|
1259
1259
|
/**
|
|
1260
1260
|
* Congress Stock Trades
|
|
1261
1261
|
*
|
|
1262
|
-
* Get US Congress members' financial disclosures and stock trades
|
|
1262
|
+
* Get US Congress members' financial disclosures and stock trades (member, ticker, transaction type, amount range, and dates), filterable by member, ticker, or date range.
|
|
1263
1263
|
*
|
|
1264
1264
|
* Price: $0.001 per request plus $0.0019 per result (maximum $0.0485).
|
|
1265
1265
|
*
|
|
@@ -1280,7 +1280,7 @@ var DexscreenerNamespace = class {
|
|
|
1280
1280
|
/**
|
|
1281
1281
|
* DEX Screener Tokens
|
|
1282
1282
|
*
|
|
1283
|
-
* List trending tokens on any blockchain from DEX Screener
|
|
1283
|
+
* List trending tokens on any blockchain from DEX Screener (price, liquidity, volume, transactions, and market cap), sorted how you want, as normalized JSON.
|
|
1284
1284
|
*
|
|
1285
1285
|
* Price: $0.02 per request plus $0.0015 per result (maximum $0.0575).
|
|
1286
1286
|
*
|
|
@@ -1421,7 +1421,7 @@ var EmailNamespace = class {
|
|
|
1421
1421
|
/**
|
|
1422
1422
|
* Email Verifier
|
|
1423
1423
|
*
|
|
1424
|
-
* Verify any email address for deliverability
|
|
1424
|
+
* Verify any email address for deliverability: syntax, domain, and mailbox checks in one normalized response.
|
|
1425
1425
|
*
|
|
1426
1426
|
* Price: $0 per request plus $0.0008 per result (maximum $0.0008).
|
|
1427
1427
|
*
|
|
@@ -1468,7 +1468,7 @@ var FacebookNamespace = class {
|
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Facebook Ad Search
|
|
1470
1470
|
*
|
|
1471
|
-
* Search the Meta Ad Library by keyword and get matching ads
|
|
1471
|
+
* Search the Meta Ad Library by keyword and get matching ads (advertiser, creative text, CTA, platforms, and run dates) with cursor pagination and transparent failover.
|
|
1472
1472
|
*
|
|
1473
1473
|
* Price: $0.002 per request.
|
|
1474
1474
|
*
|
|
@@ -1497,7 +1497,7 @@ var FacebookNamespace = class {
|
|
|
1497
1497
|
/**
|
|
1498
1498
|
* Facebook Comment Replies
|
|
1499
1499
|
*
|
|
1500
|
-
* List the replies to a Facebook post comment
|
|
1500
|
+
* List the replies to a Facebook post comment (text, author, reactions, and timestamps) as normalized JSON at a.
|
|
1501
1501
|
*
|
|
1502
1502
|
* Price: $0.002 per request.
|
|
1503
1503
|
*
|
|
@@ -1526,7 +1526,7 @@ var FacebookNamespace = class {
|
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Facebook Company Ads
|
|
1528
1528
|
*
|
|
1529
|
-
* List the Meta Ad Library ads a company is running by page ID or company name
|
|
1529
|
+
* List the Meta Ad Library ads a company is running by page ID or company name (creative text, format, platforms, and run dates) with cursor pagination.
|
|
1530
1530
|
*
|
|
1531
1531
|
* Price: $0.002 per request.
|
|
1532
1532
|
*
|
|
@@ -1555,7 +1555,7 @@ var FacebookNamespace = class {
|
|
|
1555
1555
|
/**
|
|
1556
1556
|
* Facebook Event Details
|
|
1557
1557
|
*
|
|
1558
|
-
* Fetch full details for a single Facebook event by ID or URL
|
|
1558
|
+
* Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON at a.
|
|
1559
1559
|
*
|
|
1560
1560
|
* Price: $0.002 per request.
|
|
1561
1561
|
*
|
|
@@ -1568,7 +1568,7 @@ var FacebookNamespace = class {
|
|
|
1568
1568
|
/**
|
|
1569
1569
|
* Facebook Events
|
|
1570
1570
|
*
|
|
1571
|
-
* List public Facebook events for a city or place by its events-page URL
|
|
1571
|
+
* List public Facebook events for a city or place by its events-page URL (event name, date, venue, and attendance) as normalized JSON at a.
|
|
1572
1572
|
*
|
|
1573
1573
|
* Price: $0.002 per request.
|
|
1574
1574
|
*
|
|
@@ -1597,7 +1597,7 @@ var FacebookNamespace = class {
|
|
|
1597
1597
|
/**
|
|
1598
1598
|
* Facebook Events Search
|
|
1599
1599
|
*
|
|
1600
|
-
* Search public Facebook events by keyword and get structured event records
|
|
1600
|
+
* Search public Facebook events by keyword and get structured event records (name, schedule, venue, pricing, and attendance) as normalized JSON at a.
|
|
1601
1601
|
*
|
|
1602
1602
|
* Price: $0.002 per request.
|
|
1603
1603
|
*
|
|
@@ -1626,7 +1626,7 @@ var FacebookNamespace = class {
|
|
|
1626
1626
|
/**
|
|
1627
1627
|
* Facebook Followers
|
|
1628
1628
|
*
|
|
1629
|
-
* List the public followers
|
|
1629
|
+
* List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
|
|
1630
1630
|
*
|
|
1631
1631
|
* Price: $0 per request plus $0.006 per result (maximum $0.12).
|
|
1632
1632
|
*
|
|
@@ -1639,7 +1639,7 @@ var FacebookNamespace = class {
|
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Facebook Group Posts
|
|
1641
1641
|
*
|
|
1642
|
-
* Fetch recent posts from any public Facebook group by URL
|
|
1642
|
+
* Fetch recent posts from any public Facebook group by URL: text, author, reactions, and comment counts.
|
|
1643
1643
|
*
|
|
1644
1644
|
* Price: $0.002 per request.
|
|
1645
1645
|
*
|
|
@@ -1668,7 +1668,7 @@ var FacebookNamespace = class {
|
|
|
1668
1668
|
/**
|
|
1669
1669
|
* Facebook Marketplace
|
|
1670
1670
|
*
|
|
1671
|
-
* Search Facebook Marketplace listings by keyword near a location, with price, condition, delivery, recency, and availability filters
|
|
1671
|
+
* Search Facebook Marketplace listings by keyword near a location, with price, condition, delivery, recency, and availability filters (title, price, location, and image) as normalized JSON.
|
|
1672
1672
|
*
|
|
1673
1673
|
* Price: $0.002 per request.
|
|
1674
1674
|
*
|
|
@@ -1697,7 +1697,7 @@ var FacebookNamespace = class {
|
|
|
1697
1697
|
/**
|
|
1698
1698
|
* Facebook Marketplace Item
|
|
1699
1699
|
*
|
|
1700
|
-
* Fetch full details for a single Facebook Marketplace listing by ID or URL
|
|
1700
|
+
* Fetch full details for a single Facebook Marketplace listing by ID or URL (title, price, location, photos, and attributes) as normalized JSON at a.
|
|
1701
1701
|
*
|
|
1702
1702
|
* Price: $0.002 per request.
|
|
1703
1703
|
*
|
|
@@ -1727,7 +1727,7 @@ var FacebookNamespace = class {
|
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Facebook Page Contact Info
|
|
1729
1729
|
*
|
|
1730
|
-
* Look up a Facebook Page's public contact details
|
|
1730
|
+
* Look up a Facebook Page's public contact details (email, phone, website, and address) by page URL or ID.
|
|
1731
1731
|
*
|
|
1732
1732
|
* Price: $0.002 per request.
|
|
1733
1733
|
*
|
|
@@ -1740,7 +1740,7 @@ var FacebookNamespace = class {
|
|
|
1740
1740
|
/**
|
|
1741
1741
|
* Facebook Page Photos
|
|
1742
1742
|
*
|
|
1743
|
-
* Fetch recent photos posted by any public Facebook page or profile
|
|
1743
|
+
* Fetch recent photos posted by any public Facebook page or profile (image URLs, captions, and dimensions) as normalized JSON at a.
|
|
1744
1744
|
*
|
|
1745
1745
|
* Price: $0.002 per request.
|
|
1746
1746
|
*
|
|
@@ -1837,7 +1837,7 @@ var FacebookNamespace = class {
|
|
|
1837
1837
|
/**
|
|
1838
1838
|
* Facebook Page Events
|
|
1839
1839
|
*
|
|
1840
|
-
* List upcoming and past events hosted by any public Facebook page by URL
|
|
1840
|
+
* List upcoming and past events hosted by any public Facebook page by URL (name, schedule, venue, and host) as normalized JSON at a.
|
|
1841
1841
|
*
|
|
1842
1842
|
* Price: $0.002 per request.
|
|
1843
1843
|
*
|
|
@@ -1892,7 +1892,7 @@ var FacebookNamespace = class {
|
|
|
1892
1892
|
/**
|
|
1893
1893
|
* Facebook Company Search
|
|
1894
1894
|
*
|
|
1895
|
-
* Search the Meta Ad Library for advertisers by keyword and get matching pages
|
|
1895
|
+
* Search the Meta Ad Library for advertisers by keyword and get matching pages: page ID, category, verification, follower counts, and linked Instagram.
|
|
1896
1896
|
*
|
|
1897
1897
|
* Price: $0.002 per request.
|
|
1898
1898
|
*
|
|
@@ -1939,7 +1939,7 @@ var FiverrNamespace = class {
|
|
|
1939
1939
|
/**
|
|
1940
1940
|
* Fiverr Gig Search
|
|
1941
1941
|
*
|
|
1942
|
-
* Extract Fiverr gig listings from any search or category URL
|
|
1942
|
+
* Extract Fiverr gig listings from any search or category URL: titles, sellers, ratings, and pricing as structured JSON.
|
|
1943
1943
|
*
|
|
1944
1944
|
* Price: $0 per request plus $0.0015 per result (maximum $0.03).
|
|
1945
1945
|
*
|
|
@@ -1960,7 +1960,7 @@ var GithubNamespace = class {
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* GitHub Repository
|
|
1962
1962
|
*
|
|
1963
|
-
* Fetch a GitHub repository's metadata by URL
|
|
1963
|
+
* Fetch a GitHub repository's metadata by URL (stars, forks, language, topics, license, and timestamps), normalized across providers with transparent failover.
|
|
1964
1964
|
*
|
|
1965
1965
|
* Price: $0.002 per request.
|
|
1966
1966
|
*
|
|
@@ -1973,7 +1973,7 @@ var GithubNamespace = class {
|
|
|
1973
1973
|
/**
|
|
1974
1974
|
* GitHub Trending Developers
|
|
1975
1975
|
*
|
|
1976
|
-
* List trending GitHub developers
|
|
1976
|
+
* List trending GitHub developers (rank, username, name, avatar, and their most popular repository), optionally filtered by programming language and time range.
|
|
1977
1977
|
*
|
|
1978
1978
|
* Price: $0.002 per request.
|
|
1979
1979
|
*
|
|
@@ -1986,7 +1986,7 @@ var GithubNamespace = class {
|
|
|
1986
1986
|
/**
|
|
1987
1987
|
* GitHub Trending Repositories
|
|
1988
1988
|
*
|
|
1989
|
-
* List GitHub Trending repositories
|
|
1989
|
+
* List GitHub Trending repositories (rank, stars, stars gained today, language, and description), filterable by language and time window, normalized across providers.
|
|
1990
1990
|
*
|
|
1991
1991
|
* Price: $0.002 per request.
|
|
1992
1992
|
*
|
|
@@ -1999,7 +1999,7 @@ var GithubNamespace = class {
|
|
|
1999
1999
|
/**
|
|
2000
2000
|
* GitHub User
|
|
2001
2001
|
*
|
|
2002
|
-
* Fetch a GitHub user's public profile by handle
|
|
2002
|
+
* Fetch a GitHub user's public profile by handle (name, bio, company, location, followers, and repo counts), normalized across providers with transparent failover.
|
|
2003
2003
|
*
|
|
2004
2004
|
* Price: $0.002 per request.
|
|
2005
2005
|
*
|
|
@@ -2012,7 +2012,7 @@ var GithubNamespace = class {
|
|
|
2012
2012
|
/**
|
|
2013
2013
|
* GitHub User Activity
|
|
2014
2014
|
*
|
|
2015
|
-
* List a GitHub user's public contribution activity by handle
|
|
2015
|
+
* List a GitHub user's public contribution activity by handle (grouped monthly summaries of commits, pull requests, and issues with repository links) for a given year.
|
|
2016
2016
|
*
|
|
2017
2017
|
* Price: $0.002 per request.
|
|
2018
2018
|
*
|
|
@@ -2041,7 +2041,7 @@ var GithubNamespace = class {
|
|
|
2041
2041
|
/**
|
|
2042
2042
|
* GitHub User Contributions
|
|
2043
2043
|
*
|
|
2044
|
-
* Fetch a GitHub user's contribution graph for a year
|
|
2044
|
+
* Fetch a GitHub user's contribution graph for a year (total contributions plus per-day counts and heatmap intensity), normalized across providers with transparent failover.
|
|
2045
2045
|
*
|
|
2046
2046
|
* Price: $0.002 per request.
|
|
2047
2047
|
*
|
|
@@ -2054,7 +2054,7 @@ var GithubNamespace = class {
|
|
|
2054
2054
|
/**
|
|
2055
2055
|
* GitHub User Followers
|
|
2056
2056
|
*
|
|
2057
|
-
* List a GitHub user's followers by handle
|
|
2057
|
+
* List a GitHub user's followers by handle (each follower's login, type, avatar, and profile URL) with pagination.
|
|
2058
2058
|
*
|
|
2059
2059
|
* Price: $0.002 per request.
|
|
2060
2060
|
*
|
|
@@ -2083,7 +2083,7 @@ var GithubNamespace = class {
|
|
|
2083
2083
|
/**
|
|
2084
2084
|
* GitHub User Following
|
|
2085
2085
|
*
|
|
2086
|
-
* List the GitHub users a given user follows by handle
|
|
2086
|
+
* List the GitHub users a given user follows by handle (each account's login, type, avatar, and profile URL) with pagination.
|
|
2087
2087
|
*
|
|
2088
2088
|
* Price: $0.002 per request.
|
|
2089
2089
|
*
|
|
@@ -2112,7 +2112,7 @@ var GithubNamespace = class {
|
|
|
2112
2112
|
/**
|
|
2113
2113
|
* GitHub User Pull Requests
|
|
2114
2114
|
*
|
|
2115
|
-
* List a GitHub user's public pull requests by handle
|
|
2115
|
+
* List a GitHub user's public pull requests by handle (title, repository, state, creation date, and URL) with optional date filtering and pagination.
|
|
2116
2116
|
*
|
|
2117
2117
|
* Price: $0.002 per request.
|
|
2118
2118
|
*
|
|
@@ -2141,7 +2141,7 @@ var GithubNamespace = class {
|
|
|
2141
2141
|
/**
|
|
2142
2142
|
* GitHub User Repositories
|
|
2143
2143
|
*
|
|
2144
|
-
* List a GitHub user's public repositories
|
|
2144
|
+
* List a GitHub user's public repositories (name, description, language, stars, and forks) with sorting and cursor pagination, normalized across providers.
|
|
2145
2145
|
*
|
|
2146
2146
|
* Price: $0.002 per request.
|
|
2147
2147
|
*
|
|
@@ -2196,7 +2196,7 @@ var GoogleNamespace = class {
|
|
|
2196
2196
|
/**
|
|
2197
2197
|
* Google Images
|
|
2198
2198
|
*
|
|
2199
|
-
* Run a Google Images search and get structured results
|
|
2199
|
+
* Run a Google Images search and get structured results: image URLs, dimensions, titles, and source pages.
|
|
2200
2200
|
*
|
|
2201
2201
|
* Price: $0.00099 per request plus $0.00009 per result (maximum $0.00198).
|
|
2202
2202
|
*
|
|
@@ -2222,7 +2222,7 @@ var GoogleNamespace = class {
|
|
|
2222
2222
|
/**
|
|
2223
2223
|
* Google News
|
|
2224
2224
|
*
|
|
2225
|
-
* Search Google News by keyword and get fresh articles
|
|
2225
|
+
* Search Google News by keyword and get fresh articles (headlines, sources, links, and publish times) as clean JSON.
|
|
2226
2226
|
*
|
|
2227
2227
|
* Price: $0.00099 per request.
|
|
2228
2228
|
*
|
|
@@ -2321,7 +2321,7 @@ var GoogleAdsNamespace = class {
|
|
|
2321
2321
|
/**
|
|
2322
2322
|
* Google Ads Company Ads
|
|
2323
2323
|
*
|
|
2324
|
-
* List the ads a company is running from the Google Ads Transparency Center by domain or advertiser ID
|
|
2324
|
+
* List the ads a company is running from the Google Ads Transparency Center by domain or advertiser ID (creative ID, format, ad URL, and first/last shown dates) with cursor pagination.
|
|
2325
2325
|
*
|
|
2326
2326
|
* Price: $0.002 per request.
|
|
2327
2327
|
*
|
|
@@ -2350,7 +2350,7 @@ var GoogleAdsNamespace = class {
|
|
|
2350
2350
|
/**
|
|
2351
2351
|
* Google Ads Transparency
|
|
2352
2352
|
*
|
|
2353
|
-
* Pull the ads an advertiser is currently running from the Google Ads Transparency Center
|
|
2353
|
+
* Pull the ads an advertiser is currently running from the Google Ads Transparency Center (creative details, formats, and run dates) as clean JSON.
|
|
2354
2354
|
*
|
|
2355
2355
|
* Price: $0.00005 per request plus $0.0013 per result (maximum $0.02605).
|
|
2356
2356
|
*
|
|
@@ -2392,7 +2392,7 @@ var GoogleShoppingNamespace = class {
|
|
|
2392
2392
|
/**
|
|
2393
2393
|
* Google Shopping Search
|
|
2394
2394
|
*
|
|
2395
|
-
* Search Google Shopping by keyword and get up to 10 product offers
|
|
2395
|
+
* Search Google Shopping by keyword and get up to 10 product offers (title, price, store, rating, and link), localized by country and language.
|
|
2396
2396
|
*
|
|
2397
2397
|
* Price: $0.01625 per request.
|
|
2398
2398
|
*
|
|
@@ -2473,7 +2473,7 @@ var IndeedNamespace = class {
|
|
|
2473
2473
|
/**
|
|
2474
2474
|
* Indeed Jobs
|
|
2475
2475
|
*
|
|
2476
|
-
* Search Indeed job listings by keyword, location, and country
|
|
2476
|
+
* Search Indeed job listings by keyword, location, and country, with up to 20 normalized job records per request.
|
|
2477
2477
|
*
|
|
2478
2478
|
* Price: $0.0008 per request plus $0.00008 per result (maximum $0.0024).
|
|
2479
2479
|
*
|
|
@@ -2549,7 +2549,7 @@ var InstagramNamespace = class {
|
|
|
2549
2549
|
/**
|
|
2550
2550
|
* Instagram Followers
|
|
2551
2551
|
*
|
|
2552
|
-
* List the followers of any public Instagram account by username
|
|
2552
|
+
* List the followers of any public Instagram account by username: follower usernames, names, and profile details.
|
|
2553
2553
|
*
|
|
2554
2554
|
* Price: $0.01625 per request.
|
|
2555
2555
|
*
|
|
@@ -2578,7 +2578,7 @@ var InstagramNamespace = class {
|
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Instagram Following
|
|
2580
2580
|
*
|
|
2581
|
-
* List the accounts a public Instagram user follows
|
|
2581
|
+
* List the accounts a public Instagram user follows: usernames, names, and profile details.
|
|
2582
2582
|
*
|
|
2583
2583
|
* Price: $0.01625 per request.
|
|
2584
2584
|
*
|
|
@@ -2607,7 +2607,7 @@ var InstagramNamespace = class {
|
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Instagram Hashtag Analytics
|
|
2609
2609
|
*
|
|
2610
|
-
* Get analytics for any Instagram hashtag
|
|
2610
|
+
* Get analytics for any Instagram hashtag (total post count, related hashtags, and usage signals), normalized.
|
|
2611
2611
|
*
|
|
2612
2612
|
* Price: $0.001 per request plus $0.0017 per result (maximum $0.035).
|
|
2613
2613
|
*
|
|
@@ -2698,7 +2698,7 @@ var InstagramNamespace = class {
|
|
|
2698
2698
|
/**
|
|
2699
2699
|
* Instagram Reels Search
|
|
2700
2700
|
*
|
|
2701
|
-
* Search Instagram Reels by keyword and get matching reels
|
|
2701
|
+
* Search Instagram Reels by keyword and get matching reels (caption, views, likes, creator, and duration), normalized across providers with transparent failover.
|
|
2702
2702
|
*
|
|
2703
2703
|
* Price: $0.002 per request.
|
|
2704
2704
|
*
|
|
@@ -2910,7 +2910,7 @@ var LinkedinNamespace = class {
|
|
|
2910
2910
|
/**
|
|
2911
2911
|
* LinkedIn Ad Search
|
|
2912
2912
|
*
|
|
2913
|
-
* Search the LinkedIn Ad Library by company or keyword and list matching ads
|
|
2913
|
+
* Search the LinkedIn Ad Library by company or keyword and list matching ads (advertiser, headline, creative text, format, CTA, and run dates) with pagination.
|
|
2914
2914
|
*
|
|
2915
2915
|
* Price: $0.002 per request.
|
|
2916
2916
|
*
|
|
@@ -3327,7 +3327,7 @@ var PlaystoreNamespace = class {
|
|
|
3327
3327
|
/**
|
|
3328
3328
|
* Google Play Reviews
|
|
3329
3329
|
*
|
|
3330
|
-
* Fetch Google Play reviews for any Android app by package name or store URL
|
|
3330
|
+
* Fetch Google Play reviews for any Android app by package name or store URL: ratings, review text, dates, and helpfulness votes.
|
|
3331
3331
|
*
|
|
3332
3332
|
* Price: $0 per request plus $0.00011 per result (maximum $0.011).
|
|
3333
3333
|
*
|
|
@@ -3348,7 +3348,7 @@ var PolymarketNamespace = class {
|
|
|
3348
3348
|
/**
|
|
3349
3349
|
* Polymarket Markets
|
|
3350
3350
|
*
|
|
3351
|
-
* Discover Polymarket prediction markets
|
|
3351
|
+
* Discover Polymarket prediction markets (question, outcome prices, volume, liquidity, and end dates) by keyword or sorted by activity, as normalized JSON.
|
|
3352
3352
|
*
|
|
3353
3353
|
* Price: $0.105 per request plus $0.0006 per result (maximum $0.12).
|
|
3354
3354
|
*
|
|
@@ -3445,7 +3445,7 @@ var RedditNamespace = class {
|
|
|
3445
3445
|
/**
|
|
3446
3446
|
* Reddit Subreddit Details
|
|
3447
3447
|
*
|
|
3448
|
-
* Fetch a subreddit's metadata
|
|
3448
|
+
* Fetch a subreddit's metadata (weekly active users, description, and category), normalized across providers with transparent failover.
|
|
3449
3449
|
*
|
|
3450
3450
|
* Price: $0.001 per request.
|
|
3451
3451
|
*
|
|
@@ -3898,7 +3898,7 @@ var SnapchatNamespace = class {
|
|
|
3898
3898
|
/**
|
|
3899
3899
|
* Snapchat Profile
|
|
3900
3900
|
*
|
|
3901
|
-
* Fetch a Snapchat user's public profile by username
|
|
3901
|
+
* Fetch a Snapchat user's public profile by username: display name, bio, subscriber count, and recent public content.
|
|
3902
3902
|
*
|
|
3903
3903
|
* Price: $0.001 per request plus $0.002 per result (maximum $0.003).
|
|
3904
3904
|
*
|
|
@@ -4055,7 +4055,7 @@ var SubstackNamespace = class {
|
|
|
4055
4055
|
/**
|
|
4056
4056
|
* Substack Posts
|
|
4057
4057
|
*
|
|
4058
|
-
* Pull posts from any Substack publication by its URL
|
|
4058
|
+
* 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.
|
|
4059
4059
|
*
|
|
4060
4060
|
* Price: $0.005 per request plus $0.00156 per result (maximum $0.161).
|
|
4061
4061
|
*
|
|
@@ -4076,7 +4076,7 @@ var ThreadsNamespace = class {
|
|
|
4076
4076
|
/**
|
|
4077
4077
|
* Threads Post
|
|
4078
4078
|
*
|
|
4079
|
-
* Fetch a single Threads post by URL
|
|
4079
|
+
* Fetch a single Threads post by URL: text, author, engagement counts, and timestamp.
|
|
4080
4080
|
*
|
|
4081
4081
|
* Price: $0.002 per request.
|
|
4082
4082
|
*
|
|
@@ -4102,7 +4102,7 @@ var ThreadsNamespace = class {
|
|
|
4102
4102
|
/**
|
|
4103
4103
|
* Threads Search
|
|
4104
4104
|
*
|
|
4105
|
-
* Search public Threads posts by keyword or hashtag and get normalized post records
|
|
4105
|
+
* Search public Threads posts by keyword or hashtag and get normalized post records: text, author, and engagement.
|
|
4106
4106
|
*
|
|
4107
4107
|
* Price: $0.002 per request.
|
|
4108
4108
|
*
|
|
@@ -4115,7 +4115,7 @@ var ThreadsNamespace = class {
|
|
|
4115
4115
|
/**
|
|
4116
4116
|
* Threads User Search
|
|
4117
4117
|
*
|
|
4118
|
-
* Search Threads users by name or username and get normalized profile records
|
|
4118
|
+
* Search Threads users by name or username and get normalized profile records: username, full name, verification, and picture.
|
|
4119
4119
|
*
|
|
4120
4120
|
* Price: $0.002 per request.
|
|
4121
4121
|
*
|
|
@@ -4128,7 +4128,7 @@ var ThreadsNamespace = class {
|
|
|
4128
4128
|
/**
|
|
4129
4129
|
* Threads User Posts
|
|
4130
4130
|
*
|
|
4131
|
-
* List a Threads user's recent public posts by username
|
|
4131
|
+
* List a Threads user's recent public posts by username: text, engagement counts, and post URLs.
|
|
4132
4132
|
*
|
|
4133
4133
|
* Price: $0.002 per request.
|
|
4134
4134
|
*
|
|
@@ -4149,7 +4149,7 @@ var TiktokNamespace = class {
|
|
|
4149
4149
|
/**
|
|
4150
4150
|
* TikTok Ad Library Ad
|
|
4151
4151
|
*
|
|
4152
|
-
* Fetch full details for a single TikTok ad
|
|
4152
|
+
* Fetch full details for a single TikTok ad (brand, title, spend, CTR, objectives, landing page, and video info), normalized across providers with transparent failover.
|
|
4153
4153
|
*
|
|
4154
4154
|
* Price: $0.002 per request.
|
|
4155
4155
|
*
|
|
@@ -4162,7 +4162,7 @@ var TiktokNamespace = class {
|
|
|
4162
4162
|
/**
|
|
4163
4163
|
* TikTok Ad Library Search
|
|
4164
4164
|
*
|
|
4165
|
-
* Search TikTok's ad library by keyword
|
|
4165
|
+
* Search TikTok's ad library by keyword (top ads with brand, title, spend, CTR, likes, and video info), normalized across providers with transparent failover.
|
|
4166
4166
|
*
|
|
4167
4167
|
* Price: $0.002 per request.
|
|
4168
4168
|
*
|
|
@@ -4440,7 +4440,7 @@ var TiktokNamespace = class {
|
|
|
4440
4440
|
/**
|
|
4441
4441
|
* TikTok Song
|
|
4442
4442
|
*
|
|
4443
|
-
* Fetch details for a TikTok song or sound
|
|
4443
|
+
* Fetch details for a TikTok song or sound (title, author, duration, cover art, and how many videos use it), normalized across providers with transparent failover.
|
|
4444
4444
|
*
|
|
4445
4445
|
* Price: $0.002 per request.
|
|
4446
4446
|
*
|
|
@@ -4453,7 +4453,7 @@ var TiktokNamespace = class {
|
|
|
4453
4453
|
/**
|
|
4454
4454
|
* TikTok Song Videos
|
|
4455
4455
|
*
|
|
4456
|
-
* List TikTok videos that use a given song or sound
|
|
4456
|
+
* List TikTok videos that use a given song or sound (with descriptions, authors, and engagement stats), normalized across providers with transparent failover.
|
|
4457
4457
|
*
|
|
4458
4458
|
* Price: $0.002 per request.
|
|
4459
4459
|
*
|
|
@@ -4558,7 +4558,7 @@ var TiktokShopNamespace = class {
|
|
|
4558
4558
|
/**
|
|
4559
4559
|
* TikTok Shop Product
|
|
4560
4560
|
*
|
|
4561
|
-
* Fetch TikTok Shop product details
|
|
4561
|
+
* Fetch TikTok Shop product details (title, price, sales, seller, and ratings) from a product URL.
|
|
4562
4562
|
*
|
|
4563
4563
|
* Price: $0.002 per request.
|
|
4564
4564
|
*
|
|
@@ -4571,7 +4571,7 @@ var TiktokShopNamespace = class {
|
|
|
4571
4571
|
/**
|
|
4572
4572
|
* TikTok Shop Product Reviews
|
|
4573
4573
|
*
|
|
4574
|
-
* Fetch customer reviews for a TikTok Shop product by URL
|
|
4574
|
+
* Fetch customer reviews for a TikTok Shop product by URL (rating, text, reviewer, country, and verified-purchase flag), normalized across providers with transparent failover.
|
|
4575
4575
|
*
|
|
4576
4576
|
* Price: $0.002 per request.
|
|
4577
4577
|
*
|
|
@@ -4597,7 +4597,7 @@ var TiktokShopNamespace = class {
|
|
|
4597
4597
|
/**
|
|
4598
4598
|
* TikTok Shop Store Products
|
|
4599
4599
|
*
|
|
4600
|
-
* List every product of a TikTok Shop store by URL
|
|
4600
|
+
* List every product of a TikTok Shop store by URL (title, price, sales, and rating per product plus shop-level stats) with cursor pagination and transparent failover.
|
|
4601
4601
|
*
|
|
4602
4602
|
* Price: $0.002 per request.
|
|
4603
4603
|
*
|
|
@@ -4626,7 +4626,7 @@ var TiktokShopNamespace = class {
|
|
|
4626
4626
|
/**
|
|
4627
4627
|
* TikTok Shop User Showcase
|
|
4628
4628
|
*
|
|
4629
|
-
* List the TikTok Shop products a creator showcases
|
|
4629
|
+
* List the TikTok Shop products a creator showcases (title, price, rating, and sales per product), normalized across providers with transparent failover.
|
|
4630
4630
|
*
|
|
4631
4631
|
* Price: $0.002 per request.
|
|
4632
4632
|
*
|
|
@@ -4663,7 +4663,7 @@ var TripadvisorNamespace = class {
|
|
|
4663
4663
|
/**
|
|
4664
4664
|
* Tripadvisor Reviews
|
|
4665
4665
|
*
|
|
4666
|
-
* Fetch the latest reviews for any Tripadvisor hotel, restaurant, or attraction by its page URL
|
|
4666
|
+
* Fetch the latest reviews for any Tripadvisor hotel, restaurant, or attraction by its page URL: rating, text, date, and trip details as normalized JSON.
|
|
4667
4667
|
*
|
|
4668
4668
|
* Price: $0.00325 per request.
|
|
4669
4669
|
*
|
|
@@ -4697,7 +4697,7 @@ var TrustpilotNamespace = class {
|
|
|
4697
4697
|
/**
|
|
4698
4698
|
* Trustpilot Reviews
|
|
4699
4699
|
*
|
|
4700
|
-
* Pull Trustpilot reviews for any company by brand name
|
|
4700
|
+
* Pull Trustpilot reviews for any company by brand name: star ratings, review text, dates, and reviewer details as clean JSON.
|
|
4701
4701
|
*
|
|
4702
4702
|
* Price: $0.01625 per request.
|
|
4703
4703
|
*
|
|
@@ -4875,7 +4875,7 @@ var TwitterNamespace = class {
|
|
|
4875
4875
|
/**
|
|
4876
4876
|
* X / Twitter Post Replies
|
|
4877
4877
|
*
|
|
4878
|
-
* Fetch the replies to any X (Twitter) post URL as structured records
|
|
4878
|
+
* Fetch the replies to any X (Twitter) post URL as structured records: author, text, and engagement.
|
|
4879
4879
|
*
|
|
4880
4880
|
* Price: $0.0025 per request plus $0.00025 per result (maximum $0.0125).
|
|
4881
4881
|
*
|
|
@@ -5022,7 +5022,7 @@ var UpworkNamespace = class {
|
|
|
5022
5022
|
/**
|
|
5023
5023
|
* Upwork Jobs
|
|
5024
5024
|
*
|
|
5025
|
-
* Search Upwork job postings by keyword
|
|
5025
|
+
* Search Upwork job postings by keyword, with up to 25 fresh listings per request.
|
|
5026
5026
|
*
|
|
5027
5027
|
* Price: $0 per request plus $0.0033 per result (maximum $0.0825).
|
|
5028
5028
|
*
|
|
@@ -5043,7 +5043,7 @@ var WalmartNamespace = class {
|
|
|
5043
5043
|
/**
|
|
5044
5044
|
* Walmart Product
|
|
5045
5045
|
*
|
|
5046
|
-
* Fetch a Walmart product page by URL and get full product details
|
|
5046
|
+
* Fetch a Walmart product page by URL and get full product details (title, price, availability, ratings, images, and specs) in one normalized response.
|
|
5047
5047
|
*
|
|
5048
5048
|
* Price: $0 per request plus $0.00368 per result (maximum $0.00368).
|
|
5049
5049
|
*
|
|
@@ -5064,7 +5064,7 @@ var WebNamespace = class {
|
|
|
5064
5064
|
/**
|
|
5065
5065
|
* Website Crawl
|
|
5066
5066
|
*
|
|
5067
|
-
* Crawl a website and get clean text content from up to 10 pages in one normalized response
|
|
5067
|
+
* 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.
|
|
5068
5068
|
*
|
|
5069
5069
|
* Price: $0.0015 per request plus $0.003 per result (maximum $0.0315).
|
|
5070
5070
|
*
|
|
@@ -5489,7 +5489,7 @@ var YoutubeNamespace = class {
|
|
|
5489
5489
|
/**
|
|
5490
5490
|
* YouTube Playlist
|
|
5491
5491
|
*
|
|
5492
|
-
* List every video in a YouTube playlist
|
|
5492
|
+
* List every video in a YouTube playlist (title, length, and channel per video plus playlist owner and totals), normalized across providers with transparent failover.
|
|
5493
5493
|
*
|
|
5494
5494
|
* Price: $0.002 per request.
|
|
5495
5495
|
*
|