crawlora 1.30.0.pre.sdk.1 → 1.33.0.pre.sdk.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14b18b074b5da981e6fd284e2283611b54551e4143b52f626192ceb9c12dead7
4
- data.tar.gz: f8909c9d7c799bdb562a79e863d2860824517f4f723e7bacd84a8812907abfc1
3
+ metadata.gz: f6273ba6e39a2947e8ab4b8066b499e0fc47872e505060550d0aa1cf29c78cee
4
+ data.tar.gz: 82d2fdad3895368e09c4ea8e310639a92e9e88458200a36d6186d11433de9743
5
5
  SHA512:
6
- metadata.gz: 59ee612b94812a62aba580ece1d205f00ffd78278040d21788c438b0b9aa43e27194cc72515ab22e08acadc8b8e17865fbc4b7639b1f792890580478fbfc1e32
7
- data.tar.gz: 7d6f74d444171ae7df74c99f8fd1077e355d8541d351919270a95c45cac7b12e05d68ac3bacac886181f8746f852db0ac82bfbd272cfdeca090c5a6fea6ca30d
6
+ metadata.gz: cde4f58a63f17090eb3aad33f5dfd46d92a31cb4cead1938b654e54a7492bdaf7a70edfa8a00b65a804c4d854f590fca4c0b4d4fd044ddb6ec323959d89ca084
7
+ data.tar.gz: e7f5a60533693adbc43164b1218fad9abda5086858eaaec350e4a48ed204be655e562e70f3e1c78be76457a63eb0e4400e97acf0db16d8fe593d60e2aaead1c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.33.0-sdk.1
4
+
5
+ - Added Etsy platform support: product search, listing detail, listing reviews, shop profile, shop reviews, and shop listing search.
6
+ - Added Booking.com attractions and flights search, Expedia activities/flights/locations/properties search, Facebook groups and marketplace search, ImportYeti company lookup and search, Indeed job search, OpenTable restaurant search and reviews, Yelp business search and reviews, and Zalando category/market/product/search/suggest endpoints.
7
+ - Regenerated from the public API contract (947 operations).
8
+
9
+ ## v1.32.0-sdk.1
10
+
11
+ - Regenerated from the public API contract (890 to 895 operations). Adds DoorDash location discovery feed, dish and item keyword search, menu item options/details, store customer reviews snapshot, and store fulfillment schedules.
12
+
3
13
  ## v1.30.0-sdk.1
4
14
 
5
15
  - Added paginated TMDB Popular People and expanded TMDB movie, TV, and search operations with pagination and browse filters.
data/README.md CHANGED
@@ -12,12 +12,12 @@ plus retries, pagination, middleware hooks, and client-side rate limiting.
12
12
  ## Install
13
13
 
