crawlora 1.10.0.pre.sdk.1 → 1.15.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 +55 -0
- data/docs/operations.md +116 -20
- data/docs/recipes.md +22 -0
- data/lib/crawlora/operations.rb +10268 -6057
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +46944 -31996
- data/sig/crawlora.rbs +147 -19
- 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: 9b937f3f230f6821c682fbcad332d903515b476157c1bb84a3d2075f8959fc55
|
|
4
|
+
data.tar.gz: 4b3e80c05605a4cba15f50df363756beed04a0ac017cc88637b455e189505a21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee5dea50179b197a397290537deebb90251bc52d8af84ca3e26278356116d8163a62304a6c0b5ef9183e81202dc7195eefa75dba00b44d6b7a536d28bbbb7025
|
|
7
|
+
data.tar.gz: c473d92c1d84c85522e29d0c9ac65d89e69733c6c9b1622b05833096908d9f642e976e0ac6f5bed32e393d58553ddfe9996eb1d1848b18ca99b09aeaf755d758
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.15.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Regenerated from the public API contract (603 to 625 operations). Adds the
|
|
6
|
+
**Jobs platform** (11 endpoints): public ATS job boards across Greenhouse,
|
|
7
|
+
Lever, Ashby, Workday, and SmartRecruiters -- board listings and single
|
|
8
|
+
postings, a company hiring-signals aggregate (open roles, department and
|
|
9
|
+
location breakdowns, remote share, and newly-posted trends), and cross-provider
|
|
10
|
+
company search. Adds the **Steam platform** (12 endpoints): app, package,
|
|
11
|
+
reviews and review histogram, search and search results, featured and featured
|
|
12
|
+
categories, player counts, achievements, news, and SteamSpy stats. SEC
|
|
13
|
+
company-intelligence now supports opt-in cross-source enrichment (market quote,
|
|
14
|
+
news, and hiring signals) via the `enrich` parameter. All over credential-free
|
|
15
|
+
public data.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## v1.14.0-sdk.1
|
|
19
|
+
|
|
20
|
+
- Regenerated from the public API contract (559 to 603 operations). Adds the
|
|
21
|
+
**SEC EDGAR platform** (10 endpoints): company search, filings list, single
|
|
22
|
+
filing, 10-K/10-Q/8-K section extraction, full-text search, XBRL frames,
|
|
23
|
+
normalized financial statements (income/balance/cash-flow with computed
|
|
24
|
+
margins and ratios), insider transactions (Forms 3/4/5), 13F institutional
|
|
25
|
+
holdings, and a company-intelligence overview -- all over credential-free
|
|
26
|
+
official SEC data. Also catches up accumulated public-contract coverage that
|
|
27
|
+
had drifted since the last regeneration.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## v1.13.0-sdk.1
|
|
31
|
+
|
|
32
|
+
- Regenerated from the public API contract (555 to 559 operations). Adds the
|
|
33
|
+
**Chrome Web Store** platform (9 endpoints): item detail, search, related
|
|
34
|
+
items, reviews, category / collection / top-chart listings, search
|
|
35
|
+
suggestions, and the category reference taxonomy — covering Chrome Web Store
|
|
36
|
+
extensions and themes.
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## v1.12.0-sdk.1
|
|
40
|
+
|
|
41
|
+
- Regenerated from the public API contract (532 to 555 operations). Adds the
|
|
42
|
+
**TrustMRR** platform (5 endpoints): a public database of verified startup
|
|
43
|
+
revenues and a startup-acquisition marketplace. The endpoints cover the
|
|
44
|
+
marketplace snapshot (recently listed startups and best deals), the verified
|
|
45
|
+
revenue leaderboard (rank by MRR, 30-day revenue, all-time revenue, growth,
|
|
46
|
+
traffic, or revenue per visitor), startup detail, the category directory, and
|
|
47
|
+
category detail.
|
|
48
|
+
- Also catches the client up with public endpoints from earlier API releases that
|
|
49
|
+
had not yet been regenerated into the SDKs: the ESPN and Reddit platforms; the
|
|
50
|
+
Airbnb Markets, GitHub Users, and Product Hunt dataset families; Product Hunt
|
|
51
|
+
category products; and the website tech-stack endpoint.
|
|
52
|
+
|
|
53
|
+
## v1.11.0-sdk.1
|
|
54
|
+
|
|
55
|
+
- Regenerated from the public API contract (529 to 532 operations). Adds three
|
|
56
|
+
Airbnb host endpoints: host profile, host listings, and host reviews.
|
|
57
|
+
|
|
3
58
|
## v1.10.0-sdk.1
|
|
4
59
|
|
|
5
60
|
- Regenerated from the public API contract (525 to 529 operations). Adds the
|
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: `625`
|
|
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: `529`
|
|
|
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,29 +107,53 @@ Total operations: `529`
|
|
|
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` | |
|
|
96
|
-
| 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>`min_rating` (query Float)<br>`min_review_count` (query Integer)<br>`active_since` (query String)<br>`min_listings` (query Integer) | `ApiKeyAuth` | `DatasetsAirbnbMarketsFacetsResponse` | |
|
|
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` | |
|
|
97
113
|
| datasets | `datasets.airbnb_markets_item` | `datasets-airbnb-markets-item` | `GET /datasets/airbnb-markets/items/{country}` | `country` (path String required) | `ApiKeyAuth` | `DatasetsAirbnbMarketsItemResponse` | |
|
|
98
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` | |
|
|
99
|
-
| 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>`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` | |
|
|
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` | |
|
|
100
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` | |
|
|
101
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` | |
|
|
102
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` | |
|
|
103
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` | |
|
|
104
|
-
| 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` | |
|
|
105
121
|
| datasets | `datasets.github_users_item` | `datasets-github-users-item` | `GET /datasets/github-users/items/{login}` | `login` (path String required) | `ApiKeyAuth` | `DatasetsGithubUsersItemResponse` | |
|
|
106
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` | |
|
|
107
|
-
| 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` | |
|
|
108
|
-
| 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` | |
|
|
109
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` | |
|
|
110
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` | |
|
|
111
|
-
| 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` | |
|
|
112
142
|
| e_bay | `e_bay.ebay_item` | `ebay-item` | `GET /ebay/item/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `EBayEbayItemResponse` | |
|
|
113
143
|
| e_bay | `e_bay.ebay_search` | `ebay-search` | `POST /ebay/search` | `option` (body String required) | `ApiKeyAuth` | `EBayEbaySearchResponse` | |
|
|
114
144
|
| e_bay | `e_bay.ebay_seller` | `ebay-seller` | `GET /ebay/seller/{seller}` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerResponse` | |
|
|
115
145
|
| e_bay | `e_bay.ebay_seller_about` | `ebay-seller-about` | `GET /ebay/seller/{seller}/about` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerAboutResponse` | |
|
|
116
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` | |
|
|
117
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` | |
|
|
118
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` | |
|
|
119
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` | |
|
|
120
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` | |
|
|
@@ -125,7 +164,6 @@ Total operations: `529`
|
|
|
125
164
|
| git_hub | `git_hub.github_repo_forks` | `github-repo-forks` | `GET /github/repo/{owner}/{repo}/forks` | `owner` (path String required)<br>`repo` (path String required)<br>`sort` (query "newest" \| "oldest" \| "stargazers" \| "watchers")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoForksResponse` | |
|
|
126
165
|
| git_hub | `git_hub.github_repo_languages` | `github-repo-languages` | `GET /github/repo/{owner}/{repo}/languages` | `owner` (path String required)<br>`repo` (path String required) | `ApiKeyAuth` | `GitHubGithubRepoLanguagesResponse` | |
|
|
127
166
|
| git_hub | `git_hub.github_repo_releases` | `github-repo-releases` | `GET /github/repo/{owner}/{repo}/releases` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoReleasesResponse` | |
|
|
128
|
-
| git_hub | `git_hub.github_repo_stargazers` | `github-repo-stargazers` | `GET /github/repo/{owner}/{repo}/stargazers` | `owner` (path String required)<br>`repo` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubRepoStargazersResponse` | |
|
|
129
167
|
| git_hub | `git_hub.github_search_repositories` | `github-search-repositories` | `GET /github/search/repositories` | `q` (query String required)<br>`sort` (query "stars" \| "forks" \| "help-wanted-issues" \| "updated")<br>`order` (query "asc" \| "desc")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubSearchRepositoriesResponse` | |
|
|
130
168
|
| git_hub | `git_hub.github_search_users` | `github-search-users` | `GET /github/search/users` | `q` (query String required)<br>`sort` (query "followers" \| "repositories" \| "joined")<br>`order` (query "asc" \| "desc")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `GitHubGithubSearchUsersResponse` | |
|
|
131
169
|
| git_hub | `git_hub.github_trending` | `github-trending` | `GET /github/trending` | `language` (query String)<br>`since` (query "daily" \| "weekly" \| "monthly") | `ApiKeyAuth` | `GitHubGithubTrendingResponse` | |
|
|
@@ -204,6 +242,17 @@ Total operations: `529`
|
|
|
204
242
|
| instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
|
|
205
243
|
| instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
|
|
206
244
|
| instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
|
|
245
|
+
| jobs | `jobs.ashby_board` | `jobs-ashby-board` | `GET /jobs/ashby/board` | `org` (query String required)<br>`include_compensation` (query bool) | `ApiKeyAuth` | `JobsAshbyBoardResponse` | |
|
|
246
|
+
| jobs | `jobs.company_search` | `jobs-company-search` | `GET /jobs/company-search` | `slug` (query String required) | `ApiKeyAuth` | `JobsCompanySearchResponse` | |
|
|
247
|
+
| jobs | `jobs.greenhouse_board` | `jobs-greenhouse-board` | `GET /jobs/greenhouse/board` | `token` (query String required)<br>`content` (query bool) | `ApiKeyAuth` | `JobsGreenhouseBoardResponse` | |
|
|
248
|
+
| 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` | |
|
|
250
|
+
| jobs | `jobs.lever_posting` | `jobs-lever-posting` | `GET /jobs/lever/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsLeverPostingResponse` | |
|
|
251
|
+
| 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` | |
|
|
252
|
+
| jobs | `jobs.smartrecruiters_posting` | `jobs-smartrecruiters-posting` | `GET /jobs/smartrecruiters/posting` | `company` (query String required)<br>`id` (query String required) | `ApiKeyAuth` | `JobsSmartrecruitersPostingResponse` | |
|
|
253
|
+
| 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` | |
|
|
254
|
+
| 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
|
+
| 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` | |
|
|
207
256
|
| just_watch | `just_watch.justwatch_age_certifications` | `justwatch-age-certifications` | `GET /justwatch/age-certifications` | `country` (query String) | `ApiKeyAuth` | `JustWatchJustwatchAgeCertificationsResponse` | |
|
|
208
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` | |
|
|
209
258
|
| 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` | |
|
|
@@ -262,6 +311,9 @@ Total operations: `529`
|
|
|
262
311
|
| metaculus | `metaculus.tournament_questions` | `metaculus-tournament-questions` | `GET /metaculus/tournament/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusTournamentQuestionsResponse` | |
|
|
263
312
|
| meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
|
|
264
313
|
| meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
|
|
314
|
+
| pitch_book | `pitch_book.pitchbook_company` | `pitchbook-company` | `GET /pitchbook/company` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookCompanyResponse` | |
|
|
315
|
+
| pitch_book | `pitch_book.pitchbook_fund` | `pitchbook-fund` | `GET /pitchbook/fund` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookFundResponse` | |
|
|
316
|
+
| pitch_book | `pitch_book.pitchbook_investor` | `pitchbook-investor` | `GET /pitchbook/investor` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookInvestorResponse` | |
|
|
265
317
|
| 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` | |
|
|
266
318
|
| polymarket | `polymarket.clob_market` | `polymarket-clob-market` | `GET /polymarket/clob/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketClobMarketResponse` | |
|
|
267
319
|
| polymarket | `polymarket.dashboard_macro` | `polymarket-dashboard-macro` | `GET /polymarket/dashboards/macro` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketDashboardMacroResponse` | |
|
|
@@ -328,7 +380,7 @@ Total operations: `529`
|
|
|
328
380
|
| 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` | |
|
|
329
381
|
| polymarket | `polymarket.tournament` | `polymarket-tournament` | `GET /polymarket/tournaments/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTournamentResponse` | |
|
|
330
382
|
| product_hunt | `product_hunt.category` | `producthunt-category` | `GET /producthunt/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `ProductHuntCategoryResponse` | |
|
|
331
|
-
| product_hunt | `product_hunt.category_products` | `producthunt-category-products` | `GET /producthunt/category/{slug}/products` | `slug` (path String required)<br>`
|
|
383
|
+
| 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` | |
|
|
332
384
|
| 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` | |
|
|
333
385
|
| product_hunt | `product_hunt.product` | `producthunt-product` | `GET /producthunt/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntProductResponse` | |
|
|
334
386
|
| product_hunt | `product_hunt.about` | `producthunt-about` | `GET /producthunt/product/{id}/about` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntAboutResponse` | |
|
|
@@ -338,17 +390,17 @@ Total operations: `529`
|
|
|
338
390
|
| product_hunt | `product_hunt.makers` | `producthunt-makers` | `GET /producthunt/product/{id}/makers` | `id` (path String required)<br>`cursor` (query String) | `ApiKeyAuth` | `ProductHuntMakersResponse` | |
|
|
339
391
|
| product_hunt | `product_hunt.reviews` | `producthunt-reviews` | `GET /producthunt/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntReviewsResponse` | |
|
|
340
392
|
| 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` | |
|
|
341
|
-
| 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)
|
|
342
|
-
| 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)
|
|
343
|
-
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required)
|
|
344
|
-
| 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)
|
|
345
|
-
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer)
|
|
346
|
-
| reddit | `reddit.subreddit_comments` | `reddit-subreddit-comments` | `GET /reddit/subreddit/{subreddit}/comments` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`after` (query String)
|
|
347
|
-
| 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)
|
|
348
|
-
| 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)
|
|
349
|
-
| 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)
|
|
350
|
-
| reddit | `reddit.user_comments` | `reddit-user-comments` | `GET /reddit/user/{username}/comments` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String)
|
|
351
|
-
| reddit | `reddit.user_posts` | `reddit-user-posts` | `GET /reddit/user/{username}/posts` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String)
|
|
393
|
+
| 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` | |
|
|
394
|
+
| 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` | |
|
|
395
|
+
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `RedditPostResponse` | |
|
|
396
|
+
| 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` | |
|
|
397
|
+
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RedditSubredditAboutResponse` | |
|
|
398
|
+
| 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` | |
|
|
399
|
+
| 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` | |
|
|
400
|
+
| 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` | |
|
|
401
|
+
| 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` | |
|
|
402
|
+
| 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` | |
|
|
403
|
+
| 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` | |
|
|
352
404
|
| redfin | `redfin.estimate` | `redfin-estimate` | `GET /redfin/estimate` | `property_id` (query String required) | `ApiKeyAuth` | `RedfinEstimateResponse` | |
|
|
353
405
|
| redfin | `redfin.property` | `redfin-property` | `GET /redfin/property` | `url` (query String)<br>`property_id` (query String)<br>`listing_id` (query String) | `ApiKeyAuth` | `RedfinPropertyResponse` | |
|
|
354
406
|
| redfin | `redfin.region_trends` | `redfin-region-trends` | `GET /redfin/region-trends` | `region_id` (query Integer required)<br>`region_type` (query Integer) | `ApiKeyAuth` | `RedfinRegionTrendsResponse` | |
|
|
@@ -366,6 +418,16 @@ Total operations: `529`
|
|
|
366
418
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_search` | `rottentomatoes-search` | `GET /rottentomatoes/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSearchResponse` | |
|
|
367
419
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_season` | `rottentomatoes-season` | `GET /rottentomatoes/season` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeasonResponse` | |
|
|
368
420
|
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_series` | `rottentomatoes-series` | `GET /rottentomatoes/series` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeriesResponse` | |
|
|
421
|
+
| sec_edgar | `sec_edgar.sec_company_intelligence` | `sec-company-intelligence` | `GET /sec/company/intelligence` | `cik` (query String)<br>`ticker` (query String)<br>`enrich` (query "market" \| "news" \| "hiring")<br>`ats` (query "greenhouse" \| "lever" \| "ashby" \| "workday" \| "smartrecruiters")<br>`careers_slug` (query String)<br>`tenant` (query String)<br>`datacenter` (query String)<br>`site` (query String) | `ApiKeyAuth` | `SecEdgarSecCompanyIntelligenceResponse` | |
|
|
422
|
+
| sec_edgar | `sec_edgar.sec_company_search` | `sec-company-search` | `GET /sec/company/search` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecCompanySearchResponse` | |
|
|
423
|
+
| 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` | |
|
|
424
|
+
| 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` | |
|
|
425
|
+
| 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` | |
|
|
426
|
+
| 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` | |
|
|
427
|
+
| 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` | |
|
|
428
|
+
| 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` | |
|
|
429
|
+
| sec_edgar | `sec_edgar.sec_insider` | `sec-insider` | `GET /sec/insider` | `cik` (query String)<br>`ticker` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecInsiderResponse` | |
|
|
430
|
+
| sec_edgar | `sec_edgar.sec_institutional_holdings` | `sec-institutional-holdings` | `GET /sec/institutional-holdings` | `cik` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `SecEdgarSecInstitutionalHoldingsResponse` | |
|
|
369
431
|
| 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` | |
|
|
370
432
|
| shop_app | `shop_app.categories` | `shop-app-categories` | `GET /shop-app/categories` | none | `ApiKeyAuth` | `ShopAppCategoriesResponse` | |
|
|
371
433
|
| shop_app | `shop_app.product` | `shop-app-product` | `GET /shop-app/products/{id}` | `id` (path String required)<br>`variant_id` (query String) | `ApiKeyAuth` | `ShopAppProductResponse` | |
|
|
@@ -395,6 +457,21 @@ Total operations: `529`
|
|
|
395
457
|
| shopify | `shopify.store` | `shopify-store` | `GET /shopify/store` | `url` (query String required) | `ApiKeyAuth` | `ShopifyStoreResponse` | |
|
|
396
458
|
| similar_web | `similar_web.search` | `similarweb-search` | `GET /similarweb/search` | `q` (query String required) | `ApiKeyAuth` | `SimilarWebSearchResponse` | |
|
|
397
459
|
| similar_web | `similar_web.web` | `similarweb-web` | `GET /similarweb/web/{domain}` | `domain` (path String required) | `ApiKeyAuth` | `SimilarWebWebResponse` | |
|
|
460
|
+
| sofa_score | `sofa_score.sofascore_event` | `sofascore-event` | `GET /sofascore/event` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventResponse` | |
|
|
461
|
+
| sofa_score | `sofa_score.sofascore_event_h2h` | `sofascore-event-h2h` | `GET /sofascore/event-h2h` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventH2hResponse` | |
|
|
462
|
+
| sofa_score | `sofa_score.sofascore_event_incidents` | `sofascore-event-incidents` | `GET /sofascore/event-incidents` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventIncidentsResponse` | |
|
|
463
|
+
| sofa_score | `sofa_score.sofascore_event_lineups` | `sofascore-event-lineups` | `GET /sofascore/event-lineups` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventLineupsResponse` | |
|
|
464
|
+
| sofa_score | `sofa_score.sofascore_event_odds` | `sofascore-event-odds` | `GET /sofascore/event-odds` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventOddsResponse` | |
|
|
465
|
+
| sofa_score | `sofa_score.sofascore_event_statistics` | `sofascore-event-statistics` | `GET /sofascore/event-statistics` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreEventStatisticsResponse` | |
|
|
466
|
+
| sofa_score | `sofa_score.sofascore_live_events` | `sofascore-live-events` | `GET /sofascore/live-events` | `sport` (query "football" \| "basketball" \| "tennis" required) | `ApiKeyAuth` | `SofaScoreSofascoreLiveEventsResponse` | |
|
|
467
|
+
| sofa_score | `sofa_score.sofascore_player` | `sofascore-player` | `GET /sofascore/player` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascorePlayerResponse` | |
|
|
468
|
+
| 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` | |
|
|
469
|
+
| sofa_score | `sofa_score.sofascore_search` | `sofascore-search` | `GET /sofascore/search` | `q` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreSearchResponse` | |
|
|
470
|
+
| 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` | |
|
|
471
|
+
| sofa_score | `sofa_score.sofascore_team` | `sofascore-team` | `GET /sofascore/team` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreTeamResponse` | |
|
|
472
|
+
| 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` | |
|
|
473
|
+
| sofa_score | `sofa_score.sofascore_team_players` | `sofascore-team-players` | `GET /sofascore/team-players` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreTeamPlayersResponse` | |
|
|
474
|
+
| sofa_score | `sofa_score.sofascore_tournament_seasons` | `sofascore-tournament-seasons` | `GET /sofascore/tournament-seasons` | `id` (query String required) | `ApiKeyAuth` | `SofaScoreSofascoreTournamentSeasonsResponse` | |
|
|
398
475
|
| 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` | |
|
|
399
476
|
| 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` | |
|
|
400
477
|
| spotify_podcasts | `spotify_podcasts.episode` | `spotify-podcasts-episode` | `GET /spotify-podcasts/episode` | `uri` (query String)<br>`id` (query String) | `ApiKeyAuth` | `SpotifyPodcastsEpisodeResponse` | |
|
|
@@ -433,6 +510,18 @@ Total operations: `529`
|
|
|
433
510
|
| spotify | `spotify.track_recommended` | `spotify-track-recommended` | `GET /spotify/track/recommended` | `uri` (query String)<br>`id` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `SpotifyTrackRecommendedResponse` | |
|
|
434
511
|
| spotify | `spotify.track_similar_albums` | `spotify-track-similar-albums` | `GET /spotify/track/similar-albums` | `uri` (query String)<br>`id` (query String)<br>`limit` (query Integer)<br>`albums_only` (query bool) | `ApiKeyAuth` | `SpotifyTrackSimilarAlbumsResponse` | |
|
|
435
512
|
| 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
|
+
| steam | `steam.achievements` | `steam-achievements` | `GET /steam/achievements` | `appid` (query String required) | `ApiKeyAuth` | `SteamAchievementsResponse` | |
|
|
514
|
+
| 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` | |
|
|
515
|
+
| steam | `steam.featured` | `steam-featured` | `GET /steam/featured` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamFeaturedResponse` | |
|
|
516
|
+
| steam | `steam.featured_categories` | `steam-featured-categories` | `GET /steam/featured-categories` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamFeaturedCategoriesResponse` | |
|
|
517
|
+
| steam | `steam.news` | `steam-news` | `GET /steam/news` | `appid` (query String required)<br>`count` (query Integer)<br>`maxlength` (query Integer) | `ApiKeyAuth` | `SteamNewsResponse` | |
|
|
518
|
+
| steam | `steam.package` | `steam-package` | `GET /steam/package` | `packageid` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamPackageResponse` | |
|
|
519
|
+
| steam | `steam.players` | `steam-players` | `GET /steam/players` | `appid` (query String required) | `ApiKeyAuth` | `SteamPlayersResponse` | |
|
|
520
|
+
| steam | `steam.reviews` | `steam-reviews` | `GET /steam/reviews` | `appid` (query String required)<br>`filter` (query "recent" \| "updated" \| "all")<br>`language` (query String)<br>`review_type` (query "all" \| "positive" \| "negative")<br>`purchase_type` (query "all" \| "steam" \| "non_steam_purchase")<br>`day_range` (query Integer)<br>`num_per_page` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `SteamReviewsResponse` | |
|
|
521
|
+
| steam | `steam.reviews_histogram` | `steam-reviews-histogram` | `GET /steam/reviews/histogram` | `appid` (query String required)<br>`language` (query String) | `ApiKeyAuth` | `SteamReviewsHistogramResponse` | |
|
|
522
|
+
| steam | `steam.search` | `steam-search` | `GET /steam/search` | `term` (query String required)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamSearchResponse` | |
|
|
523
|
+
| 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
|
+
| steam | `steam.steamspy` | `steam-steamspy` | `GET /steam/steamspy` | `appid` (query String required) | `ApiKeyAuth` | `SteamSteamspyResponse` | |
|
|
436
525
|
| tiktok | `tiktok.category` | `tiktok-category` | `GET /tiktok/category` | none | `ApiKeyAuth` | `TiktokCategoryResponse` | |
|
|
437
526
|
| tiktok | `tiktok.video_comments` | `tiktok-video-comments` | `GET /tiktok/comments` | `aweme_id` (query String required)<br>`cursor` (query Integer) | `ApiKeyAuth` | `TiktokVideoCommentsResponse` | |
|
|
438
527
|
| tiktok | `tiktok.explore` | `tiktok-explore` | `GET /tiktok/explore/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `TiktokExploreResponse` | |
|
|
@@ -462,6 +551,13 @@ Total operations: `529`
|
|
|
462
551
|
| trip_advisor | `trip_advisor.tripadvisor_place` | `tripadvisor-place` | `GET /tripadvisor/place` | `url` (query String)<br>`id` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorPlaceResponse` | |
|
|
463
552
|
| 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` | |
|
|
464
553
|
| 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` | |
|
|
554
|
+
| trust_mrr | `trust_mrr.trustmrr_acquire` | `trustmrr-acquire` | `GET /trustmrr/acquire` | none | `ApiKeyAuth` | `TrustMrrTrustmrrAcquireResponse` | |
|
|
555
|
+
| trust_mrr | `trust_mrr.trustmrr_categories` | `trustmrr-categories` | `GET /trustmrr/categories` | none | `ApiKeyAuth` | `TrustMrrTrustmrrCategoriesResponse` | |
|
|
556
|
+
| trust_mrr | `trust_mrr.trustmrr_category` | `trustmrr-category` | `GET /trustmrr/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustMrrTrustmrrCategoryResponse` | |
|
|
557
|
+
| 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` | |
|
|
558
|
+
| trust_mrr | `trust_mrr.trustmrr_marketplace` | `trustmrr-marketplace` | `GET /trustmrr/marketplace` | none | `ApiKeyAuth` | `TrustMrrTrustmrrMarketplaceResponse` | |
|
|
559
|
+
| trust_mrr | `trust_mrr.trustmrr_startup` | `trustmrr-startup` | `GET /trustmrr/startup/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustMrrTrustmrrStartupResponse` | |
|
|
560
|
+
| trust_mrr | `trust_mrr.trustmrr_startups` | `trustmrr-startups` | `GET /trustmrr/startups` | `page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `TrustMrrTrustmrrStartupsResponse` | |
|
|
465
561
|
| 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` | |
|
|
466
562
|
| trustpilot | `trustpilot.business` | `trustpilot-business` | `GET /trustpilot/business/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustpilotBusinessResponse` | |
|
|
467
563
|
| 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
|