crawlora 1.5.0.pre.sdk.2
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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +21 -0
- data/LICENSE +21 -0
- data/README.md +123 -0
- data/docs/operations.md +338 -0
- data/docs/recipes.md +87 -0
- data/examples/bing_search.rb +10 -0
- data/examples/paginate.rb +11 -0
- data/examples/youtube_transcript.rb +10 -0
- data/lib/crawlora/client.rb +626 -0
- data/lib/crawlora/errors.rb +38 -0
- data/lib/crawlora/operations.rb +13841 -0
- data/lib/crawlora/pagination.rb +39 -0
- data/lib/crawlora/version.rb +9 -0
- data/lib/crawlora.rb +31 -0
- data/openapi/public.json +54522 -0
- data/sig/crawlora.rbs +465 -0
- metadata +70 -0
data/docs/operations.md
ADDED
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
# Crawlora Ruby SDK Operations
|
|
2
|
+
|
|
3
|
+
Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
|
|
4
|
+
|
|
5
|
+
Total operations: `330`
|
|
6
|
+
|
|
7
|
+
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
9
|
+
| airbnb | `airbnb.room` | `airbnb-room` | `GET /airbnb/room/{id}` | `id` (path String required) | `ApiKeyAuth` | `AirbnbRoomResponse` | |
|
|
10
|
+
| airbnb | `airbnb.room_calendar` | `airbnb-room-calendar` | `GET /airbnb/room/{id}/calendar` | `id` (path String required) | `ApiKeyAuth` | `AirbnbRoomCalendarResponse` | |
|
|
11
|
+
| airbnb | `airbnb.room_reviews` | `airbnb-room-reviews` | `GET /airbnb/room/{id}/reviews` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `AirbnbRoomReviewsResponse` | |
|
|
12
|
+
| airbnb | `airbnb.search` | `airbnb-search` | `GET /airbnb/search` | `location` (query String required)<br>`check_in` (query String)<br>`check_out` (query String)<br>`adults` (query Integer)<br>`page` (query Integer)<br>`currency` (query String)<br>`ne_lat` (query Float)<br>`ne_lng` (query Float)<br>`sw_lat` (query Float)<br>`sw_lng` (query Float)<br>`zoom` (query Integer) | `ApiKeyAuth` | `AirbnbSearchResponse` | |
|
|
13
|
+
| amazon | `amazon.product` | `amazon-product` | `GET /amazon/product/{asin}` | `asin` (path String required)<br>`language` (query "en_US")<br>`currency` (query "USD") | `ApiKeyAuth` | `AmazonProductResponse` | |
|
|
14
|
+
| amazon | `amazon.search` | `amazon-search` | `GET /amazon/search` | `k` (query String required)<br>`s` (query String)<br>`page` (query Integer) | `ApiKeyAuth` | `AmazonSearchResponse` | |
|
|
15
|
+
| amazon | `amazon.suggest` | `amazon-suggest` | `GET /amazon/suggest/{keyword}` | `keyword` (path String required) | `ApiKeyAuth` | `AmazonSuggestResponse` | |
|
|
16
|
+
| apple_podcasts | `apple_podcasts.charts` | `apple-podcasts-charts` | `GET /apple-podcasts/charts` | `collection` (query String)<br>`category` (query Integer)<br>`country` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ApplePodcastsChartsResponse` | |
|
|
17
|
+
| apple_podcasts | `apple_podcasts.episodes_search` | `apple-podcasts-episodes-search` | `GET /apple-podcasts/episodes/search` | `term` (query String required)<br>`country` (query String)<br>`lang` (query String)<br>`limit` (query Integer)<br>`page` (query Integer) | `ApiKeyAuth` | `ApplePodcastsEpisodesSearchResponse` | |
|
|
18
|
+
| apple_podcasts | `apple_podcasts.search` | `apple-podcasts-search` | `GET /apple-podcasts/search` | `term` (query String required)<br>`country` (query String)<br>`lang` (query String)<br>`limit` (query Integer)<br>`page` (query Integer) | `ApiKeyAuth` | `ApplePodcastsSearchResponse` | |
|
|
19
|
+
| apple_podcasts | `apple_podcasts.show` | `apple-podcasts-show` | `GET /apple-podcasts/show/{id}` | `id` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ApplePodcastsShowResponse` | |
|
|
20
|
+
| apple_podcasts | `apple_podcasts.show_episodes` | `apple-podcasts-show-episodes` | `GET /apple-podcasts/show/{id}/episodes` | `id` (path String required)<br>`country` (query String)<br>`lang` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ApplePodcastsShowEpisodesResponse` | |
|
|
21
|
+
| app_store | `app_store.app` | `appstore-app` | `GET /appstore/app` | `id` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`lang` (query String)<br>`ratings` (query bool) | `ApiKeyAuth` | `AppStoreAppResponse` | |
|
|
22
|
+
| app_store | `app_store.developer` | `appstore-developer` | `GET /appstore/developer/{dev_id}` | `dev_id` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreDeveloperResponse` | |
|
|
23
|
+
| app_store | `app_store.list` | `appstore-list` | `GET /appstore/list` | `collection` (query String)<br>`category` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`num` (query Integer)<br>`full_detail` (query bool) | `ApiKeyAuth` | `AppStoreListResponse` | |
|
|
24
|
+
| app_store | `app_store.privacy` | `appstore-privacy` | `GET /appstore/privacy/{id}` | `id` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStorePrivacyResponse` | |
|
|
25
|
+
| app_store | `app_store.ratings` | `appstore-ratings` | `GET /appstore/ratings` | `id` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreRatingsResponse` | |
|
|
26
|
+
| app_store | `app_store.reviews` | `appstore-reviews` | `GET /appstore/reviews` | `id` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`page` (query Integer)<br>`sort` (query "mostRecent" \| "mostHelpful")<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreReviewsResponse` | |
|
|
27
|
+
| app_store | `app_store.search` | `appstore-search` | `GET /appstore/search` | `term` (query String required)<br>`num` (query Integer)<br>`page` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`ids_only` (query bool) | `ApiKeyAuth` | `AppStoreSearchResponse` | |
|
|
28
|
+
| app_store | `app_store.similar` | `appstore-similar` | `GET /appstore/similar` | `id` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreSimilarResponse` | |
|
|
29
|
+
| app_store | `app_store.suggest` | `appstore-suggest` | `GET /appstore/suggest/{term}` | `term` (path String required)<br>`country` (query String) | `ApiKeyAuth` | `AppStoreSuggestResponse` | |
|
|
30
|
+
| app_store | `app_store.version_history` | `appstore-version-history` | `GET /appstore/version-history/{id}` | `id` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreVersionHistoryResponse` | |
|
|
31
|
+
| billing | `billing.me` | `billing-me` | `GET /billing/me` | none | `ApiKeyAuth` | `BillingMeResponse` | |
|
|
32
|
+
| billing | `billing.me_checkout` | `billing-me-checkout` | `POST /billing/me/checkout` | `request` (body String required) | `ApiKeyAuth` | `BillingMeCheckoutResponse` | |
|
|
33
|
+
| billing | `billing.me_events` | `billing-me-events` | `GET /billing/me/events` | `limit` (query Integer)<br>`from` (query String)<br>`to` (query String)<br>`endpoint` (query String)<br>`request_id` (query String)<br>`event_status` (query "reserved" \| "charged" \| "non_billable" \| "failed")<br>`billable` (query bool) | `ApiKeyAuth` | `BillingMeEventsResponse` | |
|
|
34
|
+
| billing | `billing.me_periods` | `billing-me-periods` | `GET /billing/me/periods` | `limit` (query Integer) | `ApiKeyAuth` | `BillingMePeriodsResponse` | |
|
|
35
|
+
| billing | `billing.me_period` | `billing-me-period` | `GET /billing/me/periods/{period_key}` | `period_key` (path String required) | `ApiKeyAuth` | `BillingMePeriodResponse` | |
|
|
36
|
+
| billing | `billing.me_period_statement` | `billing-me-period-statement` | `GET /billing/me/periods/{period_key}/statement` | `period_key` (path String required)<br>`include_events` (query bool)<br>`event_limit` (query Integer) | `ApiKeyAuth` | `BillingMePeriodStatementResponse` | |
|
|
37
|
+
| billing | `billing.me_period_statement_download` | `billing-me-period-statement-download` | `GET /billing/me/periods/{period_key}/statement/download` | `period_key` (path String required) | `ApiKeyAuth` | `BillingMePeriodStatementDownloadResponse` | |
|
|
38
|
+
| billing | `billing.me_portal` | `billing-me-portal` | `POST /billing/me/portal` | `request` (body String required) | `ApiKeyAuth` | `BillingMePortalResponse` | |
|
|
39
|
+
| bing | `bing.images` | `bing-images` | `GET /bing/images` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingImagesResponse` | |
|
|
40
|
+
| bing | `bing.news` | `bing-news` | `GET /bing/news` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingNewsResponse` | |
|
|
41
|
+
| bing | `bing.search` | `bing-search` | `GET /bing/search` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingSearchResponse` | |
|
|
42
|
+
| bing | `bing.suggest` | `bing-suggest` | `GET /bing/suggest` | `q` (query String required)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingSuggestResponse` | |
|
|
43
|
+
| bing | `bing.videos` | `bing-videos` | `GET /bing/videos` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingVideosResponse` | |
|
|
44
|
+
| brave | `brave.images` | `brave-images` | `GET /brave/images` | `q` (query String required)<br>`offset` (query Integer)<br>`count` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw") | `ApiKeyAuth` | `BraveImagesResponse` | |
|
|
45
|
+
| brave | `brave.news` | `brave-news` | `GET /brave/news` | `q` (query String required)<br>`offset` (query Integer)<br>`count` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw")<br>`time_range` (query "any" \| "day" \| "week" \| "month" \| "year" \| "custom")<br>`date_from` (query String)<br>`date_to` (query String) | `ApiKeyAuth` | `BraveNewsResponse` | |
|
|
46
|
+
| brave | `brave.search` | `brave-search` | `GET /brave/search` | `q` (query String required)<br>`offset` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw")<br>`time_range` (query "any" \| "day" \| "week" \| "month" \| "year" \| "custom")<br>`date_from` (query String)<br>`date_to` (query String) | `ApiKeyAuth` | `BraveSearchResponse` | |
|
|
47
|
+
| brave | `brave.suggest` | `brave-suggest` | `GET /brave/suggest` | `q` (query String required)<br>`count` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw") | `ApiKeyAuth` | `BraveSuggestResponse` | |
|
|
48
|
+
| brave | `brave.videos` | `brave-videos` | `GET /brave/videos` | `q` (query String required)<br>`offset` (query Integer)<br>`count` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw")<br>`time_range` (query "any" \| "day" \| "week" \| "month" \| "year" \| "custom")<br>`date_from` (query String)<br>`date_to` (query String) | `ApiKeyAuth` | `BraveVideosResponse` | |
|
|
49
|
+
| coin_gecko | `coin_gecko.categories` | `coingecko-categories` | `GET /coingecko/categories` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoCategoriesResponse` | |
|
|
50
|
+
| coin_gecko | `coin_gecko.category_coins` | `coingecko-category-coins` | `GET /coingecko/category/{slug}/coins` | `slug` (path String required)<br>`page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoCategoryCoinsResponse` | |
|
|
51
|
+
| coin_gecko | `coin_gecko.chains` | `coingecko-chains` | `GET /coingecko/chains` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoChainsResponse` | |
|
|
52
|
+
| coin_gecko | `coin_gecko.chain` | `coingecko-chain` | `GET /coingecko/chains/{id}` | `id` (path String required)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoChainResponse` | |
|
|
53
|
+
| coin_gecko | `coin_gecko.coin` | `coingecko-coin` | `GET /coingecko/coin/{id}` | `id` (path String required)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoCoinResponse` | |
|
|
54
|
+
| coin_gecko | `coin_gecko.coin_analysis` | `coingecko-coin-analysis` | `GET /coingecko/coin/{id}/analysis` | `id` (path String required)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats")<br>`range` (query "24h" \| "max")<br>`include_annotations` (query bool) | `ApiKeyAuth` | `CoinGeckoCoinAnalysisResponse` | |
|
|
55
|
+
| coin_gecko | `coin_gecko.exchange` | `coingecko-exchange` | `GET /coingecko/exchange/{id}` | `id` (path String required)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoExchangeResponse` | |
|
|
56
|
+
| coin_gecko | `coin_gecko.exchanges` | `coingecko-exchanges` | `GET /coingecko/exchanges` | `kind` (query "spot" \| "dex" \| "derivatives" \| "perp_dex")<br>`page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoExchangesResponse` | |
|
|
57
|
+
| coin_gecko | `coin_gecko.gainers_losers` | `coingecko-gainers-losers` | `GET /coingecko/gainers-losers` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoGainersLosersResponse` | |
|
|
58
|
+
| coin_gecko | `coin_gecko.global` | `coingecko-global` | `GET /coingecko/global` | none | `ApiKeyAuth` | `CoinGeckoGlobalResponse` | |
|
|
59
|
+
| coin_gecko | `coin_gecko.global_charts` | `coingecko-global-charts` | `GET /coingecko/global/charts` | `kind` (query "total_market_cap" \| "bitcoin_dominance" \| "altcoin_market_cap" \| "defi_market_cap")<br>`range` (query "24h" \| "7d" \| "14d" \| "30d" \| "90d" \| "1y" \| "max")<br>`limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoGlobalChartsResponse` | |
|
|
60
|
+
| coin_gecko | `coin_gecko.learn_articles` | `coingecko-learn-articles` | `GET /coingecko/learn/articles` | `category` (query "all" \| "latest" \| "airdrop-guides" \| "coins-and-tokens" \| "guides" \| "wallets-and-bridges" \| "api" \| "reviews")<br>`limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoLearnArticlesResponse` | |
|
|
61
|
+
| coin_gecko | `coin_gecko.markets` | `coingecko-markets` | `GET /coingecko/markets` | `page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoMarketsResponse` | |
|
|
62
|
+
| coin_gecko | `coin_gecko.new_coins` | `coingecko-new-coins` | `GET /coingecko/new-coins` | `page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoNewCoinsResponse` | |
|
|
63
|
+
| coin_gecko | `coin_gecko.news` | `coingecko-news` | `GET /coingecko/news` | `limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoNewsResponse` | |
|
|
64
|
+
| coin_gecko | `coin_gecko.nft_category` | `coingecko-nft-category` | `GET /coingecko/nft/category/{slug}` | `slug` (path String required)<br>`page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoNftCategoryResponse` | |
|
|
65
|
+
| coin_gecko | `coin_gecko.nfts` | `coingecko-nfts` | `GET /coingecko/nfts` | `page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoNftsResponse` | |
|
|
66
|
+
| coin_gecko | `coin_gecko.search` | `coingecko-search` | `GET /coingecko/search` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoSearchResponse` | |
|
|
67
|
+
| coin_gecko | `coin_gecko.token_unlocks` | `coingecko-token-unlocks` | `GET /coingecko/token-unlocks` | `limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoTokenUnlocksResponse` | |
|
|
68
|
+
| coin_gecko | `coin_gecko.treasuries` | `coingecko-treasuries` | `GET /coingecko/treasuries` | `asset` (query "all" \| "bitcoin" \| "ethereum" \| "solana" \| "bnb" \| "xrp" \| "tron")<br>`holder_type` (query "all" \| "companies" \| "governments")<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoTreasuriesResponse` | |
|
|
69
|
+
| coin_gecko | `coin_gecko.trending` | `coingecko-trending` | `GET /coingecko/trending` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoTrendingResponse` | |
|
|
70
|
+
| datasets | `datasets.list` | `datasets-list` | `GET /datasets` | none | `ApiKeyAuth` | `DatasetsListResponse` | |
|
|
71
|
+
| datasets | `datasets.google_map_businesses_facets` | `datasets-google-map-businesses-facets` | `GET /datasets/google-map-businesses/facets` | `facet` (query String required)<br>`q` (query String)<br>`category` (query String)<br>`country` (query String)<br>`state` (query String)<br>`county` (query String)<br>`city` (query String)<br>`town` (query String)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`has_website` (query bool)<br>`has_phone` (query bool)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesFacetsResponse` | |
|
|
72
|
+
| datasets | `datasets.google_map_businesses_item` | `datasets-google-map-businesses-item` | `GET /datasets/google-map-businesses/items/{place_id}` | `place_id` (path String required) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesItemResponse` | |
|
|
73
|
+
| datasets | `datasets.google_map_businesses_nearby` | `datasets-google-map-businesses-nearby` | `GET /datasets/google-map-businesses/nearby` | `lat` (query Float required)<br>`lon` (query Float required)<br>`radius_m` (query Integer required)<br>`category` (query String)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesNearbyResponse` | |
|
|
74
|
+
| datasets | `datasets.google_map_businesses_search` | `datasets-google-map-businesses-search` | `GET /datasets/google-map-businesses/search` | `q` (query String)<br>`category` (query String)<br>`country` (query String)<br>`state` (query String)<br>`county` (query String)<br>`city` (query String)<br>`town` (query String)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`has_website` (query bool)<br>`has_phone` (query bool)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesSearchResponse` | |
|
|
75
|
+
| e_bay | `e_bay.ebay_item` | `ebay-item` | `GET /ebay/item/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `EBayEbayItemResponse` | |
|
|
76
|
+
| e_bay | `e_bay.ebay_search` | `ebay-search` | `POST /ebay/search` | `option` (body String required) | `ApiKeyAuth` | `EBayEbaySearchResponse` | |
|
|
77
|
+
| e_bay | `e_bay.ebay_seller` | `ebay-seller` | `GET /ebay/seller/{seller}` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerResponse` | |
|
|
78
|
+
| e_bay | `e_bay.ebay_seller_about` | `ebay-seller-about` | `GET /ebay/seller/{seller}/about` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerAboutResponse` | |
|
|
79
|
+
| e_bay | `e_bay.ebay_seller_feedback` | `ebay-seller-feedback` | `GET /ebay/seller/{seller}/feedback` | `seller` (path String required)<br>`page` (query Integer)<br>`per_page` (query "24" \| "48" \| "72") | `ApiKeyAuth` | `EBayEbaySellerFeedbackResponse` | |
|
|
80
|
+
| e_bay | `e_bay.ebay_seller_shop` | `ebay-seller-shop` | `GET /ebay/seller/{seller}/shop` | `seller` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `EBayEbaySellerShopResponse` | |
|
|
81
|
+
| geocoding | `geocoding.lookup` | `geocoding-lookup` | `GET /geocoding/lookup` | `osm_ids` (query String required)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingLookupResponse` | |
|
|
82
|
+
| geocoding | `geocoding.reverse` | `geocoding-reverse` | `GET /geocoding/reverse` | `lat` (query Float required)<br>`lon` (query Float required)<br>`zoom` (query Integer)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingReverseResponse` | |
|
|
83
|
+
| geocoding | `geocoding.search` | `geocoding-search` | `GET /geocoding/search` | `q` (query String)<br>`street` (query String)<br>`city` (query String)<br>`county` (query String)<br>`state` (query String)<br>`country` (query String)<br>`postalcode` (query String)<br>`limit` (query Integer)<br>`countrycodes` (query String)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingSearchResponse` | |
|
|
84
|
+
| google | `google.finance_analyst_articles` | `google-finance-analyst-articles` | `GET /google/finance/analyst-articles/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceAnalystArticlesResponse` | |
|
|
85
|
+
| google | `google.finance_chart` | `google-finance-chart` | `GET /google/finance/chart/{quote}` | `quote` (path String required)<br>`window` (query String) | `ApiKeyAuth` | `GoogleFinanceChartResponse` | |
|
|
86
|
+
| google | `google.finance_classification` | `google-finance-classification` | `GET /google/finance/classification/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceClassificationResponse` | |
|
|
87
|
+
| google | `google.finance_company` | `google-finance-company` | `GET /google/finance/company/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceCompanyResponse` | |
|
|
88
|
+
| google | `google.finance_context` | `google-finance-context` | `GET /google/finance/context` | `q` (query String required) | `ApiKeyAuth` | `GoogleFinanceContextResponse` | |
|
|
89
|
+
| google | `google.finance_financials` | `google-finance-financials` | `GET /google/finance/financials/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceFinancialsResponse` | |
|
|
90
|
+
| google | `google.finance_markets_category_news` | `google-finance-markets-category-news` | `GET /google/finance/markets/categories/{category}/news` | `category` (path String required)<br>`offset` (query Integer) | `ApiKeyAuth` | `GoogleFinanceMarketsCategoryNewsResponse` | |
|
|
91
|
+
| google | `google.finance_markets_category_stocks` | `google-finance-markets-category-stocks` | `GET /google/finance/markets/categories/{category}/stocks` | `category` (path String required)<br>`offset` (query Integer) | `ApiKeyAuth` | `GoogleFinanceMarketsCategoryStocksResponse` | |
|
|
92
|
+
| google | `google.finance_markets_earnings` | `google-finance-markets-earnings` | `GET /google/finance/markets/earnings` | none | `ApiKeyAuth` | `GoogleFinanceMarketsEarningsResponse` | |
|
|
93
|
+
| google | `google.finance_markets_featured` | `google-finance-markets-featured` | `GET /google/finance/markets/featured` | none | `ApiKeyAuth` | `GoogleFinanceMarketsFeaturedResponse` | |
|
|
94
|
+
| google | `google.finance_markets_headline` | `google-finance-markets-headline` | `GET /google/finance/markets/headline` | none | `ApiKeyAuth` | `GoogleFinanceMarketsHeadlineResponse` | |
|
|
95
|
+
| google | `google.finance_markets_indices` | `google-finance-markets-indices` | `GET /google/finance/markets/indices` | none | `ApiKeyAuth` | `GoogleFinanceMarketsIndicesResponse` | |
|
|
96
|
+
| google | `google.finance_markets_movers` | `google-finance-markets-movers` | `GET /google/finance/markets/movers` | `categories` (query String)<br>`count` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `GoogleFinanceMarketsMoversResponse` | |
|
|
97
|
+
| google | `google.finance_markets_top` | `google-finance-markets-top` | `GET /google/finance/markets/top` | `metric` (query Integer)<br>`page` (query Integer) | `ApiKeyAuth` | `GoogleFinanceMarketsTopResponse` | |
|
|
98
|
+
| google | `google.finance_markets_trending` | `google-finance-markets-trending` | `GET /google/finance/markets/trending` | `limit` (query Integer) | `ApiKeyAuth` | `GoogleFinanceMarketsTrendingResponse` | |
|
|
99
|
+
| google | `google.finance_news` | `google-finance-news` | `GET /google/finance/news/{quote}` | `quote` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `GoogleFinanceNewsResponse` | |
|
|
100
|
+
| google | `google.finance_quote` | `google-finance-quote` | `GET /google/finance/quote/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceQuoteResponse` | |
|
|
101
|
+
| google | `google.finance_related` | `google-finance-related` | `GET /google/finance/related/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceRelatedResponse` | |
|
|
102
|
+
| google | `google.finance_search` | `google-finance-search` | `GET /google/finance/search` | `q` (query String required) | `ApiKeyAuth` | `GoogleFinanceSearchResponse` | |
|
|
103
|
+
| google | `google.finance_ticker` | `google-finance-ticker` | `GET /google/finance/ticker/{ticker}` | `ticker` (path String required)<br>`window` (query String) | `ApiKeyAuth` | `GoogleFinanceTickerResponse` | |
|
|
104
|
+
| google | `google.jobs` | `google-jobs` | `POST /google/jobs` | `option` (body String required) | `ApiKeyAuth` | `GoogleJobsResponse` | |
|
|
105
|
+
| google | `google.map_place` | `google-map-place` | `GET /google/map/place/{place_id}` | `place_id` (path String required) | `ApiKeyAuth` | `GoogleMapPlaceResponse` | |
|
|
106
|
+
| google | `google.map_search` | `google-map-search` | `POST /google/map/search` | `mapSearchOption` (body String required) | `ApiKeyAuth` | `GoogleMapSearchResponse` | |
|
|
107
|
+
| google | `google.search` | `google-search` | `POST /google/search` | `searchOption` (body String required) | `ApiKeyAuth` | `GoogleSearchResponse` | |
|
|
108
|
+
| google | `google.suggest` | `google-suggest` | `GET /google/suggest` | `q` (query String required)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `GoogleSuggestResponse` | |
|
|
109
|
+
| google | `google.trends_categories` | `google-trends-categories` | `GET /google/trends/categories` | none | `ApiKeyAuth` | `GoogleTrendsCategoriesResponse` | |
|
|
110
|
+
| google | `google.trends_enums` | `google-trends-enums` | `GET /google/trends/enums` | none | `ApiKeyAuth` | `GoogleTrendsEnumsResponse` | |
|
|
111
|
+
| google | `google.trends_explore` | `google-trends-explore` | `POST /google/trends/explore` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsExploreResponse` | |
|
|
112
|
+
| google | `google.trends_explore_interest_by_region` | `google-trends-explore-interest-by-region` | `POST /google/trends/explore/interest-by-region` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsExploreInterestByRegionResponse` | |
|
|
113
|
+
| google | `google.trends_explore_interest_over_time` | `google-trends-explore-interest-over-time` | `POST /google/trends/explore/interest-over-time` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsExploreInterestOverTimeResponse` | |
|
|
114
|
+
| google | `google.trends_explore_related_topics` | `google-trends-explore-related-topics` | `POST /google/trends/explore/related-topics` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsExploreRelatedTopicsResponse` | |
|
|
115
|
+
| google | `google.trends_explore_rising_queries` | `google-trends-explore-rising-queries` | `POST /google/trends/explore/rising-queries` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsExploreRisingQueriesResponse` | |
|
|
116
|
+
| google | `google.trends_explore_top_queries` | `google-trends-explore-top-queries` | `POST /google/trends/explore/top-queries` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsExploreTopQueriesResponse` | |
|
|
117
|
+
| google | `google.trends_locations` | `google-trends-locations` | `GET /google/trends/locations` | none | `ApiKeyAuth` | `GoogleTrendsLocationsResponse` | |
|
|
118
|
+
| google | `google.trends_trending` | `google-trends-trending` | `GET /google/trends/trending` | `geo` (query "AF" \| "AX" \| "AL" \| "DZ" \| "AS" \| "AD" \| "AO" \| "AI" \| "AQ" \| "AG" \| "AR" \| "AM" \| "AW" \| "AU" \| "AT" \| "AZ" \| "BS" \| "BH" \| "BD" \| "BB" \| "BY" \| "BE" \| "BZ" \| "BJ" \| "BM" \| "BT" \| "BO" \| "BA" \| "BW" \| "BV" \| "BR" \| "IO" \| "VG" \| "BN" \| "BG" \| "BF" \| "BI" \| "KH" \| "CM" \| "CA" \| "CV" \| "BQ" \| "KY" \| "CF" \| "TD" \| "CL" \| "CN" \| "CX" \| "CC" \| "CO" \| "KM" \| "CG" \| "CD" \| "CK" \| "CR" \| "CI" \| "HR" \| "CU" \| "CW" \| "CY" \| "CZ" \| "DK" \| "DJ" \| "DM" \| "DO" \| "EC" \| "EG" \| "SV" \| "GQ" \| "ER" \| "EE" \| "SZ" \| "ET" \| "FK" \| "FO" \| "FJ" \| "FI" \| "FR" \| "GF" \| "PF" \| "TF" \| "GA" \| "GM" \| "GE" \| "DE" \| "GH" \| "GI" \| "GR" \| "GL" \| "GD" \| "GP" \| "GU" \| "GT" \| "GG" \| "GN" \| "GW" \| "GY" \| "HT" \| "HM" \| "HN" \| "HK" \| "HU" \| "IS" \| "IN" \| "ID" \| "IR" \| "IQ" \| "IE" \| "IM" \| "IL" \| "IT" \| "JM" \| "JP" \| "JE" \| "JO" \| "KZ" \| "KE" \| "KI" \| "XK" \| "KW" \| "KG" \| "LA" \| "LV" \| "LB" \| "LS" \| "LR" \| "LY" \| "LI" \| "LT" \| "LU" \| "MO" \| "MG" \| "MW" \| "MY" \| "MV" \| "ML" \| "MT" \| "MH" \| "MQ" \| "MR" \| "MU" \| "YT" \| "MX" \| "FM" \| "MD" \| "MC" \| "MN" \| "ME" \| "MS" \| "MA" \| "MZ" \| "MM" \| "NA" \| "NR" \| "NP" \| "NL" \| "NC" \| "NZ" \| "NI" \| "NE" \| "NG" \| "NU" \| "NF" \| "KP" \| "MK" \| "MP" \| "NO" \| "OM" \| "PK" \| "PW" \| "PS" \| "PA" \| "PG" \| "PY" \| "PE" \| "PH" \| "PN" \| "PL" \| "PT" \| "PR" \| "QA" \| "RE" \| "RO" \| "RU" \| "RW" \| "WS" \| "SM" \| "ST" \| "SA" \| "SN" \| "RS" \| "SC" \| "SL" \| "SG" \| "SX" \| "SK" \| "SI" \| "SB" \| "SO" \| "ZA" \| "GS" \| "KR" \| "SS" \| "ES" \| "LK" \| "BL" \| "SH" \| "KN" \| "LC" \| "MF" \| "PM" \| "VC" \| "SD" \| "SR" \| "SJ" \| "SE" \| "CH" \| "SY" \| "TW" \| "TJ" \| "TZ" \| "TH" \| "TL" \| "TG" \| "TK" \| "TO" \| "TT" \| "TN" \| "TR" \| "TM" \| "TC" \| "TV" \| "UM" \| "VI" \| "UG" \| "UA" \| "AE" \| "GB" \| "US" \| "UY" \| "UZ" \| "VU" \| "VA" \| "VE" \| "VN" \| "WF" \| "EH" \| "YE" \| "ZM" \| "ZW")<br>`hl` (query String)<br>`tz` (query Integer)<br>`window` (query "4h" \| "24h" \| "48h" \| "7d")<br>`time_range` (query "4h" \| "24h" \| "48h" \| "7d")<br>`category` (query "0" \| "3" \| "47" \| "44" \| "22" \| "12" \| "5" \| "7" \| "71" \| "8" \| "45" \| "65" \| "11" \| "13" \| "958" \| "19" \| "16" \| "299" \| "14" \| "66" \| "29" \| "533" \| "174" \| "18" \| "20" \| "67")<br>`status` (query "all" \| "active" \| "ended")<br>`sort_by` (query "relevance" \| "title" \| "recency" \| "search_volume")<br>`limit` (query Integer) | `ApiKeyAuth` | `GoogleTrendsTrendingResponse` | |
|
|
119
|
+
| google | `google.trends_trending_detail` | `google-trends-trending-detail` | `POST /google/trends/trending/detail` | `request` (body String required) | `ApiKeyAuth` | `GoogleTrendsTrendingDetailResponse` | |
|
|
120
|
+
| google_play | `google_play.app` | `googleplay-app` | `GET /googleplay/app` | `app_id` (query String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `GooglePlayAppResponse` | |
|
|
121
|
+
| google_play | `google_play.categories` | `googleplay-categories` | `GET /googleplay/categories` | `country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `GooglePlayCategoriesResponse` | |
|
|
122
|
+
| google_play | `google_play.datasafety` | `googleplay-datasafety` | `GET /googleplay/datasafety` | `app_id` (query String required)<br>`lang` (query String) | `ApiKeyAuth` | `GooglePlayDatasafetyResponse` | |
|
|
123
|
+
| google_play | `google_play.developer` | `googleplay-developer` | `GET /googleplay/developer/{dev_id}` | `dev_id` (path String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`full_detail` (query bool) | `ApiKeyAuth` | `GooglePlayDeveloperResponse` | |
|
|
124
|
+
| google_play | `google_play.list` | `googleplay-list` | `GET /googleplay/list` | `collection` (query String)<br>`category` (query String)<br>`age` (query String)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`full_detail` (query bool) | `ApiKeyAuth` | `GooglePlayListResponse` | |
|
|
125
|
+
| google_play | `google_play.permissions` | `googleplay-permissions` | `GET /googleplay/permissions` | `app_id` (query String required)<br>`country` (query String)<br>`lang` (query String)<br>`short` (query bool) | `ApiKeyAuth` | `GooglePlayPermissionsResponse` | |
|
|
126
|
+
| google_play | `google_play.reviews` | `googleplay-reviews` | `GET /googleplay/reviews` | `app_id` (query String required)<br>`sort` (query String)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`paginate` (query bool)<br>`next_pagination_token` (query String) | `ApiKeyAuth` | `GooglePlayReviewsResponse` | |
|
|
127
|
+
| google_play | `google_play.search` | `googleplay-search` | `GET /googleplay/search` | `term` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`full_detail` (query bool)<br>`price` (query String) | `ApiKeyAuth` | `GooglePlaySearchResponse` | |
|
|
128
|
+
| google_play | `google_play.similar` | `googleplay-similar` | `GET /googleplay/similar` | `app_id` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`full_detail` (query bool) | `ApiKeyAuth` | `GooglePlaySimilarResponse` | |
|
|
129
|
+
| google_play | `google_play.suggest` | `googleplay-suggest` | `GET /googleplay/suggest/{term}` | `term` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `GooglePlaySuggestResponse` | |
|
|
130
|
+
| instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
|
|
131
|
+
| instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
|
|
132
|
+
| instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
|
|
133
|
+
| just_watch | `just_watch.justwatch_age_certifications` | `justwatch-age-certifications` | `GET /justwatch/age-certifications` | `country` (query String) | `ApiKeyAuth` | `JustWatchJustwatchAgeCertificationsResponse` | |
|
|
134
|
+
| just_watch | `just_watch.justwatch_discover` | `justwatch-discover` | `GET /justwatch/discover` | `country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show")<br>`genres` (query String)<br>`providers` (query String)<br>`monetization_types` (query "FLATRATE" \| "FREE" \| "ADS" \| "RENT" \| "BUY")<br>`year_min` (query Integer)<br>`year_max` (query Integer) | `ApiKeyAuth` | `JustWatchJustwatchDiscoverResponse` | |
|
|
135
|
+
| just_watch | `just_watch.justwatch_episode_by_id` | `justwatch-episode-by-id` | `GET /justwatch/episode/by-id` | `id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchEpisodeByIdResponse` | |
|
|
136
|
+
| just_watch | `just_watch.justwatch_episode_offers` | `justwatch-episode-offers` | `GET /justwatch/episode/offers` | `id` (query String required)<br>`countries` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchEpisodeOffersResponse` | |
|
|
137
|
+
| just_watch | `just_watch.justwatch_genre_titles` | `justwatch-genre-titles` | `GET /justwatch/genre/titles` | `genre` (query String required)<br>`country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show") | `ApiKeyAuth` | `JustWatchJustwatchGenreTitlesResponse` | |
|
|
138
|
+
| just_watch | `just_watch.justwatch_genres` | `justwatch-genres` | `GET /justwatch/genres` | `language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchGenresResponse` | |
|
|
139
|
+
| just_watch | `just_watch.justwatch_monetization_titles` | `justwatch-monetization-titles` | `GET /justwatch/monetization/titles` | `monetization_type` (query "FLATRATE" \| "FREE" \| "ADS" \| "RENT" \| "BUY" required)<br>`country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show") | `ApiKeyAuth` | `JustWatchJustwatchMonetizationTitlesResponse` | |
|
|
140
|
+
| just_watch | `just_watch.justwatch_new` | `justwatch-new` | `GET /justwatch/new` | `country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show") | `ApiKeyAuth` | `JustWatchJustwatchNewResponse` | |
|
|
141
|
+
| just_watch | `just_watch.justwatch_popular` | `justwatch-popular` | `GET /justwatch/popular` | `country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show") | `ApiKeyAuth` | `JustWatchJustwatchPopularResponse` | |
|
|
142
|
+
| just_watch | `just_watch.justwatch_provider_titles` | `justwatch-provider-titles` | `GET /justwatch/provider/titles` | `provider` (query String required)<br>`country` (query String)<br>`language` (query String)<br>`limit` (query Integer)<br>`type` (query "all" \| "movie" \| "show") | `ApiKeyAuth` | `JustWatchJustwatchProviderTitlesResponse` | |
|
|
143
|
+
| just_watch | `just_watch.justwatch_providers` | `justwatch-providers` | `GET /justwatch/providers` | `country` (query String) | `ApiKeyAuth` | `JustWatchJustwatchProvidersResponse` | |
|
|
144
|
+
| just_watch | `just_watch.justwatch_search` | `justwatch-search` | `GET /justwatch/search` | `query` (query String required)<br>`country` (query String)<br>`language` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `JustWatchJustwatchSearchResponse` | |
|
|
145
|
+
| just_watch | `just_watch.justwatch_season_by_id` | `justwatch-season-by-id` | `GET /justwatch/season/by-id` | `id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchSeasonByIdResponse` | |
|
|
146
|
+
| just_watch | `just_watch.justwatch_season_episodes` | `justwatch-season-episodes` | `GET /justwatch/season/episodes` | `season_id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchSeasonEpisodesResponse` | |
|
|
147
|
+
| just_watch | `just_watch.justwatch_show_seasons` | `justwatch-show-seasons` | `GET /justwatch/show/seasons` | `show_id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchShowSeasonsResponse` | |
|
|
148
|
+
| just_watch | `just_watch.justwatch_title` | `justwatch-title` | `GET /justwatch/title` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleResponse` | |
|
|
149
|
+
| just_watch | `just_watch.justwatch_title_analysis` | `justwatch-title-analysis` | `GET /justwatch/title/analysis` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleAnalysisResponse` | |
|
|
150
|
+
| just_watch | `just_watch.justwatch_title_by_id` | `justwatch-title-by-id` | `GET /justwatch/title/by-id` | `id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleByIdResponse` | |
|
|
151
|
+
| just_watch | `just_watch.justwatch_title_media` | `justwatch-title-media` | `GET /justwatch/title/media` | `id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleMediaResponse` | |
|
|
152
|
+
| just_watch | `just_watch.justwatch_title_offers` | `justwatch-title-offers` | `GET /justwatch/title/offers` | `id` (query String required)<br>`countries` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleOffersResponse` | |
|
|
153
|
+
| just_watch | `just_watch.justwatch_title_similar` | `justwatch-title-similar` | `GET /justwatch/title/similar` | `id` (query String required)<br>`country` (query String)<br>`language` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `JustWatchJustwatchTitleSimilarResponse` | |
|
|
154
|
+
| linked_in | `linked_in.linkedin_company` | `linkedin-company` | `GET /linkedin/company/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinCompanyResponse` | |
|
|
155
|
+
| linked_in | `linked_in.linkedin_product` | `linkedin-product` | `GET /linkedin/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinProductResponse` | |
|
|
156
|
+
| linked_in | `linked_in.linkedin_showcase` | `linkedin-showcase` | `GET /linkedin/showcase/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinShowcaseResponse` | |
|
|
157
|
+
| meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
|
|
158
|
+
| meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
|
|
159
|
+
| product_hunt | `product_hunt.category` | `producthunt-category` | `GET /producthunt/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `ProductHuntCategoryResponse` | |
|
|
160
|
+
| product_hunt | `product_hunt.category_products` | `producthunt-category-products` | `GET /producthunt/category/{slug}/products` | `slug` (path String required)<br>`featured_only` (query bool)<br>`order` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer)<br>`tags` (query String) | `ApiKeyAuth` | `ProductHuntCategoryProductsResponse` | |
|
|
161
|
+
| product_hunt | `product_hunt.leaderboard` | `producthunt-leaderboard` | `GET /producthunt/leaderboard` | `scope` (query "daily" \| "weekly" \| "monthly" \| "yearly")<br>`date` (query String)<br>`year` (query Integer)<br>`month` (query Integer)<br>`day` (query Integer)<br>`week` (query Integer)<br>`featured` (query bool)<br>`order` (query String)<br>`cursor` (query String) | `ApiKeyAuth` | `ProductHuntLeaderboardResponse` | |
|
|
162
|
+
| product_hunt | `product_hunt.product` | `producthunt-product` | `GET /producthunt/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntProductResponse` | |
|
|
163
|
+
| product_hunt | `product_hunt.about` | `producthunt-about` | `GET /producthunt/product/{id}/about` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntAboutResponse` | |
|
|
164
|
+
| product_hunt | `product_hunt.alternatives` | `producthunt-alternatives` | `GET /producthunt/product/{id}/alternatives` | `id` (path String required)<br>`first` (query Integer)<br>`cursor` (query String)<br>`order` (query String)<br>`tags` (query String) | `ApiKeyAuth` | `ProductHuntAlternativesResponse` | |
|
|
165
|
+
| product_hunt | `product_hunt.customers` | `producthunt-customers` | `GET /producthunt/product/{id}/customers` | `id` (path String required)<br>`order` (query "customers" \| "latest_launch")<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `ProductHuntCustomersResponse` | |
|
|
166
|
+
| product_hunt | `product_hunt.launches` | `producthunt-launches` | `GET /producthunt/product/{id}/launches` | `id` (path String required)<br>`cursor` (query String)<br>`order` (query String) | `ApiKeyAuth` | `ProductHuntLaunchesResponse` | |
|
|
167
|
+
| product_hunt | `product_hunt.makers` | `producthunt-makers` | `GET /producthunt/product/{id}/makers` | `id` (path String required)<br>`cursor` (query String) | `ApiKeyAuth` | `ProductHuntMakersResponse` | |
|
|
168
|
+
| product_hunt | `product_hunt.reviews` | `producthunt-reviews` | `GET /producthunt/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntReviewsResponse` | |
|
|
169
|
+
| product_hunt | `product_hunt.search` | `producthunt-search` | `GET /producthunt/search` | `query` (query String required)<br>`type` (query "product" \| "user" \| "launch")<br>`page` (query Integer)<br>`featured` (query bool)<br>`topics` (query String) | `ApiKeyAuth` | `ProductHuntSearchResponse` | |
|
|
170
|
+
| referrals | `referrals.click` | `referrals-click` | `POST /referrals/click` | `request` (body String required) | none | `ReferralsClickResponse` | |
|
|
171
|
+
| referrals | `referrals.me` | `referrals-me` | `GET /referrals/me` | none | `JWTAuth` | `ReferralsMeResponse` | |
|
|
172
|
+
| referrals | `referrals.me_events` | `referrals-me-events` | `GET /referrals/me/events` | `limit` (query Integer) | `JWTAuth` | `ReferralsMeEventsResponse` | |
|
|
173
|
+
| shop_app | `shop_app.analysis` | `shop-app-analysis` | `GET /shop-app/analysis` | `query` (query String required)<br>`limit` (query Integer)<br>`in_stock` (query bool)<br>`on_sale` (query bool)<br>`deep_search` (query bool) | `ApiKeyAuth` | `ShopAppAnalysisResponse` | |
|
|
174
|
+
| shop_app | `shop_app.categories` | `shop-app-categories` | `GET /shop-app/categories` | none | `ApiKeyAuth` | `ShopAppCategoriesResponse` | |
|
|
175
|
+
| shop_app | `shop_app.product` | `shop-app-product` | `GET /shop-app/products/{id}` | `id` (path String required)<br>`variant_id` (query String) | `ApiKeyAuth` | `ShopAppProductResponse` | |
|
|
176
|
+
| shop_app | `shop_app.product_related` | `shop-app-product-related` | `GET /shop-app/products/{id}/related` | `id` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppProductRelatedResponse` | |
|
|
177
|
+
| shop_app | `shop_app.product_reviews` | `shop-app-product-reviews` | `GET /shop-app/products/{id}/reviews` | `id` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppProductReviewsResponse` | |
|
|
178
|
+
| shop_app | `shop_app.product_shop` | `shop-app-product-shop` | `GET /shop-app/products/{id}/shop` | `id` (path String required) | `ApiKeyAuth` | `ShopAppProductShopResponse` | |
|
|
179
|
+
| shop_app | `shop_app.product_variant` | `shop-app-product-variant` | `GET /shop-app/products/{id}/variant` | `id` (path String required)<br>`selected_options` (query String) | `ApiKeyAuth` | `ShopAppProductVariantResponse` | |
|
|
180
|
+
| shop_app | `shop_app.product_variants` | `shop-app-product-variants` | `GET /shop-app/products/{id}/variants` | `id` (path String required)<br>`selected_options` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppProductVariantsResponse` | |
|
|
181
|
+
| shop_app | `shop_app.search` | `shop-app-search` | `GET /shop-app/search` | `query` (query String required)<br>`limit` (query Integer)<br>`in_stock` (query bool)<br>`on_sale` (query bool)<br>`deep_search` (query bool) | `ApiKeyAuth` | `ShopAppSearchResponse` | |
|
|
182
|
+
| shop_app | `shop_app.shop` | `shop-app-shop` | `GET /shop-app/shops/{handle}` | `handle` (path String required) | `ApiKeyAuth` | `ShopAppShopResponse` | |
|
|
183
|
+
| shop_app | `shop_app.collection_products` | `shop-app-collection-products` | `GET /shop-app/shops/{handle}/collections/{collection_id}/products` | `handle` (path String required)<br>`collection_id` (path String required)<br>`limit` (query Integer)<br>`sort_by` (query "MOST_SALES" \| "PRICE_LOW_TO_HIGH" \| "PRICE_HIGH_TO_LOW" \| "RELEVANCE")<br>`in_stock` (query bool) | `ApiKeyAuth` | `ShopAppCollectionProductsResponse` | |
|
|
184
|
+
| shop_app | `shop_app.shop_locations` | `shop-app-shop-locations` | `GET /shop-app/shops/{handle}/locations` | `handle` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppShopLocationsResponse` | |
|
|
185
|
+
| shop_app | `shop_app.shop_products` | `shop-app-shop-products` | `GET /shop-app/shops/{handle}/products` | `handle` (path String required)<br>`limit` (query Integer)<br>`sort_by` (query "MOST_SALES" \| "PRICE_LOW_TO_HIGH" \| "PRICE_HIGH_TO_LOW" \| "RELEVANCE")<br>`in_stock` (query bool) | `ApiKeyAuth` | `ShopAppShopProductsResponse` | |
|
|
186
|
+
| shop_app | `shop_app.shop_reviews` | `shop-app-shop-reviews` | `GET /shop-app/shops/{handle}/reviews` | `handle` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppShopReviewsResponse` | |
|
|
187
|
+
| shop_app | `shop_app.shop_typeahead` | `shop-app-shop-typeahead` | `GET /shop-app/shops/{handle}/typeahead` | `handle` (path String required)<br>`query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppShopTypeaheadResponse` | |
|
|
188
|
+
| shop_app | `shop_app.suggestions` | `shop-app-suggestions` | `GET /shop-app/suggestions` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopAppSuggestionsResponse` | |
|
|
189
|
+
| shopify | `shopify.collections` | `shopify-collections` | `GET /shopify/collections` | `url` (query String required)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopifyCollectionsResponse` | |
|
|
190
|
+
| shopify | `shopify.collection_products` | `shopify-collection-products` | `GET /shopify/collections/{handle}/products` | `handle` (path String required)<br>`url` (query String required)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopifyCollectionProductsResponse` | |
|
|
191
|
+
| shopify | `shopify.pages` | `shopify-pages` | `GET /shopify/pages` | `url` (query String required)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopifyPagesResponse` | |
|
|
192
|
+
| shopify | `shopify.page` | `shopify-page` | `GET /shopify/pages/{handle}` | `handle` (path String required)<br>`url` (query String required) | `ApiKeyAuth` | `ShopifyPageResponse` | |
|
|
193
|
+
| shopify | `shopify.products` | `shopify-products` | `GET /shopify/products` | `url` (query String required)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopifyProductsResponse` | |
|
|
194
|
+
| shopify | `shopify.product` | `shopify-product` | `GET /shopify/products/{handle}` | `handle` (path String required)<br>`url` (query String required) | `ApiKeyAuth` | `ShopifyProductResponse` | |
|
|
195
|
+
| shopify | `shopify.product_recommendations` | `shopify-product-recommendations` | `GET /shopify/products/{handle}/recommendations` | `handle` (path String required)<br>`url` (query String required)<br>`limit` (query Integer)<br>`intent` (query "related" \| "complementary") | `ApiKeyAuth` | `ShopifyProductRecommendationsResponse` | |
|
|
196
|
+
| shopify | `shopify.search_suggest` | `shopify-search-suggest` | `GET /shopify/search/suggest` | `url` (query String required)<br>`q` (query String required)<br>`types` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopifySearchSuggestResponse` | |
|
|
197
|
+
| shopify | `shopify.sitemap_urls` | `shopify-sitemap-urls` | `GET /shopify/sitemap/urls` | `url` (query String required)<br>`type` (query "all" \| "products" \| "collections" \| "pages" \| "blogs" \| "agentic_discovery" \| "other")<br>`limit` (query Integer) | `ApiKeyAuth` | `ShopifySitemapUrlsResponse` | |
|
|
198
|
+
| shopify | `shopify.sitemaps` | `shopify-sitemaps` | `GET /shopify/sitemaps` | `url` (query String required) | `ApiKeyAuth` | `ShopifySitemapsResponse` | |
|
|
199
|
+
| shopify | `shopify.store` | `shopify-store` | `GET /shopify/store` | `url` (query String required) | `ApiKeyAuth` | `ShopifyStoreResponse` | |
|
|
200
|
+
| similar_web | `similar_web.search` | `similarweb-search` | `GET /similarweb/search` | `q` (query String required) | `ApiKeyAuth` | `SimilarWebSearchResponse` | |
|
|
201
|
+
| similar_web | `similar_web.web` | `similarweb-web` | `GET /similarweb/web/{domain}` | `domain` (path String required) | `ApiKeyAuth` | `SimilarWebWebResponse` | |
|
|
202
|
+
| spotify_podcasts | `spotify_podcasts.categories` | `spotify-podcasts-categories` | `GET /spotify-podcasts/categories` | `uri` (query String)<br>`page_offset` (query Integer)<br>`page_limit` (query Integer)<br>`section_offset` (query Integer)<br>`section_limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPodcastsCategoriesResponse` | |
|
|
203
|
+
| spotify_podcasts | `spotify_podcasts.charts` | `spotify-podcasts-charts` | `GET /spotify-podcasts/charts` | `chart` (query String)<br>`region` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyPodcastsChartsResponse` | |
|
|
204
|
+
| spotify_podcasts | `spotify_podcasts.episode` | `spotify-podcasts-episode` | `GET /spotify-podcasts/episode` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyPodcastsEpisodeResponse` | |
|
|
205
|
+
| spotify_podcasts | `spotify_podcasts.home` | `spotify-podcasts-home` | `GET /spotify-podcasts/home` | `uri` (query String)<br>`page_offset` (query Integer)<br>`page_limit` (query Integer)<br>`section_offset` (query Integer)<br>`section_limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPodcastsHomeResponse` | |
|
|
206
|
+
| spotify_podcasts | `spotify_podcasts.search` | `spotify-podcasts-search` | `GET /spotify-podcasts/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_audiobooks` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPodcastsSearchResponse` | |
|
|
207
|
+
| spotify_podcasts | `spotify_podcasts.show` | `spotify-podcasts-show` | `GET /spotify-podcasts/show` | `uri` (query String)<br>`include_content_capability_trait` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPodcastsShowResponse` | |
|
|
208
|
+
| spotify_podcasts | `spotify_podcasts.show_episodes` | `spotify-podcasts-show-episodes` | `GET /spotify-podcasts/show/episodes` | `uri` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPodcastsShowEpisodesResponse` | |
|
|
209
|
+
| spotify_podcasts | `spotify_podcasts.show_recommendations` | `spotify-podcasts-show-recommendations` | `GET /spotify-podcasts/show/recommendations` | `uri` (query String) | `ApiKeyAuth` | `SpotifyPodcastsShowRecommendationsResponse` | |
|
|
210
|
+
| spotify | `spotify.album` | `spotify-album` | `GET /spotify/album` | `uri` (query String)<br>`id` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyAlbumResponse` | |
|
|
211
|
+
| spotify | `spotify.album_tracks` | `spotify-album-tracks` | `GET /spotify/album/tracks` | `uri` (query String)<br>`id` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyAlbumTracksResponse` | |
|
|
212
|
+
| spotify | `spotify.albums_search` | `spotify-albums-search` | `GET /spotify/albums/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyAlbumsSearchResponse` | |
|
|
213
|
+
| spotify | `spotify.artist` | `spotify-artist` | `GET /spotify/artist` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyArtistResponse` | |
|
|
214
|
+
| spotify | `spotify.artist_albums` | `spotify-artist-albums` | `GET /spotify/artist/albums` | `uri` (query String)<br>`id` (query String)<br>`type` (query String)<br>`order` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyArtistAlbumsResponse` | |
|
|
215
|
+
| spotify | `spotify.artist_playlists` | `spotify-artist-playlists` | `GET /spotify/artist/playlists` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyArtistPlaylistsResponse` | |
|
|
216
|
+
| spotify | `spotify.artist_related` | `spotify-artist-related` | `GET /spotify/artist/related` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyArtistRelatedResponse` | |
|
|
217
|
+
| spotify | `spotify.artists_search` | `spotify-artists-search` | `GET /spotify/artists/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyArtistsSearchResponse` | |
|
|
218
|
+
| spotify | `spotify.audiobook` | `spotify-audiobook` | `GET /spotify/audiobook` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyAudiobookResponse` | |
|
|
219
|
+
| spotify | `spotify.audiobook_chapters` | `spotify-audiobook-chapters` | `GET /spotify/audiobook/chapters` | `uri` (query String)<br>`id` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyAudiobookChaptersResponse` | |
|
|
220
|
+
| spotify | `spotify.audiobooks_search` | `spotify-audiobooks-search` | `GET /spotify/audiobooks/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyAudiobooksSearchResponse` | |
|
|
221
|
+
| spotify | `spotify.chapter` | `spotify-chapter` | `GET /spotify/chapter` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyChapterResponse` | |
|
|
222
|
+
| spotify | `spotify.episodes_search` | `spotify-episodes-search` | `GET /spotify/episodes/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyEpisodesSearchResponse` | |
|
|
223
|
+
| spotify | `spotify.featured_charts_by_country` | `spotify-featured-charts-by-country` | `GET /spotify/featured-charts-by-country` | `country_code` (query String)<br>`content_id` (query String) | `ApiKeyAuth` | `SpotifyFeaturedChartsByCountryResponse` | |
|
|
224
|
+
| spotify | `spotify.genre` | `spotify-genre` | `GET /spotify/genre` | `uri` (query String)<br>`page_offset` (query Integer)<br>`page_limit` (query Integer)<br>`section_offset` (query Integer)<br>`section_limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyGenreResponse` | |
|
|
225
|
+
| spotify | `spotify.home` | `spotify-home` | `GET /spotify/home` | `time_zone` (query String)<br>`sp_t` (query String)<br>`facet` (query String)<br>`section_items_limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyHomeResponse` | |
|
|
226
|
+
| spotify | `spotify.playlist` | `spotify-playlist` | `GET /spotify/playlist` | `uri` (query String)<br>`id` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`enable_watch_feed_entrypoint` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPlaylistResponse` | |
|
|
227
|
+
| spotify | `spotify.playlists_search` | `spotify-playlists-search` | `GET /spotify/playlists/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPlaylistsSearchResponse` | |
|
|
228
|
+
| spotify | `spotify.popular_by_country` | `spotify-popular-by-country` | `GET /spotify/popular-by-country` | `country_code` (query String) | `ApiKeyAuth` | `SpotifyPopularByCountryResponse` | |
|
|
229
|
+
| spotify | `spotify.profile` | `spotify-profile` | `GET /spotify/profile` | `username` (query String)<br>`uri` (query String)<br>`url` (query String)<br>`playlist_limit` (query Integer)<br>`artist_limit` (query Integer)<br>`episode_limit` (query Integer) | `ApiKeyAuth` | `SpotifyProfileResponse` | |
|
|
230
|
+
| spotify | `spotify.profile_followers` | `spotify-profile-followers` | `GET /spotify/profile/followers` | `username` (query String)<br>`uri` (query String)<br>`url` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyProfileFollowersResponse` | |
|
|
231
|
+
| spotify | `spotify.profile_playlists` | `spotify-profile-playlists` | `GET /spotify/profile/playlists` | `username` (query String)<br>`uri` (query String)<br>`url` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyProfilePlaylistsResponse` | |
|
|
232
|
+
| spotify | `spotify.profiles_search` | `spotify-profiles-search` | `GET /spotify/profiles/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyProfilesSearchResponse` | |
|
|
233
|
+
| spotify | `spotify.search` | `spotify-search` | `GET /spotify/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_artist_has_concerts_field` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool)<br>`is_prefix` (query bool) | `ApiKeyAuth` | `SpotifySearchResponse` | |
|
|
234
|
+
| spotify | `spotify.section` | `spotify-section` | `GET /spotify/section` | `uri` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifySectionResponse` | |
|
|
235
|
+
| spotify | `spotify.shows_search` | `spotify-shows-search` | `GET /spotify/shows/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyShowsSearchResponse` | |
|
|
236
|
+
| spotify | `spotify.track` | `spotify-track` | `GET /spotify/track` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyTrackResponse` | |
|
|
237
|
+
| spotify | `spotify.track_recommended` | `spotify-track-recommended` | `GET /spotify/track/recommended` | `uri` (query String)<br>`id` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyTrackRecommendedResponse` | |
|
|
238
|
+
| spotify | `spotify.track_similar_albums` | `spotify-track-similar-albums` | `GET /spotify/track/similar-albums` | `uri` (query String)<br>`id` (query String)<br>`limit` (query Integer)<br>`albums_only` (query bool) | `ApiKeyAuth` | `SpotifyTrackSimilarAlbumsResponse` | |
|
|
239
|
+
| spotify | `spotify.tracks_search` | `spotify-tracks-search` | `GET /spotify/tracks/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`number_of_top_results` (query Integer)<br>`include_audiobooks` (query bool)<br>`include_pre_releases` (query bool)<br>`include_album_pre_releases` (query bool)<br>`include_authors` (query bool)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyTracksSearchResponse` | |
|
|
240
|
+
| tiktok | `tiktok.category` | `tiktok-category` | `GET /tiktok/category` | none | `ApiKeyAuth` | `TiktokCategoryResponse` | |
|
|
241
|
+
| tiktok | `tiktok.video_comments` | `tiktok-video-comments` | `GET /tiktok/comments` | `aweme_id` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokVideoCommentsResponse` | |
|
|
242
|
+
| tiktok | `tiktok.explore` | `tiktok-explore` | `GET /tiktok/explore/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `TiktokExploreResponse` | |
|
|
243
|
+
| tiktok | `tiktok.challenge` | `tiktok-challenge` | `GET /tiktok/hashtag/{name}` | `name` (path String required) | `ApiKeyAuth` | `TiktokChallengeResponse` | |
|
|
244
|
+
| tiktok | `tiktok.challenge_list` | `tiktok-challenge-list` | `GET /tiktok/hashtags` | `id` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokChallengeListResponse` | |
|
|
245
|
+
| tiktok | `tiktok.popular_trend_country_industry_meta` | `tiktok-popular-trend-country-industry-meta` | `GET /tiktok/popular-trend/country-industry-meta` | none | `ApiKeyAuth` | `TiktokPopularTrendCountryIndustryMetaResponse` | |
|
|
246
|
+
| tiktok | `tiktok.popular_trend_creator` | `tiktok-popular-trend-creator` | `GET /tiktok/popular-trend/creator` | `page` (query Integer)<br>`limit` (query Integer)<br>`sort_by` (query "follower" \| "engagement" \| "avg_views")<br>`creator_country` (query String)<br>`audience_count` (query "1" \| "2" \| "3" \| "4") | `ApiKeyAuth` | `TiktokPopularTrendCreatorResponse` | |
|
|
247
|
+
| tiktok | `tiktok.post` | `tiktok-post` | `GET /tiktok/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `TiktokPostResponse` | |
|
|
248
|
+
| tiktok | `tiktok.profile_post` | `tiktok-profile-post` | `GET /tiktok/posts` | `secUid` (query String required)<br>`cursor` (query Integer)<br>`sort_type` (query "0" \| "1" \| "2") | `ApiKeyAuth` | `TiktokProfilePostResponse` | |
|
|
249
|
+
| tiktok | `tiktok.profile` | `tiktok-profile` | `GET /tiktok/profile/{handler}` | `handler` (path String required) | `ApiKeyAuth` | `TiktokProfileResponse` | |
|
|
250
|
+
| tiktok | `tiktok.search` | `tiktok-search` | `GET /tiktok/search` | `keyword` (query String required)<br>`cursor` (query Integer)<br>`count` (query Integer) | `ApiKeyAuth` | `TiktokSearchResponse` | |
|
|
251
|
+
| tiktok | `tiktok.search_hashtag` | `tiktok-search-hashtag` | `GET /tiktok/search/hashtag` | `keyword` (query String required)<br>`cursor` (query Integer)<br>`count` (query Integer) | `ApiKeyAuth` | `TiktokSearchHashtagResponse` | |
|
|
252
|
+
| tiktok | `tiktok.search_user` | `tiktok-search-user` | `GET /tiktok/search/user` | `keyword` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokSearchUserResponse` | |
|
|
253
|
+
| tiktok | `tiktok.top_ads_analysis` | `tiktok-top-ads-analysis` | `GET /tiktok/top-ads/analysis` | `material_id` (query String required)<br>`metric` (query "retain_ctr" \| "retain_cvr" \| "click_cnt" \| "convert_cnt" \| "play_retain_cnt")<br>`period_type` (query "7" \| "30" \| "180") | `ApiKeyAuth` | `TiktokTopAdsAnalysisResponse` | |
|
|
254
|
+
| tiktok | `tiktok.top_ads_detail` | `tiktok-top-ads-detail` | `GET /tiktok/top-ads/detail` | `material_id` (query String required) | `ApiKeyAuth` | `TiktokTopAdsDetailResponse` | |
|
|
255
|
+
| tiktok | `tiktok.top_ads_filters` | `tiktok-top-ads-filters` | `GET /tiktok/top-ads/filters` | none | `ApiKeyAuth` | `TiktokTopAdsFiltersResponse` | |
|
|
256
|
+
| tiktok | `tiktok.top_ads_list` | `tiktok-top-ads-list` | `GET /tiktok/top-ads/list` | `period` (query "7" \| "30" \| "180")<br>`page` (query Integer)<br>`limit` (query Integer)<br>`order_by` (query "for_you" \| "impression" \| "ctr" \| "play_2s_rate" \| "play_6s_rate" \| "cvr" \| "like")<br>`country_code` (query String)<br>`keyword` (query String)<br>`industry` (query String)<br>`objective` (query String)<br>`ad_language` (query String)<br>`pattern_label` (query String)<br>`duration` (query "time-2" \| "time-3" \| "time-4" \| "time-5" \| "time-6" \| "time-7")<br>`like` (query "1" \| "2" \| "3" \| "4" \| "5")<br>`ad_format` (query "1" \| "2") | `ApiKeyAuth` | `TiktokTopAdsListResponse` | |
|
|
257
|
+
| tiktok | `tiktok.top_ads_location_info` | `tiktok-top-ads-location-info` | `GET /tiktok/top-ads/location-info` | `module` (query Integer) | `ApiKeyAuth` | `TiktokTopAdsLocationInfoResponse` | |
|
|
258
|
+
| tiktok | `tiktok.top_ads_locations` | `tiktok-top-ads-locations` | `GET /tiktok/top-ads/locations` | none | `ApiKeyAuth` | `TiktokTopAdsLocationsResponse` | |
|
|
259
|
+
| tiktok | `tiktok.top_ads_recommend` | `tiktok-top-ads-recommend` | `GET /tiktok/top-ads/recommend` | `material_id` (query String required)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `TiktokTopAdsRecommendResponse` | |
|
|
260
|
+
| tiktok | `tiktok.top_ads_safety` | `tiktok-top-ads-safety` | `GET /tiktok/top-ads/safety` | none | `ApiKeyAuth` | `TiktokTopAdsSafetyResponse` | |
|
|
261
|
+
| tiktok | `tiktok.top_ads_spotlight` | `tiktok-top-ads-spotlight` | `GET /tiktok/top-ads/spotlight` | `page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `TiktokTopAdsSpotlightResponse` | |
|
|
262
|
+
| tiktok | `tiktok.top_ads_suggestions` | `tiktok-top-ads-suggestions` | `GET /tiktok/top-ads/suggestions` | `count` (query Integer)<br>`scenario` (query Integer) | `ApiKeyAuth` | `TiktokTopAdsSuggestionsResponse` | |
|
|
263
|
+
| tiktok | `tiktok.trending` | `tiktok-trending` | `GET /tiktok/trending` | none | `ApiKeyAuth` | `TiktokTrendingResponse` | |
|
|
264
|
+
| trip_advisor | `trip_advisor.tripadvisor_autocomplete` | `tripadvisor-autocomplete` | `GET /tripadvisor/autocomplete` | `q` (query String required)<br>`limit` (query Integer)<br>`locale` (query String)<br>`scope_geo_id` (query Integer)<br>`type` (query String)<br>`search_session_id` (query String)<br>`typeahead_id` (query String)<br>`route_uid` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorAutocompleteResponse` | |
|
|
265
|
+
| trip_advisor | `trip_advisor.tripadvisor_enums` | `tripadvisor-enums` | `GET /tripadvisor/enums` | none | `ApiKeyAuth` | `TripAdvisorTripadvisorEnumsResponse` | |
|
|
266
|
+
| trip_advisor | `trip_advisor.tripadvisor_hotels` | `tripadvisor-hotels` | `GET /tripadvisor/hotels` | `geo_id` (query Integer required)<br>`filter_id` (query String)<br>`class` (query Integer)<br>`amenities` (query Array[Integer])<br>`price_min` (query Integer)<br>`price_max` (query Integer)<br>`pricing_mode` (query String)<br>`travelers_choice` (query bool)<br>`travelers_choice_botb` (query bool)<br>`currency` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorHotelsResponse` | |
|
|
267
|
+
| trip_advisor | `trip_advisor.tripadvisor_place` | `tripadvisor-place` | `GET /tripadvisor/place` | `url` (query String)<br>`id` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorPlaceResponse` | |
|
|
268
|
+
| trip_advisor | `trip_advisor.tripadvisor_reviews` | `tripadvisor-reviews` | `GET /tripadvisor/reviews` | `id` (query String)<br>`url` (query String)<br>`page` (query Integer)<br>`limit` (query Integer)<br>`language` (query String)<br>`sort_type` (query String)<br>`sort_by` (query String)<br>`ratings` (query Array[Integer])<br>`do_machine_translation` (query bool)<br>`photos_per_review_limit` (query Integer) | `ApiKeyAuth` | `TripAdvisorTripadvisorReviewsResponse` | |
|
|
269
|
+
| trip_advisor | `trip_advisor.tripadvisor_search` | `tripadvisor-search` | `GET /tripadvisor/search` | `geo_id` (query Integer required)<br>`type` (query String required)<br>`filter_id` (query String)<br>`class` (query Integer)<br>`amenities` (query Array[Integer])<br>`price_min` (query Integer)<br>`price_max` (query Integer)<br>`pricing_mode` (query String)<br>`travelers_choice` (query bool)<br>`travelers_choice_botb` (query bool)<br>`restaurant_date` (query String)<br>`restaurant_time` (query String)<br>`restaurant_guests` (query Integer)<br>`establishment_types` (query Array[Integer])<br>`online_options` (query Array[Integer])<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`locale` (query String)<br>`currency` (query String)<br>`sort` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorSearchResponse` | |
|
|
270
|
+
| trustpilot | `trustpilot.business_search` | `trustpilot-business-search` | `GET /trustpilot/business-units/search` | `q` (query String required)<br>`country` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `TrustpilotBusinessSearchResponse` | |
|
|
271
|
+
| trustpilot | `trustpilot.business` | `trustpilot-business` | `GET /trustpilot/business/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustpilotBusinessResponse` | |
|
|
272
|
+
| trustpilot | `trustpilot.business_related` | `trustpilot-business-related` | `GET /trustpilot/business/{slug}/related` | `slug` (path String required) | `ApiKeyAuth` | `TrustpilotBusinessRelatedResponse` | |
|
|
273
|
+
| trustpilot | `trustpilot.business_reviews` | `trustpilot-business-reviews` | `GET /trustpilot/business/{slug}/reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`stars` (query Integer)<br>`verified` (query bool)<br>`replied` (query bool)<br>`language` (query String)<br>`q` (query String)<br>`date_from` (query String)<br>`date_to` (query String) | `ApiKeyAuth` | `TrustpilotBusinessReviewsResponse` | |
|
|
274
|
+
| trustpilot | `trustpilot.categories` | `trustpilot-categories` | `GET /trustpilot/categories` | none | `ApiKeyAuth` | `TrustpilotCategoriesResponse` | |
|
|
275
|
+
| trustpilot | `trustpilot.category_search` | `trustpilot-category-search` | `GET /trustpilot/categories/search` | `q` (query String required)<br>`country` (query String)<br>`locale` (query String)<br>`size` (query Integer) | `ApiKeyAuth` | `TrustpilotCategorySearchResponse` | |
|
|
276
|
+
| trustpilot | `trustpilot.category` | `trustpilot-category` | `GET /trustpilot/category/{slug}` | `slug` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `TrustpilotCategoryResponse` | |
|
|
277
|
+
| usage | `usage.me_endpoints` | `usage-me-endpoints` | `GET /usage/me/endpoints` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`limit` (query Integer)<br>`from` (query String)<br>`to` (query String) | `JWTAuth` | `UsageMeEndpointsResponse` | |
|
|
278
|
+
| usage | `usage.me_overview` | `usage-me-overview` | `GET /usage/me/overview` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`from` (query String)<br>`to` (query String) | `JWTAuth` | `UsageMeOverviewResponse` | |
|
|
279
|
+
| usage | `usage.me_recent_ips` | `usage-me-recent-ips` | `GET /usage/me/recent-ips` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`limit` (query Integer)<br>`from` (query String)<br>`to` (query String) | `JWTAuth` | `UsageMeRecentIpsResponse` | |
|
|
280
|
+
| usage | `usage.me_timeseries` | `usage-me-timeseries` | `GET /usage/me/timeseries` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`bucket` (query "hour" \| "day")<br>`endpoint` (query String)<br>`from` (query String)<br>`to` (query String) | `JWTAuth` | `UsageMeTimeseriesResponse` | |
|
|
281
|
+
| user | `user.me` | `user-me` | `GET /user/me` | none | `JWTAuth` | `UserMeResponse` | |
|
|
282
|
+
| user | `user.me_api_keys` | `user-me-api-keys` | `GET /user/me/api-keys` | none | `JWTAuth` | `UserMeApiKeysResponse` | |
|
|
283
|
+
| user | `user.me_api_keys_rotate` | `user-me-api-keys-rotate` | `POST /user/me/api-keys/rotate` | none | `JWTAuth` | `UserMeApiKeysRotateResponse` | |
|
|
284
|
+
| user | `user.me_api_keys_reveal` | `user-me-api-keys-reveal` | `POST /user/me/api-keys/{id}/reveal` | `id` (path String required) | `JWTAuth` | `UserMeApiKeysRevealResponse` | |
|
|
285
|
+
| yahoo_finance | `yahoo_finance.calendars` | `yahoo-finance-calendars` | `GET /yahoo-finance/calendars` | none | `ApiKeyAuth` | `YahooFinanceCalendarsResponse` | |
|
|
286
|
+
| yahoo_finance | `yahoo_finance.calendar` | `yahoo-finance-calendar` | `GET /yahoo-finance/calendars/{type}` | `type` (path String required)<br>`start` (query String)<br>`end` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`market_cap` (query Float)<br>`filter_most_active` (query bool) | `ApiKeyAuth` | `YahooFinanceCalendarResponse` | |
|
|
287
|
+
| yahoo_finance | `yahoo_finance.download` | `yahoo-finance-download` | `POST /yahoo-finance/download` | `request` (body String required) | `ApiKeyAuth` | `YahooFinanceDownloadResponse` | |
|
|
288
|
+
| yahoo_finance | `yahoo_finance.industries` | `yahoo-finance-industries` | `GET /yahoo-finance/industries` | none | `ApiKeyAuth` | `YahooFinanceIndustriesResponse` | |
|
|
289
|
+
| yahoo_finance | `yahoo_finance.industry` | `yahoo-finance-industry` | `GET /yahoo-finance/industries/{key}` | `key` (path String required) | `ApiKeyAuth` | `YahooFinanceIndustryResponse` | |
|
|
290
|
+
| yahoo_finance | `yahoo_finance.market_status` | `yahoo-finance-market-status` | `GET /yahoo-finance/market/{market}/status` | `market` (path String required) | `ApiKeyAuth` | `YahooFinanceMarketStatusResponse` | |
|
|
291
|
+
| yahoo_finance | `yahoo_finance.market_summary` | `yahoo-finance-market-summary` | `GET /yahoo-finance/market/{market}/summary` | `market` (path String required) | `ApiKeyAuth` | `YahooFinanceMarketSummaryResponse` | |
|
|
292
|
+
| yahoo_finance | `yahoo_finance.screener_custom` | `yahoo-finance-screener-custom` | `POST /yahoo-finance/screener` | `request` (body String required) | `ApiKeyAuth` | `YahooFinanceScreenerCustomResponse` | |
|
|
293
|
+
| yahoo_finance | `yahoo_finance.screener` | `yahoo-finance-screener` | `GET /yahoo-finance/screener/{id}` | `id` (path String required)<br>`count` (query Integer)<br>`offset` (query Integer)<br>`sort_field` (query String)<br>`sort_asc` (query bool) | `ApiKeyAuth` | `YahooFinanceScreenerResponse` | |
|
|
294
|
+
| yahoo_finance | `yahoo_finance.screeners` | `yahoo-finance-screeners` | `GET /yahoo-finance/screeners` | none | `ApiKeyAuth` | `YahooFinanceScreenersResponse` | |
|
|
295
|
+
| yahoo_finance | `yahoo_finance.search` | `yahoo-finance-search` | `GET /yahoo-finance/search` | `q` (query String required)<br>`quotes_count` (query Integer)<br>`news_count` (query Integer)<br>`lists_count` (query Integer)<br>`include_research` (query bool)<br>`enable_fuzzy_query` (query bool) | `ApiKeyAuth` | `YahooFinanceSearchResponse` | |
|
|
296
|
+
| yahoo_finance | `yahoo_finance.sectors` | `yahoo-finance-sectors` | `GET /yahoo-finance/sectors` | none | `ApiKeyAuth` | `YahooFinanceSectorsResponse` | |
|
|
297
|
+
| yahoo_finance | `yahoo_finance.sector` | `yahoo-finance-sector` | `GET /yahoo-finance/sectors/{key}` | `key` (path String required) | `ApiKeyAuth` | `YahooFinanceSectorResponse` | |
|
|
298
|
+
| yahoo_finance | `yahoo_finance.ticker_actions` | `yahoo-finance-ticker-actions` | `GET /yahoo-finance/ticker/{symbol}/actions` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerActionsResponse` | |
|
|
299
|
+
| yahoo_finance | `yahoo_finance.ticker_analysts` | `yahoo-finance-ticker-analysts` | `GET /yahoo-finance/ticker/{symbol}/analysts` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerAnalystsResponse` | |
|
|
300
|
+
| yahoo_finance | `yahoo_finance.ticker_calendar` | `yahoo-finance-ticker-calendar` | `GET /yahoo-finance/ticker/{symbol}/calendar` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerCalendarResponse` | |
|
|
301
|
+
| yahoo_finance | `yahoo_finance.ticker_capital_gains` | `yahoo-finance-ticker-capital-gains` | `GET /yahoo-finance/ticker/{symbol}/capital-gains` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerCapitalGainsResponse` | |
|
|
302
|
+
| yahoo_finance | `yahoo_finance.ticker_dividends` | `yahoo-finance-ticker-dividends` | `GET /yahoo-finance/ticker/{symbol}/dividends` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerDividendsResponse` | |
|
|
303
|
+
| yahoo_finance | `yahoo_finance.ticker_earnings` | `yahoo-finance-ticker-earnings` | `GET /yahoo-finance/ticker/{symbol}/earnings` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerEarningsResponse` | |
|
|
304
|
+
| yahoo_finance | `yahoo_finance.ticker_earnings_dates` | `yahoo-finance-ticker-earnings-dates` | `GET /yahoo-finance/ticker/{symbol}/earnings-dates` | `symbol` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `YahooFinanceTickerEarningsDatesResponse` | |
|
|
305
|
+
| yahoo_finance | `yahoo_finance.ticker_financials` | `yahoo-finance-ticker-financials` | `GET /yahoo-finance/ticker/{symbol}/financials` | `symbol` (path String required)<br>`statement` (query String)<br>`period` (query String) | `ApiKeyAuth` | `YahooFinanceTickerFinancialsResponse` | |
|
|
306
|
+
| yahoo_finance | `yahoo_finance.ticker_funds` | `yahoo-finance-ticker-funds` | `GET /yahoo-finance/ticker/{symbol}/funds` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerFundsResponse` | |
|
|
307
|
+
| yahoo_finance | `yahoo_finance.ticker_history` | `yahoo-finance-ticker-history` | `GET /yahoo-finance/ticker/{symbol}/history` | `symbol` (path String required)<br>`period` (query String)<br>`start` (query String)<br>`end` (query String)<br>`interval` (query String)<br>`include_prepost` (query bool)<br>`include_actions` (query bool)<br>`auto_adjust` (query bool)<br>`back_adjust` (query bool)<br>`keepna` (query bool)<br>`rounding` (query bool) | `ApiKeyAuth` | `YahooFinanceTickerHistoryResponse` | |
|
|
308
|
+
| yahoo_finance | `yahoo_finance.ticker_history_metadata` | `yahoo-finance-ticker-history-metadata` | `GET /yahoo-finance/ticker/{symbol}/history-metadata` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerHistoryMetadataResponse` | |
|
|
309
|
+
| yahoo_finance | `yahoo_finance.ticker_holders` | `yahoo-finance-ticker-holders` | `GET /yahoo-finance/ticker/{symbol}/holders` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerHoldersResponse` | |
|
|
310
|
+
| yahoo_finance | `yahoo_finance.ticker_info` | `yahoo-finance-ticker-info` | `GET /yahoo-finance/ticker/{symbol}/info` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerInfoResponse` | |
|
|
311
|
+
| yahoo_finance | `yahoo_finance.ticker_isin` | `yahoo-finance-ticker-isin` | `GET /yahoo-finance/ticker/{symbol}/isin` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerIsinResponse` | |
|
|
312
|
+
| yahoo_finance | `yahoo_finance.ticker_news` | `yahoo-finance-ticker-news` | `GET /yahoo-finance/ticker/{symbol}/news` | `symbol` (path String required)<br>`count` (query Integer)<br>`tab` (query String) | `ApiKeyAuth` | `YahooFinanceTickerNewsResponse` | |
|
|
313
|
+
| yahoo_finance | `yahoo_finance.ticker_options` | `yahoo-finance-ticker-options` | `GET /yahoo-finance/ticker/{symbol}/options` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerOptionsResponse` | |
|
|
314
|
+
| yahoo_finance | `yahoo_finance.ticker_options_expiration` | `yahoo-finance-ticker-options-expiration` | `GET /yahoo-finance/ticker/{symbol}/options/{expiration}` | `symbol` (path String required)<br>`expiration` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerOptionsExpirationResponse` | |
|
|
315
|
+
| yahoo_finance | `yahoo_finance.ticker_quote` | `yahoo-finance-ticker-quote` | `GET /yahoo-finance/ticker/{symbol}/quote` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerQuoteResponse` | |
|
|
316
|
+
| yahoo_finance | `yahoo_finance.ticker_sec_filings` | `yahoo-finance-ticker-sec-filings` | `GET /yahoo-finance/ticker/{symbol}/sec-filings` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerSecFilingsResponse` | |
|
|
317
|
+
| yahoo_finance | `yahoo_finance.ticker_shares` | `yahoo-finance-ticker-shares` | `GET /yahoo-finance/ticker/{symbol}/shares` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerSharesResponse` | |
|
|
318
|
+
| yahoo_finance | `yahoo_finance.ticker_shares_full` | `yahoo-finance-ticker-shares-full` | `GET /yahoo-finance/ticker/{symbol}/shares-full` | `symbol` (path String required)<br>`start` (query String)<br>`end` (query String) | `ApiKeyAuth` | `YahooFinanceTickerSharesFullResponse` | |
|
|
319
|
+
| yahoo_finance | `yahoo_finance.ticker_splits` | `yahoo-finance-ticker-splits` | `GET /yahoo-finance/ticker/{symbol}/splits` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerSplitsResponse` | |
|
|
320
|
+
| yahoo_finance | `yahoo_finance.ticker_sustainability` | `yahoo-finance-ticker-sustainability` | `GET /yahoo-finance/ticker/{symbol}/sustainability` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerSustainabilityResponse` | |
|
|
321
|
+
| yahoo_finance | `yahoo_finance.ticker_valuation` | `yahoo-finance-ticker-valuation` | `GET /yahoo-finance/ticker/{symbol}/valuation` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerValuationResponse` | |
|
|
322
|
+
| yahoo_finance | `yahoo_finance.trending` | `yahoo-finance-trending` | `GET /yahoo-finance/trending/{region}` | `region` (path String required)<br>`count` (query Integer) | `ApiKeyAuth` | `YahooFinanceTrendingResponse` | |
|
|
323
|
+
| youtube | `youtube.captions` | `youtube-captions` | `GET /youtube/captions/{id}` | `id` (path String required)<br>`lang` (query String) | `ApiKeyAuth` | `YoutubeCaptionsResponse` | |
|
|
324
|
+
| youtube | `youtube.channel_playlists` | `youtube-channel-playlists` | `GET /youtube/channel/{id}/playlists` | `id` (path String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeChannelPlaylistsResponse` | |
|
|
325
|
+
| youtube | `youtube.channel_search` | `youtube-channel-search` | `GET /youtube/channel/{id}/search` | `id` (path String required)<br>`q` (query String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeChannelSearchResponse` | |
|
|
326
|
+
| youtube | `youtube.channel_shorts` | `youtube-channel-shorts` | `GET /youtube/channel/{id}/shorts` | `id` (path String required) | `ApiKeyAuth` | `YoutubeChannelShortsResponse` | |
|
|
327
|
+
| youtube | `youtube.channel_videos` | `youtube-channel-videos` | `GET /youtube/channel/{id}/videos` | `id` (path String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeChannelVideosResponse` | |
|
|
328
|
+
| youtube | `youtube.comments` | `youtube-comments` | `GET /youtube/comments/{id}` | `id` (path String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeCommentsResponse` | |
|
|
329
|
+
| youtube | `youtube.playlist` | `youtube-playlist` | `GET /youtube/playlist/{id}` | `id` (path String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubePlaylistResponse` | |
|
|
330
|
+
| youtube | `youtube.profile` | `youtube-profile` | `GET /youtube/profile/{id}` | `id` (path String required) | `ApiKeyAuth` | `YoutubeProfileResponse` | |
|
|
331
|
+
| youtube | `youtube.search` | `youtube-search` | `GET /youtube/search` | `q` (query String)<br>`search_query` (query String)<br>`continuation_token` (query String)<br>`type` (query "video" \| "channel" \| "playlist" \| "movie")<br>`sort_by` (query "relevance" \| "upload_date" \| "view_count" \| "rating")<br>`upload_date` (query "last_hour" \| "today" \| "this_week" \| "this_month" \| "this_year")<br>`duration` (query "short" \| "medium" \| "long")<br>`features` (query String)<br>`params` (query String) | `ApiKeyAuth` | `YoutubeSearchResponse` | |
|
|
332
|
+
| youtube | `youtube.tag` | `youtube-tag` | `GET /youtube/tag/{tag}` | `tag` (path String required)<br>`type` (query "all" \| "shorts")<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeTagResponse` | |
|
|
333
|
+
| youtube | `youtube.transcript` | `youtube-transcript` | `GET /youtube/transcript/{id}` | `id` (path String required)<br>`lang` (query String)<br>`translate_to` (query String)<br>`format` (query "json" \| "text" \| "srt" \| "vtt")<br>`timestamps` (query bool) | `ApiKeyAuth` | `YoutubeTranscriptResponse` | Supports text response mode. |
|
|
334
|
+
| youtube | `youtube.transcript_languages` | `youtube-transcript-languages` | `GET /youtube/transcript/{id}/languages` | `id` (path String required) | `ApiKeyAuth` | `YoutubeTranscriptLanguagesResponse` | |
|
|
335
|
+
| youtube | `youtube.video` | `youtube-video` | `GET /youtube/video/{id}` | `id` (path String required) | `ApiKeyAuth` | `YoutubeVideoResponse` | |
|
|
336
|
+
| zillow | `zillow.autocomplete` | `zillow-autocomplete` | `GET /zillow/autocomplete` | `query` (query String required)<br>`limit` (query Integer)<br>`status` (query String) | `ApiKeyAuth` | `ZillowAutocompleteResponse` | |
|
|
337
|
+
| zillow | `zillow.property` | `zillow-property` | `GET /zillow/property/{zpid}` | `zpid` (path String required) | `ApiKeyAuth` | `ZillowPropertyResponse` | |
|
|
338
|
+
| zillow | `zillow.search` | `zillow-search` | `GET /zillow/search` | `location` (query String required)<br>`page` (query Integer)<br>`status` (query String)<br>`region_id` (query Integer)<br>`region_type` (query Integer)<br>`west` (query Float)<br>`east` (query Float)<br>`south` (query Float)<br>`north` (query Float) | `ApiKeyAuth` | `ZillowSearchResponse` | |
|