14
14
  Published on [RubyGems](https://rubygems.org/gems/crawlora). The current release
15
- is a prerelease (`1.18.0.pre.sdk.1`), so install it with `--pre` or pin the
15
+ is a prerelease (`1.33.0.pre.sdk.1`), so install it with `--pre` or pin the
16
16
  version:
17
17
 
18
18
  ```ruby
19
19
  # Gemfile
20
- gem "crawlora", "1.18.0.pre.sdk.1"
20
+ gem "crawlora", "1.33.0.pre.sdk.1"
21
21
  ```
22
22
 
23
23
  ```sh
data/docs/operations.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
4
4
 
5
- Total operations: `882`
5
+ Total operations: `947`
6
6
 
7
7
  | Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
8
8
  | --- | --- | --- | --- | --- | --- | --- | --- |
@@ -61,6 +61,9 @@ Total operations: `882`
61
61
  | app_store | `app_store.similar` | `appstore-similar` | `GET /appstore/similar` | `id` (query String)<br>`app_id` (query String)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreSimilarResponse` | |
62
62
  | app_store | `app_store.suggest` | `appstore-suggest` | `GET /appstore/suggest/{term}` | `term` (path String required)<br>`country` (query String) | `ApiKeyAuth` | `AppStoreSuggestResponse` | |
63
63
  | app_store | `app_store.version_history` | `appstore-version-history` | `GET /appstore/version-history/{id}` | `id` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `AppStoreVersionHistoryResponse` | |
64
+ | autotrader | `autotrader.dealer` | `autotrader-dealer` | `GET /autotrader/dealer/{id}` | `id` (path String required) | `ApiKeyAuth` | `AutotraderDealerResponse` | |
65
+ | autotrader | `autotrader.search` | `autotrader-search` | `GET /autotrader/search` | `query` (query String)<br>`zip` (query String)<br>`radius` (query Integer)<br>`make` (query String)<br>`model` (query String)<br>`trim` (query String)<br>`condition` (query "new" \| "used" \| "certified" \| "3p_cert")<br>`body_style` (query "convertible" \| "coupe" \| "hatchback" \| "sedan" \| "suv" \| "truck" \| "van" \| "wagon")<br>`seller_type` (query "dealer" \| "private")<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` | `AutotraderSearchResponse` | |
66
+ | autotrader | `autotrader.vehicle` | `autotrader-vehicle` | `GET /autotrader/vehicle/{id}` | `id` (path String required) | `ApiKeyAuth` | `AutotraderVehicleResponse` | |
64
67
  | billing | `billing.me` | `billing-me` | `GET /billing/me` | none | `ApiKeyAuth` | `BillingMeResponse` | |
65
68
  | billing | `billing.me_checkout` | `billing-me-checkout` | `POST /billing/me/checkout` | `request` (body String required) | `ApiKeyAuth` | `BillingMeCheckoutResponse` | |
66
69
  | billing | `billing.me_events` | `billing-me-events` | `GET /billing/me/events` | `limit` (query Integer)<br>`from` (query String)<br>`to` (query String)<br>`endpoint` (query String)<br>`request_id` (query String)<br>`event_status` (query "reserved" \| "charged" \| "non_billable" \| "failed")<br>`billable` (query bool) | `ApiKeyAuth` | `BillingMeEventsResponse` | |
@@ -74,6 +77,14 @@ Total operations: `882`
74
77
  | 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` | |
75
78
  | 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` | |
76
79
  | 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` | |
80
+ | booking | `booking.attractions_detail` | `booking-attractions-detail` | `GET /booking-attractions/detail` | `slug` (query String required) | `ApiKeyAuth` | `BookingAttractionsDetailResponse` | |
81
+ | 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
+ | 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` | |
83
+ | booking | `booking.flights_autocomplete` | `booking-flights-autocomplete` | `GET /booking-flights/autocomplete` | `query` (query String required)<br>`type` (query "to" \| "from")<br>`origin` (query String)<br>`origin_type` (query String) | `ApiKeyAuth` | `BookingFlightsAutocompleteResponse` | |
84
+ | booking | `booking.flights_search` | `booking-flights-search` | `GET /booking-flights/search` | `type` (query "ROUNDTRIP" \| "ONEWAY")<br>`from` (query String required)<br>`to` (query String required)<br>`from_country` (query String)<br>`to_country` (query String)<br>`depart` (query String required)<br>`return` (query String)<br>`adults` (query Integer)<br>`children` (query Integer)<br>`cabin_class` (query String)<br>`sort` (query String) | `ApiKeyAuth` | `BookingFlightsSearchResponse` | |
85
+ | booking | `booking.hotel_detail` | `booking-hotel-detail` | `GET /booking/hotel-detail` | `hotel_id` (query Integer required) | `ApiKeyAuth` | `BookingHotelDetailResponse` | |
86
+ | booking | `booking.reviews` | `booking-reviews` | `GET /booking/reviews` | `hotel_id` (query Integer required)<br>`destination_id` (query Integer)<br>`hotel_country_code` (query String required)<br>`hotel_score` (query Float)<br>`search_text` (query String)<br>`page` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `BookingReviewsResponse` | |
87
+ | booking | `booking.search` | `booking-search` | `GET /booking/search` | `query` (query String required)<br>`checkin` (query String required)<br>`checkout` (query String required)<br>`adults` (query Integer)<br>`rooms` (query Integer)<br>`children` (query Integer)<br>`page` (query Integer) | `ApiKeyAuth` | `BookingSearchResponse` | |
77
88
  | box_office_mojo | `box_office_mojo.boxofficemojo_brand` | `boxofficemojo-brand` | `GET /boxofficemojo/brand` | `id` (query String)<br>`path` (query String)<br>`url` (query String)<br>`sort` (query "grossToDate" \| "maxNumTheaters" \| "openingWeekendGross" \| "openingNumTheaters" \| "releaseDate")<br>`sortDir` (query "asc" \| "desc")<br>`offset` (query Integer) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoBrandResponse` | |
78
89
  | box_office_mojo | `box_office_mojo.boxofficemojo_brands` | `boxofficemojo-brands` | `GET /boxofficemojo/brands` | `sort` (query "totalGross" \| "numReleases" \| "grossToDate")<br>`sortDir` (query "asc" \| "desc") | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoBrandsResponse` | |
79
90
  | box_office_mojo | `box_office_mojo.boxofficemojo_calendar` | `boxofficemojo-calendar` | `GET /boxofficemojo/calendar` | `year` (query Integer required)<br>`month` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarResponse` | |
@@ -258,6 +269,18 @@ Total operations: `882`
258
269
  | discogs | `discogs.master` | `discogs-master` | `GET /discogs/master/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsMasterResponse` | |
259
270
  | discogs | `discogs.release` | `discogs-release` | `GET /discogs/release/{id}` | `id` (path String required) | `ApiKeyAuth` | `DiscogsReleaseResponse` | |
260
271
  | discogs | `discogs.search` | `discogs-search` | `GET /discogs/search` | `q` (query String required)<br>`type` (query "release" \| "master" \| "artist" \| "label")<br>`page` (query Integer)<br>`per_page` (query Integer) | `ApiKeyAuth` | `DiscogsSearchResponse` | |
272
+ | door_dash | `door_dash.doordash_explore` | `doordash-explore` | `GET /doordash/explore` | `latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashExploreResponse` | |
273
+ | door_dash | `door_dash.doordash_feed` | `doordash-feed` | `GET /doordash/feed` | `latitude` (query Float required)<br>`longitude` (query Float required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `DoorDashDoordashFeedResponse` | |
274
+ | door_dash | `door_dash.doordash_search` | `doordash-search` | `GET /doordash/search` | `query` (query String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required)<br>`tag` (query String)<br>`dashPassOnly` (query bool)<br>`asapOnly` (query bool)<br>`pickupOnly` (query bool)<br>`maxDistanceMiles` (query Float) | `ApiKeyAuth` | `DoorDashDoordashSearchResponse` | |
275
+ | door_dash | `door_dash.doordash_search_autocomplete` | `doordash-search-autocomplete` | `GET /doordash/search/autocomplete` | `query` (query String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashSearchAutocompleteResponse` | |
276
+ | door_dash | `door_dash.doordash_search_filters` | `doordash-search-filters` | `GET /doordash/search/filters` | `latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashSearchFiltersResponse` | |
277
+ | door_dash | `door_dash.doordash_search_items` | `doordash-search-items` | `GET /doordash/search/items` | `query` (query String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashSearchItemsResponse` | |
278
+ | door_dash | `door_dash.doordash_store` | `doordash-store` | `GET /doordash/store/{store_id}` | `store_id` (path String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashStoreResponse` | |
279
+ | door_dash | `door_dash.doordash_store_fulfillment` | `doordash-store-fulfillment` | `GET /doordash/store/{store_id}/fulfillment` | `store_id` (path String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashStoreFulfillmentResponse` | |
280
+ | door_dash | `door_dash.doordash_store_info` | `doordash-store-info` | `GET /doordash/store/{store_id}/info` | `store_id` (path String required)<br>`latitude` (query Float required)<br>`longitude` (query Float required) | `ApiKeyAuth` | `DoorDashDoordashStoreInfoResponse` | |
281
+ | 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
+ | 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
+ | 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` | |
261
284
  | e_bay | `e_bay.ebay_item` | `ebay-item` | `GET /ebay/item/{item_id}` | `item_id` (path String required) | `ApiKeyAuth` | `EBayEbayItemResponse` | |
262
285
  | e_bay | `e_bay.ebay_search` | `ebay-search` | `POST /ebay/search` | `option` (body String required) | `ApiKeyAuth` | `EBayEbaySearchResponse` | |
263
286
  | e_bay | `e_bay.ebay_seller` | `ebay-seller` | `GET /ebay/seller/{seller}` | `seller` (path String required) | `ApiKeyAuth` | `EBayEbaySellerResponse` | |
@@ -273,6 +296,23 @@ Total operations: `882`
273
296
  | 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` | |
274
297
  | 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` | |
275
298
  | 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` | |
299
+ | etsy | `etsy.listing` | `etsy-listing` | `GET /etsy/listing/{id}` | `id` (path String required) | `ApiKeyAuth` | `EtsyListingResponse` | |
300
+ | etsy | `etsy.listing_reviews` | `etsy-listing-reviews` | `GET /etsy/listing/{id}/reviews` | `id` (path String required)<br>`offset` (query Integer)<br>`sort` (query "newest" \| "oldest" \| "highest_rating" \| "lowest_rating" \| "most_relevant") | `ApiKeyAuth` | `EtsyListingReviewsResponse` | |
301
+ | etsy | `etsy.search` | `etsy-search` | `GET /etsy/search` | `q` (query String required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `EtsySearchResponse` | |
302
+ | etsy | `etsy.shop_search` | `etsy-shop-search` | `GET /etsy/shop/search` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `EtsyShopSearchResponse` | |
303
+ | etsy | `etsy.shop` | `etsy-shop` | `GET /etsy/shop/{id}` | `id` (path String required) | `ApiKeyAuth` | `EtsyShopResponse` | |
304
+ | etsy | `etsy.shop_listings` | `etsy-shop-listings` | `GET /etsy/shop/{id}/listings` | `id` (path String required)<br>`q` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `EtsyShopListingsResponse` | |
305
+ | etsy | `etsy.shop_reviews` | `etsy-shop-reviews` | `GET /etsy/shop/{id}/reviews` | `id` (path String required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `EtsyShopReviewsResponse` | |
306
+ | expedia | `expedia.activities_search` | `expedia-activities-search` | `POST /expedia/activities/search` | `option` (body String required) | `ApiKeyAuth` | `ExpediaActivitiesSearchResponse` | |
307
+ | expedia | `expedia.flights_search` | `expedia-flights-search` | `POST /expedia/flights/search` | `option` (body String required) | `ApiKeyAuth` | `ExpediaFlightsSearchResponse` | |
308
+ | expedia | `expedia.locations_search` | `expedia-locations-search` | `POST /expedia/locations/search` | `option` (body String required) | `ApiKeyAuth` | `ExpediaLocationsSearchResponse` | |
309
+ | expedia | `expedia.properties_detail` | `expedia-properties-detail` | `POST /expedia/properties/detail` | `option` (body String required) | `ApiKeyAuth` | `ExpediaPropertiesDetailResponse` | |
310
+ | expedia | `expedia.properties_filters` | `expedia-properties-filters` | `POST /expedia/properties/filters` | `option` (body String required) | `ApiKeyAuth` | `ExpediaPropertiesFiltersResponse` | |
311
+ | expedia | `expedia.properties_reviews` | `expedia-properties-reviews` | `POST /expedia/properties/reviews` | `option` (body String required) | `ApiKeyAuth` | `ExpediaPropertiesReviewsResponse` | |
312
+ | 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
+ | 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` | |
276
316
  | facebook | `facebook.page` | `facebook-page` | `GET /facebook/{page}` | `page` (path String required) | `ApiKeyAuth` | `FacebookPageResponse` | |
277
317
  | 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` | |
278
318
  | 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` | |
@@ -361,6 +401,7 @@ Total operations: `882`
361
401
  | imdb | `imdb.name_awards` | `imdb-name-awards` | `GET /imdb/name/awards` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameAwardsResponse` | |
362
402
  | imdb | `imdb.name_credits` | `imdb-name-credits` | `GET /imdb/name/credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameCreditsResponse` | |
363
403
  | imdb | `imdb.search` | `imdb-search` | `GET /imdb/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbSearchResponse` | |
404
+ | imdb | `imdb.search_title` | `imdb-search-title` | `GET /imdb/search/title` | `title` (query String)<br>`title_type` (query String)<br>`genres` (query String)<br>`release_date_from` (query String)<br>`release_date_to` (query String)<br>`min_user_rating` (query Float)<br>`max_user_rating` (query Float)<br>`min_votes` (query Integer)<br>`max_votes` (query Integer)<br>`min_popularity` (query Integer)<br>`max_popularity` (query Integer)<br>`min_runtime` (query Integer)<br>`max_runtime` (query Integer)<br>`groups` (query String)<br>`keywords` (query String)<br>`companies` (query String)<br>`certificates` (query String)<br>`colors` (query String)<br>`countries` (query String)<br>`languages` (query String)<br>`sound_mixes` (query String)<br>`role` (query String)<br>`characters` (query String)<br>`plot` (query String)<br>`include_adult` (query bool)<br>`sort` (query String)<br>`sort_order` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbSearchTitleResponse` | |
364
405
  | imdb | `imdb.title` | `imdb-title` | `GET /imdb/title` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleResponse` | |
365
406
  | imdb | `imdb.title_awards` | `imdb-title-awards` | `GET /imdb/title/awards` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleAwardsResponse` | |
366
407
  | imdb | `imdb.title_company_credits` | `imdb-title-company-credits` | `GET /imdb/title/company-credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleCompanyCreditsResponse` | |
@@ -376,6 +417,11 @@ Total operations: `882`
376
417
  | imdb | `imdb.title_reviews` | `imdb-title-reviews` | `GET /imdb/title/reviews` | `id` (query String)<br>`url` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbTitleReviewsResponse` | |
377
418
  | imdb | `imdb.title_technical_specs` | `imdb-title-technical-specs` | `GET /imdb/title/technical-specs` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleTechnicalSpecsResponse` | |
378
419
  | imdb | `imdb.title_trivia` | `imdb-title-trivia` | `GET /imdb/title/trivia` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleTriviaResponse` | |
420
+ | import_yeti | `import_yeti.importyeti_company` | `importyeti-company` | `GET /importyeti/company` | `slug` (query String required) | `ApiKeyAuth` | `ImportYetiImportyetiCompanyResponse` | |
421
+ | import_yeti | `import_yeti.importyeti_search` | `importyeti-search` | `GET /importyeti/search` | `q` (query String required)<br>`page` (query Integer) | `ApiKeyAuth` | `ImportYetiImportyetiSearchResponse` | |
422
+ | indeed | `indeed.job` | `indeed-job` | `GET /indeed/job` | `jk` (query String required) | `ApiKeyAuth` | `IndeedJobResponse` | |
423
+ | indeed | `indeed.locations_suggest` | `indeed-locations-suggest` | `GET /indeed/locations/suggest` | `q` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `IndeedLocationsSuggestResponse` | |
424
+ | 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` | |
379
425
  | instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
380
426
  | instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
381
427
  | instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
@@ -507,6 +553,10 @@ Total operations: `882`
507
553
  | numbeo | `numbeo.indices_country` | `numbeo-indices-country` | `GET /numbeo/indices/country` | `country` (query String required)<br>`index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required) | `ApiKeyAuth` | `NumbeoIndicesCountryResponse` | |
508
554
  | numbeo | `numbeo.indices_rankings` | `numbeo-indices-rankings` | `GET /numbeo/indices/rankings` | `index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required)<br>`scope` (query "current" \| "historical")<br>`period` (query String) | `ApiKeyAuth` | `NumbeoIndicesRankingsResponse` | |
509
555
  | numbeo | `numbeo.indices_rankings_by_country` | `numbeo-indices-rankings-by-country` | `GET /numbeo/indices/rankings-by-country` | `index` (query "quality-of-life" \| "crime" \| "health-care" \| "pollution" \| "traffic" \| "property-investment" required) | `ApiKeyAuth` | `NumbeoIndicesRankingsByCountryResponse` | |
556
+ | open_table | `open_table.opentable_restaurant` | `opentable-restaurant` | `GET /opentable/restaurant` | `restaurant_id` (query String required)<br>`date_time` (query String)<br>`party_size` (query Integer) | `ApiKeyAuth` | `OpenTableOpentableRestaurantResponse` | |
557
+ | open_table | `open_table.opentable_restaurant_menus` | `opentable-restaurant-menus` | `GET /opentable/restaurant/menus` | `restaurant_id` (query String required) | `ApiKeyAuth` | `OpenTableOpentableRestaurantMenusResponse` | |
558
+ | open_table | `open_table.opentable_restaurant_reviews` | `opentable-restaurant-reviews` | `GET /opentable/restaurant/reviews` | `restaurant_id` (query String required)<br>`page` (query Integer)<br>`size` (query Integer) | `ApiKeyAuth` | `OpenTableOpentableRestaurantReviewsResponse` | |
559
+ | 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` | |
510
560
  | meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
511
561
  | meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
512
562
  | pitch_book | `pitch_book.pitchbook_advisor` | `pitchbook-advisor` | `GET /pitchbook/advisor` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `PitchBookPitchbookAdvisorResponse` | |
@@ -816,8 +866,10 @@ Total operations: `882`
816
866
  | trustpilot | `trustpilot.categories` | `trustpilot-categories` | `GET /trustpilot/categories` | none | `ApiKeyAuth` | `TrustpilotCategoriesResponse` | |
817
867
  | trustpilot | `trustpilot.category_search` | `trustpilot-category-search` | `GET /trustpilot/categories/search` | `q` (query String required)<br>`country` (query String)<br>`locale` (query String)<br>`size` (query Integer) | `ApiKeyAuth` | `TrustpilotCategorySearchResponse` | |
818
868
  | trustpilot | `trustpilot.category` | `trustpilot-category` | `GET /trustpilot/category/{slug}` | `slug` (path String required)<br>`page` (query Integer) | `ApiKeyAuth` | `TrustpilotCategoryResponse` | |
869
+ | uber_eats | `uber_eats.ubereats_feed` | `ubereats-feed` | `GET /ubereats/feed` | `latitude` (query Float required)<br>`longitude` (query Float required)<br>`offset` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `UberEatsUbereatsFeedResponse` | |
819
870
  | uber_eats | `uber_eats.ubereats_search` | `ubereats-search` | `GET /ubereats/search` | `latitude` (query Float required)<br>`longitude` (query Float required)<br>`query` (query String)<br>`offset` (query Integer)<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `UberEatsUbereatsSearchResponse` | |
820
871
  | uber_eats | `uber_eats.ubereats_store` | `ubereats-store` | `GET /ubereats/store/{store_id}` | `store_id` (path String required) | `ApiKeyAuth` | `UberEatsUbereatsStoreResponse` | |
872
+ | uber_eats | `uber_eats.ubereats_store_menu` | `ubereats-store-menu` | `GET /ubereats/store/{store_id}/menu` | `store_id` (path String required) | `ApiKeyAuth` | `UberEatsUbereatsStoreMenuResponse` | |
821
873
  | uber_eats | `uber_eats.ubereats_store_reviews` | `ubereats-store-reviews` | `GET /ubereats/store/{store_id}/reviews` | `store_id` (path String required) | `ApiKeyAuth` | `UberEatsUbereatsStoreReviewsResponse` | |
822
874
  | 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` | |
823
875
  | 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` | |
@@ -872,6 +924,14 @@ Total operations: `882`
872
924
  | yahoo_finance | `yahoo_finance.ticker_sustainability` | `yahoo-finance-ticker-sustainability` | `GET /yahoo-finance/ticker/{symbol}/sustainability` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerSustainabilityResponse` | |
873
925
  | yahoo_finance | `yahoo_finance.ticker_valuation` | `yahoo-finance-ticker-valuation` | `GET /yahoo-finance/ticker/{symbol}/valuation` | `symbol` (path String required) | `ApiKeyAuth` | `YahooFinanceTickerValuationResponse` | |
874
926
  | yahoo_finance | `yahoo_finance.trending` | `yahoo-finance-trending` | `GET /yahoo-finance/trending/{region}` | `region` (path String required)<br>`count` (query Integer) | `ApiKeyAuth` | `YahooFinanceTrendingResponse` | |
927
+ | yelp | `yelp.business` | `yelp-business` | `GET /yelp/business/{id}` | `id` (path String required) | `ApiKeyAuth` | `YelpBusinessResponse` | |
928
+ | yelp | `yelp.business_menu` | `yelp-business-menu` | `GET /yelp/business/{id}/menu` | `id` (path String required) | `ApiKeyAuth` | `YelpBusinessMenuResponse` | |
929
+ | 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` | |
930
+ | yelp | `yelp.business_reviews` | `yelp-business-reviews` | `GET /yelp/business/{id}/reviews` | `id` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `YelpBusinessReviewsResponse` | |
931
+ | yelp | `yelp.business_review_highlights` | `yelp-business-review-highlights` | `GET /yelp/business/{id}/reviews/highlights` | `id` (path String required) | `ApiKeyAuth` | `YelpBusinessReviewHighlightsResponse` | |
932
+ | yelp | `yelp.business_reviews_search` | `yelp-business-reviews-search` | `GET /yelp/business/{id}/reviews/search` | `id` (path String required)<br>`term` (query String required) | `ApiKeyAuth` | `YelpBusinessReviewsSearchResponse` | |
933
+ | yelp | `yelp.geocode` | `yelp-geocode` | `GET /yelp/geocode` | `address` (query String required) | `ApiKeyAuth` | `YelpGeocodeResponse` | |
934
+ | yelp | `yelp.search` | `yelp-search` | `GET /yelp/search` | `term` (query String required)<br>`location` (query String required)<br>`limit` (query Integer)<br>`offset` (query Integer) | `ApiKeyAuth` | `YelpSearchResponse` | |
875
935
  | youtube | `youtube.captions` | `youtube-captions` | `GET /youtube/captions/{id}` | `id` (path String required)<br>`lang` (query String) | `ApiKeyAuth` | `YoutubeCaptionsResponse` | |
876
936
  | youtube | `youtube.channel_playlists` | `youtube-channel-playlists` | `GET /youtube/channel/{id}/playlists` | `id` (path String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeChannelPlaylistsResponse` | |
877
937
  | youtube | `youtube.channel_search` | `youtube-channel-search` | `GET /youtube/channel/{id}/search` | `id` (path String required)<br>`q` (query String required)<br>`continuation_token` (query String) | `ApiKeyAuth` | `YoutubeChannelSearchResponse` | |
@@ -885,6 +945,11 @@ Total operations: `882`
885
945
  | youtube | `youtube.transcript` | `youtube-transcript` | `GET /youtube/transcript/{id}` | `id` (path String required)<br>`lang` (query String)<br>`translate_to` (query String)<br>`format` (query "json" \| "text" \| "srt" \| "vtt")<br>`timestamps` (query bool) | `ApiKeyAuth` | `YoutubeTranscriptResponse` | Supports text response mode. |
886
946
  | youtube | `youtube.transcript_languages` | `youtube-transcript-languages` | `GET /youtube/transcript/{id}/languages` | `id` (path String required) | `ApiKeyAuth` | `YoutubeTranscriptLanguagesResponse` | |
887
947
  | youtube | `youtube.video` | `youtube-video` | `GET /youtube/video/{id}` | `id` (path String required) | `ApiKeyAuth` | `YoutubeVideoResponse` | |
948
+ | zalando | `zalando.category` | `zalando-category` | `GET /zalando/category` | `category` (query String required)<br>`market` (query "at" \| "be" \| "ch" \| "cz" \| "de" \| "dk" \| "ee" \| "es" \| "fi" \| "fr" \| "gb" \| "hr" \| "hu" \| "ie" \| "it" \| "lt" \| "lu" \| "lv" \| "nl" \| "no" \| "pl" \| "ro" \| "se" \| "si" \| "sk" required) | `ApiKeyAuth` | `ZalandoCategoryResponse` | |
949
+ | zalando | `zalando.markets` | `zalando-markets` | `GET /zalando/markets` | none | `ApiKeyAuth` | `ZalandoMarketsResponse` | |
950
+ | zalando | `zalando.product` | `zalando-product` | `GET /zalando/product` | `sku` (query String required)<br>`market` (query "at" \| "be" \| "ch" \| "cz" \| "de" \| "dk" \| "ee" \| "es" \| "fi" \| "fr" \| "gb" \| "hr" \| "hu" \| "ie" \| "it" \| "lt" \| "lu" \| "lv" \| "nl" \| "no" \| "pl" \| "ro" \| "se" \| "si" \| "sk" required) | `ApiKeyAuth` | `ZalandoProductResponse` | |
951
+ | zalando | `zalando.search` | `zalando-search` | `GET /zalando/search` | `q` (query String required)<br>`market` (query "at" \| "be" \| "ch" \| "cz" \| "de" \| "dk" \| "ee" \| "es" \| "fi" \| "fr" \| "gb" \| "hr" \| "hu" \| "ie" \| "it" \| "lt" \| "lu" \| "lv" \| "nl" \| "no" \| "pl" \| "ro" \| "se" \| "si" \| "sk" required) | `ApiKeyAuth` | `ZalandoSearchResponse` | |
952
+ | zalando | `zalando.suggest` | `zalando-suggest` | `GET /zalando/suggest` | `q` (query String required)<br>`market` (query "at" \| "be" \| "ch" \| "cz" \| "de" \| "dk" \| "ee" \| "es" \| "fi" \| "fr" \| "gb" \| "hr" \| "hu" \| "ie" \| "it" \| "lt" \| "lu" \| "lv" \| "nl" \| "no" \| "pl" \| "ro" \| "se" \| "si" \| "sk" required) | `ApiKeyAuth` | `ZalandoSuggestResponse` | |
888
953
  | zillow | `zillow.autocomplete` | `zillow-autocomplete` | `GET /zillow/autocomplete` | `query` (query String required)<br>`limit` (query Integer)<br>`status` (query "for_sale" \| "sale" \| "for-sale" \| "for_rent" \| "rent" \| "for-rent" \| "sold") | `ApiKeyAuth` | `ZillowAutocompleteResponse` | |
889
954
  | zillow | `zillow.property` | `zillow-property` | `GET /zillow/property/{zpid}` | `zpid` (path String required) | `ApiKeyAuth` | `ZillowPropertyResponse` | |
890
955
  | zillow | `zillow.search` | `zillow-search` | `GET /zillow/search` | `location` (query String required)<br>`page` (query Integer)<br>`status` (query "for_sale" \| "sale" \| "for-sale" \| "for_rent" \| "rent" \| "for-rent" \| "sold")<br>`region_id` (query Integer)<br>`region_type` (query Integer)<br>`west` (query Float)<br>`east` (query Float)<br>`south` (query Float)<br>`north` (query Float) | `ApiKeyAuth` | `ZillowSearchResponse` | |
data/docs/recipes.md CHANGED
@@ -179,3 +179,11 @@ Inject any object responding to
179
179
  fake = ->(**) { Crawlora::Response.new(200, { "content-type" => "application/json" }, '{"data":[]}') }
180
180
  client = Crawlora.client(transport: fake)
181
181
  ```
182
+
183
+ ## Etsy
184
+
185
+ ```ruby
186
+ results = client.etsy.search(q: "handmade mug")
187
+ listing = client.etsy.listing(id: "4474501681")
188
+ shop = client.etsy.shop(id: "gaguatelier")
189
+ ```