crawlora 1.6.0.pre.sdk.3 → 1.8.0.pre.sdk.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbfb4a48d027454618f8fb669c260a31c48cff331f11ed3e61f0f85fe56d4c76
4
- data.tar.gz: 9fd817d9de3de43a3a507b8147300f532761cd05bbdd71312e839c07460e9b18
3
+ metadata.gz: 36129f7e8b7350f03f729c2145128e62df5bab95b7967fe4aae514d1fb49f735
4
+ data.tar.gz: 44db68771843957454b0949081084e01549b5e93cca878dc664d30f6d72e0bb1
5
5
  SHA512:
6
- metadata.gz: af0df2fbecdf987714f2ca51c865e89868bedfebc69b52f3f6b6f2beac29cd1e35dc5a2f053c4eb5d67465262ff195236b358cc02fab417fce4f1ab98cbf5c7b
7
- data.tar.gz: e3884f55f0f455d5214d690a935451482aebe22fc66bb740f89f1d0bb5839af1b348b5cbe6e00dae4ad3f91cc75f13bbd6b2f95ab7533e3b48cd5bf14cd2d867
6
+ metadata.gz: 14142688a8258cf40bec98657e14512e507dc207db2db3ed0dbb19ca7c9c21dd3eb676262666d2b072803c143414a09a891813cbf04c9a27a931deb52ce78d73
7
+ data.tar.gz: '034489ae31a54225aef9a4d2f82ac03e37f5c3288af4b33ba253f130a4f413f47bca9eaa3130c800b646d46c71f23625947c3629d2bac04aa1d50ee4f5a30ae0'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.8.0-sdk.1
4
+
5
+ - Added two new platforms, regenerated from the public API contract (now 499
6
+ operations): **Redfin** (real-estate `search`, `property`, `estimate`,
7
+ `region-trends`, `similar`) and **Web** (generic `web-scrape`, `contact`, and
8
+ the `antibot-check` diagnostic).
9
+ - Refreshed response schemas: `contact` gains `crawl_status`, `web-scrape` gains
10
+ `cache_state`/`cached_at`/`max_age`, and the Spotify country-hub responses gain
11
+ `partialErrors`.
12
+
13
+ ## v1.7.0-sdk.1
14
+
15
+ - Added six new platforms, regenerated from the public API contract (now 491
16
+ operations): **Polymarket**, **Kalshi**, and **Metaculus** (prediction
17
+ markets); **IMDb**, **Rotten Tomatoes**, and **Box Office Mojo** (film/TV).
18
+ - Expanded **Reddit**: subreddit about/comments, multi-subreddit posts,
19
+ domain posts, user posts/comments, and trends.
20
+
3
21
  ## 1.6.0-sdk.1
4
22
 
