crawlora 1.15.0.pre.sdk.1 → 1.19.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 +4 -4
- data/CHANGELOG.md +42 -0
- data/README.md +2 -2
- data/docs/operations.md +154 -3
- data/docs/recipes.md +18 -0
- data/lib/crawlora/operations.rb +13736 -6739
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +67450 -44951
- data/sig/crawlora.rbs +201 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f111af621b0b0bb3abbf16718d8919d42d4ec0173fe1a8e7998976a2454a0b0
|
|
4
|
+
data.tar.gz: ec6cf878232fa65fd3e07a6e54a9849019a3e68fac7482b79a8f580cb35ef29e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d140ee1972824557a4d7a859b0beaf8b8a2ec98acdd416e8b0be41294b74028fe9b91cc53a80f2f52d079768da343607b134eed76dd82d655d7849649412e39a
|
|
7
|
+
data.tar.gz: 2bbde335a646a697cb4b5a52a8a825638ed311d4d2c35ab21abeeb9b614a88490c1615cc4064b07be18fc6e7497d89c7bdeb2946f657af1c957b2873a7bffb47
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.19.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Regenerated from the public API contract (737 to 776 operations). Adds **7 more
|
|
6
|
+
ATS job-board providers** — Workable, Recruitee, Rippling, Personio, Teamtailor,
|
|
7
|
+
Oracle Recruiting Cloud, and UKG Pro — bringing the `/jobs` family to 12 providers,
|
|
8
|
+
plus the **jobs dataset** (`/datasets/jobs` search, item, facets, companies) over
|
|
9
|
+
live postings crawled from every discovered company ATS board.
|
|
10
|
+
|
|
11
|
+
## v1.18.0-sdk.1
|
|
12
|
+
|
|
13
|
+
- Regenerated from the public API contract (697 to 737 operations). Adds
|
|
14
|
+
**Capterra** software discovery and reviews (3), **Metacritic** games, movies,
|
|
15
|
+
TV titles and reviews (10), **Numbeo** cost-of-living and quality indices (8),
|
|
16
|
+
and **Walmart** search, products, and reviews (3).
|
|
17
|
+
- Adds 16 dataset operations: Chrome Web Store extension search, facets,
|
|
18
|
+
history, metrics, changes, and trending (7); journalist discovery (3);
|
|
19
|
+
Numbeo city and country search (5); and TrustMRR revenue history (1).
|
|
20
|
+
|
|
21
|
+
## v1.17.0-sdk.1
|
|
22
|
+
|
|
23
|
+
- Regenerated from the public API contract (685 to 697 operations). Adds two
|
|
24
|
+
credential-free platforms (12 endpoints):
|
|
25
|
+
**Anime** (9) — search, details, characters, staff, recommendations, rankings,
|
|
26
|
+
the upcoming airing schedule, plus character lookup and search.
|
|
27
|
+
**Manga** (3) — search, details, and rankings.
|
|
28
|
+
Both draw on AniList's public catalog: scores, popularity, favourites, genres,
|
|
29
|
+
ranked tags, studios, and MyAnimeList cross-reference ids.
|
|
30
|
+
|
|
31
|
+
## v1.16.0-sdk.1
|
|
32
|
+
|
|
33
|
+
- Regenerated from the public API contract (658 to 685 operations). Adds four
|
|
34
|
+
credential-free media platforms (27 endpoints):
|
|
35
|
+
**Discogs** (7) — release, master, artist and artist releases, label and label
|
|
36
|
+
releases, and search across the Discogs music database.
|
|
37
|
+
**Letterboxd** (8) — film details, rating histogram, reviews, similar films,
|
|
38
|
+
search, person, popular films, and member profiles.
|
|
39
|
+
**TMDB** (6) — movie, TV, and person details, multi-search, and curated
|
|
40
|
+
movie/TV lists from The Movie Database.
|
|
41
|
+
**Goodreads** (6) — book details and reviews, search, author details and
|
|
42
|
+
author books, and Listopia lists.
|
|
43
|
+
All over credential-free public pages and JSON endpoints.
|
|
44
|
+
|
|
3
45
|
## v1.15.0-sdk.1
|
|
4
46
|
|
|
5
47
|
- Regenerated from the public API contract (603 to 625 operations). Adds the
|
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.
|
|
15
|
+
is a prerelease (`1.18.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.
|
|
20
|
+
gem "crawlora", "1.18.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: `
|
|
5
|
+
Total operations: `776`
|
|
6
6
|
|
|
7
7
|
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
8
|
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
@@ -16,6 +16,15 @@ Total operations: `625`
|
|
|
16
16
|
| amazon | `amazon.product` | `amazon-product` | `GET /amazon/product/{asin}` | `asin` (path String required)<br>`language` (query "en_US")<br>`currency` (query "USD") | `ApiKeyAuth` | `AmazonProductResponse` | |
|
|
17
17
|
| amazon | `amazon.search` | `amazon-search` | `GET /amazon/search` | `k` (query String required)<br>`s` (query String)<br>`page` (query Integer) | `ApiKeyAuth` | `AmazonSearchResponse` | |
|
|
18
18
|
| amazon | `amazon.suggest` | `amazon-suggest` | `GET /amazon/suggest/{keyword}` | `keyword` (path String required) | `ApiKeyAuth` | `AmazonSuggestResponse` | |
|
|
19
|
+
| anime | `anime.airing_schedule` | `anime-airing-schedule` | `GET /anime/airing-schedule` | `page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeAiringScheduleResponse` | |
|
|
20
|
+
| anime | `anime.character_search` | `anime-character-search` | `GET /anime/character/search` | `query` (query String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeCharacterSearchResponse` | |
|
|
21
|
+
| anime | `anime.character` | `anime-character` | `GET /anime/character/{id}` | `id` (path String required) | `ApiKeyAuth` | `AnimeCharacterResponse` | |
|
|
22
|
+
| anime | `anime.rankings` | `anime-rankings` | `GET /anime/rankings` | `sort` (query String)<br>`season` (query String)<br>`season_year` (query Integer)<br>`format` (query String)<br>`genre` (query String)<br>`status` (query String)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeRankingsResponse` | |
|
|
23
|
+
| anime | `anime.search` | `anime-search` | `GET /anime/search` | `query` (query String required)<br>`sort` (query String)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeSearchResponse` | |
|
|
24
|
+
| anime | `anime.title` | `anime-title` | `GET /anime/title/{id}` | `id` (path String required)<br>`mal` (query bool) | `ApiKeyAuth` | `AnimeTitleResponse` | |
|
|
25
|
+
| anime | `anime.title_characters` | `anime-title-characters` | `GET /anime/title/{id}/characters` | `id` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeTitleCharactersResponse` | |
|
|
26
|
+
| anime | `anime.title_recommendations` | `anime-title-recommendations` | `GET /anime/title/{id}/recommendations` | `id` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeTitleRecommendationsResponse` | |
|
|
27
|
+
| anime | `anime.title_staff` | `anime-title-staff` | `GET /anime/title/{id}/staff` | `id` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `AnimeTitleStaffResponse` | |
|
|
19
28
|
| 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` | |
|
|
20
29
|
| 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` | |
|
|
21
30
|
| 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` | |
|
|
@@ -71,6 +80,9 @@ Total operations: `625`
|
|
|
71
80
|
| 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` | |
|
|
72
81
|
| 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` | |
|
|
73
82
|
| 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` | |
|
|
83
|
+
| capterra | `capterra.product` | `capterra-product` | `GET /capterra/product` | `product_id` (query String required) | `ApiKeyAuth` | `CapterraProductResponse` | |
|
|
84
|
+
| capterra | `capterra.reviews` | `capterra-reviews` | `GET /capterra/product/reviews` | `product_id` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `CapterraReviewsResponse` | |
|
|
85
|
+
| capterra | `capterra.search` | `capterra-search` | `GET /capterra/search` | `q` (query String required) | `ApiKeyAuth` | `CapterraSearchResponse` | |
|
|
74
86
|
| chrome_web_store | `chrome_web_store.chromewebstore_categories` | `chromewebstore-categories` | `GET /chromewebstore/categories` | none | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreCategoriesResponse` | |
|
|
75
87
|
| chrome_web_store | `chrome_web_store.chromewebstore_category` | `chromewebstore-category` | `GET /chromewebstore/category` | `category` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreCategoryResponse` | |
|
|
76
88
|
| chrome_web_store | `chrome_web_store.chromewebstore_charts` | `chromewebstore-charts` | `GET /chromewebstore/charts` | `chart` (query "trending" \| "popular" \| "notable")<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreChartsResponse` | |
|
|
@@ -106,6 +118,7 @@ Total operations: `625`
|
|
|
106
118
|
| 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` | |
|
|
107
119
|
| web | `web.contact` | `contact` | `POST /contact` | `option` (body String required) | `ApiKeyAuth` | `WebContactResponse` | |
|
|
108
120
|
| web | `web.antibot_check` | `antibot-check` | `POST /diagnostics/antibot-check` | `request` (body String required) | `ApiKeyAuth` | `WebAntibotCheckResponse` | |
|
|
121
|
+
| web | `web.extract` | `extract` | `POST /extract` | `extractOption` (body String required) | `ApiKeyAuth` | `WebExtractResponse` | |
|
|
109
122
|
| web | `web.scrape` | `web-scrape` | `POST /web/scrape` | `scrapeOption` (body String required) | `ApiKeyAuth` | `WebScrapeResponse` | |
|
|
110
123
|
| web | `web.techstack` | `web-techstack` | `POST /web/techstack` | `request` (body String required) | `ApiKeyAuth` | `WebTechstackResponse` | |
|
|
111
124
|
| datasets | `datasets.list` | `datasets-list` | `GET /datasets` | none | `ApiKeyAuth` | `DatasetsListResponse` | |
|
|
@@ -116,6 +129,13 @@ Total operations: `625`
|
|
|
116
129
|
| datasets | `datasets.apps_charts_search` | `datasets-apps-charts-search` | `GET /datasets/apps-charts/search` | `q` (query String)<br>`store` (query String)<br>`chart_type` (query String)<br>`collection` (query String)<br>`category` (query String)<br>`country` (query String)<br>`app_id` (query String)<br>`date` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAppsChartsSearchResponse` | |
|
|
117
130
|
| datasets | `datasets.apps_reviews_search` | `datasets-apps-reviews-search` | `GET /datasets/apps-reviews/search` | `q` (query String)<br>`store` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`min_score` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAppsReviewsSearchResponse` | |
|
|
118
131
|
| datasets | `datasets.apps_search` | `datasets-apps-search` | `GET /datasets/apps/search` | `q` (query String)<br>`store` (query String)<br>`category` (query String)<br>`country` (query String)<br>`developer` (query String)<br>`free` (query bool)<br>`min_rating` (query Float)<br>`min_reviews` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAppsSearchResponse` | |
|
|
132
|
+
| datasets | `datasets.chrome_extensions_changes` | `datasets-chrome-extensions-changes` | `GET /datasets/chrome-extensions/changes` | `change_type` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsChromeExtensionsChangesResponse` | |
|
|
133
|
+
| datasets | `datasets.chrome_extensions_facets` | `datasets-chrome-extensions-facets` | `GET /datasets/chrome-extensions/facets` | `facet` (query String required)<br>`q` (query String)<br>`item_type` (query String)<br>`category` (query String)<br>`developer` (query String)<br>`developer_email` (query String)<br>`permission` (query String)<br>`status` (query String)<br>`manifest_version` (query Integer)<br>`collects_data` (query bool)<br>`has_broad_host_access` (query bool)<br>`min_users` (query Integer)<br>`min_rating` (query Float)<br>`min_rating_count` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsChromeExtensionsFacetsResponse` | |
|
|
134
|
+
| datasets | `datasets.chrome_extensions_history` | `datasets-chrome-extensions-history` | `GET /datasets/chrome-extensions/history/{id}` | `id` (path String required)<br>`from` (query String)<br>`to` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsChromeExtensionsHistoryResponse` | |
|
|
135
|
+
| datasets | `datasets.chrome_extensions_item` | `datasets-chrome-extensions-item` | `GET /datasets/chrome-extensions/items/{id}` | `id` (path String required) | `ApiKeyAuth` | `DatasetsChromeExtensionsItemResponse` | |
|
|
136
|
+
| datasets | `datasets.chrome_extensions_metrics` | `datasets-chrome-extensions-metrics` | `GET /datasets/chrome-extensions/metrics` | `days` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsChromeExtensionsMetricsResponse` | |
|
|
137
|
+
| datasets | `datasets.chrome_extensions_search` | `datasets-chrome-extensions-search` | `GET /datasets/chrome-extensions/search` | `q` (query String)<br>`item_type` (query String)<br>`category` (query String)<br>`developer` (query String)<br>`developer_email` (query String)<br>`permission` (query String)<br>`status` (query String)<br>`manifest_version` (query Integer)<br>`collects_data` (query bool)<br>`has_broad_host_access` (query bool)<br>`min_users` (query Integer)<br>`min_rating` (query Float)<br>`min_rating_count` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsChromeExtensionsSearchResponse` | |
|
|
138
|
+
| datasets | `datasets.chrome_extensions_trending` | `datasets-chrome-extensions-trending` | `GET /datasets/chrome-extensions/trending` | `q` (query String)<br>`item_type` (query String)<br>`category` (query String)<br>`developer` (query String)<br>`developer_email` (query String)<br>`permission` (query String)<br>`status` (query String)<br>`manifest_version` (query Integer)<br>`collects_data` (query bool)<br>`has_broad_host_access` (query bool)<br>`min_users` (query Integer)<br>`min_rating` (query Float)<br>`min_rating_count` (query Integer)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsChromeExtensionsTrendingResponse` | |
|
|
119
139
|
| datasets | `datasets.creators_search` | `datasets-creators-search` | `GET /datasets/creators/search` | `q` (query String)<br>`handle` (query String)<br>`niche` (query String)<br>`country` (query String)<br>`verified` (query bool)<br>`min_followers` (query Integer)<br>`has_email` (query bool)<br>`include_inactive` (query bool)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsCreatorsSearchResponse` | |
|
|
120
140
|
| datasets | `datasets.github_users_facets` | `datasets-github-users-facets` | `GET /datasets/github-users/facets` | `facet` (query String required)<br>`q` (query String)<br>`login` (query String)<br>`company` (query String)<br>`influence_tier` (query String)<br>`country` (query String)<br>`country_code` (query String)<br>`state` (query String)<br>`city` (query String)<br>`domain` (query String)<br>`has_email` (query bool)<br>`has_twitter` (query bool)<br>`has_blog` (query bool)<br>`reachable` (query bool)<br>`active_90d` (query bool)<br>`hireable` (query bool)<br>`is_org` (query bool)<br>`is_bot` (query bool)<br>`is_suspected_automation` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_repos` (query Integer)<br>`min_rank_score` (query Integer)<br>`min_account_age_years` (query Float)<br>`max_account_age_years` (query Float)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsGithubUsersFacetsResponse` | |
|
|
121
141
|
| datasets | `datasets.github_users_item` | `datasets-github-users-item` | `GET /datasets/github-users/items/{login}` | `login` (path String required) | `ApiKeyAuth` | `DatasetsGithubUsersItemResponse` | |
|
|
@@ -125,6 +145,24 @@ Total operations: `625`
|
|
|
125
145
|
| 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` | |
|
|
126
146
|
| 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` | |
|
|
127
147
|
| 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>`has_geo` (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` | |
|
|
148
|
+
| datasets | `datasets.housing_markets_facets` | `datasets-housing-markets-facets` | `GET /datasets/housing-markets/facets` | `facet` (query String required)<br>`q` (query String)<br>`region_type` (query String)<br>`state_code` (query String)<br>`property_type` (query String)<br>`parent_metro_code` (query String)<br>`zip_code` (query String)<br>`period` (query String)<br>`latest` (query bool)<br>`min_median_sale_price` (query Float)<br>`max_median_sale_price` (query Float)<br>`min_median_list_price` (query Float)<br>`max_median_list_price` (query Float)<br>`min_price_to_income` (query Float)<br>`max_price_to_income` (query Float)<br>`min_salary_to_buy` (query Integer)<br>`max_salary_to_buy` (query Integer)<br>`min_median_dom` (query Float)<br>`max_median_dom` (query Float)<br>`min_inventory` (query Integer)<br>`max_inventory` (query Integer)<br>`min_homes_sold` (query Integer) | `ApiKeyAuth` | `DatasetsHousingMarketsFacetsResponse` | |
|
|
149
|
+
| datasets | `datasets.housing_markets_item` | `datasets-housing-markets-item` | `GET /datasets/housing-markets/items/{region_type}/{table_id}` | `region_type` (path String required)<br>`table_id` (path Integer required)<br>`period` (query String)<br>`property_type` (query String)<br>`history` (query bool) | `ApiKeyAuth` | `DatasetsHousingMarketsItemResponse` | |
|
|
150
|
+
| datasets | `datasets.housing_markets_search` | `datasets-housing-markets-search` | `GET /datasets/housing-markets/search` | `q` (query String)<br>`region_type` (query String)<br>`state_code` (query String)<br>`property_type` (query String)<br>`parent_metro_code` (query String)<br>`zip_code` (query String)<br>`period` (query String)<br>`latest` (query bool)<br>`min_median_sale_price` (query Float)<br>`max_median_sale_price` (query Float)<br>`min_median_list_price` (query Float)<br>`max_median_list_price` (query Float)<br>`min_price_to_income` (query Float)<br>`max_price_to_income` (query Float)<br>`min_salary_to_buy` (query Integer)<br>`max_salary_to_buy` (query Integer)<br>`min_median_dom` (query Float)<br>`max_median_dom` (query Float)<br>`min_inventory` (query Integer)<br>`max_inventory` (query Integer)<br>`min_homes_sold` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsHousingMarketsSearchResponse` | |
|
|
151
|
+
| datasets | `datasets.jobs_companies` | `datasets-jobs-companies` | `GET /datasets/jobs/companies` | `q` (query String)<br>`provider` (query String)<br>`status` (query String)<br>`min_open_roles` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsCompaniesResponse` | |
|
|
152
|
+
| datasets | `datasets.jobs_facets` | `datasets-jobs-facets` | `GET /datasets/jobs/facets` | `size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsFacetsResponse` | |
|
|
153
|
+
| datasets | `datasets.jobs_item` | `datasets-jobs-item` | `GET /datasets/jobs/items/{id}` | `id` (path String required) | `ApiKeyAuth` | `DatasetsJobsItemResponse` | |
|
|
154
|
+
| datasets | `datasets.jobs_search` | `datasets-jobs-search` | `GET /datasets/jobs/search` | `q` (query String)<br>`company` (query String)<br>`provider` (query String)<br>`department` (query String)<br>`location` (query String)<br>`employment_type` (query String)<br>`remote` (query bool)<br>`include_closed` (query bool)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsJobsSearchResponse` | |
|
|
155
|
+
| datasets | `datasets.journalists_facets` | `datasets-journalists-facets` | `GET /datasets/journalists/facets` | `facet` (query String required)<br>`q` (query String)<br>`outlet` (query String)<br>`vertical` (query String)<br>`topic` (query String)<br>`contact_type` (query String) | `ApiKeyAuth` | `DatasetsJournalistsFacetsResponse` | |
|
|
156
|
+
| datasets | `datasets.journalists_item` | `datasets-journalists-item` | `GET /datasets/journalists/items/{outlet}/{slug}` | `outlet` (path String required)<br>`slug` (path String required) | `ApiKeyAuth` | `DatasetsJournalistsItemResponse` | |
|
|
157
|
+
| datasets | `datasets.journalists_search` | `datasets-journalists-search` | `GET /datasets/journalists/search` | `q` (query String)<br>`outlet` (query String)<br>`vertical` (query String)<br>`topic` (query String)<br>`contact_type` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsJournalistsSearchResponse` | |
|
|
158
|
+
| datasets | `datasets.numbeo_cities_facets` | `datasets-numbeo-cities-facets` | `GET /datasets/numbeo-cities/facets` | `facet` (query String required)<br>`q` (query String)<br>`country` (query String)<br>`min_cost_of_living_index` (query Float)<br>`max_cost_of_living_index` (query Float)<br>`min_quality_of_life_index` (query Float)<br>`min_crime_index` (query Float)<br>`max_crime_index` (query Float)<br>`min_safety_index` (query Float)<br>`min_health_care_index` (query Float)<br>`max_pollution_index` (query Float)<br>`max_traffic_index` (query Float) | `ApiKeyAuth` | `DatasetsNumbeoCitiesFacetsResponse` | |
|
|
159
|
+
| datasets | `datasets.numbeo_cities_item` | `datasets-numbeo-cities-item` | `GET /datasets/numbeo-cities/items/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `DatasetsNumbeoCitiesItemResponse` | |
|
|
160
|
+
| datasets | `datasets.numbeo_cities_search` | `datasets-numbeo-cities-search` | `GET /datasets/numbeo-cities/search` | `q` (query String)<br>`country` (query String)<br>`min_cost_of_living_index` (query Float)<br>`max_cost_of_living_index` (query Float)<br>`min_quality_of_life_index` (query Float)<br>`min_crime_index` (query Float)<br>`max_crime_index` (query Float)<br>`min_safety_index` (query Float)<br>`min_health_care_index` (query Float)<br>`max_pollution_index` (query Float)<br>`max_traffic_index` (query Float)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsNumbeoCitiesSearchResponse` | |
|
|
161
|
+
| datasets | `datasets.numbeo_countries_item` | `datasets-numbeo-countries-item` | `GET /datasets/numbeo-countries/items/{country}` | `country` (path String required) | `ApiKeyAuth` | `DatasetsNumbeoCountriesItemResponse` | |
|
|
162
|
+
| datasets | `datasets.numbeo_countries_search` | `datasets-numbeo-countries-search` | `GET /datasets/numbeo-countries/search` | `q` (query String)<br>`min_cost_of_living_index` (query Float)<br>`max_cost_of_living_index` (query Float)<br>`min_quality_of_life_index` (query Float)<br>`min_crime_index` (query Float)<br>`max_crime_index` (query Float)<br>`min_safety_index` (query Float)<br>`min_health_care_index` (query Float)<br>`max_pollution_index` (query Float)<br>`max_traffic_index` (query Float)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsNumbeoCountriesSearchResponse` | |
|
|
163
|
+
| datasets | `datasets.playstation_games_facets` | `datasets-playstation-games-facets` | `GET /datasets/playstation-games/facets` | `facet` (query String required)<br>`q` (query String)<br>`publisher` (query String)<br>`classification` (query String)<br>`genre` (query String)<br>`platform` (query String)<br>`content_rating` (query String)<br>`content_descriptor` (query String)<br>`price_tier` (query String)<br>`branding` (query String)<br>`region` (query String)<br>`concept_id` (query String)<br>`np_title_id` (query String)<br>`run_id` (query String)<br>`is_free` (query bool)<br>`is_addon` (query bool)<br>`is_tied_to_subscription` (query bool)<br>`coming_soon` (query bool)<br>`on_sale` (query bool)<br>`min_price_value` (query Integer)<br>`max_price_value` (query Integer)<br>`min_star_rating` (query Float)<br>`min_star_count` (query Integer)<br>`min_discount_pct` (query Integer)<br>`min_release_year` (query Integer)<br>`max_release_year` (query Integer) | `ApiKeyAuth` | `DatasetsPlaystationGamesFacetsResponse` | |
|
|
164
|
+
| datasets | `datasets.playstation_games_item` | `datasets-playstation-games-item` | `GET /datasets/playstation-games/items/{product_id}` | `product_id` (path String required) | `ApiKeyAuth` | `DatasetsPlaystationGamesItemResponse` | |
|
|
165
|
+
| datasets | `datasets.playstation_games_search` | `datasets-playstation-games-search` | `GET /datasets/playstation-games/search` | `q` (query String)<br>`publisher` (query String)<br>`classification` (query String)<br>`genre` (query String)<br>`platform` (query String)<br>`content_rating` (query String)<br>`content_descriptor` (query String)<br>`price_tier` (query String)<br>`branding` (query String)<br>`region` (query String)<br>`concept_id` (query String)<br>`np_title_id` (query String)<br>`run_id` (query String)<br>`is_free` (query bool)<br>`is_addon` (query bool)<br>`is_tied_to_subscription` (query bool)<br>`coming_soon` (query bool)<br>`on_sale` (query bool)<br>`min_price_value` (query Integer)<br>`max_price_value` (query Integer)<br>`min_star_rating` (query Float)<br>`min_star_count` (query Integer)<br>`min_discount_pct` (query Integer)<br>`min_release_year` (query Integer)<br>`max_release_year` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsPlaystationGamesSearchResponse` | |
|
|
128
166
|
| datasets | `datasets.producthunt_makers_facets` | `datasets-producthunt-makers-facets` | `GET /datasets/producthunt-makers/facets` | `facet` (query String required)<br>`q` (query String)<br>`topic` (query String)<br>`min_products` (query Integer)<br>`min_total_votes` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntMakersFacetsResponse` | |
|
|
129
167
|
| datasets | `datasets.producthunt_makers_item` | `datasets-producthunt-makers-item` | `GET /datasets/producthunt-makers/items/{username}` | `username` (path String required) | `ApiKeyAuth` | `DatasetsProducthuntMakersItemResponse` | |
|
|
130
168
|
| datasets | `datasets.producthunt_makers_search` | `datasets-producthunt-makers-search` | `GET /datasets/producthunt-makers/search` | `q` (query String)<br>`topic` (query String)<br>`min_products` (query Integer)<br>`min_total_votes` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntMakersSearchResponse` | |
|
|
@@ -133,12 +171,39 @@ Total operations: `625`
|
|
|
133
171
|
| datasets | `datasets.producthunt_products_search` | `datasets-producthunt-products-search` | `GET /datasets/producthunt-products/search` | `q` (query String)<br>`topic` (query String)<br>`maker` (query String)<br>`launched_after` (query String)<br>`launched_before` (query String)<br>`min_votes` (query Integer)<br>`min_rating` (query Float)<br>`pricing_type` (query String)<br>`has_website` (query bool)<br>`is_online` (query bool)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntProductsSearchResponse` | |
|
|
134
172
|
| datasets | `datasets.producthunt_trends_facets` | `datasets-producthunt-trends-facets` | `GET /datasets/producthunt-trends/facets` | `facet` (query String required)<br>`group_by` (query String)<br>`topic` (query String)<br>`launched_after` (query String)<br>`launched_before` (query String)<br>`min_votes` (query Integer)<br>`min_launches` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntTrendsFacetsResponse` | |
|
|
135
173
|
| datasets | `datasets.producthunt_trends_search` | `datasets-producthunt-trends-search` | `GET /datasets/producthunt-trends/search` | `group_by` (query String)<br>`topic` (query String)<br>`launched_after` (query String)<br>`launched_before` (query String)<br>`min_votes` (query Integer)<br>`min_launches` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsProducthuntTrendsSearchResponse` | |
|
|
174
|
+
| datasets | `datasets.sec_companies_facets` | `datasets-sec-companies-facets` | `GET /datasets/sec-companies/facets` | `facet` (query String required)<br>`q` (query String)<br>`ticker` (query String)<br>`sic` (query String)<br>`exchange` (query String)<br>`state_of_incorporation` (query String)<br>`entity_type` (query String)<br>`min_revenue` (query Float)<br>`form_filed` (query String) | `ApiKeyAuth` | `DatasetsSecCompaniesFacetsResponse` | |
|
|
175
|
+
| datasets | `datasets.sec_companies_financials` | `datasets-sec-companies-financials` | `GET /datasets/sec-companies/financials/{cik}` | `cik` (path String required)<br>`statement` (query String)<br>`period` (query String)<br>`from` (query Integer)<br>`to` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesFinancialsResponse` | |
|
|
176
|
+
| datasets | `datasets.sec_companies_insider` | `datasets-sec-companies-insider` | `GET /datasets/sec-companies/insider/{cik}` | `cik` (path String required)<br>`from` (query String)<br>`to` (query String)<br>`code` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesInsiderResponse` | |
|
|
177
|
+
| datasets | `datasets.sec_companies_item` | `datasets-sec-companies-item` | `GET /datasets/sec-companies/items/{cik}` | `cik` (path String required) | `ApiKeyAuth` | `DatasetsSecCompaniesItemResponse` | |
|
|
178
|
+
| datasets | `datasets.sec_companies_search` | `datasets-sec-companies-search` | `GET /datasets/sec-companies/search` | `q` (query String)<br>`ticker` (query String)<br>`cik` (query String)<br>`sic` (query String)<br>`sic_description` (query String)<br>`exchange` (query String)<br>`state_of_incorporation` (query String)<br>`entity_type` (query String)<br>`min_revenue` (query Float)<br>`max_revenue` (query Float)<br>`min_net_income` (query Float)<br>`min_total_assets` (query Float)<br>`form_filed` (query String)<br>`min_insider_txn_count_90d` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSecCompaniesSearchResponse` | |
|
|
179
|
+
| datasets | `datasets.sec_institutional_positions_facets` | `datasets-sec-institutional-positions-facets` | `GET /datasets/sec-institutional-positions/facets` | `facet` (query String required)<br>`manager_cik` (query String)<br>`issuer_name` (query String)<br>`cusip` (query String) | `ApiKeyAuth` | `DatasetsSecInstitutionalPositionsFacetsResponse` | |
|
|
180
|
+
| datasets | `datasets.sec_institutional_positions_search` | `datasets-sec-institutional-positions-search` | `GET /datasets/sec-institutional-positions/search` | `manager_cik` (query String)<br>`issuer_name` (query String)<br>`cusip` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSecInstitutionalPositionsSearchResponse` | |
|
|
181
|
+
| datasets | `datasets.steam_achievements_search` | `datasets-steam-achievements-search` | `GET /datasets/steam-achievements/search` | `app_id` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamAchievementsSearchResponse` | |
|
|
182
|
+
| datasets | `datasets.steam_charts_search` | `datasets-steam-charts-search` | `GET /datasets/steam-charts/search` | `q` (query String)<br>`chart` (query String)<br>`country` (query String)<br>`app_id` (query String)<br>`date` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamChartsSearchResponse` | |
|
|
183
|
+
| datasets | `datasets.steam_games_facets` | `datasets-steam-games-facets` | `GET /datasets/steam-games/facets` | `facet` (query String required)<br>`q` (query String)<br>`type` (query String)<br>`developer` (query String)<br>`publisher` (query String)<br>`genre` (query String)<br>`category` (query String)<br>`tag` (query String)<br>`price_tier` (query String)<br>`review_tier` (query String)<br>`owners_bucket` (query String)<br>`run_id` (query String)<br>`is_free` (query bool)<br>`windows` (query bool)<br>`mac` (query bool)<br>`linux` (query bool)<br>`on_sale` (query bool)<br>`min_price_cents` (query Integer)<br>`max_price_cents` (query Integer)<br>`min_owners` (query Integer)<br>`min_positive` (query Integer)<br>`min_total_reviews` (query Integer)<br>`min_review_score` (query Float)<br>`min_metacritic` (query Integer)<br>`min_ccu` (query Integer)<br>`min_release_year` (query Integer)<br>`max_release_year` (query Integer) | `ApiKeyAuth` | `DatasetsSteamGamesFacetsResponse` | |
|
|
184
|
+
| datasets | `datasets.steam_games_item` | `datasets-steam-games-item` | `GET /datasets/steam-games/items/{appid}` | `appid` (path Integer required) | `ApiKeyAuth` | `DatasetsSteamGamesItemResponse` | |
|
|
185
|
+
| datasets | `datasets.steam_games_search` | `datasets-steam-games-search` | `GET /datasets/steam-games/search` | `q` (query String)<br>`type` (query String)<br>`developer` (query String)<br>`publisher` (query String)<br>`genre` (query String)<br>`category` (query String)<br>`tag` (query String)<br>`price_tier` (query String)<br>`review_tier` (query String)<br>`owners_bucket` (query String)<br>`run_id` (query String)<br>`is_free` (query bool)<br>`windows` (query bool)<br>`mac` (query bool)<br>`linux` (query bool)<br>`on_sale` (query bool)<br>`min_price_cents` (query Integer)<br>`max_price_cents` (query Integer)<br>`min_owners` (query Integer)<br>`min_positive` (query Integer)<br>`min_total_reviews` (query Integer)<br>`min_review_score` (query Float)<br>`min_metacritic` (query Integer)<br>`min_ccu` (query Integer)<br>`min_release_year` (query Integer)<br>`max_release_year` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamGamesSearchResponse` | |
|
|
186
|
+
| datasets | `datasets.steam_news_search` | `datasets-steam-news-search` | `GET /datasets/steam-news/search` | `q` (query String)<br>`app_id` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamNewsSearchResponse` | |
|
|
187
|
+
| datasets | `datasets.steam_playercounts_search` | `datasets-steam-playercounts-search` | `GET /datasets/steam-playercounts/search` | `app_id` (query String)<br>`date` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamPlayercountsSearchResponse` | |
|
|
188
|
+
| datasets | `datasets.steam_prices_search` | `datasets-steam-prices-search` | `GET /datasets/steam-prices/search` | `app_id` (query String)<br>`date` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamPricesSearchResponse` | |
|
|
189
|
+
| datasets | `datasets.steam_reviews_search` | `datasets-steam-reviews-search` | `GET /datasets/steam-reviews/search` | `q` (query String)<br>`app_id` (query String)<br>`language` (query String)<br>`voted_up` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsSteamReviewsSearchResponse` | |
|
|
136
190
|
| datasets | `datasets.techstack_facets` | `datasets-techstack-facets` | `GET /datasets/techstack/facets` | `facet` (query String required)<br>`q` (query String)<br>`technology` (query Array[String])<br>`any_of` (query Array[String])<br>`not` (query Array[String])<br>`category` (query String)<br>`cms` (query String)<br>`ecommerce` (query String)<br>`cdn` (query String)<br>`web_server` (query String)<br>`server_language` (query String)<br>`tld` (query String)<br>`render_tier` (query String)<br>`seed_source` (query String)<br>`has_captcha` (query bool)<br>`reachable` (query bool)<br>`min_tech_count` (query Integer)<br>`run_id` (query String) | `ApiKeyAuth` | `DatasetsTechstackFacetsResponse` | |
|
|
137
191
|
| datasets | `datasets.techstack_item` | `datasets-techstack-item` | `GET /datasets/techstack/items/{domain}` | `domain` (path String required) | `ApiKeyAuth` | `DatasetsTechstackItemResponse` | |
|
|
138
192
|
| datasets | `datasets.techstack_search` | `datasets-techstack-search` | `GET /datasets/techstack/search` | `q` (query String)<br>`technology` (query Array[String])<br>`any_of` (query Array[String])<br>`not` (query Array[String])<br>`category` (query String)<br>`cms` (query String)<br>`ecommerce` (query String)<br>`cdn` (query String)<br>`web_server` (query String)<br>`server_language` (query String)<br>`tld` (query String)<br>`render_tier` (query String)<br>`seed_source` (query String)<br>`has_captcha` (query bool)<br>`reachable` (query bool)<br>`min_tech_count` (query Integer)<br>`run_id` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsTechstackSearchResponse` | |
|
|
139
193
|
| datasets | `datasets.trustmrr_facets` | `datasets-trustmrr-facets` | `GET /datasets/trustmrr/facets` | `facet` (query String required)<br>`q` (query String)<br>`category` (query String)<br>`country` (query String)<br>`payment_provider` (query String)<br>`on_sale` (query bool)<br>`min_mrr` (query Float) | `ApiKeyAuth` | `DatasetsTrustmrrFacetsResponse` | |
|
|
194
|
+
| datasets | `datasets.trustmrr_history` | `datasets-trustmrr-history` | `GET /datasets/trustmrr/history/{slug}` | `slug` (path String required)<br>`from` (query String)<br>`to` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `DatasetsTrustmrrHistoryResponse` | |
|
|
140
195
|
| datasets | `datasets.trustmrr_item` | `datasets-trustmrr-item` | `GET /datasets/trustmrr/items/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `DatasetsTrustmrrItemResponse` | |
|
|
141
196
|
| datasets | `datasets.trustmrr_search` | `datasets-trustmrr-search` | `GET /datasets/trustmrr/search` | `q` (query String)<br>`slug` (query String)<br>`category` (query String)<br>`country` (query String)<br>`payment_provider` (query String)<br>`target_audience` (query String)<br>`business_type` (query String)<br>`tech` (query String)<br>`channel` (query String)<br>`listing_tier` (query String)<br>`status` (query String)<br>`on_sale` (query bool)<br>`is_sponsored` (query bool)<br>`min_mrr` (query Float)<br>`max_mrr` (query Float)<br>`min_revenue` (query Float)<br>`min_revenue_30d` (query Float)<br>`min_traffic` (query Float)<br>`min_growth` (query Float)<br>`max_multiple` (query Float)<br>`min_asking_price` (query Float)<br>`max_asking_price` (query Float)<br>`min_ahrefs_dr` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsTrustmrrSearchResponse` | |
|
|
197
|
+
| datasets | `datasets.x_users_facets` | `datasets-x-users-facets` | `GET /datasets/x-users/facets` | `facet` (query String required)<br>`q` (query String)<br>`username` (query String)<br>`source_tier` (query String)<br>`is_blue_verified` (query bool)<br>`has_bio` (query bool)<br>`has_external_url` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_ratio` (query Float)<br>`max_ratio` (query Float)<br>`created_after` (query String)<br>`created_before` (query String)<br>`crawled_after` (query String)<br>`crawled_before` (query String)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsXUsersFacetsResponse` | |
|
|
198
|
+
| datasets | `datasets.x_users_item` | `datasets-x-users-item` | `GET /datasets/x-users/items/{username}` | `username` (path String required) | `ApiKeyAuth` | `DatasetsXUsersItemResponse` | |
|
|
199
|
+
| datasets | `datasets.x_users_search` | `datasets-x-users-search` | `GET /datasets/x-users/search` | `q` (query String)<br>`username` (query String)<br>`source_tier` (query String)<br>`is_blue_verified` (query bool)<br>`has_bio` (query bool)<br>`has_external_url` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_ratio` (query Float)<br>`max_ratio` (query Float)<br>`created_after` (query String)<br>`created_before` (query String)<br>`crawled_after` (query String)<br>`crawled_before` (query String)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsXUsersSearchResponse` | |
|
|
200
|
+
| discogs | `discogs.artist` | `discogs-artist` | `GET /discogs/artist/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsArtistResponse` | |
|
|
201
|
+
| discogs | `discogs.artist_releases` | `discogs-artist-releases` | `GET /discogs/artist/{id}/releases` | `id` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `DiscogsArtistReleasesResponse` | |
|
|
202
|
+
| discogs | `discogs.label` | `discogs-label` | `GET /discogs/label/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsLabelResponse` | |
|
|
203
|
+
| discogs | `discogs.label_releases` | `discogs-label-releases` | `GET /discogs/label/{id}/releases` | `id` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `DiscogsLabelReleasesResponse` | |
|
|
204
|
+
| discogs | `discogs.master` | `discogs-master` | `GET /discogs/master/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsMasterResponse` | |
|
|
205
|
+
| discogs | `discogs.release` | `discogs-release` | `GET /discogs/release/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsReleaseResponse` | |
|
|
206
|
+
| discogs | `discogs.search` | `discogs-search` | `GET /discogs/search` | `q` (query String required)<br>`type` (query "release" \| "master" \| "artist" \| "label")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `DiscogsSearchResponse` | |
|
|
142
207
|
| e_bay | `e_bay.ebay_item` | `ebay-item` | `GET /ebay/item/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `EBayEbayItemResponse` | |
|
|
143
208
|
| e_bay | `e_bay.ebay_search` | `ebay-search` | `POST /ebay/search` | `option` (body String required) | `ApiKeyAuth` | `EBayEbaySearchResponse` | |
|
|
144
209
|
| e_bay | `e_bay.ebay_seller` | `ebay-seller` | `GET /ebay/seller/{seller}` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerResponse` | |
|
|
@@ -170,8 +235,16 @@ Total operations: `625`
|
|
|
170
235
|
| git_hub | `git_hub.github_trending_developers` | `github-trending-developers` | `GET /github/trending/developers` | `language` (query String)<br>`since` (query "daily" \| "weekly" \| "monthly") | `ApiKeyAuth` | `GitHubGithubTrendingDevelopersResponse` | |
|
|
171
236
|
| git_hub | `git_hub.github_user` | `github-user` | `GET /github/user/{username}` | `username` (path String required) | `ApiKeyAuth` | `GitHubGithubUserResponse` | |
|
|
172
237
|
| git_hub | `git_hub.github_user_events` | `github-user-events` | `GET /github/user/{username}/events` | `username` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubUserEventsResponse` | |
|
|
238
|
+
| git_hub | `git_hub.github_user_followers` | `github-user-followers` | `GET /github/user/{username}/followers` | `username` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubUserFollowersResponse` | |
|
|
239
|
+
| git_hub | `git_hub.github_user_following` | `github-user-following` | `GET /github/user/{username}/following` | `username` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubUserFollowingResponse` | |
|
|
173
240
|
| git_hub | `git_hub.github_user_pinned` | `github-user-pinned` | `GET /github/user/{username}/pinned` | `username` (path String required) | `ApiKeyAuth` | `GitHubGithubUserPinnedResponse` | |
|
|
174
241
|
| git_hub | `git_hub.github_user_repos` | `github-user-repos` | `GET /github/user/{username}/repos` | `username` (path String required)<br>`sort` (query "created" \| "updated" \| "pushed" \| "full_name")<br>`direction` (query "asc" \| "desc")<br>`type` (query "all" \| "owner" \| "member")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubUserReposResponse` | |
|
|
242
|
+
| goodreads | `goodreads.author` | `goodreads-author` | `GET /goodreads/author/{id}` | `id` (path String required) | `ApiKeyAuth` | `GoodreadsAuthorResponse` | |
|
|
243
|
+
| goodreads | `goodreads.author_books` | `goodreads-author-books` | `GET /goodreads/author/{id}/books` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `GoodreadsAuthorBooksResponse` | |
|
|
244
|
+
| goodreads | `goodreads.book` | `goodreads-book` | `GET /goodreads/book/{id}` | `id` (path String required) | `ApiKeyAuth` | `GoodreadsBookResponse` | |
|
|
245
|
+
| goodreads | `goodreads.book_reviews` | `goodreads-book-reviews` | `GET /goodreads/book/{id}/reviews` | `id` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `GoodreadsBookReviewsResponse` | |
|
|
246
|
+
| goodreads | `goodreads.list` | `goodreads-list` | `GET /goodreads/list/{id}` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `GoodreadsListResponse` | |
|
|
247
|
+
| goodreads | `goodreads.search` | `goodreads-search` | `GET /goodreads/search` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `GoodreadsSearchResponse` | |
|
|
175
248
|
| google | `google.finance_analyst_articles` | `google-finance-analyst-articles` | `GET /google/finance/analyst-articles/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceAnalystArticlesResponse` | |
|
|
176
249
|
| google | `google.finance_chart` | `google-finance-chart` | `GET /google/finance/chart/{quote}` | `quote` (path String required)<br>`window` (query String) | `ApiKeyAuth` | `GoogleFinanceChartResponse` | |
|
|
177
250
|
| google | `google.finance_classification` | `google-finance-classification` | `GET /google/finance/classification/{quote}` | `quote` (path String required) | `ApiKeyAuth` | `GoogleFinanceClassificationResponse` | |
|
|
@@ -246,15 +319,26 @@ Total operations: `625`
|
|
|
246
319
|
| jobs | `jobs.company_search` | `jobs-company-search` | `GET /jobs/company-search` | `slug` (query String required) | `ApiKeyAuth` | `JobsCompanySearchResponse` | |
|
|
247
320
|
| jobs | `jobs.greenhouse_board` | `jobs-greenhouse-board` | `GET /jobs/greenhouse/board` | `token` (query String required)<br>`content` (query bool) | `ApiKeyAuth` | `JobsGreenhouseBoardResponse` | |
|
|
248
321
|
| jobs | `jobs.greenhouse_job` | `jobs-greenhouse-job` | `GET /jobs/greenhouse/job` | `token` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsGreenhouseJobResponse` | |
|
|
249
|
-
| jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters" required)<br>`token` (query String)<br>`company` (query String)<br>`org` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
|
|
322
|
+
| jobs | `jobs.hiring_signals` | `jobs-hiring-signals` | `GET /jobs/hiring-signals` | `provider` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters" \| "workable" \| "recruitee" \| "rippling" \| "personio" \| "teamtailor" \| "oracle" \| "ukg" required)<br>`token` (query String)<br>`company` (query String)<br>`org` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String)<br>`host` (query String)<br>`board` (query String) | `ApiKeyAuth` | `JobsHiringSignalsResponse` | |
|
|
250
323
|
| jobs | `jobs.lever_posting` | `jobs-lever-posting` | `GET /jobs/lever/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsLeverPostingResponse` | |
|
|
251
324
|
| jobs | `jobs.lever_postings` | `jobs-lever-postings` | `GET /jobs/lever/postings` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsLeverPostingsResponse` | |
|
|
325
|
+
| jobs | `jobs.oracle_board` | `jobs-oracle-board` | `GET /jobs/oracle/board` | `host` (query String required)<br>`site` (query String required)<br>`search` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsOracleBoardResponse` | |
|
|
326
|
+
| jobs | `jobs.oracle_job` | `jobs-oracle-job` | `GET /jobs/oracle/job` | `host` (query String required)<br>`site` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsOracleJobResponse` | |
|
|
327
|
+
| jobs | `jobs.personio_feed` | `jobs-personio-feed` | `GET /jobs/personio/feed` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsPersonioFeedResponse` | |
|
|
328
|
+
| jobs | `jobs.recruitee_offer` | `jobs-recruitee-offer` | `GET /jobs/recruitee/offer` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsRecruiteeOfferResponse` | |
|
|
329
|
+
| jobs | `jobs.recruitee_offers` | `jobs-recruitee-offers` | `GET /jobs/recruitee/offers` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsRecruiteeOffersResponse` | |
|
|
330
|
+
| jobs | `jobs.rippling_board` | `jobs-rippling-board` | `GET /jobs/rippling/board` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsRipplingBoardResponse` | |
|
|
331
|
+
| jobs | `jobs.rippling_job` | `jobs-rippling-job` | `GET /jobs/rippling/job` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsRipplingJobResponse` | |
|
|
252
332
|
| jobs | `jobs.smartrecruiters_posting` | `jobs-smartrecruiters-posting` | `GET /jobs/smartrecruiters/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsSmartrecruitersPostingResponse` | |
|
|
253
333
|
| jobs | `jobs.smartrecruiters_postings` | `jobs-smartrecruiters-postings` | `GET /jobs/smartrecruiters/postings` | `company` (query String required)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsSmartrecruitersPostingsResponse` | |
|
|
334
|
+
| jobs | `jobs.teamtailor_jobs` | `jobs-teamtailor-jobs` | `GET /jobs/teamtailor/jobs` | `company` (query String required)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsTeamtailorJobsResponse` | |
|
|
335
|
+
| jobs | `jobs.ukg_board` | `jobs-ukg-board` | `GET /jobs/ukg/board` | `tenant` (query String required)<br>`board` (query String required)<br>`search` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsUkgBoardResponse` | |
|
|
336
|
+
| jobs | `jobs.workable_posting` | `jobs-workable-posting` | `GET /jobs/workable/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsWorkablePostingResponse` | |
|
|
337
|
+
| jobs | `jobs.workable_postings` | `jobs-workable-postings` | `GET /jobs/workable/postings` | `company` (query String required)<br>`search` (query String)<br>`department` (query String)<br>`location` (query String)<br>`remote` (query bool) | `ApiKeyAuth` | `JobsWorkablePostingsResponse` | |
|
|
254
338
|
| jobs | `jobs.workday_board` | `jobs-workday-board` | `GET /jobs/workday/board` | `tenant` (query String required)<br>`datacenter` (query String required)<br>`site` (query String required)<br>`search` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `JobsWorkdayBoardResponse` | |
|
|
255
339
|
| jobs | `jobs.workday_job` | `jobs-workday-job` | `GET /jobs/workday/job` | `tenant` (query String required)<br>`datacenter` (query String required)<br>`site` (query String required)<br>`path` (query String required) | `ApiKeyAuth` | `JobsWorkdayJobResponse` | |
|
|
256
340
|
| just_watch | `just_watch.justwatch_age_certifications` | `justwatch-age-certifications` | `GET /justwatch/age-certifications` | `country` (query String) | `ApiKeyAuth` | `JustWatchJustwatchAgeCertificationsResponse` | |
|
|
257
|
-
| 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` | |
|
|
341
|
+
| 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>`production_countries` (query String)<br>`monetization_types` (query "FLATRATE" \| "FREE" \| "ADS" \| "RENT" \| "BUY")<br>`year_min` (query Integer)<br>`year_max` (query Integer) | `ApiKeyAuth` | `JustWatchJustwatchDiscoverResponse` | |
|
|
258
342
|
| 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` | |
|
|
259
343
|
| 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` | |
|
|
260
344
|
| 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` | |
|
|
@@ -295,9 +379,30 @@ Total operations: `625`
|
|
|
295
379
|
| kalshi | `kalshi.series` | `kalshi-series` | `GET /kalshi/series` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `KalshiSeriesResponse` | |
|
|
296
380
|
| kalshi | `kalshi.series_detail` | `kalshi-series-detail` | `GET /kalshi/series/{series_ticker}` | `series_ticker` (path String required) | `ApiKeyAuth` | `KalshiSeriesDetailResponse` | |
|
|
297
381
|
| 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` | |
|
|
382
|
+
| letterboxd | `letterboxd.film` | `letterboxd-film` | `GET /letterboxd/film/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `LetterboxdFilmResponse` | |
|
|
383
|
+
| letterboxd | `letterboxd.film_rating_histogram` | `letterboxd-film-rating-histogram` | `GET /letterboxd/film/{slug}/rating-histogram` | `slug` (path String required) | `ApiKeyAuth` | `LetterboxdFilmRatingHistogramResponse` | |
|
|
384
|
+
| letterboxd | `letterboxd.film_reviews` | `letterboxd-film-reviews` | `GET /letterboxd/film/{slug}/reviews` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `LetterboxdFilmReviewsResponse` | |
|
|
385
|
+
| letterboxd | `letterboxd.film_similar` | `letterboxd-film-similar` | `GET /letterboxd/film/{slug}/similar` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `LetterboxdFilmSimilarResponse` | |
|
|
386
|
+
| letterboxd | `letterboxd.member` | `letterboxd-member` | `GET /letterboxd/member/{username}` | `username` (path String required) | `ApiKeyAuth` | `LetterboxdMemberResponse` | |
|
|
387
|
+
| letterboxd | `letterboxd.person` | `letterboxd-person` | `GET /letterboxd/person/{slug}` | `slug` (path String required)<br>`role` (query "actor" \| "director")<br>`limit` (query Integer) | `ApiKeyAuth` | `LetterboxdPersonResponse` | |
|
|
388
|
+
| letterboxd | `letterboxd.popular` | `letterboxd-popular` | `GET /letterboxd/popular` | `period` (query "day" \| "week" \| "month" \| "year")<br>`genre` (query String)<br>`decade` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `LetterboxdPopularResponse` | |
|
|
389
|
+
| letterboxd | `letterboxd.search` | `letterboxd-search` | `GET /letterboxd/search` | `q` (query String required)<br>`type` (query "film")<br>`limit` (query Integer) | `ApiKeyAuth` | `LetterboxdSearchResponse` | |
|
|
298
390
|
| linked_in | `linked_in.linkedin_company` | `linkedin-company` | `GET /linkedin/company/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinCompanyResponse` | |
|
|
299
391
|
| linked_in | `linked_in.linkedin_product` | `linkedin-product` | `GET /linkedin/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinProductResponse` | |
|
|
300
392
|
| linked_in | `linked_in.linkedin_showcase` | `linkedin-showcase` | `GET /linkedin/showcase/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinShowcaseResponse` | |
|
|
393
|
+
| manga | `manga.rankings` | `manga-rankings` | `GET /manga/rankings` | `sort` (query String)<br>`format` (query String)<br>`genre` (query String)<br>`status` (query String)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `MangaRankingsResponse` | |
|
|
394
|
+
| manga | `manga.search` | `manga-search` | `GET /manga/search` | `query` (query String required)<br>`sort` (query String)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `MangaSearchResponse` | |
|
|
395
|
+
| manga | `manga.title` | `manga-title` | `GET /manga/title/{id}` | `id` (path String required)<br>`mal` (query bool) | `ApiKeyAuth` | `MangaTitleResponse` | |
|
|
396
|
+
| metacritic | `metacritic.browse` | `metacritic-browse` | `GET /metacritic/browse` | `type` (query "game" \| "movie" \| "tv" required)<br>`genre` (query String)<br>`sort` (query "score" \| "popularity" \| "release_date" \| "oldest")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `MetacriticBrowseResponse` | |
|
|
397
|
+
| metacritic | `metacritic.game` | `metacritic-game` | `GET /metacritic/game/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `MetacriticGameResponse` | |
|
|
398
|
+
| metacritic | `metacritic.game_critic_reviews` | `metacritic-game-critic-reviews` | `GET /metacritic/game/{slug}/critic-reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer)<br>`sort` (query "date" \| "score" \| "publication") | `ApiKeyAuth` | `MetacriticGameCriticReviewsResponse` | |
|
|
399
|
+
| metacritic | `metacritic.game_user_reviews` | `metacritic-game-user-reviews` | `GET /metacritic/game/{slug}/user-reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer)<br>`sort` (query "date" \| "score" \| "helpful") | `ApiKeyAuth` | `MetacriticGameUserReviewsResponse` | |
|
|
400
|
+
| metacritic | `metacritic.movie` | `metacritic-movie` | `GET /metacritic/movie/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `MetacriticMovieResponse` | |
|
|
401
|
+
| metacritic | `metacritic.movie_critic_reviews` | `metacritic-movie-critic-reviews` | `GET /metacritic/movie/{slug}/critic-reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer)<br>`sort` (query "date" \| "score" \| "publication") | `ApiKeyAuth` | `MetacriticMovieCriticReviewsResponse` | |
|
|
402
|
+
| metacritic | `metacritic.movie_user_reviews` | `metacritic-movie-user-reviews` | `GET /metacritic/movie/{slug}/user-reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer)<br>`sort` (query "date" \| "score" \| "helpful") | `ApiKeyAuth` | `MetacriticMovieUserReviewsResponse` | |
|
|
403
|
+
| metacritic | `metacritic.tv` | `metacritic-tv` | `GET /metacritic/tv/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `MetacriticTvResponse` | |
|
|
404
|
+
| metacritic | `metacritic.tv_critic_reviews` | `metacritic-tv-critic-reviews` | `GET /metacritic/tv/{slug}/critic-reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer)<br>`sort` (query "date" \| "score" \| "publication") | `ApiKeyAuth` | `MetacriticTvCriticReviewsResponse` | |
|
|
405
|
+
| metacritic | `metacritic.tv_user_reviews` | `metacritic-tv-user-reviews` | `GET /metacritic/tv/{slug}/user-reviews` | `slug` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer)<br>`sort` (query "date" \| "score" \| "helpful") | `ApiKeyAuth` | `MetacriticTvUserReviewsResponse` | |
|
|
301
406
|
| 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` | |
|
|
302
407
|
| metaculus | `metaculus.comments_feed` | `metaculus-comments-feed` | `GET /metaculus/comments-feed` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusCommentsFeedResponse` | |
|
|
303
408
|
| metaculus | `metaculus.project_questions` | `metaculus-project-questions` | `GET /metaculus/project/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusProjectQuestionsResponse` | |
|
|
@@ -309,11 +414,27 @@ Total operations: `625`
|
|
|
309
414
|
| metaculus | `metaculus.questions` | `metaculus-questions` | `GET /metaculus/questions` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusQuestionsResponse` | |
|
|
310
415
|
| metaculus | `metaculus.top_comments` | `metaculus-top-comments` | `GET /metaculus/top-comments` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusTopCommentsResponse` | |
|
|
311
416
|
| metaculus | `metaculus.tournament_questions` | `metaculus-tournament-questions` | `GET /metaculus/tournament/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusTournamentQuestionsResponse` | |
|
|
417
|
+
| numbeo | `numbeo.cost_of_living_city` | `numbeo-cost-of-living-city` | `GET /numbeo/cost-of-living/city/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `NumbeoCostOfLivingCityResponse` | |
|
|
418
|
+
| numbeo | `numbeo.cost_of_living_country` | `numbeo-cost-of-living-country` | `GET /numbeo/cost-of-living/country` | `country` (query String required) | `ApiKeyAuth` | `NumbeoCostOfLivingCountryResponse` | |
|
|
419
|
+
| numbeo | `numbeo.cost_of_living_rankings` | `numbeo-cost-of-living-rankings` | `GET /numbeo/cost-of-living/rankings` | `scope` (query "current" \| "historical")<br>`period` (query String) | `ApiKeyAuth` | `NumbeoCostOfLivingRankingsResponse` | |
|
|
420
|
+
| numbeo | `numbeo.cost_of_living_rankings_by_country` | `numbeo-cost-of-living-rankings-by-country` | `GET /numbeo/cost-of-living/rankings-by-country` | none | `ApiKeyAuth` | `NumbeoCostOfLivingRankingsByCountryResponse` | |
|
|
421
|
+
| numbeo | `numbeo.indices_city` | `numbeo-indices-city` | `GET /numbeo/indices/city/{slug}` | `slug` (path String required)<br>`index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required) | `ApiKeyAuth` | `NumbeoIndicesCityResponse` | |
|
|
422
|
+
| numbeo | `numbeo.indices_country` | `numbeo-indices-country` | `GET /numbeo/indices/country` | `country` (query String required)<br>`index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required) | `ApiKeyAuth` | `NumbeoIndicesCountryResponse` | |
|
|
423
|
+
| numbeo | `numbeo.indices_rankings` | `numbeo-indices-rankings` | `GET /numbeo/indices/rankings` | `index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required)<br>`scope` (query "current" \| "historical")<br>`period` (query String) | `ApiKeyAuth` | `NumbeoIndicesRankingsResponse` | |
|
|
424
|
+
| numbeo | `numbeo.indices_rankings_by_country` | `numbeo-indices-rankings-by-country` | `GET /numbeo/indices/rankings-by-country` | `index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required) | `ApiKeyAuth` | `NumbeoIndicesRankingsByCountryResponse` | |
|
|
312
425
|
| meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
|
|
313
426
|
| meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
|
|
314
427
|
| pitch_book | `pitch_book.pitchbook_company` | `pitchbook-company` | `GET /pitchbook/company` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookCompanyResponse` | |
|
|
315
428
|
| pitch_book | `pitch_book.pitchbook_fund` | `pitchbook-fund` | `GET /pitchbook/fund` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookFundResponse` | |
|
|
316
429
|
| pitch_book | `pitch_book.pitchbook_investor` | `pitchbook-investor` | `GET /pitchbook/investor` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookInvestorResponse` | |
|
|
430
|
+
| play_station | `play_station.playstation_browse` | `playstation-browse` | `GET /playstation/browse` | `page` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationBrowseResponse` | |
|
|
431
|
+
| play_station | `play_station.playstation_category` | `playstation-category` | `GET /playstation/category` | `id` (query String required)<br>`page` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationCategoryResponse` | |
|
|
432
|
+
| play_station | `play_station.playstation_concept` | `playstation-concept` | `GET /playstation/concept` | `id` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationConceptResponse` | |
|
|
433
|
+
| play_station | `play_station.playstation_deals` | `playstation-deals` | `GET /playstation/deals` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationDealsResponse` | |
|
|
434
|
+
| play_station | `play_station.playstation_latest` | `playstation-latest` | `GET /playstation/latest` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationLatestResponse` | |
|
|
435
|
+
| play_station | `play_station.playstation_page` | `playstation-page` | `GET /playstation/page` | `alias` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationPageResponse` | |
|
|
436
|
+
| play_station | `play_station.playstation_product` | `playstation-product` | `GET /playstation/product` | `id` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationProductResponse` | |
|
|
437
|
+
| play_station | `play_station.playstation_search` | `playstation-search` | `GET /playstation/search` | `term` (query String required)<br>`page` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `PlayStationPlaystationSearchResponse` | |
|
|
317
438
|
| 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` | |
|
|
318
439
|
| polymarket | `polymarket.clob_market` | `polymarket-clob-market` | `GET /polymarket/clob/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketClobMarketResponse` | |
|
|
319
440
|
| polymarket | `polymarket.dashboard_macro` | `polymarket-dashboard-macro` | `GET /polymarket/dashboards/macro` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketDashboardMacroResponse` | |
|
|
@@ -512,8 +633,14 @@ Total operations: `625`
|
|
|
512
633
|
| 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` | |
|
|
513
634
|
| steam | `steam.achievements` | `steam-achievements` | `GET /steam/achievements` | `appid` (query String required) | `ApiKeyAuth` | `SteamAchievementsResponse` | |
|
|
514
635
|
| steam | `steam.app` | `steam-app` | `GET /steam/app` | `appid` (query String required)<br>`cc` (query String)<br>`l` (query String)<br>`filters` (query String) | `ApiKeyAuth` | `SteamAppResponse` | |
|
|
636
|
+
| steam | `steam.category` | `steam-category` | `GET /steam/category/{slug}` | `slug` (path String required)<br>`free` (query bool)<br>`released_only` (query bool)<br>`coming_soon_only` (query bool)<br>`start` (query Integer)<br>`count` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamCategoryResponse` | |
|
|
637
|
+
| steam | `steam.charts_concurrent` | `steam-charts-concurrent` | `GET /steam/charts/concurrent` | `enrich` (query bool)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamChartsConcurrentResponse` | |
|
|
638
|
+
| steam | `steam.charts_most_played` | `steam-charts-most-played` | `GET /steam/charts/most-played` | `enrich` (query bool)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamChartsMostPlayedResponse` | |
|
|
639
|
+
| steam | `steam.charts_top_releases` | `steam-charts-top-releases` | `GET /steam/charts/top-releases` | none | `ApiKeyAuth` | `SteamChartsTopReleasesResponse` | |
|
|
640
|
+
| steam | `steam.community_recommendations` | `steam-community-recommendations` | `GET /steam/community-recommendations` | `review_filter` (query "helpful" \| "recent" \| "funny")<br>`playtime_min` (query Integer)<br>`playtime_max` (query Integer)<br>`review_language` (query String)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamCommunityRecommendationsResponse` | |
|
|
515
641
|
| steam | `steam.featured` | `steam-featured` | `GET /steam/featured` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamFeaturedResponse` | |
|
|
516
642
|
| steam | `steam.featured_categories` | `steam-featured-categories` | `GET /steam/featured-categories` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamFeaturedCategoriesResponse` | |
|
|
643
|
+
| steam | `steam.items` | `steam-items` | `GET /steam/items` | `appids` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamItemsResponse` | |
|
|
517
644
|
| steam | `steam.news` | `steam-news` | `GET /steam/news` | `appid` (query String required)<br>`count` (query Integer)<br>`maxlength` (query Integer) | `ApiKeyAuth` | `SteamNewsResponse` | |
|
|
518
645
|
| steam | `steam.package` | `steam-package` | `GET /steam/package` | `packageid` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamPackageResponse` | |
|
|
519
646
|
| steam | `steam.players` | `steam-players` | `GET /steam/players` | `appid` (query String required) | `ApiKeyAuth` | `SteamPlayersResponse` | |
|
|
@@ -522,6 +649,21 @@ Total operations: `625`
|
|
|
522
649
|
| steam | `steam.search` | `steam-search` | `GET /steam/search` | `term` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamSearchResponse` | |
|
|
523
650
|
| steam | `steam.search_results` | `steam-search-results` | `GET /steam/search/results` | `term` (query String required)<br>`start` (query Integer)<br>`count` (query Integer)<br>`sort_by` (query "Relevance" \| "Released_DESC" \| "Name_ASC" \| "Price_ASC" \| "Price_DESC" \| "Reviews_DESC")<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamSearchResultsResponse` | |
|
|
524
651
|
| steam | `steam.steamspy` | `steam-steamspy` | `GET /steam/steamspy` | `appid` (query String required) | `ApiKeyAuth` | `SteamSteamspyResponse` | |
|
|
652
|
+
| steam | `steam.tags` | `steam-tags` | `GET /steam/tags` | `tags` (query String)<br>`untags` (query String)<br>`category1` (query String)<br>`category2` (query String)<br>`category3` (query String)<br>`os` (query String)<br>`maxprice` (query String)<br>`specials` (query bool)<br>`hidef2p` (query bool)<br>`deck_compatibility` (query "1" \| "2" \| "3")<br>`vrsupport` (query String)<br>`filter` (query "globaltopsellers" \| "topsellers" \| "popularnew" \| "comingsoon")<br>`supportedlang` (query String)<br>`sort_by` (query "Relevance" \| "Released_DESC" \| "Name_ASC" \| "Price_ASC" \| "Price_DESC" \| "Reviews_DESC")<br>`start` (query Integer)<br>`count` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamTagsResponse` | |
|
|
653
|
+
| steam | `steam.tags_list` | `steam-tags-list` | `GET /steam/tags/list` | `l` (query String) | `ApiKeyAuth` | `SteamTagsListResponse` | |
|
|
654
|
+
| steam | `steam.top_sellers` | `steam-top-sellers` | `GET /steam/top-sellers` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamTopSellersResponse` | |
|
|
655
|
+
| tcdb | `tcdb.birthdays` | `tcdb-birthdays` | `GET /tcdb/birthdays` | `month` (query Integer required)<br>`day` (query Integer required)<br>`limit` (query Integer) | none | `TcdbBirthdaysResponse` | |
|
|
656
|
+
| tcdb | `tcdb.card` | `tcdb-card` | `GET /tcdb/card` | `set_id` (query String)<br>`card_id` (query String)<br>`path` (query String)<br>`url` (query String) | none | `TcdbCardResponse` | |
|
|
657
|
+
| tcdb | `tcdb.card_of_the_day` | `tcdb-card-of-the-day` | `GET /tcdb/card-of-the-day` | `page` (query Integer)<br>`limit` (query Integer) | none | `TcdbCardOfTheDayResponse` | |
|
|
658
|
+
| tcdb | `tcdb.companies` | `tcdb-companies` | `GET /tcdb/companies` | `limit` (query Integer) | none | `TcdbCompaniesResponse` | |
|
|
659
|
+
| tcdb | `tcdb.person` | `tcdb-person` | `GET /tcdb/person` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | none | `TcdbPersonResponse` | |
|
|
660
|
+
| tcdb | `tcdb.releases` | `tcdb-releases` | `GET /tcdb/releases` | `limit` (query Integer) | none | `TcdbReleasesResponse` | |
|
|
661
|
+
| tcdb | `tcdb.search` | `tcdb-search` | `GET /tcdb/search` | `q` (query String required)<br>`category` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling")<br>`limit` (query Integer) | none | `TcdbSearchResponse` | |
|
|
662
|
+
| tcdb | `tcdb.set` | `tcdb-set` | `GET /tcdb/set` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | none | `TcdbSetResponse` | |
|
|
663
|
+
| tcdb | `tcdb.sets` | `tcdb-sets` | `GET /tcdb/sets` | `sport` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling" required)<br>`year` (query String required)<br>`limit` (query Integer) | none | `TcdbSetsResponse` | |
|
|
664
|
+
| tcdb | `tcdb.tagged` | `tcdb-tagged` | `GET /tcdb/tagged` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`sport` (query "Baseball" \| "Basketball" \| "Boxing" \| "Cricket" \| "Football" \| "Gaming" \| "Golf" \| "Hockey" \| "Misc Sports" \| "MMA" \| "Multi-Sport" \| "Non-Sport" \| "Racing" \| "Soccer" \| "Tennis" \| "Wrestling")<br>`page` (query Integer)<br>`limit` (query Integer) | none | `TcdbTaggedResponse` | |
|
|
665
|
+
| tcdb | `tcdb.team` | `tcdb-team` | `GET /tcdb/team` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`limit` (query Integer) | none | `TcdbTeamResponse` | |
|
|
666
|
+
| tcdb | `tcdb.top_sets` | `tcdb-top-sets` | `GET /tcdb/top-sets` | `limit` (query Integer) | none | `TcdbTopSetsResponse` | |
|
|
525
667
|
| tiktok | `tiktok.category` | `tiktok-category` | `GET /tiktok/category` | none | `ApiKeyAuth` | `TiktokCategoryResponse` | |
|
|
526
668
|
| tiktok | `tiktok.video_comments` | `tiktok-video-comments` | `GET /tiktok/comments` | `aweme_id` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokVideoCommentsResponse` | |
|
|
527
669
|
| tiktok | `tiktok.explore` | `tiktok-explore` | `GET /tiktok/explore/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `TiktokExploreResponse` | |
|
|
@@ -545,6 +687,12 @@ Total operations: `625`
|
|
|
545
687
|
| tiktok | `tiktok.top_ads_spotlight` | `tiktok-top-ads-spotlight` | `GET /tiktok/top-ads/spotlight` | `page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `TiktokTopAdsSpotlightResponse` | |
|
|
546
688
|
| tiktok | `tiktok.top_ads_suggestions` | `tiktok-top-ads-suggestions` | `GET /tiktok/top-ads/suggestions` | `count` (query Integer)<br>`scenario` (query Integer) | `ApiKeyAuth` | `TiktokTopAdsSuggestionsResponse` | |
|
|
547
689
|
| tiktok | `tiktok.trending` | `tiktok-trending` | `GET /tiktok/trending` | none | `ApiKeyAuth` | `TiktokTrendingResponse` | |
|
|
690
|
+
| tmdb | `tmdb.movie_list` | `tmdb-movie-list` | `GET /tmdb/movie/list` | `category` (query "popular" \| "top_rated" \| "now_playing" \| "upcoming")<br>`limit` (query Integer) | `ApiKeyAuth` | `TmdbMovieListResponse` | |
|
|
691
|
+
| tmdb | `tmdb.movie` | `tmdb-movie` | `GET /tmdb/movie/{id}` | `id` (path String required) | `ApiKeyAuth` | `TmdbMovieResponse` | |
|
|
692
|
+
| tmdb | `tmdb.person` | `tmdb-person` | `GET /tmdb/person/{id}` | `id` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `TmdbPersonResponse` | |
|
|
693
|
+
| tmdb | `tmdb.search` | `tmdb-search` | `GET /tmdb/search` | `query` (query String required)<br>`type` (query "movie" \| "tv" \| "person")<br>`limit` (query Integer) | `ApiKeyAuth` | `TmdbSearchResponse` | |
|
|
694
|
+
| tmdb | `tmdb.tv_list` | `tmdb-tv-list` | `GET /tmdb/tv/list` | `category` (query "popular" \| "top_rated" \| "airing_today" \| "on_the_air")<br>`limit` (query Integer) | `ApiKeyAuth` | `TmdbTvListResponse` | |
|
|
695
|
+
| tmdb | `tmdb.tv` | `tmdb-tv` | `GET /tmdb/tv/{id}` | `id` (path String required) | `ApiKeyAuth` | `TmdbTvResponse` | |
|
|
548
696
|
| 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` | |
|
|
549
697
|
| trip_advisor | `trip_advisor.tripadvisor_enums` | `tripadvisor-enums` | `GET /tripadvisor/enums` | none | `ApiKeyAuth` | `TripAdvisorTripadvisorEnumsResponse` | |
|
|
550
698
|
| 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` | |
|
|
@@ -573,6 +721,9 @@ Total operations: `625`
|
|
|
573
721
|
| user | `user.me_api_keys` | `user-me-api-keys` | `GET /user/me/api-keys` | none | `JWTAuth` | `UserMeApiKeysResponse` | |
|
|
574
722
|
| user | `user.me_api_keys_rotate` | `user-me-api-keys-rotate` | `POST /user/me/api-keys/rotate` | none | `JWTAuth` | `UserMeApiKeysRotateResponse` | |
|
|
575
723
|
| user | `user.me_api_keys_reveal` | `user-me-api-keys-reveal` | `POST /user/me/api-keys/{id}/reveal` | `id` (path String required) | `JWTAuth` | `UserMeApiKeysRevealResponse` | |
|
|
724
|
+
| walmart | `walmart.product` | `walmart-product` | `GET /walmart/product/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `WalmartProductResponse` | |
|
|
725
|
+
| walmart | `walmart.product_reviews` | `walmart-product-reviews` | `GET /walmart/product/{item_id}/reviews` | `item_id` (path String required) | `ApiKeyAuth` | `WalmartProductReviewsResponse` | |
|
|
726
|
+
| walmart | `walmart.search` | `walmart-search` | `GET /walmart/search` | `q` (query String required)<br>`page` (query Integer)<br>`sort` (query "best_match" \| "price_low" \| "price_high" \| "best_seller" \| "new_arrivals" \| "rating_high") | `ApiKeyAuth` | `WalmartSearchResponse` | |
|
|
576
727
|
| x | `x.post` | `x-post` | `GET /x/post/{id}` | `id` (path String required)<br>`username` (query String) | `ApiKeyAuth` | `XPostResponse` | |
|
|
577
728
|
| x | `x.profile` | `x-profile` | `GET /x/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `XProfileResponse` | |
|
|
578
729
|
| x | `x.profile_posts` | `x-profile-posts` | `GET /x/profile/{username}/posts` | `username` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `XProfilePostsResponse` | |
|
data/docs/recipes.md
CHANGED
|
@@ -26,6 +26,24 @@ posts = client.reddit.search(q: "ruby", subreddit: "programming")
|
|
|
26
26
|
brand = client.brand.retrieve(domain: "stripe.com")
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
## Software, Reviews, And Market Datasets
|
|
30
|
+
|
|
31
|
+
Build a Chrome extension competitive-intelligence view without downloading the
|
|
32
|
+
whole catalog: create a high-adoption shortlist, load chart-ready market
|
|
33
|
+
metrics, watch movers, and audit permission changes or one item's history.
|
|
34
|
+
|
|
35
|
+
```ruby
|
|
36
|
+
extensions = client.datasets.chrome_extensions_search(q: "productivity", min_users: 10_000, sort: "users_desc", page_size: 20)
|
|
37
|
+
metrics = client.datasets.chrome_extensions_metrics(days: 30, limit: 10)
|
|
38
|
+
movers = client.datasets.chrome_extensions_trending(item_type: "extension", page_size: 20)
|
|
39
|
+
permission_changes = client.datasets.chrome_extensions_changes(change_type: "permissions", limit: 25)
|
|
40
|
+
history = client.datasets.chrome_extensions_history(id: "fjgncogppolhfdpijihbpfmeohpaadpc", limit: 90)
|
|
41
|
+
|
|
42
|
+
cities = client.datasets.numbeo_cities_search(country: "Portugal", sort: "quality_of_life_desc")
|
|
43
|
+
software = client.capterra.search(q: "project management")
|
|
44
|
+
games = client.metacritic.browse(type: "game", sort: "score")
|
|
45
|
+
```
|
|
46
|
+
|
|
29
47
|
## Airbnb Host Profiles
|
|
30
48
|
|
|
31
49
|
Look up a public Airbnb host, then page through their listings and guest reviews.
|