crawlora 1.33.0.pre.sdk.1 → 1.34.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 +4 -0
- data/docs/operations.md +97 -3
- data/lib/crawlora/operations.rb +3524 -257
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +16003 -1348
- data/sig/crawlora.rbs +176 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b01a4ff00a464c64be23f114c9af1132b01fee8f0632bc7a6c4a3eab676d4cf2
|
|
4
|
+
data.tar.gz: 45dd7a66c87dedd48e57036ad2a30aa67544e5888f721de2560cd1201d94af17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bb1e8faaef956341dd2514789b5a1361bf854ecbc04fb00b1d09077005339212ef4a653cb4b70b5f755be9acba563005442f3e50c83f7dd7a494bd29aa137eb
|
|
7
|
+
data.tar.gz: d00b6a38aa61ca885ae1d7e8a614d7e1334277aa263555bb3a37a1b5137fc624bce01191bf4c296380a3282bea8f2751e369be3164e50c30f38dbf1b413624ea
|
data/CHANGELOG.md
CHANGED
data/docs/operations.md
CHANGED
|
@@ -2,10 +2,18 @@
|
|
|
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: `1041`
|
|
6
6
|
|
|
7
7
|
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
8
|
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
9
|
+
| agoda | `agoda.activities_search` | `agoda-activities-search` | `GET /agoda/activities/search` | `keyword` (query String)<br>`city_id` (query Integer)<br>`city` (query String) | `ApiKeyAuth` | `AgodaActivitiesSearchResponse` | |
|
|
10
|
+
| agoda | `agoda.activity_detail` | `agoda-activity-detail` | `GET /agoda/activities/{activity_id}` | `activity_id` (path String required) | `ApiKeyAuth` | `AgodaActivityDetailResponse` | |
|
|
11
|
+
| agoda | `agoda.flights_itinerary_amenities` | `agoda-flights-itinerary-amenities` | `POST /agoda/flights/itinerary-amenities` | `body` (body String required) | `ApiKeyAuth` | `AgodaFlightsItineraryAmenitiesResponse` | |
|
|
12
|
+
| agoda | `agoda.flights_search` | `agoda-flights-search` | `GET /agoda/flights/search` | `origin` (query String required)<br>`destination` (query String required)<br>`departure_date` (query String required)<br>`adults` (query Integer)<br>`children` (query Integer)<br>`infants` (query Integer)<br>`cabin_class` (query "Economy" \| "PremiumEconomy" \| "Business" \| "First")<br>`page` (query Integer) | `ApiKeyAuth` | `AgodaFlightsSearchResponse` | |
|
|
13
|
+
| agoda | `agoda.flights_search_locations` | `agoda-flights-search-locations` | `GET /agoda/flights/search-locations` | `keyword` (query String required) | `ApiKeyAuth` | `AgodaFlightsSearchLocationsResponse` | |
|
|
14
|
+
| agoda | `agoda.homes_search` | `agoda-homes-search` | `GET /agoda/homes/search` | `city_id` (query Integer)<br>`city` (query String)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `AgodaHomesSearchResponse` | |
|
|
15
|
+
| agoda | `agoda.hotels_search` | `agoda-hotels-search` | `GET /agoda/hotels/search` | `city_id` (query Integer)<br>`city` (query String)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `AgodaHotelsSearchResponse` | |
|
|
16
|
+
| agoda | `agoda.hotel_detail` | `agoda-hotel-detail` | `GET /agoda/hotels/{property_id}` | `property_id` (path String required) | `ApiKeyAuth` | `AgodaHotelDetailResponse` | |
|
|
9
17
|
| airbnb | `airbnb.host` | `airbnb-host` | `GET /airbnb/host/{id}` | `id` (path String required) | `ApiKeyAuth` | `AirbnbHostResponse` | |
|
|
10
18
|
| airbnb | `airbnb.host_listings` | `airbnb-host-listings` | `GET /airbnb/host/{id}/listings` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `AirbnbHostListingsResponse` | |
|
|
11
19
|
| airbnb | `airbnb.host_reviews` | `airbnb-host-reviews` | `GET /airbnb/host/{id}/reviews` | `id` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `AirbnbHostReviewsResponse` | |
|
|
@@ -77,6 +85,13 @@ Total operations: `947`
|
|
|
77
85
|
| bing | `bing.search` | `bing-search` | `GET /bing/search` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingSearchResponse` | |
|
|
78
86
|
| bing | `bing.suggest` | `bing-suggest` | `GET /bing/suggest` | `q` (query String required)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingSuggestResponse` | |
|
|
79
87
|
| bing | `bing.videos` | `bing-videos` | `GET /bing/videos` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingVideosResponse` | |
|
|
88
|
+
| bluesky | `bluesky.author_feed` | `bluesky-author-feed` | `GET /bluesky/author-feed` | `actor` (query String required)<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `BlueskyAuthorFeedResponse` | |
|
|
89
|
+
| bluesky | `bluesky.followers` | `bluesky-followers` | `GET /bluesky/followers` | `actor` (query String required)<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `BlueskyFollowersResponse` | |
|
|
90
|
+
| bluesky | `bluesky.follows` | `bluesky-follows` | `GET /bluesky/follows` | `actor` (query String required)<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `BlueskyFollowsResponse` | |
|
|
91
|
+
| bluesky | `bluesky.post_thread` | `bluesky-post-thread` | `GET /bluesky/post-thread` | `uri` (query String required)<br>`depth` (query Integer) | `ApiKeyAuth` | `BlueskyPostThreadResponse` | |
|
|
92
|
+
| bluesky | `bluesky.profile` | `bluesky-profile` | `GET /bluesky/profile` | `actor` (query String required) | `ApiKeyAuth` | `BlueskyProfileResponse` | |
|
|
93
|
+
| bluesky | `bluesky.search_actors` | `bluesky-search-actors` | `GET /bluesky/search-actors` | `q` (query String required)<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `BlueskySearchActorsResponse` | |
|
|
94
|
+
| bluesky | `bluesky.trending_topics` | `bluesky-trending-topics` | `GET /bluesky/trending-topics` | none | `ApiKeyAuth` | `BlueskyTrendingTopicsResponse` | |
|
|
80
95
|
| booking | `booking.attractions_detail` | `booking-attractions-detail` | `GET /booking-attractions/detail` | `slug` (query String required) | `ApiKeyAuth` | `BookingAttractionsDetailResponse` | |
|
|
81
96
|
| booking | `booking.attractions_reviews` | `booking-attractions-reviews` | `GET /booking-attractions/reviews` | `product_id` (query String required)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `BookingAttractionsReviewsResponse` | |
|
|
82
97
|
| booking | `booking.attractions_search` | `booking-attractions-search` | `GET /booking-attractions/search` | `query` (query String required)<br>`start_date` (query String required)<br>`end_date` (query String)<br>`page` (query Integer)<br>`limit` (query Integer)<br>`category` (query String)<br>`subcategory` (query String) | `ApiKeyAuth` | `BookingAttractionsSearchResponse` | |
|
|
@@ -115,6 +130,15 @@ Total operations: `947`
|
|
|
115
130
|
| capterra | `capterra.product` | `capterra-product` | `GET /capterra/product` | `product_id` (query String required) | `ApiKeyAuth` | `CapterraProductResponse` | |
|
|
116
131
|
| capterra | `capterra.reviews` | `capterra-reviews` | `GET /capterra/product/reviews` | `product_id` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `CapterraReviewsResponse` | |
|
|
117
132
|
| capterra | `capterra.search` | `capterra-search` | `GET /capterra/search` | `q` (query String required) | `ApiKeyAuth` | `CapterraSearchResponse` | |
|
|
133
|
+
| car_max | `car_max.carmax_search` | `carmax-search` | `GET /carmax/search` | `make` (query String)<br>`model` (query String)<br>`zip` (query String)<br>`sort` (query String)<br>`min_year` (query Integer)<br>`max_year` (query Integer)<br>`min_price` (query Integer)<br>`max_price` (query Integer)<br>`max_mileage` (query Integer)<br>`page` (query Integer) | `ApiKeyAuth` | `CarMaxCarmaxSearchResponse` | |
|
|
134
|
+
| car_max | `car_max.carmax_search_suggestions` | `carmax-search-suggestions` | `GET /carmax/search/suggestions` | `search` (query String required)<br>`exact_match` (query bool) | `ApiKeyAuth` | `CarMaxCarmaxSearchSuggestionsResponse` | |
|
|
135
|
+
| car_max | `car_max.carmax_shop_by_brand` | `carmax-shop-by-brand` | `GET /carmax/shop-by-brand` | none | `ApiKeyAuth` | `CarMaxCarmaxShopByBrandResponse` | |
|
|
136
|
+
| car_max | `car_max.carmax_store` | `carmax-store` | `GET /carmax/store/{id}` | `id` (path String required) | `ApiKeyAuth` | `CarMaxCarmaxStoreResponse` | |
|
|
137
|
+
| car_max | `car_max.carmax_stores` | `carmax-stores` | `GET /carmax/stores` | `zip` (query String)<br>`keyword` (query String)<br>`take` (query Integer) | `ApiKeyAuth` | `CarMaxCarmaxStoresResponse` | |
|
|
138
|
+
| car_max | `car_max.carmax_vehicle` | `carmax-vehicle` | `GET /carmax/vehicle/{stock_number}` | `stock_number` (path String required)<br>`store_id` (query String) | `ApiKeyAuth` | `CarMaxCarmaxVehicleResponse` | |
|
|
139
|
+
| car_max | `car_max.carmax_vehicle_recommendations` | `carmax-vehicle-recommendations` | `GET /carmax/vehicle/{stock_number}/recommendations` | `stock_number` (path String required)<br>`store_id` (query String required) | `ApiKeyAuth` | `CarMaxCarmaxVehicleRecommendationsResponse` | |
|
|
140
|
+
| cars_com | `cars_com.carsdotcom_search` | `carsdotcom-search` | `GET /carsdotcom/search` | `zip` (query String)<br>`radius` (query Integer)<br>`stock_type` (query "new" \| "used" \| "cpo" \| "all")<br>`page` (query Integer) | `ApiKeyAuth` | `CarsComCarsdotcomSearchResponse` | |
|
|
141
|
+
| cars_com | `cars_com.carsdotcom_vehicle` | `carsdotcom-vehicle` | `GET /carsdotcom/vehicle/{listing_id}` | `listing_id` (path String required) | `ApiKeyAuth` | `CarsComCarsdotcomVehicleResponse` | |
|
|
118
142
|
| chrome_web_store | `chrome_web_store.chromewebstore_categories` | `chromewebstore-categories` | `GET /chromewebstore/categories` | none | `ApiKeyAuth` | `ChromeWebStoreChromewebstoreCategoriesResponse` | |
|
|
119
143
|
| 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` | |
|
|
120
144
|
| 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` | |
|
|
@@ -148,11 +172,19 @@ Total operations: `947`
|
|
|
148
172
|
| coin_gecko | `coin_gecko.token_unlocks` | `coingecko-token-unlocks` | `GET /coingecko/token-unlocks` | `limit` (query Integer) | `ApiKeyAuth` | `CoinGeckoTokenUnlocksResponse` | |
|
|
149
173
|
| coin_gecko | `coin_gecko.treasuries` | `coingecko-treasuries` | `GET /coingecko/treasuries` | `asset` (query "all" \| "bitcoin" \| "ethereum" \| "solana" \| "bnb" \| "xrp" \| "tron")<br>`holder_type` (query "all" \| "companies" \| "governments")<br>`limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoTreasuriesResponse` | |
|
|
150
174
|
| coin_gecko | `coin_gecko.trending` | `coingecko-trending` | `GET /coingecko/trending` | `limit` (query Integer)<br>`vs_currency` (query "btc" \| "eth" \| "ltc" \| "bch" \| "bnb" \| "eos" \| "xrp" \| "xlm" \| "link" \| "dot" \| "yfi" \| "sol" \| "usd" \| "aed" \| "ars" \| "aud" \| "bdt" \| "bhd" \| "bmd" \| "brl" \| "cad" \| "chf" \| "clp" \| "cny" \| "czk" \| "dkk" \| "eur" \| "gbp" \| "gel" \| "hkd" \| "huf" \| "idr" \| "ils" \| "inr" \| "jpy" \| "krw" \| "kwd" \| "lkr" \| "mmk" \| "mxn" \| "myr" \| "ngn" \| "nok" \| "nzd" \| "php" \| "pkr" \| "pln" \| "rub" \| "sar" \| "sek" \| "sgd" \| "thb" \| "try" \| "twd" \| "uah" \| "vef" \| "vnd" \| "zar" \| "xdr" \| "xag" \| "xau" \| "bits" \| "sats") | `ApiKeyAuth` | `CoinGeckoTrendingResponse` | |
|
|
175
|
+
| congress | `congress.report` | `congress-report` | `GET /congress/report` | `url` (query String required) | `ApiKeyAuth` | `CongressReportResponse` | |
|
|
176
|
+
| congress | `congress.stock_disclosures` | `congress-stock-disclosures` | `GET /congress/stock-disclosures` | `chamber` (query "house" \| "senate")<br>`member` (query String)<br>`ticker` (query String)<br>`state` (query String)<br>`district` (query String)<br>`filer_type` (query String)<br>`election_year` (query String)<br>`report_type` (query String)<br>`from` (query String)<br>`to` (query String)<br>`sort` (query "name_asc" \| "name_desc" \| "office_asc" \| "office_desc" \| "filing_year_asc" \| "filing_year_desc")<br>`limit` (query Integer) | `ApiKeyAuth` | `CongressStockDisclosuresResponse` | |
|
|
151
177
|
| web | `web.contact` | `contact` | `POST /contact` | `option` (body String required) | `ApiKeyAuth` | `WebContactResponse` | |
|
|
152
178
|
| web | `web.antibot_check` | `antibot-check` | `POST /diagnostics/antibot-check` | `request` (body String required) | `ApiKeyAuth` | `WebAntibotCheckResponse` | |
|
|
153
179
|
| web | `web.extract` | `extract` | `POST /extract` | `extractOption` (body String required) | `ApiKeyAuth` | `WebExtractResponse` | |
|
|
154
180
|
| web | `web.scrape` | `web-scrape` | `POST /web/scrape` | `scrapeOption` (body String required) | `ApiKeyAuth` | `WebScrapeResponse` | |
|
|
155
181
|
| web | `web.techstack` | `web-techstack` | `POST /web/techstack` | `request` (body String required) | `ApiKeyAuth` | `WebTechstackResponse` | |
|
|
182
|
+
| costco | `costco.categories` | `costco-categories` | `GET /costco/categories` | `query` (query String) | `ApiKeyAuth` | `CostcoCategoriesResponse` | |
|
|
183
|
+
| costco | `costco.product` | `costco-product` | `GET /costco/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `CostcoProductResponse` | |
|
|
184
|
+
| costco | `costco.product_availability` | `costco-product-availability` | `GET /costco/product/{id}/availability` | `id` (path String required)<br>`postal_code` (query String required)<br>`state` (query String required) | `ApiKeyAuth` | `CostcoProductAvailabilityResponse` | |
|
|
185
|
+
| costco | `costco.product_reviews` | `costco-product-reviews` | `GET /costco/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `CostcoProductReviewsResponse` | |
|
|
186
|
+
| costco | `costco.search` | `costco-search` | `GET /costco/search` | `query` (query String)<br>`category` (query String) | `ApiKeyAuth` | `CostcoSearchResponse` | |
|
|
187
|
+
| costco | `costco.warehouses` | `costco-warehouses` | `GET /costco/warehouses` | `latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `CostcoWarehousesResponse` | |
|
|
156
188
|
| datasets | `datasets.list` | `datasets-list` | `GET /datasets` | none | `ApiKeyAuth` | `DatasetsListResponse` | |
|
|
157
189
|
| datasets | `datasets.airbnb_markets_facets` | `datasets-airbnb-markets-facets` | `GET /datasets/airbnb-markets/facets` | `facet` (query "country" \| "market" \| "currency" \| "superhost" \| "guest_favorite" \| "rating_band" \| "review_band" \| "admin1" \| "locality" \| "room_type" \| "property_type" \| "amenities" required)<br>`group_by` (query "country" \| "market" \| "admin1" \| "locality" \| "room_type" \| "property_type")<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` | |
|
|
158
190
|
| datasets | `datasets.airbnb_markets_item` | `datasets-airbnb-markets-item` | `GET /datasets/airbnb-markets/items/{country}` | `country` (path String required) | `ApiKeyAuth` | `DatasetsAirbnbMarketsItemResponse` | |
|
|
@@ -262,6 +294,10 @@ Total operations: `947`
|
|
|
262
294
|
| datasets | `datasets.x_users_facets` | `datasets-x-users-facets` | `GET /datasets/x-users/facets` | `facet` (query "is_blue_verified" \| "has_bio" \| "has_external_url" \| "source_tier" required)<br>`q` (query String)<br>`username` (query String)<br>`source_tier` (query String)<br>`is_blue_verified` (query bool)<br>`has_bio` (query bool)<br>`has_external_url` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_ratio` (query Float)<br>`max_ratio` (query Float)<br>`created_after` (query String)<br>`created_before` (query String)<br>`crawled_after` (query String)<br>`crawled_before` (query String)<br>`sort` (query "relevance" \| "followers_desc" \| "followers_asc" \| "crawled_at_desc" \| "crawled_at_asc" \| "created_at_desc" \| "created_at_asc") | `ApiKeyAuth` | `DatasetsXUsersFacetsResponse` | |
|
|
263
295
|
| datasets | `datasets.x_users_item` | `datasets-x-users-item` | `GET /datasets/x-users/items/{username}` | `username` (path String required) | `ApiKeyAuth` | `DatasetsXUsersItemResponse` | |
|
|
264
296
|
| datasets | `datasets.x_users_search` | `datasets-x-users-search` | `GET /datasets/x-users/search` | `q` (query String)<br>`username` (query String)<br>`source_tier` (query String)<br>`is_blue_verified` (query bool)<br>`has_bio` (query bool)<br>`has_external_url` (query bool)<br>`min_followers` (query Integer)<br>`max_followers` (query Integer)<br>`min_ratio` (query Float)<br>`max_ratio` (query Float)<br>`created_after` (query String)<br>`created_before` (query String)<br>`crawled_after` (query String)<br>`crawled_before` (query String)<br>`sort` (query "relevance" \| "followers_desc" \| "followers_asc" \| "crawled_at_desc" \| "crawled_at_asc" \| "created_at_desc" \| "created_at_asc")<br>`page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `DatasetsXUsersSearchResponse` | |
|
|
297
|
+
| depop | `depop.categories` | `depop-categories` | `GET /depop/categories` | none | `ApiKeyAuth` | `DepopCategoriesResponse` | |
|
|
298
|
+
| depop | `depop.item` | `depop-item` | `GET /depop/item/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `DepopItemResponse` | |
|
|
299
|
+
| depop | `depop.search` | `depop-search` | `GET /depop/search` | `query` (query String required)<br>`price_min` (query Float)<br>`price_max` (query Float)<br>`condition` (query String)<br>`colours` (query String)<br>`on_sale` (query bool)<br>`sort` (query String)<br>`category` (query String)<br>`subcategory` (query String)<br>`gender` (query String)<br>`brand_ids` (query String)<br>`after` (query String) | `ApiKeyAuth` | `DepopSearchResponse` | |
|
|
300
|
+
| depop | `depop.shop` | `depop-shop` | `GET /depop/shop/{username}` | `username` (path String required)<br>`price_min` (query Float)<br>`price_max` (query Float)<br>`condition` (query String)<br>`colours` (query String)<br>`on_sale` (query bool)<br>`sort` (query String)<br>`category` (query String)<br>`subcategory` (query String)<br>`gender` (query String) | `ApiKeyAuth` | `DepopShopResponse` | |
|
|
265
301
|
| discogs | `discogs.artist` | `discogs-artist` | `GET /discogs/artist/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsArtistResponse` | |
|
|
266
302
|
| discogs | `discogs.artist_releases` | `discogs-artist-releases` | `GET /discogs/artist/{id}/releases` | `id` (path String required)<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `DiscogsArtistReleasesResponse` | |
|
|
267
303
|
| discogs | `discogs.label` | `discogs-label` | `GET /discogs/label/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsLabelResponse` | |
|
|
@@ -281,6 +317,11 @@ Total operations: `947`
|
|
|
281
317
|
| door_dash | `door_dash.doordash_store_item` | `doordash-store-item` | `GET /doordash/store/{store_id}/item/{item_id}` | `store_id` (path String required)<br>`item_id` (path String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashStoreItemResponse` | |
|
|
282
318
|
| door_dash | `door_dash.doordash_store_menu` | `doordash-store-menu` | `GET /doordash/store/{store_id}/menu` | `store_id` (path String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashStoreMenuResponse` | |
|
|
283
319
|
| door_dash | `door_dash.doordash_store_reviews` | `doordash-store-reviews` | `GET /doordash/store/{store_id}/reviews` | `store_id` (path String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashStoreReviewsResponse` | |
|
|
320
|
+
| duck_duck_go_search | `duck_duck_go_search.duckduckgo_image` | `duckduckgo-image` | `GET /duckduckgo/image` | `q` (query String required)<br>`page` (query Integer)<br>`region` (query String) | `ApiKeyAuth` | `DuckDuckGoSearchDuckduckgoImageResponse` | |
|
|
321
|
+
| duck_duck_go_search | `duck_duck_go_search.duckduckgo_news` | `duckduckgo-news` | `GET /duckduckgo/news` | `q` (query String required)<br>`page` (query Integer)<br>`region` (query String) | `ApiKeyAuth` | `DuckDuckGoSearchDuckduckgoNewsResponse` | |
|
|
322
|
+
| duck_duck_go_search | `duck_duck_go_search.duckduckgo_search` | `duckduckgo-search` | `GET /duckduckgo/search` | `q` (query String required)<br>`page` (query Integer)<br>`region` (query String)<br>`time_range` (query "d" \| "w" \| "m" \| "y")<br>`safe_search` (query "strict" \| "moderate" \| "off") | `ApiKeyAuth` | `DuckDuckGoSearchDuckduckgoSearchResponse` | |
|
|
323
|
+
| duck_duck_go_search | `duck_duck_go_search.duckduckgo_shopping` | `duckduckgo-shopping` | `GET /duckduckgo/shopping` | `q` (query String required)<br>`region` (query String) | `ApiKeyAuth` | `DuckDuckGoSearchDuckduckgoShoppingResponse` | |
|
|
324
|
+
| duck_duck_go_search | `duck_duck_go_search.duckduckgo_video` | `duckduckgo-video` | `GET /duckduckgo/video` | `q` (query String required)<br>`page` (query Integer)<br>`region` (query String) | `ApiKeyAuth` | `DuckDuckGoSearchDuckduckgoVideoResponse` | |
|
|
284
325
|
| e_bay | `e_bay.ebay_item` | `ebay-item` | `GET /ebay/item/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `EBayEbayItemResponse` | |
|
|
285
326
|
| e_bay | `e_bay.ebay_search` | `ebay-search` | `POST /ebay/search` | `option` (body String required) | `ApiKeyAuth` | `EBayEbaySearchResponse` | |
|
|
286
327
|
| e_bay | `e_bay.ebay_seller` | `ebay-seller` | `GET /ebay/seller/{seller}` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerResponse` | |
|
|
@@ -310,10 +351,11 @@ Total operations: `947`
|
|
|
310
351
|
| expedia | `expedia.properties_filters` | `expedia-properties-filters` | `POST /expedia/properties/filters` | `option` (body String required) | `ApiKeyAuth` | `ExpediaPropertiesFiltersResponse` | |
|
|
311
352
|
| expedia | `expedia.properties_reviews` | `expedia-properties-reviews` | `POST /expedia/properties/reviews` | `option` (body String required) | `ApiKeyAuth` | `ExpediaPropertiesReviewsResponse` | |
|
|
312
353
|
| expedia | `expedia.properties_search` | `expedia-properties-search` | `POST /expedia/properties/search` | `option` (body String required) | `ApiKeyAuth` | `ExpediaPropertiesSearchResponse` | |
|
|
313
|
-
| facebook | `facebook.group` | `facebook-group` | `GET /facebook/groups/{group}` | `group` (path String required) | `ApiKeyAuth` | `FacebookGroupResponse` | |
|
|
314
|
-
| facebook | `facebook.marketplace_item` | `facebook-marketplace-item` | `GET /facebook/marketplace/item/{id}` | `id` (path String required) | `ApiKeyAuth` | `FacebookMarketplaceItemResponse` | |
|
|
315
354
|
| facebook | `facebook.marketplace_search` | `facebook-marketplace-search` | `GET /facebook/marketplace/search` | `location` (query String required)<br>`query` (query String)<br>`category` (query "vehicles" \| "property_rentals" \| "classifieds" \| "apparel" \| "electronics" \| "entertainment" \| "family" \| "free" \| "garden_outdoors" \| "hobbies" \| "home_goods" \| "home_improvement" \| "musical_instruments" \| "office_supplies" \| "pet_supplies" \| "property_sale" \| "sporting_goods" \| "toys_games")<br>`min_price` (query Integer)<br>`max_price` (query Integer)<br>`sort_by` (query "best_match" \| "distance_ascend" \| "creation_time_descend" \| "price_ascend" \| "price_descend")<br>`days_since_listed` (query "1" \| "7" \| "30")<br>`condition` (query "new" \| "used_like_new" \| "used_good" \| "used_fair") | `ApiKeyAuth` | `FacebookMarketplaceSearchResponse` | |
|
|
316
355
|
| facebook | `facebook.page` | `facebook-page` | `GET /facebook/{page}` | `page` (path String required) | `ApiKeyAuth` | `FacebookPageResponse` | |
|
|
356
|
+
| fiverr | `fiverr.gig` | `fiverr-gig` | `GET /fiverr/gig/{username}/{slug}` | `username` (path String required)<br>`slug` (path String required) | `ApiKeyAuth` | `FiverrGigResponse` | |
|
|
357
|
+
| fiverr | `fiverr.search` | `fiverr-search` | `GET /fiverr/search` | `q` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `FiverrSearchResponse` | |
|
|
358
|
+
| fiverr | `fiverr.seller` | `fiverr-seller` | `GET /fiverr/seller/{username}` | `username` (path String required) | `ApiKeyAuth` | `FiverrSellerResponse` | |
|
|
317
359
|
| 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` | |
|
|
318
360
|
| 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` | |
|
|
319
361
|
| 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` | |
|
|
@@ -422,6 +464,12 @@ Total operations: `947`
|
|
|
422
464
|
| indeed | `indeed.job` | `indeed-job` | `GET /indeed/job` | `jk` (query String required) | `ApiKeyAuth` | `IndeedJobResponse` | |
|
|
423
465
|
| indeed | `indeed.locations_suggest` | `indeed-locations-suggest` | `GET /indeed/locations/suggest` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `IndeedLocationsSuggestResponse` | |
|
|
424
466
|
| indeed | `indeed.search` | `indeed-search` | `GET /indeed/search` | `q` (query String required)<br>`l` (query String)<br>`page` (query Integer)<br>`sort` (query "relevance" \| "date")<br>`radius` (query Integer)<br>`fromage` (query Integer) | `ApiKeyAuth` | `IndeedSearchResponse` | |
|
|
467
|
+
| instacart | `instacart.departments` | `instacart-departments` | `GET /instacart/departments` | `shop_id` (query String required)<br>`store_slug` (query String required)<br>`postal_code` (query String required) | `ApiKeyAuth` | `InstacartDepartmentsResponse` | |
|
|
468
|
+
| instacart | `instacart.item` | `instacart-item` | `GET /instacart/item` | `shop_id` (query String required)<br>`store_slug` (query String required)<br>`retailer_location_id` (query String required)<br>`product_id` (query String required)<br>`postal_code` (query String required) | `ApiKeyAuth` | `InstacartItemResponse` | |
|
|
469
|
+
| instacart | `instacart.search` | `instacart-search` | `GET /instacart/search` | `shop_id` (query String required)<br>`store_slug` (query String required)<br>`q` (query String required) | `ApiKeyAuth` | `InstacartSearchResponse` | |
|
|
470
|
+
| instacart | `instacart.search_nearby` | `instacart-search-nearby` | `GET /instacart/search-nearby` | `postal_code` (query String required)<br>`q` (query String required) | `ApiKeyAuth` | `InstacartSearchNearbyResponse` | |
|
|
471
|
+
| instacart | `instacart.stores` | `instacart-stores` | `GET /instacart/stores` | `postal_code` (query String required) | `ApiKeyAuth` | `InstacartStoresResponse` | |
|
|
472
|
+
| instacart | `instacart.trending` | `instacart-trending` | `GET /instacart/trending` | `postal_code` (query String required) | `ApiKeyAuth` | `InstacartTrendingResponse` | |
|
|
425
473
|
| instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
|
|
426
474
|
| instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
|
|
427
475
|
| instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
|
|
@@ -509,6 +557,11 @@ Total operations: `947`
|
|
|
509
557
|
| manga | `manga.rankings` | `manga-rankings` | `GET /manga/rankings` | `sort` (query "TRENDING_DESC" \| "POPULARITY_DESC" \| "SCORE_DESC" \| "FAVOURITES_DESC" \| "START_DATE_DESC" \| "UPDATED_AT_DESC")<br>`format` (query "MANGA" \| "NOVEL" \| "ONE_SHOT")<br>`genre` (query String)<br>`status` (query "FINISHED" \| "RELEASING" \| "NOT_YET_RELEASED" \| "CANCELLED" \| "HIATUS")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `MangaRankingsResponse` | |
|
|
510
558
|
| manga | `manga.search` | `manga-search` | `GET /manga/search` | `query` (query String required)<br>`sort` (query "SEARCH_MATCH" \| "POPULARITY_DESC" \| "SCORE_DESC" \| "TRENDING_DESC" \| "FAVOURITES_DESC" \| "START_DATE_DESC")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `MangaSearchResponse` | |
|
|
511
559
|
| manga | `manga.title` | `manga-title` | `GET /manga/title/{id}` | `id` (path String required)<br>`mal` (query bool) | `ApiKeyAuth` | `MangaTitleResponse` | |
|
|
560
|
+
| mercari | `mercari.autocomplete` | `mercari-autocomplete` | `GET /mercari/autocomplete` | `query` (query String required) | `ApiKeyAuth` | `MercariAutocompleteResponse` | |
|
|
561
|
+
| mercari | `mercari.home` | `mercari-home` | `GET /mercari/home` | none | `ApiKeyAuth` | `MercariHomeResponse` | |
|
|
562
|
+
| mercari | `mercari.item` | `mercari-item` | `GET /mercari/item/{id}` | `id` (path String required) | `ApiKeyAuth` | `MercariItemResponse` | |
|
|
563
|
+
| mercari | `mercari.master` | `mercari-master` | `GET /mercari/master` | none | `ApiKeyAuth` | `MercariMasterResponse` | |
|
|
564
|
+
| mercari | `mercari.search` | `mercari-search` | `GET /mercari/search` | `query` (query String required) | `ApiKeyAuth` | `MercariSearchResponse` | |
|
|
512
565
|
| meta_jobs | `meta_jobs.job` | `meta-jobs-job` | `GET /meta-jobs/job` | `id` (query String required) | `ApiKeyAuth` | `MetaJobsJobResponse` | |
|
|
513
566
|
| meta_jobs | `meta_jobs.list` | `meta-jobs-list` | `GET /meta-jobs/list` | `page` (query Integer)<br>`page_size` (query Integer) | `ApiKeyAuth` | `MetaJobsListResponse` | |
|
|
514
567
|
| meta_jobs | `meta_jobs.search` | `meta-jobs-search` | `GET /meta-jobs/search` | `q` (query String)<br>`teams` (query Array[String])<br>`roles` (query Array[String])<br>`offices` (query Array[String])<br>`is_remote_only` (query bool)<br>`sort_by_new` (query bool)<br>`results_per_page` (query "all" \| "five" \| "ten") | `ApiKeyAuth` | `MetaJobsSearchResponse` | |
|
|
@@ -559,6 +612,14 @@ Total operations: `947`
|
|
|
559
612
|
| open_table | `open_table.opentable_search` | `opentable-search` | `GET /opentable/search` | `term` (query String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required)<br>`date_time` (query String)<br>`party_size` (query Integer)<br>`size` (query Integer) | `ApiKeyAuth` | `OpenTableOpentableSearchResponse` | |
|
|
560
613
|
| meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
|
|
561
614
|
| meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
|
|
615
|
+
| pinterest | `pinterest.board` | `pinterest-board` | `GET /pinterest/board/{username}/{slug}` | `username` (path String required)<br>`slug` (path String required) | `ApiKeyAuth` | `PinterestBoardResponse` | |
|
|
616
|
+
| pinterest | `pinterest.categories` | `pinterest-categories` | `GET /pinterest/categories` | none | `ApiKeyAuth` | `PinterestCategoriesResponse` | |
|
|
617
|
+
| pinterest | `pinterest.idea` | `pinterest-idea` | `GET /pinterest/ideas/{id}` | `id` (path String required) | `ApiKeyAuth` | `PinterestIdeaResponse` | |
|
|
618
|
+
| pinterest | `pinterest.pin` | `pinterest-pin` | `GET /pinterest/pin/{id}` | `id` (path String required) | `ApiKeyAuth` | `PinterestPinResponse` | |
|
|
619
|
+
| pinterest | `pinterest.search` | `pinterest-search` | `GET /pinterest/search` | `query` (query String required) | `ApiKeyAuth` | `PinterestSearchResponse` | |
|
|
620
|
+
| pinterest | `pinterest.user` | `pinterest-user` | `GET /pinterest/user/{username}` | `username` (path String required) | `ApiKeyAuth` | `PinterestUserResponse` | |
|
|
621
|
+
| pinterest | `pinterest.user_boards` | `pinterest-user-boards` | `GET /pinterest/user/{username}/boards` | `username` (path String required) | `ApiKeyAuth` | `PinterestUserBoardsResponse` | |
|
|
622
|
+
| pinterest | `pinterest.user_pins` | `pinterest-user-pins` | `GET /pinterest/user/{username}/pins` | `username` (path String required) | `ApiKeyAuth` | `PinterestUserPinsResponse` | |
|
|
562
623
|
| pitch_book | `pitch_book.pitchbook_advisor` | `pitchbook-advisor` | `GET /pitchbook/advisor` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookAdvisorResponse` | |
|
|
563
624
|
| pitch_book | `pitch_book.pitchbook_company` | `pitchbook-company` | `GET /pitchbook/company` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookCompanyResponse` | |
|
|
564
625
|
| pitch_book | `pitch_book.pitchbook_fund` | `pitchbook-fund` | `GET /pitchbook/fund` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookFundResponse` | |
|
|
@@ -637,6 +698,14 @@ Total operations: `947`
|
|
|
637
698
|
| polymarket | `polymarket.tokens_spreads` | `polymarket-tokens-spreads` | `POST /polymarket/tokens/spreads` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensSpreadsResponse` | |
|
|
638
699
|
| 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` | |
|
|
639
700
|
| polymarket | `polymarket.tournament` | `polymarket-tournament` | `GET /polymarket/tournaments/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTournamentResponse` | |
|
|
701
|
+
| poshmark | `poshmark.brand` | `poshmark-brand` | `GET /poshmark/brand/{name}` | `name` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `PoshmarkBrandResponse` | |
|
|
702
|
+
| poshmark | `poshmark.brands` | `poshmark-brands` | `GET /poshmark/brands` | none | `ApiKeyAuth` | `PoshmarkBrandsResponse` | |
|
|
703
|
+
| poshmark | `poshmark.categories` | `poshmark-categories` | `GET /poshmark/categories` | none | `ApiKeyAuth` | `PoshmarkCategoriesResponse` | |
|
|
704
|
+
| poshmark | `poshmark.category` | `poshmark-category` | `GET /poshmark/category/{path}` | `path` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `PoshmarkCategoryResponse` | |
|
|
705
|
+
| poshmark | `poshmark.closet` | `poshmark-closet` | `GET /poshmark/closet/{username}` | `username` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `PoshmarkClosetResponse` | |
|
|
706
|
+
| poshmark | `poshmark.listing` | `poshmark-listing` | `GET /poshmark/listing/{id}` | `id` (path String required) | `ApiKeyAuth` | `PoshmarkListingResponse` | |
|
|
707
|
+
| poshmark | `poshmark.search` | `poshmark-search` | `GET /poshmark/search` | `query` (query String required)<br>`department` (query String)<br>`max_id` (query String) | `ApiKeyAuth` | `PoshmarkSearchResponse` | |
|
|
708
|
+
| poshmark | `poshmark.trend` | `poshmark-trend` | `GET /poshmark/trend/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `PoshmarkTrendResponse` | |
|
|
640
709
|
| product_hunt | `product_hunt.category` | `producthunt-category` | `GET /producthunt/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `ProductHuntCategoryResponse` | |
|
|
641
710
|
| 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` | |
|
|
642
711
|
| 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` | |
|
|
@@ -789,6 +858,15 @@ Total operations: `947`
|
|
|
789
858
|
| steam | `steam.tags` | `steam-tags` | `GET /steam/tags` | `tags` (query String)<br>`untags` (query String)<br>`category1` (query String)<br>`category2` (query String)<br>`category3` (query String)<br>`os` (query String)<br>`maxprice` (query String)<br>`specials` (query bool)<br>`hidef2p` (query bool)<br>`deck_compatibility` (query "1" \| "2" \| "3")<br>`vrsupport` (query String)<br>`filter` (query "globaltopsellers" \| "topsellers" \| "popularnew" \| "comingsoon")<br>`supportedlang` (query String)<br>`sort_by` (query "Relevance" \| "Released_DESC" \| "Name_ASC" \| "Price_ASC" \| "Price_DESC" \| "Reviews_DESC")<br>`start` (query Integer)<br>`count` (query Integer)<br>`cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamTagsResponse` | |
|
|
790
859
|
| steam | `steam.tags_list` | `steam-tags-list` | `GET /steam/tags/list` | `l` (query String) | `ApiKeyAuth` | `SteamTagsListResponse` | |
|
|
791
860
|
| steam | `steam.top_sellers` | `steam-top-sellers` | `GET /steam/top-sellers` | `cc` (query String)<br>`l` (query String) | `ApiKeyAuth` | `SteamTopSellersResponse` | |
|
|
861
|
+
| stock_x | `stock_x.stockx_brands` | `stockx-brands` | `GET /stockx/brands` | none | `ApiKeyAuth` | `StockXStockxBrandsResponse` | |
|
|
862
|
+
| stock_x | `stock_x.stockx_categories` | `stockx-categories` | `GET /stockx/categories` | none | `ApiKeyAuth` | `StockXStockxCategoriesResponse` | |
|
|
863
|
+
| stock_x | `stock_x.stockx_product` | `stockx-product` | `GET /stockx/product/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `StockXStockxProductResponse` | |
|
|
864
|
+
| stock_x | `stock_x.stockx_releases` | `stockx-releases` | `GET /stockx/releases` | `from` (query String)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `StockXStockxReleasesResponse` | |
|
|
865
|
+
| stock_x | `stock_x.stockx_search` | `stockx-search` | `GET /stockx/search` | `category` (query "sneakers" \| "shoes" \| "apparel" \| "accessories" \| "collectibles" \| "trading-cards" \| "electronics" required)<br>`query` (query String)<br>`gender` (query "men" \| "women" \| "kids" \| "unisex")<br>`brand` (query String)<br>`model` (query String)<br>`color` (query "white" \| "black" \| "multi" \| "blue" \| "grey" \| "pink" \| "red" \| "brown" \| "yellow" \| "green" \| "purple" \| "orange")<br>`shoe_height` (query "low" \| "mid" \| "high")<br>`activity` (query "basketball" \| "football" \| "golf" \| "hiking" \| "running" \| "skateboarding" \| "soccer")<br>`available_now` (query bool)<br>`xpress_ship` (query bool)<br>`below_retail` (query bool)<br>`sort` (query "featured" \| "most-active")<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `StockXStockxSearchResponse` | |
|
|
866
|
+
| strava | `strava.challenges` | `strava-challenges` | `GET /strava/challenges` | none | `ApiKeyAuth` | `StravaChallengesResponse` | |
|
|
867
|
+
| strava | `strava.club` | `strava-club` | `GET /strava/clubs/{id}` | `id` (path String required) | `ApiKeyAuth` | `StravaClubResponse` | |
|
|
868
|
+
| strava | `strava.routes` | `strava-routes` | `GET /strava/routes` | `sport` (query "hiking" \| "road-biking" \| "mountain-biking" \| "trail-running" \| "gravel-biking" required)<br>`country` (query String required)<br>`region` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `StravaRoutesResponse` | |
|
|
869
|
+
| strava | `strava.route_detail` | `strava-route-detail` | `GET /strava/routes/detail` | `path` (query String required) | `ApiKeyAuth` | `StravaRouteDetailResponse` | |
|
|
792
870
|
| target | `target.categories` | `target-categories` | `GET /target/categories` | none | `ApiKeyAuth` | `TargetCategoriesResponse` | |
|
|
793
871
|
| target | `target.category_products` | `target-category-products` | `GET /target/category-products` | `category_id` (query String required)<br>`page` (query Integer)<br>`sort` (query "relevance" \| "featured" \| "price-low" \| "price-high" \| "rating" \| "bestselling" \| "newest")<br>`store_id` (query Integer)<br>`filter_ids` (query String) | `ApiKeyAuth` | `TargetCategoryProductsResponse` | |
|
|
794
872
|
| target | `target.filter_options` | `target-filter-options` | `GET /target/filter-options` | `q` (query String)<br>`category_id` (query String)<br>`store_id` (query Integer)<br>`filter_ids` (query String) | `ApiKeyAuth` | `TargetFilterOptionsResponse` | |
|
|
@@ -852,6 +930,8 @@ Total operations: `947`
|
|
|
852
930
|
| trip_advisor | `trip_advisor.tripadvisor_place` | `tripadvisor-place` | `GET /tripadvisor/place` | `url` (query String)<br>`id` (query String) | `ApiKeyAuth` | `TripAdvisorTripadvisorPlaceResponse` | |
|
|
853
931
|
| 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` | |
|
|
854
932
|
| 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` | |
|
|
933
|
+
| trip_com | `trip_com.tripcom_hotels_search` | `tripcom-hotels-search` | `GET /tripcom/hotels/search` | `city_slug` (query String required)<br>`city_id` (query String required) | `ApiKeyAuth` | `TripComTripcomHotelsSearchResponse` | |
|
|
934
|
+
| trip_com | `trip_com.tripcom_hotel_detail` | `tripcom-hotel-detail` | `GET /tripcom/hotels/{id}` | `id` (path String required)<br>`slug` (query String) | `ApiKeyAuth` | `TripComTripcomHotelDetailResponse` | |
|
|
855
935
|
| trust_mrr | `trust_mrr.trustmrr_acquire` | `trustmrr-acquire` | `GET /trustmrr/acquire` | none | `ApiKeyAuth` | `TrustMrrTrustmrrAcquireResponse` | |
|
|
856
936
|
| trust_mrr | `trust_mrr.trustmrr_categories` | `trustmrr-categories` | `GET /trustmrr/categories` | none | `ApiKeyAuth` | `TrustMrrTrustmrrCategoriesResponse` | |
|
|
857
937
|
| trust_mrr | `trust_mrr.trustmrr_category` | `trustmrr-category` | `GET /trustmrr/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `TrustMrrTrustmrrCategoryResponse` | |
|
|
@@ -871,6 +951,9 @@ Total operations: `947`
|
|
|
871
951
|
| uber_eats | `uber_eats.ubereats_store` | `ubereats-store` | `GET /ubereats/store/{store_id}` | `store_id` (path String required) | `ApiKeyAuth` | `UberEatsUbereatsStoreResponse` | |
|
|
872
952
|
| uber_eats | `uber_eats.ubereats_store_menu` | `ubereats-store-menu` | `GET /ubereats/store/{store_id}/menu` | `store_id` (path String required) | `ApiKeyAuth` | `UberEatsUbereatsStoreMenuResponse` | |
|
|
873
953
|
| uber_eats | `uber_eats.ubereats_store_reviews` | `ubereats-store-reviews` | `GET /ubereats/store/{store_id}/reviews` | `store_id` (path String required) | `ApiKeyAuth` | `UberEatsUbereatsStoreReviewsResponse` | |
|
|
954
|
+
| upwork | `upwork.freelancer` | `upwork-freelancer` | `GET /upwork/freelancer/{id}` | `id` (path String required) | `ApiKeyAuth` | `UpworkFreelancerResponse` | |
|
|
955
|
+
| upwork | `upwork.job` | `upwork-job` | `GET /upwork/job/{id}` | `id` (path String required) | `ApiKeyAuth` | `UpworkJobResponse` | |
|
|
956
|
+
| upwork | `upwork.search` | `upwork-search` | `GET /upwork/search` | `q` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `UpworkSearchResponse` | |
|
|
874
957
|
| usage | `usage.me_endpoints` | `usage-me-endpoints` | `GET /usage/me/endpoints` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`limit` (query Integer)<br>`from` (query String)<br>`to` (query String) | `ApiKeyAuth` | `UsageMeEndpointsResponse` | |
|
|
875
958
|
| usage | `usage.me_overview` | `usage-me-overview` | `GET /usage/me/overview` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`from` (query String)<br>`to` (query String) | `ApiKeyAuth` | `UsageMeOverviewResponse` | |
|
|
876
959
|
| usage | `usage.me_recent_ips` | `usage-me-recent-ips` | `GET /usage/me/recent-ips` | `range` (query "period" \| "day" \| "week" \| "month" \| "custom")<br>`limit` (query Integer)<br>`from` (query String)<br>`to` (query String) | `ApiKeyAuth` | `UsageMeRecentIpsResponse` | |
|
|
@@ -879,9 +962,19 @@ Total operations: `947`
|
|
|
879
962
|
| user | `user.me_api_keys` | `user-me-api-keys` | `GET /user/me/api-keys` | none | `JWTAuth` | `UserMeApiKeysResponse` | |
|
|
880
963
|
| user | `user.me_api_keys_rotate` | `user-me-api-keys-rotate` | `POST /user/me/api-keys/rotate` | none | `JWTAuth` | `UserMeApiKeysRotateResponse` | |
|
|
881
964
|
| user | `user.me_api_keys_reveal` | `user-me-api-keys-reveal` | `POST /user/me/api-keys/{id}/reveal` | `id` (path String required) | `JWTAuth` | `UserMeApiKeysRevealResponse` | |
|
|
965
|
+
| vinted | `vinted.brand` | `vinted-brand` | `GET /vinted/brand` | `id` (query String required)<br>`price_from` (query Float)<br>`price_to` (query Float)<br>`order` (query "relevance" \| "newest_first" \| "price_high_to_low" \| "price_low_to_high")<br>`page` (query Integer) | `ApiKeyAuth` | `VintedBrandResponse` | |
|
|
966
|
+
| vinted | `vinted.brands` | `vinted-brands` | `GET /vinted/brands` | none | `ApiKeyAuth` | `VintedBrandsResponse` | |
|
|
967
|
+
| vinted | `vinted.catalog` | `vinted-catalog` | `GET /vinted/catalog` | `search_text` (query String required)<br>`price_from` (query Float)<br>`price_to` (query Float)<br>`order` (query "relevance" \| "newest_first" \| "price_high_to_low" \| "price_low_to_high")<br>`page` (query Integer) | `ApiKeyAuth` | `VintedCatalogResponse` | |
|
|
968
|
+
| vinted | `vinted.categories` | `vinted-categories` | `GET /vinted/categories` | none | `ApiKeyAuth` | `VintedCategoriesResponse` | |
|
|
969
|
+
| vinted | `vinted.category` | `vinted-category` | `GET /vinted/category` | `id` (query String required)<br>`price_from` (query Float)<br>`price_to` (query Float)<br>`order` (query "relevance" \| "newest_first" \| "price_high_to_low" \| "price_low_to_high")<br>`page` (query Integer) | `ApiKeyAuth` | `VintedCategoryResponse` | |
|
|
970
|
+
| vinted | `vinted.item` | `vinted-item` | `GET /vinted/item` | `id` (query String required) | `ApiKeyAuth` | `VintedItemResponse` | |
|
|
971
|
+
| vinted | `vinted.member` | `vinted-member` | `GET /vinted/member` | `id` (query String required) | `ApiKeyAuth` | `VintedMemberResponse` | |
|
|
882
972
|
| walmart | `walmart.product` | `walmart-product` | `GET /walmart/product/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `WalmartProductResponse` | |
|
|
883
973
|
| walmart | `walmart.product_reviews` | `walmart-product-reviews` | `GET /walmart/product/{item_id}/reviews` | `item_id` (path String required) | `ApiKeyAuth` | `WalmartProductReviewsResponse` | |
|
|
884
974
|
| walmart | `walmart.search` | `walmart-search` | `GET /walmart/search` | `q` (query String required)<br>`page` (query Integer)<br>`sort` (query "best_match" \| "price_low" \| "price_high" \| "best_seller" \| "new_arrivals" \| "rating_high") | `ApiKeyAuth` | `WalmartSearchResponse` | |
|
|
975
|
+
| whatnot | `whatnot.browse` | `whatnot-browse` | `GET /whatnot/browse` | `category` (query String required) | `ApiKeyAuth` | `WhatnotBrowseResponse` | |
|
|
976
|
+
| whatnot | `whatnot.categories` | `whatnot-categories` | `GET /whatnot/categories` | none | `ApiKeyAuth` | `WhatnotCategoriesResponse` | |
|
|
977
|
+
| whatnot | `whatnot.live` | `whatnot-live` | `GET /whatnot/live/{id}` | `id` (path String required) | `ApiKeyAuth` | `WhatnotLiveResponse` | |
|
|
885
978
|
| x | `x.post` | `x-post` | `GET /x/post/{id}` | `id` (path String required)<br>`username` (query String) | `ApiKeyAuth` | `XPostResponse` | |
|
|
886
979
|
| x | `x.profile` | `x-profile` | `GET /x/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `XProfileResponse` | |
|
|
887
980
|
| x | `x.profile_posts` | `x-profile-posts` | `GET /x/profile/{username}/posts` | `username` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `XProfilePostsResponse` | |
|
|
@@ -924,6 +1017,7 @@ Total operations: `947`
|
|
|
924
1017
|
| yahoo_finance | `yahoo_finance.ticker_sustainability` | `yahoo-finance-ticker-sustainability` | `GET /yahoo-finance/ticker/{symbol}/sustainability` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerSustainabilityResponse` | |
|
|
925
1018
|
| yahoo_finance | `yahoo_finance.ticker_valuation` | `yahoo-finance-ticker-valuation` | `GET /yahoo-finance/ticker/{symbol}/valuation` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerValuationResponse` | |
|
|
926
1019
|
| yahoo_finance | `yahoo_finance.trending` | `yahoo-finance-trending` | `GET /yahoo-finance/trending/{region}` | `region` (path String required)<br>`count` (query Integer) | `ApiKeyAuth` | `YahooFinanceTrendingResponse` | |
|
|
1020
|
+
| yahoo_search | `yahoo_search.call` | `yahoo-search` | `GET /yahoo-search/search` | `q` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `YahooSearchCallResponse` | |
|
|
927
1021
|
| yelp | `yelp.business` | `yelp-business` | `GET /yelp/business/{id}` | `id` (path String required) | `ApiKeyAuth` | `YelpBusinessResponse` | |
|
|
928
1022
|
| yelp | `yelp.business_menu` | `yelp-business-menu` | `GET /yelp/business/{id}/menu` | `id` (path String required) | `ApiKeyAuth` | `YelpBusinessMenuResponse` | |
|
|
929
1023
|
| yelp | `yelp.business_photos` | `yelp-business-photos` | `GET /yelp/business/{id}/photos` | `id` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `YelpBusinessPhotosResponse` | |
|