5
23
  - Added the **Reddit** platform (`reddit.search`, `reddit.post`,
data/README.md CHANGED
@@ -12,12 +12,12 @@ plus retries, pagination, middleware hooks, and client-side rate limiting.
12
12
  ## Install
13
13
 
14
14
  Published on [RubyGems](https://rubygems.org/gems/crawlora). The current release
15
- is a prerelease (`1.5.0.pre.sdk.3`), so install it with `--pre` or pin the
15
+ is a prerelease (`1.7.0.pre.sdk.1`), so install it with `--pre` or pin the
16
16
  version:
17
17
 
18
18
  ```ruby
19
19
  # Gemfile
20
- gem "crawlora", "1.5.0.pre.sdk.3"
20
+ gem "crawlora", "1.7.0.pre.sdk.1"
21
21
  ```
22
22
 
23
23
  ```sh
data/docs/operations.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
4
4
 
5
- Total operations: `338`
5
+ Total operations: `499`
6
6
 
7
7
  | Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
8
8
  | --- | --- | --- | --- | --- | --- | --- | --- |
@@ -41,6 +41,27 @@ Total operations: `338`
41
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
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
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
+ | box_office_mojo | `box_office_mojo.boxofficemojo_brand` | `boxofficemojo-brand` | `GET /boxofficemojo/brand` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoBrandResponse` | |
45
+ | box_office_mojo | `box_office_mojo.boxofficemojo_brands` | `boxofficemojo-brands` | `GET /boxofficemojo/brands` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoBrandsResponse` | |
46
+ | box_office_mojo | `box_office_mojo.boxofficemojo_calendar` | `boxofficemojo-calendar` | `GET /boxofficemojo/calendar` | `year` (query Integer required)<br>`month` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarResponse` | |
47
+ | box_office_mojo | `box_office_mojo.boxofficemojo_calendar_changes` | `boxofficemojo-calendar-changes` | `GET /boxofficemojo/calendar/changes` | `offset` (query Integer) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarChangesResponse` | |
48
+ | box_office_mojo | `box_office_mojo.boxofficemojo_calendar_date` | `boxofficemojo-calendar-date` | `GET /boxofficemojo/calendar/date` | `date` (query String required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarDateResponse` | |
49
+ | box_office_mojo | `box_office_mojo.boxofficemojo_date_domestic` | `boxofficemojo-date-domestic` | `GET /boxofficemojo/date/domestic` | `date` (query String required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoDateDomesticResponse` | |
50
+ | box_office_mojo | `box_office_mojo.boxofficemojo_franchise` | `boxofficemojo-franchise` | `GET /boxofficemojo/franchise` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoFranchiseResponse` | |
51
+ | box_office_mojo | `box_office_mojo.boxofficemojo_franchises` | `boxofficemojo-franchises` | `GET /boxofficemojo/franchises` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoFranchisesResponse` | |
52
+ | box_office_mojo | `box_office_mojo.boxofficemojo_genre` | `boxofficemojo-genre` | `GET /boxofficemojo/genre` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoGenreResponse` | |
53
+ | box_office_mojo | `box_office_mojo.boxofficemojo_genres` | `boxofficemojo-genres` | `GET /boxofficemojo/genres` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoGenresResponse` | |
54
+ | box_office_mojo | `box_office_mojo.boxofficemojo_lifetime_grosses` | `boxofficemojo-lifetime-grosses` | `GET /boxofficemojo/lifetime-grosses` | `area` (query "worldwide" \| "domestic")<br>`offset` (query Integer) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoLifetimeGrossesResponse` | |
55
+ | box_office_mojo | `box_office_mojo.boxofficemojo_release` | `boxofficemojo-release` | `GET /boxofficemojo/release` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoReleaseResponse` | |
56
+ | box_office_mojo | `box_office_mojo.boxofficemojo_release_group` | `boxofficemojo-release-group` | `GET /boxofficemojo/release-group` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoReleaseGroupResponse` | |
57
+ | box_office_mojo | `box_office_mojo.boxofficemojo_showdown` | `boxofficemojo-showdown` | `GET /boxofficemojo/showdown` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoShowdownResponse` | |
58
+ | box_office_mojo | `box_office_mojo.boxofficemojo_showdowns` | `boxofficemojo-showdowns` | `GET /boxofficemojo/showdowns` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoShowdownsResponse` | |
59
+ | box_office_mojo | `box_office_mojo.boxofficemojo_title` | `boxofficemojo-title` | `GET /boxofficemojo/title` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoTitleResponse` | |
60
+ | box_office_mojo | `box_office_mojo.boxofficemojo_weekend_domestic` | `boxofficemojo-weekend-domestic` | `GET /boxofficemojo/weekend/domestic` | `year` (query Integer required)<br>`week` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoWeekendDomesticResponse` | |
61
+ | box_office_mojo | `box_office_mojo.boxofficemojo_weekend_domestic_by_distributor` | `boxofficemojo-weekend-domestic-by-distributor` | `GET /boxofficemojo/weekend/domestic/by-distributor` | `year` (query Integer required)<br>`week` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoWeekendDomesticByDistributorResponse` | |
62
+ | box_office_mojo | `box_office_mojo.boxofficemojo_weekend_domestic_estimates` | `boxofficemojo-weekend-domestic-estimates` | `GET /boxofficemojo/weekend/domestic/estimates` | `year` (query Integer required)<br>`week` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoWeekendDomesticEstimatesResponse` | |
63
+ | box_office_mojo | `box_office_mojo.boxofficemojo_year_domestic` | `boxofficemojo-year-domestic` | `GET /boxofficemojo/year/domestic` | `year` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoYearDomesticResponse` | |
64
+ | box_office_mojo | `box_office_mojo.boxofficemojo_year_worldwide` | `boxofficemojo-year-worldwide` | `GET /boxofficemojo/year/worldwide` | `year` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoYearWorldwideResponse` | |
44
65
  | brand | `brand.retrieve` | `brand-retrieve` | `GET /brand/retrieve` | `domain` (query String required)<br>`force_language` (query String)<br>`maxSpeed` (query bool)<br>`maxAgeMs` (query Integer)<br>`timeoutMS` (query Integer) | `ApiKeyAuth` | `BrandRetrieveResponse` | |
45
66
  | 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` | |
46
67
  | 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` | |
@@ -68,6 +89,9 @@ Total operations: `338`
68
89
  | coin_gecko | `coin_gecko.token_unlocks` | `coingecko-token-unlocks` | `GET /coingecko/token-unlocks` | `limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoTokenUnlocksResponse` | |
69
90
  | 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` | |
70
91
  | 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` | |
92
+ | web | `web.contact` | `contact` | `POST /contact` | `option` (body String required) | `ApiKeyAuth` | `WebContactResponse` | |
93
+ | web | `web.antibot_check` | `antibot-check` | `POST /diagnostics/antibot-check` | `request` (body String required) | `ApiKeyAuth` | `WebAntibotCheckResponse` | |
94
+ | web | `web.scrape` | `web-scrape` | `POST /web/scrape` | `scrapeOption` (body String required) | `ApiKeyAuth` | `WebScrapeResponse` | |
71
95
  | datasets | `datasets.list` | `datasets-list` | `GET /datasets` | none | `ApiKeyAuth` | `DatasetsListResponse` | |
72
96
  | 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` | |
73
97
  | 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` | |
@@ -130,6 +154,25 @@ Total operations: `338`
130
154
  | 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` | |
131
155
  | 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` | |
132
156
  | 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` | |
157
+ | imdb | `imdb.name` | `imdb-name` | `GET /imdb/name` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameResponse` | |
158
+ | imdb | `imdb.name_awards` | `imdb-name-awards` | `GET /imdb/name/awards` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameAwardsResponse` | |
159
+ | imdb | `imdb.name_credits` | `imdb-name-credits` | `GET /imdb/name/credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameCreditsResponse` | |
160
+ | imdb | `imdb.search` | `imdb-search` | `GET /imdb/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbSearchResponse` | |
161
+ | imdb | `imdb.title` | `imdb-title` | `GET /imdb/title` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleResponse` | |
162
+ | imdb | `imdb.title_awards` | `imdb-title-awards` | `GET /imdb/title/awards` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleAwardsResponse` | |
163
+ | imdb | `imdb.title_company_credits` | `imdb-title-company-credits` | `GET /imdb/title/company-credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleCompanyCreditsResponse` | |
164
+ | imdb | `imdb.title_credits` | `imdb-title-credits` | `GET /imdb/title/credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleCreditsResponse` | |
165
+ | imdb | `imdb.title_episodes` | `imdb-title-episodes` | `GET /imdb/title/episodes` | `id` (query String)<br>`url` (query String)<br>`season` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbTitleEpisodesResponse` | |
166
+ | imdb | `imdb.title_filming_locations` | `imdb-title-filming-locations` | `GET /imdb/title/filming-locations` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleFilmingLocationsResponse` | |
167
+ | imdb | `imdb.title_goofs` | `imdb-title-goofs` | `GET /imdb/title/goofs` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleGoofsResponse` | |
168
+ | imdb | `imdb.title_keywords` | `imdb-title-keywords` | `GET /imdb/title/keywords` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleKeywordsResponse` | |
169
+ | imdb | `imdb.title_parental_guide` | `imdb-title-parental-guide` | `GET /imdb/title/parental-guide` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleParentalGuideResponse` | |
170
+ | imdb | `imdb.title_public_facts_analysis` | `imdb-title-public-facts-analysis` | `GET /imdb/title/public-facts-analysis` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitlePublicFactsAnalysisResponse` | |
171
+ | imdb | `imdb.title_quotes` | `imdb-title-quotes` | `GET /imdb/title/quotes` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleQuotesResponse` | |
172
+ | imdb | `imdb.title_release_info` | `imdb-title-release-info` | `GET /imdb/title/release-info` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleReleaseInfoResponse` | |
173
+ | imdb | `imdb.title_reviews` | `imdb-title-reviews` | `GET /imdb/title/reviews` | `id` (query String)<br>`url` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbTitleReviewsResponse` | |
174
+ | imdb | `imdb.title_technical_specs` | `imdb-title-technical-specs` | `GET /imdb/title/technical-specs` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleTechnicalSpecsResponse` | |
175
+ | imdb | `imdb.title_trivia` | `imdb-title-trivia` | `GET /imdb/title/trivia` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleTriviaResponse` | |
133
176
  | instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
134
177
  | instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
135
178
  | instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
@@ -154,11 +197,108 @@ Total operations: `338`
154
197
  | 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` | |
155
198
  | 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` | |
156
199
  | 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` | |
200
+ | kalshi | `kalshi.event` | `kalshi-event` | `GET /kalshi/event/{event_ticker}` | `event_ticker` (path String required) | `ApiKeyAuth` | `KalshiEventResponse` | |
201
+ | kalshi | `kalshi.event_history` | `kalshi-event-history` | `GET /kalshi/event/{event_ticker}/history` | `event_ticker` (path String required)<br>`series_ticker` (query String)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer)<br>`include_latest_before_start` (query bool) | `ApiKeyAuth` | `KalshiEventHistoryResponse` | |
202
+ | kalshi | `kalshi.event_metadata` | `kalshi-event-metadata` | `GET /kalshi/event/{event_ticker}/metadata` | `event_ticker` (path String required) | `ApiKeyAuth` | `KalshiEventMetadataResponse` | |
203
+ | kalshi | `kalshi.events` | `kalshi-events` | `GET /kalshi/events` | `limit` (query Integer)<br>`cursor` (query String)<br>`series_ticker` (query String)<br>`category` (query String)<br>`status` (query "open" \| "closed" \| "settled")<br>`with_nested_markets` (query bool)<br>`with_milestones` (query bool)<br>`min_close_ts` (query Integer)<br>`min_updated_ts` (query Integer) | `ApiKeyAuth` | `KalshiEventsResponse` | |
204
+ | kalshi | `kalshi.multivariate_events` | `kalshi-multivariate-events` | `GET /kalshi/events/multivariate` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `KalshiMultivariateEventsResponse` | |
205
+ | kalshi | `kalshi.exchange_schedule` | `kalshi-exchange-schedule` | `GET /kalshi/exchange/schedule` | none | `ApiKeyAuth` | `KalshiExchangeScheduleResponse` | |
206
+ | kalshi | `kalshi.exchange_status` | `kalshi-exchange-status` | `GET /kalshi/exchange/status` | none | `ApiKeyAuth` | `KalshiExchangeStatusResponse` | |
207
+ | kalshi | `kalshi.historical_cutoff` | `kalshi-historical-cutoff` | `GET /kalshi/historical/cutoff` | none | `ApiKeyAuth` | `KalshiHistoricalCutoffResponse` | |
208
+ | kalshi | `kalshi.historical_market` | `kalshi-historical-market` | `GET /kalshi/historical/market/{ticker}` | `ticker` (path String required) | `ApiKeyAuth` | `KalshiHistoricalMarketResponse` | |
209
+ | kalshi | `kalshi.historical_market_history` | `kalshi-historical-market-history` | `GET /kalshi/historical/market/{ticker}/history` | `ticker` (path String required)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer) | `ApiKeyAuth` | `KalshiHistoricalMarketHistoryResponse` | |
210
+ | kalshi | `kalshi.historical_markets` | `kalshi-historical-markets` | `GET /kalshi/historical/markets` | `limit` (query Integer)<br>`cursor` (query String)<br>`tickers` (query String)<br>`event_ticker` (query String)<br>`series_ticker` (query String)<br>`mve_filter` (query "exclude") | `ApiKeyAuth` | `KalshiHistoricalMarketsResponse` | |
211
+ | kalshi | `kalshi.historical_trades` | `kalshi-historical-trades` | `GET /kalshi/historical/trades` | `limit` (query Integer)<br>`cursor` (query String)<br>`ticker` (query String)<br>`min_ts` (query Integer)<br>`max_ts` (query Integer) | `ApiKeyAuth` | `KalshiHistoricalTradesResponse` | |
212
+ | kalshi | `kalshi.market` | `kalshi-market` | `GET /kalshi/market/{ticker}` | `ticker` (path String required) | `ApiKeyAuth` | `KalshiMarketResponse` | |
213
+ | kalshi | `kalshi.market_history` | `kalshi-market-history` | `GET /kalshi/market/{ticker}/history` | `ticker` (path String required)<br>`series_ticker` (query String)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer)<br>`include_latest_before_start` (query bool) | `ApiKeyAuth` | `KalshiMarketHistoryResponse` | |
214
+ | kalshi | `kalshi.market_orderbook` | `kalshi-market-orderbook` | `GET /kalshi/market/{ticker}/orderbook` | `ticker` (path String required) | `ApiKeyAuth` | `KalshiMarketOrderbookResponse` | |
215
+ | kalshi | `kalshi.markets` | `kalshi-markets` | `GET /kalshi/markets` | `limit` (query Integer)<br>`cursor` (query String)<br>`event_ticker` (query String)<br>`series_ticker` (query String)<br>`status` (query "unopened" \| "open" \| "closed" \| "settled")<br>`ticker` (query String) | `ApiKeyAuth` | `KalshiMarketsResponse` | |
216
+ | kalshi | `kalshi.markets_history` | `kalshi-markets-history` | `GET /kalshi/markets/history` | `market_tickers` (query String required)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer)<br>`include_latest_before_start` (query bool) | `ApiKeyAuth` | `KalshiMarketsHistoryResponse` | |
217
+ | kalshi | `kalshi.markets_orderbooks` | `kalshi-markets-orderbooks` | `GET /kalshi/markets/orderbooks` | `tickers` (query String required) | `ApiKeyAuth` | `KalshiMarketsOrderbooksResponse` | |
218
+ | kalshi | `kalshi.series` | `kalshi-series` | `GET /kalshi/series` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `KalshiSeriesResponse` | |
219
+ | kalshi | `kalshi.series_detail` | `kalshi-series-detail` | `GET /kalshi/series/{series_ticker}` | `series_ticker` (path String required) | `ApiKeyAuth` | `KalshiSeriesDetailResponse` | |
220
+ | kalshi | `kalshi.trades` | `kalshi-trades` | `GET /kalshi/trades` | `limit` (query Integer)<br>`cursor` (query String)<br>`ticker` (query String)<br>`min_ts` (query Integer)<br>`max_ts` (query Integer) | `ApiKeyAuth` | `KalshiTradesResponse` | |
157
221
  | linked_in | `linked_in.linkedin_company` | `linkedin-company` | `GET /linkedin/company/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinCompanyResponse` | |
158
222
  | linked_in | `linked_in.linkedin_product` | `linkedin-product` | `GET /linkedin/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinProductResponse` | |
159
223
  | linked_in | `linked_in.linkedin_showcase` | `linkedin-showcase` | `GET /linkedin/showcase/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinShowcaseResponse` | |
224
+ | metaculus | `metaculus.category_questions` | `metaculus-category-questions` | `GET /metaculus/category/{slug}/questions` | `slug` (path "artificial-intelligence" \| "computing-and-math" \| "cryptocurrencies" \| "economy-business" \| "elections" \| "environment-climate" \| "geopolitics" \| "health-pandemics" \| "law" \| "metaculus" \| "natural-sciences" \| "nuclear" \| "politics" \| "social-sciences" \| "space" \| "sports-entertainment" \| "technology" required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusCategoryQuestionsResponse` | |
225
+ | metaculus | `metaculus.comments_feed` | `metaculus-comments-feed` | `GET /metaculus/comments-feed` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusCommentsFeedResponse` | |
226
+ | metaculus | `metaculus.project_questions` | `metaculus-project-questions` | `GET /metaculus/project/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusProjectQuestionsResponse` | |
227
+ | metaculus | `metaculus.question` | `metaculus-question` | `GET /metaculus/question/{id}` | `id` (path String required) | `ApiKeyAuth` | `MetaculusQuestionResponse` | |
228
+ | metaculus | `metaculus.question_forecast_history` | `metaculus-question-forecast-history` | `GET /metaculus/question/{id}/forecast-history` | `id` (path String required)<br>`method` (query "recency_weighted" \| "unweighted" \| "single_aggregation")<br>`max_points` (query Integer) | `ApiKeyAuth` | `MetaculusQuestionForecastHistoryResponse` | |
229
+ | metaculus | `metaculus.question_forecasts` | `metaculus-question-forecasts` | `GET /metaculus/question/{id}/forecasts` | `id` (path String required) | `ApiKeyAuth` | `MetaculusQuestionForecastsResponse` | |
230
+ | metaculus | `metaculus.question_metadata` | `metaculus-question-metadata` | `GET /metaculus/question/{id}/metadata` | `id` (path String required) | `ApiKeyAuth` | `MetaculusQuestionMetadataResponse` | |
231
+ | metaculus | `metaculus.question_options` | `metaculus-question-options` | `GET /metaculus/question/{id}/options` | `id` (path String required)<br>`method` (query "recency_weighted" \| "unweighted" \| "single_aggregation") | `ApiKeyAuth` | `MetaculusQuestionOptionsResponse` | |
232
+ | metaculus | `metaculus.questions` | `metaculus-questions` | `GET /metaculus/questions` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusQuestionsResponse` | |
233
+ | metaculus | `metaculus.top_comments` | `metaculus-top-comments` | `GET /metaculus/top-comments` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusTopCommentsResponse` | |
234
+ | metaculus | `metaculus.tournament_questions` | `metaculus-tournament-questions` | `GET /metaculus/tournament/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusTournamentQuestionsResponse` | |
160
235
  | meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
161
236
  | meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
237
+ | polymarket | `polymarket.activity_trades` | `polymarket-activity-trades` | `GET /polymarket/activity/trades` | `limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000")<br>`event_id` (query String)<br>`market` (query String) | `ApiKeyAuth` | `PolymarketActivityTradesResponse` | |
238
+ | polymarket | `polymarket.clob_market` | `polymarket-clob-market` | `GET /polymarket/clob/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketClobMarketResponse` | |
239
+ | polymarket | `polymarket.dashboard_macro` | `polymarket-dashboard-macro` | `GET /polymarket/dashboards/macro` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketDashboardMacroResponse` | |
240
+ | polymarket | `polymarket.data_followers` | `polymarket-data-followers` | `GET /polymarket/data/followers/{address}` | `address` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketDataFollowersResponse` | |
241
+ | polymarket | `polymarket.data_following` | `polymarket-data-following` | `GET /polymarket/data/following/{address}` | `address` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketDataFollowingResponse` | |
242
+ | polymarket | `polymarket.data_follows_counts` | `polymarket-data-follows-counts` | `GET /polymarket/data/follows/counts/{address}` | `address` (path String required) | `ApiKeyAuth` | `PolymarketDataFollowsCountsResponse` | |
243
+ | polymarket | `polymarket.event_detail_by_id` | `polymarket-event-detail-by-id` | `GET /polymarket/event/id/{id}` | `id` (path String required) | `ApiKeyAuth` | `PolymarketEventDetailByIdResponse` | |
244
+ | polymarket | `polymarket.event_activity_by_id` | `polymarket-event-activity-by-id` | `GET /polymarket/event/id/{id}/activity` | `id` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000") | `ApiKeyAuth` | `PolymarketEventActivityByIdResponse` | |
245
+ | polymarket | `polymarket.event_detail` | `polymarket-event-detail` | `GET /polymarket/event/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketEventDetailResponse` | |
246
+ | polymarket | `polymarket.event_activity` | `polymarket-event-activity` | `GET /polymarket/event/{slug}/activity` | `slug` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000") | `ApiKeyAuth` | `PolymarketEventActivityResponse` | |
247
+ | polymarket | `polymarket.events` | `polymarket-events` | `GET /polymarket/events` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query "volume24hr" \| "volume" \| "liquidity" \| "endDate" \| "updatedAt" \| "createdAt" \| "id" \| "slug" \| "title" \| "question" \| "label")<br>`ascending` (query bool)<br>`closed` (query "true" \| "false") | `ApiKeyAuth` | `PolymarketEventsResponse` | |
248
+ | polymarket | `polymarket.events_similar` | `polymarket-events-similar` | `GET /polymarket/events/similar` | `id` (query Integer)<br>`event_title` (query String)<br>`event_slug` (query String)<br>`market_title` (query String)<br>`market_slug` (query String)<br>`limit` (query Integer)<br>`closed` (query "true" \| "false") | `ApiKeyAuth` | `PolymarketEventsSimilarResponse` | |
249
+ | polymarket | `polymarket.event_tags` | `polymarket-event-tags` | `GET /polymarket/events/{id}/tags` | `id` (path String required) | `ApiKeyAuth` | `PolymarketEventTagsResponse` | |
250
+ | polymarket | `polymarket.fee_types` | `polymarket-fee-types` | `GET /polymarket/fee-types` | `active` (query "true" \| "false")<br>`search` (query String) | `ApiKeyAuth` | `PolymarketFeeTypesResponse` | |
251
+ | polymarket | `polymarket.games` | `polymarket-games` | `GET /polymarket/games` | `sport` (query String)<br>`ticker` (query String) | `ApiKeyAuth` | `PolymarketGamesResponse` | |
252
+ | polymarket | `polymarket.homepage_feed` | `polymarket-homepage-feed` | `GET /polymarket/homepage/feed` | `feed` (query "trending" \| "breaking" \| "new" \| "politics" \| "sports" \| "crypto" \| "esports" \| "iran" \| "finance" \| "geopolitics" \| "tech" \| "culture" \| "economy" \| "weather" \| "mentions" \| "elections")<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketHomepageFeedResponse` | |
253
+ | polymarket | `polymarket.leaderboard` | `polymarket-leaderboard` | `GET /polymarket/leaderboard` | `window` (query "1d" \| "7d" \| "30d" \| "all")<br>`sort_by` (query "profit" \| "volume")<br>`limit` (query Integer) | `ApiKeyAuth` | `PolymarketLeaderboardResponse` | |
254
+ | polymarket | `polymarket.market_clarifications` | `polymarket-market-clarifications` | `GET /polymarket/market-clarifications` | `market_id` (query String)<br>`event_id` (query String)<br>`state` (query String)<br>`question_id` (query String)<br>`tx_hash` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketMarketClarificationsResponse` | |
255
+ | polymarket | `polymarket.market_detail_by_condition` | `polymarket-market-detail-by-condition` | `GET /polymarket/market/condition/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketMarketDetailByConditionResponse` | |
256
+ | polymarket | `polymarket.market_activity_by_condition` | `polymarket-market-activity-by-condition` | `GET /polymarket/market/condition/{condition_id}/activity` | `condition_id` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000") | `ApiKeyAuth` | `PolymarketMarketActivityByConditionResponse` | |
257
+ | polymarket | `polymarket.market_liquidity_by_condition` | `polymarket-market-liquidity-by-condition` | `GET /polymarket/market/condition/{condition_id}/liquidity` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketMarketLiquidityByConditionResponse` | |
258
+ | polymarket | `polymarket.market_detail_by_slug` | `polymarket-market-detail-by-slug` | `GET /polymarket/market/slug/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketMarketDetailBySlugResponse` | |
259
+ | polymarket | `polymarket.market_liquidity_by_slug` | `polymarket-market-liquidity-by-slug` | `GET /polymarket/market/slug/{slug}/liquidity` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketMarketLiquidityBySlugResponse` | |
260
+ | polymarket | `polymarket.market_detail` | `polymarket-market-detail` | `GET /polymarket/market/{id}` | `id` (path String required) | `ApiKeyAuth` | `PolymarketMarketDetailResponse` | |
261
+ | polymarket | `polymarket.market_liquidity` | `polymarket-market-liquidity` | `GET /polymarket/market/{id}/liquidity` | `id` (path String required) | `ApiKeyAuth` | `PolymarketMarketLiquidityResponse` | |
262
+ | polymarket | `polymarket.market_tags` | `polymarket-market-tags` | `GET /polymarket/market/{id}/tags` | `id` (path String required) | `ApiKeyAuth` | `PolymarketMarketTagsResponse` | |
263
+ | polymarket | `polymarket.markets` | `polymarket-markets` | `GET /polymarket/markets` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query "volume24hr" \| "volume" \| "liquidity" \| "endDate" \| "updatedAt" \| "createdAt" \| "id" \| "slug" \| "title" \| "question" \| "label")<br>`ascending` (query bool)<br>`closed` (query "true" \| "false") | `ApiKeyAuth` | `PolymarketMarketsResponse` | |
264
+ | polymarket | `polymarket.predictions` | `polymarket-predictions` | `GET /polymarket/predictions` | `status` (query "active" \| "resolved" \| "all")<br>`sort` (query "competitive" \| "volume" \| "volume_24hr" \| "ending_soon" \| "liquidity" \| "newest" \| "closed_time")<br>`tag` (query String)<br>`recurrence` (query "hourly" \| "daily" \| "weekly" \| "monthly" \| "yearly")<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketPredictionsResponse` | |
265
+ | polymarket | `polymarket.rewards_market` | `polymarket-rewards-market` | `GET /polymarket/rewards/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketRewardsMarketResponse` | |
266
+ | polymarket | `polymarket.rewards_markets` | `polymarket-rewards-markets` | `GET /polymarket/rewards/markets` | `order_by` (query "market" \| "earnings" \| "max_spread" \| "min_size" \| "rate_per_day" \| "price" \| "earning_percentage" \| "spread")<br>`position` (query "asc" \| "desc")<br>`date` (query String)<br>`q` (query String)<br>`tag_slug` (query "all" \| "politics" \| "sports" \| "crypto" \| "pop-culture" \| "middle-east" \| "business" \| "science")<br>`cursor` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `PolymarketRewardsMarketsResponse` | |
267
+ | polymarket | `polymarket.search` | `polymarket-search` | `GET /polymarket/search` | `q` (query String required)<br>`limit` (query Integer)<br>`status` (query "open" \| "closed" \| "all")<br>`sort` (query "relevance" \| "volume24hr" \| "volume" \| "liquidity" \| "endDate")<br>`ascending` (query bool)<br>`include_tags` (query bool)<br>`include_profiles` (query bool) | `ApiKeyAuth` | `PolymarketSearchResponse` | |
268
+ | polymarket | `polymarket.sports` | `polymarket-sports` | `GET /polymarket/sports` | none | `ApiKeyAuth` | `PolymarketSportsResponse` | |
269
+ | polymarket | `polymarket.sports_by_partner` | `polymarket-sports-by-partner` | `GET /polymarket/sports/by-partner` | `partner` (query String)<br>`external_id` (query String) | `ApiKeyAuth` | `PolymarketSportsByPartnerResponse` | |
270
+ | polymarket | `polymarket.sports_market_types` | `polymarket-sports-market-types` | `GET /polymarket/sports/market-types` | none | `ApiKeyAuth` | `PolymarketSportsMarketTypesResponse` | |
271
+ | polymarket | `polymarket.sports_summary` | `polymarket-sports-summary` | `GET /polymarket/sports/summary` | none | `ApiKeyAuth` | `PolymarketSportsSummaryResponse` | |
272
+ | polymarket | `polymarket.sport` | `polymarket-sport` | `GET /polymarket/sports/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketSportResponse` | |
273
+ | polymarket | `polymarket.sport_external_partners` | `polymarket-sport-external-partners` | `GET /polymarket/sports/{id}/external-partners` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketSportExternalPartnersResponse` | |
274
+ | polymarket | `polymarket.sport_external_partner` | `polymarket-sport-external-partner` | `GET /polymarket/sports/{id}/external-partners/{partner_ref}` | `id` (path Integer required)<br>`partner_ref` (path String required) | `ApiKeyAuth` | `PolymarketSportExternalPartnerResponse` | |
275
+ | polymarket | `polymarket.spotlights` | `polymarket-spotlights` | `GET /polymarket/spotlights` | none | `ApiKeyAuth` | `PolymarketSpotlightsResponse` | |
276
+ | polymarket | `polymarket.spotlights_keyset` | `polymarket-spotlights-keyset` | `GET /polymarket/spotlights/keyset` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketSpotlightsKeysetResponse` | |
277
+ | polymarket | `polymarket.spotlight` | `polymarket-spotlight` | `GET /polymarket/spotlights/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketSpotlightResponse` | |
278
+ | polymarket | `polymarket.status` | `polymarket-status` | `GET /polymarket/status` | none | `ApiKeyAuth` | `PolymarketStatusResponse` | |
279
+ | polymarket | `polymarket.tag_by_slug` | `polymarket-tag-by-slug` | `GET /polymarket/tag/slug/{slug}` | `slug` (path String required)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketTagBySlugResponse` | |
280
+ | polymarket | `polymarket.related_tags_by_slug` | `polymarket-related-tags-by-slug` | `GET /polymarket/tag/slug/{slug}/related-tags` | `slug` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagsBySlugResponse` | |
281
+ | polymarket | `polymarket.related_tag_rows_by_slug` | `polymarket-related-tag-rows-by-slug` | `GET /polymarket/tag/slug/{slug}/related-tags/tags` | `slug` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagRowsBySlugResponse` | |
282
+ | polymarket | `polymarket.tag` | `polymarket-tag` | `GET /polymarket/tag/{id}` | `id` (path String required)<br>`include_template` (query bool)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketTagResponse` | |
283
+ | polymarket | `polymarket.related_tags` | `polymarket-related-tags` | `GET /polymarket/tag/{id}/related-tags` | `id` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagsResponse` | |
284
+ | polymarket | `polymarket.related_tag_rows` | `polymarket-related-tag-rows` | `GET /polymarket/tag/{id}/related-tags/tags` | `id` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagRowsResponse` | |
285
+ | polymarket | `polymarket.tags` | `polymarket-tags` | `GET /polymarket/tags` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query "volume24hr" \| "volume" \| "liquidity" \| "endDate" \| "updatedAt" \| "createdAt" \| "id" \| "slug" \| "title" \| "question" \| "label")<br>`ascending` (query "true" \| "false")<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketTagsResponse` | |
286
+ | polymarket | `polymarket.teams` | `polymarket-teams` | `GET /polymarket/teams` | `league` (query String)<br>`name` (query String)<br>`abbreviation` (query String)<br>`provider_id` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool) | `ApiKeyAuth` | `PolymarketTeamsResponse` | |
287
+ | polymarket | `polymarket.teams_by_partner` | `polymarket-teams-by-partner` | `GET /polymarket/teams/by-partner` | `partner` (query String)<br>`external_id` (query String) | `ApiKeyAuth` | `PolymarketTeamsByPartnerResponse` | |
288
+ | polymarket | `polymarket.team` | `polymarket-team` | `GET /polymarket/teams/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTeamResponse` | |
289
+ | polymarket | `polymarket.team_external_partners` | `polymarket-team-external-partners` | `GET /polymarket/teams/{id}/external-partners` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTeamExternalPartnersResponse` | |
290
+ | polymarket | `polymarket.team_external_partner` | `polymarket-team-external-partner` | `GET /polymarket/teams/{id}/external-partners/{partner_ref}` | `id` (path Integer required)<br>`partner_ref` (path String required) | `ApiKeyAuth` | `PolymarketTeamExternalPartnerResponse` | |
291
+ | polymarket | `polymarket.token_midpoint` | `polymarket-token-midpoint` | `GET /polymarket/token/{token_id}/midpoint` | `token_id` (path String required) | `ApiKeyAuth` | `PolymarketTokenMidpointResponse` | |
292
+ | polymarket | `polymarket.token_orderbook` | `polymarket-token-orderbook` | `GET /polymarket/token/{token_id}/orderbook` | `token_id` (path String required) | `ApiKeyAuth` | `PolymarketTokenOrderbookResponse` | |
293
+ | polymarket | `polymarket.token_price` | `polymarket-token-price` | `GET /polymarket/token/{token_id}/price` | `token_id` (path String required)<br>`side` (query "buy" \| "sell") | `ApiKeyAuth` | `PolymarketTokenPriceResponse` | |
294
+ | polymarket | `polymarket.token_price_history` | `polymarket-token-price-history` | `GET /polymarket/token/{token_id}/price-history` | `token_id` (path String required)<br>`interval` (query "1m" \| "1h" \| "6h" \| "1d" \| "1w" \| "all" \| "max")<br>`fidelity` (query Integer)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer) | `ApiKeyAuth` | `PolymarketTokenPriceHistoryResponse` | |
295
+ | polymarket | `polymarket.token_spread` | `polymarket-token-spread` | `GET /polymarket/token/{token_id}/spread` | `token_id` (path String required) | `ApiKeyAuth` | `PolymarketTokenSpreadResponse` | |
296
+ | polymarket | `polymarket.tokens_midpoints` | `polymarket-tokens-midpoints` | `POST /polymarket/tokens/midpoints` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensMidpointsResponse` | |
297
+ | polymarket | `polymarket.tokens_orderbooks` | `polymarket-tokens-orderbooks` | `POST /polymarket/tokens/orderbooks` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensOrderbooksResponse` | |
298
+ | polymarket | `polymarket.tokens_prices` | `polymarket-tokens-prices` | `POST /polymarket/tokens/prices` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensPricesResponse` | |
299
+ | polymarket | `polymarket.tokens_spreads` | `polymarket-tokens-spreads` | `POST /polymarket/tokens/spreads` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensSpreadsResponse` | |
300
+ | polymarket | `polymarket.tournaments` | `polymarket-tournaments` | `GET /polymarket/tournaments` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool) | `ApiKeyAuth` | `PolymarketTournamentsResponse` | |
301
+ | polymarket | `polymarket.tournament` | `polymarket-tournament` | `GET /polymarket/tournaments/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTournamentResponse` | |
162
302
  | product_hunt | `product_hunt.category` | `producthunt-category` | `GET /producthunt/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `ProductHuntCategoryResponse` | |
163
303
  | 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` | |
