crawlora 1.9.0.pre.sdk.1 → 1.14.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 +48 -0
- data/docs/operations.md +95 -17
- data/docs/recipes.md +22 -0
- data/lib/crawlora/operations.rb +9421 -5911
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +43080 -30393
- data/sig/crawlora.rbs +118 -16
- 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: a5f17bdbe576a30c7edced4399ec063f2487fc7ecd0dd03527dc433fb9922849
|
|
4
|
+
data.tar.gz: 5fccaecb69e589b1252820d1b75237597ff4c03d63c8de6dc886dcfa4aa1c5f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 487bc2928e86ccf409f4c93940a3c143a4efd216309a54979c2afc0ac7ff441d9ce7d48821b32882afd7adbec6f74039fab4aa448bf5f425343a1fc31d2b912b
|
|
7
|
+
data.tar.gz: 409c11ee80142d6273ca955328bbf033bbaa5dd68b0bff2c74dfa85aa1635d03dba3a8a6bfd252e5ce5f653d5ba03fca88abedaac607c58983eab0d39d818a46
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.14.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Regenerated from the public API contract (559 to 603 operations). Adds the
|
|
6
|
+
**SEC EDGAR platform** (10 endpoints): company search, filings list, single
|
|
7
|
+
filing, 10-K/10-Q/8-K section extraction, full-text search, XBRL frames,
|
|
8
|
+
normalized financial statements (income/balance/cash-flow with computed
|
|
9
|
+
margins and ratios), insider transactions (Forms 3/4/5), 13F institutional
|
|
10
|
+
holdings, and a company-intelligence overview -- all over credential-free
|
|
11
|
+
official SEC data. Also catches up accumulated public-contract coverage that
|
|
12
|
+
had drifted since the last regeneration.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## v1.13.0-sdk.1
|
|
16
|
+
|
|
17
|
+
- Regenerated from the public API contract (555 to 559 operations). Adds the
|
|
18
|
+
**Chrome Web Store** platform (9 endpoints): item detail, search, related
|
|
19
|
+
items, reviews, category / collection / top-chart listings, search
|
|
20
|
+
suggestions, and the category reference taxonomy — covering Chrome Web Store
|
|
21
|
+
extensions and themes.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## v1.12.0-sdk.1
|
|
25
|
+
|
|
26
|
+
- Regenerated from the public API contract (532 to 555 operations). Adds the
|
|
27
|
+
**TrustMRR** platform (5 endpoints): a public database of verified startup
|
|
28
|
+
revenues and a startup-acquisition marketplace. The endpoints cover the
|
|
29
|
+
marketplace snapshot (recently listed startups and best deals), the verified
|
|
30
|
+
revenue leaderboard (rank by MRR, 30-day revenue, all-time revenue, growth,
|
|
31
|
+
traffic, or revenue per visitor), startup detail, the category directory, and
|
|
32
|
+
category detail.
|
|
33
|
+
- Also catches the client up with public endpoints from earlier API releases that
|
|
34
|
+
had not yet been regenerated into the SDKs: the ESPN and Reddit platforms; the
|
|
35
|
+
Airbnb Markets, GitHub Users, and Product Hunt dataset families; Product Hunt
|
|
36
|
+
category products; and the website tech-stack endpoint.
|
|
37
|
+
|
|
38
|
+
## v1.11.0-sdk.1
|
|
39
|
+
|
|
40
|
+
- Regenerated from the public API contract (529 to 532 operations). Adds three
|
|
41
|
+
Airbnb host endpoints: host profile, host listings, and host reviews.
|
|
42
|
+
|
|
43
|
+
## v1.10.0-sdk.1
|
|
44
|
+
|
|
45
|
+
- Regenerated from the public API contract (525 to 529 operations). Adds the
|
|
46
|
+
**Airbnb Markets dataset** (4 endpoints): aggregate short-term-rental market
|
|
47
|
+
statistics -- listing supply, Superhost share, ratings, and nightly-price bands
|
|
48
|
+
-- rolled up by country, metro, and geo cell (search, item lookup, facets, and
|
|
49
|
+
nearby density). Aggregate-only: no individual listings or hosts.
|
|
50
|
+
|
|
3
51
|
## v1.9.0-sdk.1
|
|
4
52
|
|
|
5
53
|
- Regenerated from the public API contract (499 to 525 operations). Adds four
|
data/docs/operations.md
CHANGED
|
@@ -2,10 +2,13 @@
|
|
|
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: `603`
|
|
6
6
|
|
|
7
7
|
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
8
|
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
9
|
+
| airbnb | `airbnb.host` | `airbnb-host` | `GET /airbnb/host/{id}` | `id` (path String required) | `ApiKeyAuth` | `AirbnbHostResponse` | |
|
|
10
|
+
| airbnb | `airbnb.host_listings` | `airbnb-host-listings` | `GET /airbnb/host/{id}/listings` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `AirbnbHostListingsResponse` | |
|
|
11
|
+
| airbnb | `airbnb.host_reviews` | `airbnb-host-reviews` | `GET /airbnb/host/{id}/reviews` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `AirbnbHostReviewsResponse` | |
|
|
9
12
|
| airbnb | `airbnb.room` | `airbnb-room` | `GET /airbnb/room/{id}` | `id` (path String required) | `ApiKeyAuth` | `AirbnbRoomResponse` | |
|
|
10
13
|
| airbnb | `airbnb.room_calendar` | `airbnb-room-calendar` | `GET /airbnb/room/{id}/calendar` | `id` (path String required) | `ApiKeyAuth` | `AirbnbRoomCalendarResponse` | |
|
|
11
14
|
| airbnb | `airbnb.room_reviews` | `airbnb-room-reviews` | `GET /airbnb/room/{id}/reviews` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `AirbnbRoomReviewsResponse` | |
|
|
@@ -68,6 +71,18 @@ Total operations: `525`
|
|
|
68
71
|
| 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` | |
|
|
69
72
|
| 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` | |
|
|
70
73
|
| 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` | |
|
|
74
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_categories` | `chromewebstore-categories` | `GET /chromewebstore/categories` | none | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreCategoriesResponse` | |
|
|
75
|
+
| 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
|
+
| 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` | |
|
|
77
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_collection` | `chromewebstore-collection` | `GET /chromewebstore/collection` | `collection` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreCollectionResponse` | |
|
|
78
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_developer` | `chromewebstore-developer` | `GET /chromewebstore/developer` | `id` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreDeveloperResponse` | |
|
|
79
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_item` | `chromewebstore-item` | `GET /chromewebstore/item` | `id` (query String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreItemResponse` | |
|
|
80
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_permissions` | `chromewebstore-permissions` | `GET /chromewebstore/permissions` | `id` (query String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstorePermissionsResponse` | |
|
|
81
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_privacy` | `chromewebstore-privacy` | `GET /chromewebstore/privacy` | `id` (query String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstorePrivacyResponse` | |
|
|
82
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_reviews` | `chromewebstore-reviews` | `GET /chromewebstore/reviews` | `id` (query String required)<br>`num` (query Integer)<br>`sort` (query "recent" \| "helpful")<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreReviewsResponse` | |
|
|
83
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_search` | `chromewebstore-search` | `GET /chromewebstore/search` | `term` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreSearchResponse` | |
|
|
84
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_similar` | `chromewebstore-similar` | `GET /chromewebstore/similar` | `id` (query String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreSimilarResponse` | |
|
|
85
|
+
| chrome_web_store | `chrome_web_store.chromewebstore_suggest` | `chromewebstore-suggest` | `GET /chromewebstore/suggest` | `term` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreSuggestResponse` | |
|
|
71
86
|
| coin_gecko | `coin_gecko.categories` | `coingecko-categories` | `GET /coingecko/categories` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoCategoriesResponse` | |
|
|
72
87
|
| coin_gecko | `coin_gecko.category_coins` | `coingecko-category-coins` | `GET /coingecko/category/{slug}/coins` | `slug` (path String required)<br>`page` (query Integer)<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoCategoryCoinsResponse` | |
|
|
73
88
|
| coin_gecko | `coin_gecko.chains` | `coingecko-chains` | `GET /coingecko/chains` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoChainsResponse` | |
|
|
@@ -92,25 +107,53 @@ Total operations: `525`
|
|
|
92
107
|
| web | `web.contact` | `contact` | `POST /contact` | `option` (body String required) | `ApiKeyAuth` | `WebContactResponse` | |
|
|
93
108
|
| web | `web.antibot_check` | `antibot-check` | `POST /diagnostics/antibot-check` | `request` (body String required) | `ApiKeyAuth` | `WebAntibotCheckResponse` | |
|
|
94
109
|
| web | `web.scrape` | `web-scrape` | `POST /web/scrape` | `scrapeOption` (body String required) | `ApiKeyAuth` | `WebScrapeResponse` | |
|
|
110
|
+
| web | `web.techstack` | `web-techstack` | `POST /web/techstack` | `request` (body String required) | `ApiKeyAuth` | `WebTechstackResponse` | |
|
|
95
111
|
| datasets | `datasets.list` | `datasets-list` | `GET /datasets` | none | `ApiKeyAuth` | `DatasetsListResponse` | |
|
|
112
|
+
| datasets | `datasets.airbnb_markets_facets` | `datasets-airbnb-markets-facets` | `GET /datasets/airbnb-markets/facets` | `facet` (query String required)<br>`group_by` (query String)<br>`country` (query String)<br>`market` (query String)<br>`superhost` (query bool)<br>`guest_favorite` (query bool)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`active_since` (query String)<br>`min_listings` (query Integer) | `ApiKeyAuth` | `DatasetsAirbnbMarketsFacetsResponse` | |
|
|
113
|
+
| datasets | `datasets.airbnb_markets_item` | `datasets-airbnb-markets-item` | `GET /datasets/airbnb-markets/items/{country}` | `country` (path String required) | `ApiKeyAuth` | `DatasetsAirbnbMarketsItemResponse` | |
|
|
114
|
+
| datasets | `datasets.airbnb_markets_nearby` | `datasets-airbnb-markets-nearby` | `GET /datasets/airbnb-markets/nearby` | `lat` (query Float required)<br>`lon` (query Float required)<br>`radius_m` (query Integer required)<br>`precision` (query Integer)<br>`min_listings` (query Integer)<br>`country` (query String)<br>`superhost` (query bool)<br>`min_rating` (query Float)<br>`active_since` (query String) | `ApiKeyAuth` | `DatasetsAirbnbMarketsNearbyResponse` | |
|
|
115
|
+
| datasets | `datasets.airbnb_markets_search` | `datasets-airbnb-markets-search` | `GET /datasets/airbnb-markets/search` | `group_by` (query String)<br>`country` (query String)<br>`market` (query String)<br>`superhost` (query bool)<br>`guest_favorite` (query bool)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`active_since` (query String)<br>`min_listings` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsAirbnbMarketsSearchResponse` | |
|
|
96
116
|
| 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` | |
|
|
97
117
|
| 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` | |
|
|
98
118
|
| 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` | |
|
|
99
119
|
| 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` | |
|
|
100
|
-
| 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>`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` | |
|
|
120
|
+
| 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` | |
|
|
101
121
|
| datasets | `datasets.github_users_item` | `datasets-github-users-item` | `GET /datasets/github-users/items/{login}` | `login` (path String required) | `ApiKeyAuth` | `DatasetsGithubUsersItemResponse` | |
|
|
102
122
|
| datasets | `datasets.github_users_nearby` | `datasets-github-users-nearby` | `GET /datasets/github-users/nearby` | `lat` (query Float required)<br>`lon` (query Float required)<br>`radius_m` (query Integer required)<br>`influence_tier` (query String)<br>`reachable` (query bool)<br>`min_followers` (query Integer)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGithubUsersNearbyResponse` | |
|
|
103
|
-
| datasets | `datasets.github_users_search` | `datasets-github-users-search` | `GET /datasets/github-users/search` | `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>`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)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGithubUsersSearchResponse` | |
|
|
104
|
-
| 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` | |
|
|
123
|
+
| datasets | `datasets.github_users_search` | `datasets-github-users-search` | `GET /datasets/github-users/search` | `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)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGithubUsersSearchResponse` | |
|
|
124
|
+
| 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>`has_geo` (query bool)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesFacetsResponse` | |
|
|
105
125
|
| 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` | |
|
|
106
126
|
| 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` | |
|
|
107
|
-
| datasets | `datasets.google_map_businesses_search` | `datasets-google-map-businesses-search` | `GET /datasets/google-map-businesses/search` | `q` (query String)<br>`category` (query String)<br>`country` (query String)<br>`state` (query String)<br>`county` (query String)<br>`city` (query String)<br>`town` (query String)<br>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`has_website` (query bool)<br>`has_phone` (query bool)<br>`lat` (query Float)<br>`lon` (query Float)<br>`radius_m` (query Integer)<br>`sort` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsGoogleMapBusinessesSearchResponse` | |
|
|
127
|
+
| 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` | |
|
|
128
|
+
| 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
|
+
| datasets | `datasets.producthunt_makers_item` | `datasets-producthunt-makers-item` | `GET /datasets/producthunt-makers/items/{username}` | `username` (path String required) | `ApiKeyAuth` | `DatasetsProducthuntMakersItemResponse` | |
|
|
130
|
+
| 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` | |
|
|
131
|
+
| datasets | `datasets.producthunt_products_facets` | `datasets-producthunt-products-facets` | `GET /datasets/producthunt-products/facets` | `facet` (query String required)<br>`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) | `ApiKeyAuth` | `DatasetsProducthuntProductsFacetsResponse` | |
|
|
132
|
+
| datasets | `datasets.producthunt_products_item` | `datasets-producthunt-products-item` | `GET /datasets/producthunt-products/items/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `DatasetsProducthuntProductsItemResponse` | |
|
|
133
|
+
| 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
|
+
| 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
|
+
| 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` | |
|
|
136
|
+
| 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
|
+
| datasets | `datasets.techstack_item` | `datasets-techstack-item` | `GET /datasets/techstack/items/{domain}` | `domain` (path String required) | `ApiKeyAuth` | `DatasetsTechstackItemResponse` | |
|
|
138
|
+
| 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
|
+
| 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` | |
|
|
140
|
+
| datasets | `datasets.trustmrr_item` | `datasets-trustmrr-item` | `GET /datasets/trustmrr/items/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `DatasetsTrustmrrItemResponse` | |
|
|
141
|
+
| 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` | |
|
|
108
142
|
| e_bay | `e_bay.ebay_item` | `ebay-item` | `GET /ebay/item/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `EBayEbayItemResponse` | |
|
|
109
143
|
| e_bay | `e_bay.ebay_search` | `ebay-search` | `POST /ebay/search` | `option` (body String required) | `ApiKeyAuth` | `EBayEbaySearchResponse` | |
|
|
110
144
|
| e_bay | `e_bay.ebay_seller` | `ebay-seller` | `GET /ebay/seller/{seller}` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerResponse` | |
|
|
111
145
|
| e_bay | `e_bay.ebay_seller_about` | `ebay-seller-about` | `GET /ebay/seller/{seller}/about` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerAboutResponse` | |
|
|
112
146
|
| e_bay | `e_bay.ebay_seller_feedback` | `ebay-seller-feedback` | `GET /ebay/seller/{seller}/feedback` | `seller` (path String required)<br>`page` (query Integer)<br>`per_page` (query "24" \| "48" \| "72") | `ApiKeyAuth` | `EBayEbaySellerFeedbackResponse` | |
|
|
113
147
|
| e_bay | `e_bay.ebay_seller_shop` | `ebay-seller-shop` | `GET /ebay/seller/{seller}/shop` | `seller` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `EBayEbaySellerShopResponse` | |
|
|
148
|
+
| espn | `espn.athlete` | `espn-athlete` | `GET /espn/athlete` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required)<br>`athlete` (query String required) | `ApiKeyAuth` | `EspnAthleteResponse` | |
|
|
149
|
+
| espn | `espn.game_summary` | `espn-game-summary` | `GET /espn/game-summary` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required)<br>`event` (query String required) | `ApiKeyAuth` | `EspnGameSummaryResponse` | |
|
|
150
|
+
| espn | `espn.news` | `espn-news` | `GET /espn/news` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required) | `ApiKeyAuth` | `EspnNewsResponse` | |
|
|
151
|
+
| espn | `espn.rankings` | `espn-rankings` | `GET /espn/rankings` | `sport` (query "football" \| "basketball" required)<br>`league` (query "college-football" \| "mens-college-basketball" \| "womens-college-basketball" required) | `ApiKeyAuth` | `EspnRankingsResponse` | |
|
|
152
|
+
| espn | `espn.scoreboard` | `espn-scoreboard` | `GET /espn/scoreboard` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required)<br>`dates` (query String)<br>`week` (query Integer)<br>`seasontype` (query "1" \| "2" \| "3" \| "4") | `ApiKeyAuth` | `EspnScoreboardResponse` | |
|
|
153
|
+
| espn | `espn.standings` | `espn-standings` | `GET /espn/standings` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required)<br>`season` (query Integer)<br>`seasontype` (query "1" \| "2" \| "3") | `ApiKeyAuth` | `EspnStandingsResponse` | |
|
|
154
|
+
| espn | `espn.team` | `espn-team` | `GET /espn/team` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required)<br>`team` (query String required) | `ApiKeyAuth` | `EspnTeamResponse` | |
|
|
155
|
+
| espn | `espn.team_roster` | `espn-team-roster` | `GET /espn/team-roster` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required)<br>`team` (query String required) | `ApiKeyAuth` | `EspnTeamRosterResponse` | |
|
|
156
|
+
| espn | `espn.teams` | `espn-teams` | `GET /espn/teams` | `sport` (query "football" \| "basketball" \| "baseball" \| "hockey" \| "soccer" required)<br>`league` (query "nfl" \| "college-football" \| "nba" \| "wnba" \| "mens-college-basketball" \| "womens-college-basketball" \| "mlb" \| "nhl" \| "eng.1" \| "esp.1" \| "ita.1" \| "ger.1" \| "fra.1" \| "usa.1" \| "uefa.champions" required) | `ApiKeyAuth` | `EspnTeamsResponse` | |
|
|
114
157
|
| geocoding | `geocoding.lookup` | `geocoding-lookup` | `GET /geocoding/lookup` | `osm_ids` (query String required)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingLookupResponse` | |
|
|
115
158
|
| geocoding | `geocoding.reverse` | `geocoding-reverse` | `GET /geocoding/reverse` | `lat` (query Float required)<br>`lon` (query Float required)<br>`zoom` (query Integer)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingReverseResponse` | |
|
|
116
159
|
| geocoding | `geocoding.search` | `geocoding-search` | `GET /geocoding/search` | `q` (query String)<br>`street` (query String)<br>`city` (query String)<br>`county` (query String)<br>`state` (query String)<br>`country` (query String)<br>`postalcode` (query String)<br>`limit` (query Integer)<br>`countrycodes` (query String)<br>`accept_language` (query String)<br>`addressdetails` (query bool)<br>`extratags` (query bool)<br>`namedetails` (query bool) | `ApiKeyAuth` | `GeocodingSearchResponse` | |
|
|
@@ -258,6 +301,9 @@ Total operations: `525`
|
|
|
258
301
|
| metaculus | `metaculus.tournament_questions` | `metaculus-tournament-questions` | `GET /metaculus/tournament/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusTournamentQuestionsResponse` | |
|
|
259
302
|
| meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
|
|
260
303
|
| meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
|
|
304
|
+
| pitch_book | `pitch_book.pitchbook_company` | `pitchbook-company` | `GET /pitchbook/company` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookCompanyResponse` | |
|
|
305
|
+
| pitch_book | `pitch_book.pitchbook_fund` | `pitchbook-fund` | `GET /pitchbook/fund` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookFundResponse` | |
|
|
306
|
+
| pitch_book | `pitch_book.pitchbook_investor` | `pitchbook-investor` | `GET /pitchbook/investor` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookInvestorResponse` | |
|
|
261
307
|
| 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` | |
|
|
262
308
|
| polymarket | `polymarket.clob_market` | `polymarket-clob-market` | `GET /polymarket/clob/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketClobMarketResponse` | |
|
|
263
309
|
| polymarket | `polymarket.dashboard_macro` | `polymarket-dashboard-macro` | `GET /polymarket/dashboards/macro` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketDashboardMacroResponse` | |
|
|
@@ -324,7 +370,7 @@ Total operations: `525`
|
|
|
324
370
|
| 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` | |
|
|
325
371
|
| polymarket | `polymarket.tournament` | `polymarket-tournament` | `GET /polymarket/tournaments/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTournamentResponse` | |
|
|
326
372
|
| product_hunt | `product_hunt.category` | `producthunt-category` | `GET /producthunt/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `ProductHuntCategoryResponse` | |
|
|
327
|
-
| product_hunt | `product_hunt.category_products` | `producthunt-category-products` | `GET /producthunt/category/{slug}/products` | `slug` (path String required)<br>`
|
|
373
|
+
| product_hunt | `product_hunt.category_products` | `producthunt-category-products` | `GET /producthunt/category/{slug}/products` | `slug` (path String required)<br>`cursor` (query String)<br>`page_size` (query Integer)<br>`featured_only` (query bool)<br>`order` (query String)<br>`page` (query Integer)<br>`tags` (query String) | `ApiKeyAuth` | `ProductHuntCategoryProductsResponse` | |
|
|
328
374
|
| 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` | |
|
|
329
375
|
| product_hunt | `product_hunt.product` | `producthunt-product` | `GET /producthunt/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntProductResponse` | |
|
|
330
376
|
| product_hunt | `product_hunt.about` | `producthunt-about` | `GET /producthunt/product/{id}/about` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntAboutResponse` | |
|
|
@@ -334,17 +380,17 @@ Total operations: `525`
|
|
|
334
380
|
| product_hunt | `product_hunt.makers` | `producthunt-makers` | `GET /producthunt/product/{id}/makers` | `id` (path String required)<br>`cursor` (query String) | `ApiKeyAuth` | `ProductHuntMakersResponse` | |
|
|
335
381
|
| product_hunt | `product_hunt.reviews` | `producthunt-reviews` | `GET /producthunt/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntReviewsResponse` | |
|
|
336
382
|
| 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` | |
|
|
337
|
-
| 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)
|
|
338
|
-
| 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)
|
|
339
|
-
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required)
|
|
340
|
-
| 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)
|
|
341
|
-
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer)
|
|
342
|
-
| reddit | `reddit.subreddit_comments` | `reddit-subreddit-comments` | `GET /reddit/subreddit/{subreddit}/comments` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`after` (query String)
|
|
343
|
-
| 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)
|
|
344
|
-
| 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)
|
|
345
|
-
| 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)
|
|
346
|
-
| reddit | `reddit.user_comments` | `reddit-user-comments` | `GET /reddit/user/{username}/comments` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String)
|
|
347
|
-
| reddit | `reddit.user_posts` | `reddit-user-posts` | `GET /reddit/user/{username}/posts` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String)
|
|
383
|
+
| 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` | |
|
|
384
|
+
| 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` | |
|
|
385
|
+
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `RedditPostResponse` | |
|
|
386
|
+
| 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` | |
|
|
387
|
+
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RedditSubredditAboutResponse` | |
|
|
388
|
+
| 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` | |
|
|
389
|
+
| 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` | |
|
|
390
|
+
| 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` | |
|
|
391
|
+
| 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` | |
|
|
392
|
+
| 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` | |
|
|
393
|
+
| 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` | |
|
|
348
394
|
| redfin | `redfin.estimate` | `redfin-estimate` | `GET /redfin/estimate` | `property_id` (query String required) | `ApiKeyAuth` | `RedfinEstimateResponse` | |
|
|
349
395
|
| redfin | `redfin.property` | `redfin-property` | `GET /redfin/property` | `url` (query String)<br>`property_id` (query String)<br>`listing_id` (query String) | `ApiKeyAuth` | `RedfinPropertyResponse` | |
|
|
350
396
|
| redfin | `redfin.region_trends` | `redfin-region-trends` | `GET /redfin/region-trends` | `region_id` (query Integer required)<br>`region_type` (query Integer) | `ApiKeyAuth` | `RedfinRegionTrendsResponse` | |
|
|
@@ -362,6 +408,16 @@ Total operations: `525`
|
|
|
362
408
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_search` | `rottentomatoes-search` | `GET /rottentomatoes/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSearchResponse` | |
|
|
363
409
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_season` | `rottentomatoes-season` | `GET /rottentomatoes/season` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeasonResponse` | |
|
|
364
410
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_series` | `rottentomatoes-series` | `GET /rottentomatoes/series` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeriesResponse` | |
|
|
411
|
+
| sec_edgar | `sec_edgar.sec_company_intelligence` | `sec-company-intelligence` | `GET /sec/company/intelligence` | `cik` (query String)<br>`ticker` (query String) | `ApiKeyAuth` | `SecEdgarSecCompanyIntelligenceResponse` | |
|
|
412
|
+
| sec_edgar | `sec_edgar.sec_company_search` | `sec-company-search` | `GET /sec/company/search` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecCompanySearchResponse` | |
|
|
413
|
+
| sec_edgar | `sec_edgar.sec_company_submissions` | `sec-company-submissions` | `GET /sec/company/submissions` | `cik` (query String)<br>`ticker` (query String)<br>`form` (query String)<br>`from` (query String)<br>`to` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecCompanySubmissionsResponse` | |
|
|
414
|
+
| sec_edgar | `sec_edgar.sec_filing` | `sec-filing` | `GET /sec/filing` | `cik` (query String)<br>`ticker` (query String)<br>`accession` (query String required) | `ApiKeyAuth` | `SecEdgarSecFilingResponse` | |
|
|
415
|
+
| sec_edgar | `sec_edgar.sec_filing_sections` | `sec-filing-sections` | `GET /sec/filing/sections` | `cik` (query String)<br>`ticker` (query String)<br>`accession` (query String required)<br>`items` (query String)<br>`max_chars` (query Integer) | `ApiKeyAuth` | `SecEdgarSecFilingSectionsResponse` | |
|
|
416
|
+
| sec_edgar | `sec_edgar.sec_financials` | `sec-financials` | `GET /sec/financials` | `cik` (query String)<br>`ticker` (query String)<br>`statement` (query "income" \| "balance" \| "cash_flow")<br>`period` (query "annual" \| "quarterly")<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecFinancialsResponse` | |
|
|
417
|
+
| sec_edgar | `sec_edgar.sec_frames` | `sec-frames` | `GET /sec/frames` | `concept` (query String required)<br>`period` (query String required)<br>`unit` (query String)<br>`taxonomy` (query "dei" \| "ifrs-full" \| "srt" \| "us-gaap")<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecFramesResponse` | |
|
|
418
|
+
| sec_edgar | `sec_edgar.sec_full_text_search` | `sec-full-text-search` | `GET /sec/full-text-search` | `q` (query String required)<br>`forms` (query String)<br>`from` (query String)<br>`to` (query String)<br>`page` (query Integer) | `ApiKeyAuth` | `SecEdgarSecFullTextSearchResponse` | |
|
|
419
|
+
| sec_edgar | `sec_edgar.sec_insider` | `sec-insider` | `GET /sec/insider` | `cik` (query String)<br>`ticker` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecInsiderResponse` | |
|
|
420
|
+
| sec_edgar | `sec_edgar.sec_institutional_holdings` | `sec-institutional-holdings` | `GET /sec/institutional-holdings` | `cik` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecInstitutionalHoldingsResponse` | |
|
|
365
421
|
| 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` | |
|
|
366
422
|
| shop_app | `shop_app.categories` | `shop-app-categories` | `GET /shop-app/categories` | none | `ApiKeyAuth` | `ShopAppCategoriesResponse` | |
|
|
367
423
|
| shop_app | `shop_app.product` | `shop-app-product` | `GET /shop-app/products/{id}` | `id` (path String required)<br>`variant_id` (query String) | `ApiKeyAuth` | `ShopAppProductResponse` | |
|
|
@@ -391,6 +447,21 @@ Total operations: `525`
|
|
|
391
447
|
| shopify | `shopify.store` | `shopify-store` | `GET /shopify/store` | `url` (query String required) | `ApiKeyAuth` | `ShopifyStoreResponse` | |
|
|
392
448
|
| similar_web | `similar_web.search` | `similarweb-search` | `GET /similarweb/search` | `q` (query String required) | `ApiKeyAuth` | `SimilarWebSearchResponse` | |
|
|
393
449
|
| similar_web | `similar_web.web` | `similarweb-web` | `GET /similarweb/web/{domain}` | `domain` (path String required) | `ApiKeyAuth` | `SimilarWebWebResponse` | |
|
|
450
|
+
| sofa_score | `sofa_score.sofascore_event` | `sofascore-event` | `GET /sofascore/event` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventResponse` | |
|
|
451
|
+
| sofa_score | `sofa_score.sofascore_event_h2h` | `sofascore-event-h2h` | `GET /sofascore/event-h2h` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventH2hResponse` | |
|
|
452
|
+
| sofa_score | `sofa_score.sofascore_event_incidents` | `sofascore-event-incidents` | `GET /sofascore/event-incidents` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventIncidentsResponse` | |
|
|
453
|
+
| sofa_score | `sofa_score.sofascore_event_lineups` | `sofascore-event-lineups` | `GET /sofascore/event-lineups` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventLineupsResponse` | |
|
|
454
|
+
| sofa_score | `sofa_score.sofascore_event_odds` | `sofascore-event-odds` | `GET /sofascore/event-odds` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventOddsResponse` | |
|
|
455
|
+
| sofa_score | `sofa_score.sofascore_event_statistics` | `sofascore-event-statistics` | `GET /sofascore/event-statistics` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventStatisticsResponse` | |
|
|
456
|
+
| sofa_score | `sofa_score.sofascore_live_events` | `sofascore-live-events` | `GET /sofascore/live-events` | `sport` (query "football" \| "basketball" \| "tennis" required) | `ApiKeyAuth` | `SofaScoreSofascoreLiveEventsResponse` | |
|
|
457
|
+
| sofa_score | `sofa_score.sofascore_player` | `sofascore-player` | `GET /sofascore/player` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascorePlayerResponse` | |
|
|
458
|
+
| sofa_score | `sofa_score.sofascore_round_events` | `sofascore-round-events` | `GET /sofascore/round-events` | `id` (query String required)<br>`season` (query String required)<br>`round` (query Integer required) | `ApiKeyAuth` | `SofaScoreSofascoreRoundEventsResponse` | |
|
|
459
|
+
| sofa_score | `sofa_score.sofascore_search` | `sofascore-search` | `GET /sofascore/search` | `q` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreSearchResponse` | |
|
|
460
|
+
| sofa_score | `sofa_score.sofascore_standings` | `sofascore-standings` | `GET /sofascore/standings` | `id` (query String required)<br>`season` (query String required)<br>`type` (query "total" \| "home" \| "away" required) | `ApiKeyAuth` | `SofaScoreSofascoreStandingsResponse` | |
|
|
461
|
+
| sofa_score | `sofa_score.sofascore_team` | `sofascore-team` | `GET /sofascore/team` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreTeamResponse` | |
|
|
462
|
+
| sofa_score | `sofa_score.sofascore_team_events` | `sofascore-team-events` | `GET /sofascore/team-events` | `id` (query String required)<br>`direction` (query "next" \| "last" required)<br>`page` (query Integer) | `ApiKeyAuth` | `SofaScoreSofascoreTeamEventsResponse` | |
|
|
463
|
+
| sofa_score | `sofa_score.sofascore_team_players` | `sofascore-team-players` | `GET /sofascore/team-players` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreTeamPlayersResponse` | |
|
|
464
|
+
| sofa_score | `sofa_score.sofascore_tournament_seasons` | `sofascore-tournament-seasons` | `GET /sofascore/tournament-seasons` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreTournamentSeasonsResponse` | |
|
|
394
465
|
| spotify_podcasts | `spotify_podcasts.categories` | `spotify-podcasts-categories` | `GET /spotify-podcasts/categories` | `uri` (query String)<br>`page_offset` (query Integer)<br>`page_limit` (query Integer)<br>`section_offset` (query Integer)<br>`section_limit` (query Integer)<br>`include_episode_content_ratings_v2` (query bool) | `ApiKeyAuth` | `SpotifyPodcastsCategoriesResponse` | |
|
|
395
466
|
| spotify_podcasts | `spotify_podcasts.charts` | `spotify-podcasts-charts` | `GET /spotify-podcasts/charts` | `chart` (query String)<br>`region` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyPodcastsChartsResponse` | |
|
|
396
467
|
| spotify_podcasts | `spotify_podcasts.episode` | `spotify-podcasts-episode` | `GET /spotify-podcasts/episode` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyPodcastsEpisodeResponse` | |
|
|
@@ -458,6 +529,13 @@ Total operations: `525`
|
|
|
458
529
|
| trip_advisor | `trip_advisor.tripadvisor_place` | `tripadvisor-place` | `GET /tripadvisor/place` | `url` (query String)<br>`id` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorPlaceResponse` | |
|
|
459
530
|
| trip_advisor | `trip_advisor.tripadvisor_reviews` | `tripadvisor-reviews` | `GET /tripadvisor/reviews` | `id` (query String)<br>`url` (query String)<br>`page` (query Integer)<br>`limit` (query Integer)<br>`language` (query String)<br>`sort_type` (query String)<br>`sort_by` (query String)<br>`ratings` (query Array[Integer])<br>`do_machine_translation` (query bool)<br>`photos_per_review_limit` (query Integer) | `ApiKeyAuth` | `TripAdvisorTripadvisorReviewsResponse` | |
|
|
460
531
|
| trip_advisor | `trip_advisor.tripadvisor_search` | `tripadvisor-search` | `GET /tripadvisor/search` | `geo_id` (query Integer required)<br>`type` (query String required)<br>`filter_id` (query String)<br>`class` (query Integer)<br>`amenities` (query Array[Integer])<br>`price_min` (query Integer)<br>`price_max` (query Integer)<br>`pricing_mode` (query String)<br>`travelers_choice` (query bool)<br>`travelers_choice_botb` (query bool)<br>`restaurant_date` (query String)<br>`restaurant_time` (query String)<br>`restaurant_guests` (query Integer)<br>`establishment_types` (query Array[Integer])<br>`online_options` (query Array[Integer])<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`locale` (query String)<br>`currency` (query String)<br>`sort` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorSearchResponse` | |
|
|
532
|
+
| trust_mrr | `trust_mrr.trustmrr_acquire` | `trustmrr-acquire` | `GET /trustmrr/acquire` | none | `ApiKeyAuth` | `TrustMrrTrustmrrAcquireResponse` | |
|
|
533
|
+
| trust_mrr | `trust_mrr.trustmrr_categories` | `trustmrr-categories` | `GET /trustmrr/categories` | none | `ApiKeyAuth` | `TrustMrrTrustmrrCategoriesResponse` | |
|
|
534
|
+
| trust_mrr | `trust_mrr.trustmrr_category` | `trustmrr-category` | `GET /trustmrr/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustMrrTrustmrrCategoryResponse` | |
|
|
535
|
+
| trust_mrr | `trust_mrr.trustmrr_leaderboard` | `trustmrr-leaderboard` | `GET /trustmrr/leaderboard` | `metric` (query "mrr" \| "last_30_days_revenue" \| "all_time_revenue" \| "growth" \| "traffic" \| "revenue_per_visitor") | `ApiKeyAuth` | `TrustMrrTrustmrrLeaderboardResponse` | |
|
|
536
|
+
| trust_mrr | `trust_mrr.trustmrr_marketplace` | `trustmrr-marketplace` | `GET /trustmrr/marketplace` | none | `ApiKeyAuth` | `TrustMrrTrustmrrMarketplaceResponse` | |
|
|
537
|
+
| trust_mrr | `trust_mrr.trustmrr_startup` | `trustmrr-startup` | `GET /trustmrr/startup/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustMrrTrustmrrStartupResponse` | |
|
|
538
|
+
| trust_mrr | `trust_mrr.trustmrr_startups` | `trustmrr-startups` | `GET /trustmrr/startups` | `page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `TrustMrrTrustmrrStartupsResponse` | |
|
|
461
539
|
| trustpilot | `trustpilot.business_search` | `trustpilot-business-search` | `GET /trustpilot/business-units/search` | `q` (query String required)<br>`country` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `TrustpilotBusinessSearchResponse` | |
|
|
462
540
|
| trustpilot | `trustpilot.business` | `trustpilot-business` | `GET /trustpilot/business/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustpilotBusinessResponse` | |
|
|
463
541
|
| trustpilot | `trustpilot.business_related` | `trustpilot-business-related` | `GET /trustpilot/business/{slug}/related` | `slug` (path String required) | `ApiKeyAuth` | `TrustpilotBusinessRelatedResponse` | |
|
data/docs/recipes.md
CHANGED
|
@@ -26,6 +26,28 @@ posts = client.reddit.search(q: "ruby", subreddit: "programming")
|
|
|
26
26
|
brand = client.brand.retrieve(domain: "stripe.com")
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
+
## Airbnb Host Profiles
|
|
30
|
+
|
|
31
|
+
Look up a public Airbnb host, then page through their listings and guest reviews.
|
|
32
|
+
|
|
33
|
+
```ruby
|
|
34
|
+
host = client.airbnb.host(id: "65056940")
|
|
35
|
+
listings = client.airbnb.host_listings(id: "65056940", page: 1)
|
|
36
|
+
reviews = client.airbnb.host_reviews(id: "65056940", page: 1)
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## TrustMRR Verified Startup Revenues
|
|
40
|
+
|
|
41
|
+
Browse verified startup revenues and the acquisition marketplace on TrustMRR: the marketplace snapshot, the revenue leaderboard, startup detail, and categories.
|
|
42
|
+
|
|
43
|
+
```ruby
|
|
44
|
+
deals = client.trust_mrr.trustmrr_marketplace
|
|
45
|
+
board = client.trust_mrr.trustmrr_leaderboard(metric: "mrr")
|
|
46
|
+
startup = client.trust_mrr.trustmrr_startup(slug: "stan")
|
|
47
|
+
cats = client.trust_mrr.trustmrr_categories
|
|
48
|
+
saas = client.trust_mrr.trustmrr_category(slug: "saas")
|
|
49
|
+
```
|
|
50
|
+
|
|
29
51
|
## Retries and Retry-After
|
|
30
52
|
|
|
31
53
|
```ruby
|