164
304
  | 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` | |
@@ -171,12 +311,33 @@ Total operations: `338`
171
311
  | product_hunt | `product_hunt.reviews` | `producthunt-reviews` | `GET /producthunt/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntReviewsResponse` | |
172
312
  | 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` | |
173
313
  | reddit | `reddit.comments` | `reddit-comments` | `GET /reddit/comments/{id}` | `id` (path String required)<br>`sort` (query "confidence" \| "top" \| "new" \| "controversial" \| "old" \| "qa")<br>`limit` (query Integer)<br>`depth` (query Integer) | `ApiKeyAuth` | `RedditCommentsResponse` | |
314
+ | reddit | `reddit.domain_posts` | `reddit-domain-posts` | `GET /reddit/domain/{domain}/posts` | `domain` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditDomainPostsResponse` | |
174
315
  | reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `RedditPostResponse` | |
175
316
  | reddit | `reddit.search` | `reddit-search` | `GET /reddit/search` | `q` (query String required)<br>`subreddit` (query String)<br>`sort` (query "relevance" \| "hot" \| "new" \| "top" \| "comments")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSearchResponse` | |
317
+ | reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RedditSubredditAboutResponse` | |
318
+ | reddit | `reddit.subreddit_comments` | `reddit-subreddit-comments` | `GET /reddit/subreddit/{subreddit}/comments` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditCommentsResponse` | |
176
319
  | reddit | `reddit.subreddit_posts` | `reddit-subreddit-posts` | `GET /reddit/subreddit/{subreddit}/posts` | `subreddit` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditPostsResponse` | |
320
+ | reddit | `reddit.subreddits_posts` | `reddit-subreddits-posts` | `GET /reddit/subreddits/posts` | `subreddits` (query String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditsPostsResponse` | |
321
+ | reddit | `reddit.trends` | `reddit-trends` | `GET /reddit/trends` | `sort` (query "hot" \| "new" \| "rising" \| "top")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditTrendsResponse` | |
322
+ | reddit | `reddit.user_comments` | `reddit-user-comments` | `GET /reddit/user/{username}/comments` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditUserCommentsResponse` | |
323
+ | reddit | `reddit.user_posts` | `reddit-user-posts` | `GET /reddit/user/{username}/posts` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditUserPostsResponse` | |
324
+ | redfin | `redfin.estimate` | `redfin-estimate` | `GET /redfin/estimate` | `property_id` (query String required) | `ApiKeyAuth` | `RedfinEstimateResponse` | |
325
+ | redfin | `redfin.property` | `redfin-property` | `GET /redfin/property` | `url` (query String)<br>`property_id` (query String)<br>`listing_id` (query String) | `ApiKeyAuth` | `RedfinPropertyResponse` | |
326
+ | redfin | `redfin.region_trends` | `redfin-region-trends` | `GET /redfin/region-trends` | `region_id` (query Integer required)<br>`region_type` (query Integer) | `ApiKeyAuth` | `RedfinRegionTrendsResponse` | |
327
+ | redfin | `redfin.search` | `redfin-search` | `GET /redfin/search` | `location` (query String)<br>`page` (query Integer)<br>`region_id` (query Integer)<br>`region_type` (query Integer)<br>`status` (query String)<br>`min_price` (query Integer)<br>`max_price` (query Integer)<br>`min_beds` (query Integer)<br>`min_baths` (query Float) | `ApiKeyAuth` | `RedfinSearchResponse` | |
328
+ | redfin | `redfin.similar` | `redfin-similar` | `GET /redfin/similar` | `property_id` (query String required) | `ApiKeyAuth` | `RedfinSimilarResponse` | |
177
329
  | referrals | `referrals.click` | `referrals-click` | `POST /referrals/click` | `request` (body String required) | none | `ReferralsClickResponse` | |
178
330
  | referrals | `referrals.me` | `referrals-me` | `GET /referrals/me` | none | `JWTAuth` | `ReferralsMeResponse` | |
179
331
  | referrals | `referrals.me_events` | `referrals-me-events` | `GET /referrals/me/events` | `limit` (query Integer) | `JWTAuth` | `ReferralsMeEventsResponse` | |
332
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_browse_movies` | `rottentomatoes-browse-movies` | `GET /rottentomatoes/browse/movies` | `list` (query "movies_in_theaters" \| "movies_at_home" \| "movies_coming_soon")<br>`sort` (query "popular" \| "newest" \| "top_box_office")<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesBrowseMoviesResponse` | |
333
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_browse_tv` | `rottentomatoes-browse-tv` | `GET /rottentomatoes/browse/tv` | `list` (query "tv_series_browse")<br>`sort` (query "popular" \| "newest")<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesBrowseTvResponse` | |
334
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_episode` | `rottentomatoes-episode` | `GET /rottentomatoes/episode` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesEpisodeResponse` | |
335
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_movie` | `rottentomatoes-movie` | `GET /rottentomatoes/movie` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesMovieResponse` | |
336
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_movie_reviews` | `rottentomatoes-movie-reviews` | `GET /rottentomatoes/movie/reviews` | `path` (query String)<br>`url` (query String)<br>`type` (query "critics" \| "top-critics" \| "audience" \| "verified-audience")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesMovieReviewsResponse` | |
337
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_person` | `rottentomatoes-person` | `GET /rottentomatoes/person` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesPersonResponse` | |
338
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_search` | `rottentomatoes-search` | `GET /rottentomatoes/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSearchResponse` | |
339
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_season` | `rottentomatoes-season` | `GET /rottentomatoes/season` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeasonResponse` | |
340
+ | rotten_tomatoes | `rotten_tomatoes.rottentomatoes_series` | `rottentomatoes-series` | `GET /rottentomatoes/series` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeriesResponse` | |
180
341
  | 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` | |
181
342
  | shop_app | `shop_app.categories` | `shop-app-categories` | `GET /shop-app/categories` | none | `ApiKeyAuth` | `ShopAppCategoriesResponse` | |
182
343
  | shop_app | `shop_app.product` | `shop-app-product` | `GET /shop-app/products/{id}` | `id` (path String required)<br>`variant_id` (query String) | `ApiKeyAuth` | `ShopAppProductResponse` | |