@keystrokehq/serpapi 0.0.6-rename-t1.0 → 0.0.8
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.
- package/dist/index.mjs +111 -111
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ const serpApiOperation = createOfficialOperationFactory(serpApi);
|
|
|
25
25
|
//#endregion
|
|
26
26
|
//#region src/amazon/product.ts
|
|
27
27
|
const amazonProduct = serpApiOperation({
|
|
28
|
-
id: "
|
|
28
|
+
id: "serpapi.amazon-product",
|
|
29
29
|
name: "Amazon Product",
|
|
30
30
|
description: "Get Amazon product details via SerpApi",
|
|
31
31
|
input: z.object({
|
|
@@ -52,7 +52,7 @@ const amazonProductTool = amazonProduct;
|
|
|
52
52
|
//#endregion
|
|
53
53
|
//#region src/amazon/search.ts
|
|
54
54
|
const amazonSearch = serpApiOperation({
|
|
55
|
-
id: "
|
|
55
|
+
id: "serpapi.amazon-search",
|
|
56
56
|
name: "Amazon Search",
|
|
57
57
|
description: "Search Amazon via SerpApi",
|
|
58
58
|
input: z.object({
|
|
@@ -87,7 +87,7 @@ const amazonSearchTool = amazonSearch;
|
|
|
87
87
|
//#endregion
|
|
88
88
|
//#region src/apple/app-store.ts
|
|
89
89
|
const appleAppStore = serpApiOperation({
|
|
90
|
-
id: "
|
|
90
|
+
id: "serpapi.apple-app-store",
|
|
91
91
|
name: "Apple App Store Search",
|
|
92
92
|
description: "Search the Apple App Store via SerpApi",
|
|
93
93
|
input: z.object({
|
|
@@ -111,7 +111,7 @@ const appleAppStoreTool = appleAppStore;
|
|
|
111
111
|
//#endregion
|
|
112
112
|
//#region src/apple/product.ts
|
|
113
113
|
const appleProduct = serpApiOperation({
|
|
114
|
-
id: "
|
|
114
|
+
id: "serpapi.apple-product",
|
|
115
115
|
name: "Apple Product",
|
|
116
116
|
description: "Get Apple product details via SerpApi",
|
|
117
117
|
input: z.object({
|
|
@@ -133,7 +133,7 @@ const appleProductTool = appleProduct;
|
|
|
133
133
|
//#endregion
|
|
134
134
|
//#region src/apple/reviews.ts
|
|
135
135
|
const appleReviews = serpApiOperation({
|
|
136
|
-
id: "
|
|
136
|
+
id: "serpapi.apple-reviews",
|
|
137
137
|
name: "Apple Reviews",
|
|
138
138
|
description: "Get Apple product reviews via SerpApi",
|
|
139
139
|
input: z.object({
|
|
@@ -157,7 +157,7 @@ const appleReviewsTool = appleReviews;
|
|
|
157
157
|
//#endregion
|
|
158
158
|
//#region src/baidu/search.ts
|
|
159
159
|
const baiduSearch = serpApiOperation({
|
|
160
|
-
id: "
|
|
160
|
+
id: "serpapi.baidu-search",
|
|
161
161
|
name: "Baidu Search",
|
|
162
162
|
description: "Search Baidu via SerpApi",
|
|
163
163
|
input: z.object({
|
|
@@ -184,7 +184,7 @@ const baiduSearchTool = baiduSearch;
|
|
|
184
184
|
//#endregion
|
|
185
185
|
//#region src/bing/copilot.ts
|
|
186
186
|
const bingCopilot = serpApiOperation({
|
|
187
|
-
id: "
|
|
187
|
+
id: "serpapi.bing-copilot",
|
|
188
188
|
name: "Bing Copilot",
|
|
189
189
|
description: "Search Bing Copilot via SerpApi",
|
|
190
190
|
input: z.object({
|
|
@@ -207,7 +207,7 @@ const bingCopilotTool = bingCopilot;
|
|
|
207
207
|
//#endregion
|
|
208
208
|
//#region src/bing/images.ts
|
|
209
209
|
const bingImages = serpApiOperation({
|
|
210
|
-
id: "
|
|
210
|
+
id: "serpapi.bing-images",
|
|
211
211
|
name: "Bing Images Search",
|
|
212
212
|
description: "Search Bing Images via SerpApi",
|
|
213
213
|
input: z.object({
|
|
@@ -233,7 +233,7 @@ const bingImagesTool = bingImages;
|
|
|
233
233
|
//#endregion
|
|
234
234
|
//#region src/bing/maps.ts
|
|
235
235
|
const bingMaps = serpApiOperation({
|
|
236
|
-
id: "
|
|
236
|
+
id: "serpapi.bing-maps",
|
|
237
237
|
name: "Bing Maps Search",
|
|
238
238
|
description: "Search Bing Maps via SerpApi",
|
|
239
239
|
input: z.object({
|
|
@@ -256,7 +256,7 @@ const bingMapsTool = bingMaps;
|
|
|
256
256
|
//#endregion
|
|
257
257
|
//#region src/bing/news.ts
|
|
258
258
|
const bingNews = serpApiOperation({
|
|
259
|
-
id: "
|
|
259
|
+
id: "serpapi.bing-news",
|
|
260
260
|
name: "Bing News Search",
|
|
261
261
|
description: "Search Bing News via SerpApi",
|
|
262
262
|
input: z.object({
|
|
@@ -282,7 +282,7 @@ const bingNewsTool = bingNews;
|
|
|
282
282
|
//#endregion
|
|
283
283
|
//#region src/bing/reverse-image.ts
|
|
284
284
|
const bingReverseImage = serpApiOperation({
|
|
285
|
-
id: "
|
|
285
|
+
id: "serpapi.bing-reverse-image",
|
|
286
286
|
name: "Bing Reverse Image Search",
|
|
287
287
|
description: "Search Bing Reverse Image via SerpApi",
|
|
288
288
|
input: z.object({
|
|
@@ -305,7 +305,7 @@ const bingReverseImageTool = bingReverseImage;
|
|
|
305
305
|
//#endregion
|
|
306
306
|
//#region src/bing/search.ts
|
|
307
307
|
const bingSearch = serpApiOperation({
|
|
308
|
-
id: "
|
|
308
|
+
id: "serpapi.bing-search",
|
|
309
309
|
name: "Bing Search",
|
|
310
310
|
description: "Search Bing via SerpApi",
|
|
311
311
|
input: z.object({
|
|
@@ -340,7 +340,7 @@ const bingSearchTool = bingSearch;
|
|
|
340
340
|
//#endregion
|
|
341
341
|
//#region src/bing/shopping.ts
|
|
342
342
|
const bingShopping = serpApiOperation({
|
|
343
|
-
id: "
|
|
343
|
+
id: "serpapi.bing-shopping",
|
|
344
344
|
name: "Bing Shopping Search",
|
|
345
345
|
description: "Search Bing Shopping via SerpApi",
|
|
346
346
|
input: z.object({
|
|
@@ -365,7 +365,7 @@ const bingShoppingTool = bingShopping;
|
|
|
365
365
|
//#endregion
|
|
366
366
|
//#region src/bing/videos.ts
|
|
367
367
|
const bingVideos = serpApiOperation({
|
|
368
|
-
id: "
|
|
368
|
+
id: "serpapi.bing-videos",
|
|
369
369
|
name: "Bing Videos Search",
|
|
370
370
|
description: "Search Bing Videos via SerpApi",
|
|
371
371
|
input: z.object({
|
|
@@ -390,7 +390,7 @@ const bingVideosTool = bingVideos;
|
|
|
390
390
|
//#endregion
|
|
391
391
|
//#region src/brave/ai-mode.ts
|
|
392
392
|
const braveAiMode = serpApiOperation({
|
|
393
|
-
id: "
|
|
393
|
+
id: "serpapi.brave-ai-mode",
|
|
394
394
|
name: "Brave AI Mode",
|
|
395
395
|
description: "Search Brave AI Mode via SerpApi",
|
|
396
396
|
input: z.object({
|
|
@@ -411,7 +411,7 @@ const braveAiModeTool = braveAiMode;
|
|
|
411
411
|
//#endregion
|
|
412
412
|
//#region src/duckduckgo/light.ts
|
|
413
413
|
const duckduckgoLight = serpApiOperation({
|
|
414
|
-
id: "
|
|
414
|
+
id: "serpapi.duckduckgo-light",
|
|
415
415
|
name: "DuckDuckGo Light Search",
|
|
416
416
|
description: "Search DuckDuckGo Light via SerpApi",
|
|
417
417
|
input: z.object({
|
|
@@ -434,7 +434,7 @@ const duckduckgoLightTool = duckduckgoLight;
|
|
|
434
434
|
//#endregion
|
|
435
435
|
//#region src/duckduckgo/maps.ts
|
|
436
436
|
const duckduckgoMaps = serpApiOperation({
|
|
437
|
-
id: "
|
|
437
|
+
id: "serpapi.duckduckgo-maps",
|
|
438
438
|
name: "DuckDuckGo Maps Search",
|
|
439
439
|
description: "Search DuckDuckGo Maps via SerpApi",
|
|
440
440
|
input: z.object({
|
|
@@ -455,7 +455,7 @@ const duckduckgoMapsTool = duckduckgoMaps;
|
|
|
455
455
|
//#endregion
|
|
456
456
|
//#region src/duckduckgo/news.ts
|
|
457
457
|
const duckduckgoNews = serpApiOperation({
|
|
458
|
-
id: "
|
|
458
|
+
id: "serpapi.duckduckgo-news",
|
|
459
459
|
name: "DuckDuckGo News Search",
|
|
460
460
|
description: "Search DuckDuckGo News via SerpApi",
|
|
461
461
|
input: z.object({
|
|
@@ -478,7 +478,7 @@ const duckduckgoNewsTool = duckduckgoNews;
|
|
|
478
478
|
//#endregion
|
|
479
479
|
//#region src/duckduckgo/search.ts
|
|
480
480
|
const duckduckgoSearch = serpApiOperation({
|
|
481
|
-
id: "
|
|
481
|
+
id: "serpapi.duckduckgo-search",
|
|
482
482
|
name: "DuckDuckGo Search",
|
|
483
483
|
description: "Search DuckDuckGo via SerpApi",
|
|
484
484
|
input: z.object({
|
|
@@ -505,7 +505,7 @@ const duckduckgoSearchTool = duckduckgoSearch;
|
|
|
505
505
|
//#endregion
|
|
506
506
|
//#region src/duckduckgo/search-assist.ts
|
|
507
507
|
const duckduckgoSearchAssist = serpApiOperation({
|
|
508
|
-
id: "
|
|
508
|
+
id: "serpapi.duckduckgo-search-assist",
|
|
509
509
|
name: "DuckDuckGo Search Assist",
|
|
510
510
|
description: "Get DuckDuckGo search suggestions via SerpApi",
|
|
511
511
|
input: z.object({
|
|
@@ -526,7 +526,7 @@ const duckduckgoSearchAssistTool = duckduckgoSearchAssist;
|
|
|
526
526
|
//#endregion
|
|
527
527
|
//#region src/ebay/product.ts
|
|
528
528
|
const ebayProduct = serpApiOperation({
|
|
529
|
-
id: "
|
|
529
|
+
id: "serpapi.ebay-product",
|
|
530
530
|
name: "eBay Product",
|
|
531
531
|
description: "Get eBay product details via SerpApi",
|
|
532
532
|
input: z.object({
|
|
@@ -549,7 +549,7 @@ const ebayProductTool = ebayProduct;
|
|
|
549
549
|
//#endregion
|
|
550
550
|
//#region src/ebay/search.ts
|
|
551
551
|
const ebaySearch = serpApiOperation({
|
|
552
|
-
id: "
|
|
552
|
+
id: "serpapi.ebay-search",
|
|
553
553
|
name: "eBay Search",
|
|
554
554
|
description: "Search eBay via SerpApi",
|
|
555
555
|
input: z.object({
|
|
@@ -579,7 +579,7 @@ const ebaySearchTool = ebaySearch;
|
|
|
579
579
|
//#endregion
|
|
580
580
|
//#region src/facebook/profile.ts
|
|
581
581
|
const facebookProfile = serpApiOperation({
|
|
582
|
-
id: "
|
|
582
|
+
id: "serpapi.facebook-profile",
|
|
583
583
|
name: "Facebook Profile",
|
|
584
584
|
description: "Get Facebook profile data via SerpApi",
|
|
585
585
|
input: z.object({ page_id: z.string() }),
|
|
@@ -597,7 +597,7 @@ const facebookProfileTool = facebookProfile;
|
|
|
597
597
|
//#endregion
|
|
598
598
|
//#region src/google/ads-transparency.ts
|
|
599
599
|
const googleAdsTransparency = serpApiOperation({
|
|
600
|
-
id: "
|
|
600
|
+
id: "serpapi.google-ads-transparency",
|
|
601
601
|
name: "Google Ads Transparency Center",
|
|
602
602
|
description: "Search Google Ads Transparency Center via SerpApi",
|
|
603
603
|
input: z.object({
|
|
@@ -621,7 +621,7 @@ const googleAdsTransparencyTool = googleAdsTransparency;
|
|
|
621
621
|
//#endregion
|
|
622
622
|
//#region src/google/ai-mode.ts
|
|
623
623
|
const googleAiMode = serpApiOperation({
|
|
624
|
-
id: "
|
|
624
|
+
id: "serpapi.google-ai-mode",
|
|
625
625
|
name: "Google AI Mode",
|
|
626
626
|
description: "Search Google AI Mode via SerpApi",
|
|
627
627
|
input: z.object({
|
|
@@ -644,7 +644,7 @@ const googleAiModeTool = googleAiMode;
|
|
|
644
644
|
//#endregion
|
|
645
645
|
//#region src/google/ai-overview.ts
|
|
646
646
|
const googleAiOverview = serpApiOperation({
|
|
647
|
-
id: "
|
|
647
|
+
id: "serpapi.google-ai-overview",
|
|
648
648
|
name: "Google AI Overview",
|
|
649
649
|
description: "Search Google AI Overview via SerpApi",
|
|
650
650
|
input: z.object({
|
|
@@ -667,7 +667,7 @@ const googleAiOverviewTool = googleAiOverview;
|
|
|
667
667
|
//#endregion
|
|
668
668
|
//#region src/google/autocomplete.ts
|
|
669
669
|
const googleAutocomplete = serpApiOperation({
|
|
670
|
-
id: "
|
|
670
|
+
id: "serpapi.google-autocomplete",
|
|
671
671
|
name: "Google Autocomplete",
|
|
672
672
|
description: "Search Google Autocomplete via SerpApi",
|
|
673
673
|
input: z.object({
|
|
@@ -690,7 +690,7 @@ const googleAutocompleteTool = googleAutocomplete;
|
|
|
690
690
|
//#endregion
|
|
691
691
|
//#region src/google/events.ts
|
|
692
692
|
const googleEvents = serpApiOperation({
|
|
693
|
-
id: "
|
|
693
|
+
id: "serpapi.google-events",
|
|
694
694
|
name: "Google Events Search",
|
|
695
695
|
description: "Search Google Events via SerpApi",
|
|
696
696
|
input: z.object({
|
|
@@ -714,7 +714,7 @@ const googleEventsTool = googleEvents;
|
|
|
714
714
|
//#endregion
|
|
715
715
|
//#region src/google/finance.ts
|
|
716
716
|
const googleFinance = serpApiOperation({
|
|
717
|
-
id: "
|
|
717
|
+
id: "serpapi.google-finance",
|
|
718
718
|
name: "Google Finance Search",
|
|
719
719
|
description: "Search Google Finance via SerpApi",
|
|
720
720
|
input: z.object({
|
|
@@ -740,7 +740,7 @@ const googleFinanceTool = googleFinance;
|
|
|
740
740
|
//#endregion
|
|
741
741
|
//#region src/google/finance-markets.ts
|
|
742
742
|
const googleFinanceMarkets = serpApiOperation({
|
|
743
|
-
id: "
|
|
743
|
+
id: "serpapi.google-finance-markets",
|
|
744
744
|
name: "Google Finance Markets",
|
|
745
745
|
description: "Search Google Finance Markets via SerpApi",
|
|
746
746
|
input: z.object({
|
|
@@ -771,7 +771,7 @@ const googleFinanceMarketsTool = googleFinanceMarkets;
|
|
|
771
771
|
//#endregion
|
|
772
772
|
//#region src/google/flights.ts
|
|
773
773
|
const googleFlights = serpApiOperation({
|
|
774
|
-
id: "
|
|
774
|
+
id: "serpapi.google-flights",
|
|
775
775
|
name: "Google Flights Search",
|
|
776
776
|
description: "Search Google Flights via SerpApi",
|
|
777
777
|
input: z.object({
|
|
@@ -811,7 +811,7 @@ const googleFlightsTool = googleFlights;
|
|
|
811
811
|
//#endregion
|
|
812
812
|
//#region src/google/flights-autocomplete.ts
|
|
813
813
|
const googleFlightsAutocomplete = serpApiOperation({
|
|
814
|
-
id: "
|
|
814
|
+
id: "serpapi.google-flights-autocomplete",
|
|
815
815
|
name: "Google Flights Autocomplete",
|
|
816
816
|
description: "Search Google Flights Autocomplete via SerpApi",
|
|
817
817
|
input: z.object({
|
|
@@ -833,7 +833,7 @@ const googleFlightsAutocompleteTool = googleFlightsAutocomplete;
|
|
|
833
833
|
//#endregion
|
|
834
834
|
//#region src/google/forums.ts
|
|
835
835
|
const googleForums = serpApiOperation({
|
|
836
|
-
id: "
|
|
836
|
+
id: "serpapi.google-forums",
|
|
837
837
|
name: "Google Forums Search",
|
|
838
838
|
description: "Search Google Forums via SerpApi",
|
|
839
839
|
input: z.object({
|
|
@@ -857,7 +857,7 @@ const googleForumsTool = googleForums;
|
|
|
857
857
|
//#endregion
|
|
858
858
|
//#region src/google/hotels.ts
|
|
859
859
|
const googleHotels = serpApiOperation({
|
|
860
|
-
id: "
|
|
860
|
+
id: "serpapi.google-hotels",
|
|
861
861
|
name: "Google Hotels Search",
|
|
862
862
|
description: "Search Google Hotels via SerpApi",
|
|
863
863
|
input: z.object({
|
|
@@ -896,7 +896,7 @@ const googleHotelsTool = googleHotels;
|
|
|
896
896
|
//#endregion
|
|
897
897
|
//#region src/google/hotels-autocomplete.ts
|
|
898
898
|
const googleHotelsAutocomplete = serpApiOperation({
|
|
899
|
-
id: "
|
|
899
|
+
id: "serpapi.google-hotels-autocomplete",
|
|
900
900
|
name: "Google Hotels Autocomplete",
|
|
901
901
|
description: "Search Google Hotels Autocomplete via SerpApi",
|
|
902
902
|
input: z.object({
|
|
@@ -918,7 +918,7 @@ const googleHotelsAutocompleteTool = googleHotelsAutocomplete;
|
|
|
918
918
|
//#endregion
|
|
919
919
|
//#region src/google/hotels-photos.ts
|
|
920
920
|
const googleHotelsPhotos = serpApiOperation({
|
|
921
|
-
id: "
|
|
921
|
+
id: "serpapi.google-hotels-photos",
|
|
922
922
|
name: "Google Hotels Photos",
|
|
923
923
|
description: "Get Google Hotels photos via SerpApi",
|
|
924
924
|
input: z.object({
|
|
@@ -940,7 +940,7 @@ const googleHotelsPhotosTool = googleHotelsPhotos;
|
|
|
940
940
|
//#endregion
|
|
941
941
|
//#region src/google/hotels-reviews.ts
|
|
942
942
|
const googleHotelsReviews = serpApiOperation({
|
|
943
|
-
id: "
|
|
943
|
+
id: "serpapi.google-hotels-reviews",
|
|
944
944
|
name: "Google Hotels Reviews",
|
|
945
945
|
description: "Get Google Hotels reviews via SerpApi",
|
|
946
946
|
input: z.object({
|
|
@@ -965,7 +965,7 @@ const googleHotelsReviewsTool = googleHotelsReviews;
|
|
|
965
965
|
//#endregion
|
|
966
966
|
//#region src/google/images.ts
|
|
967
967
|
const googleImages = serpApiOperation({
|
|
968
|
-
id: "
|
|
968
|
+
id: "serpapi.google-images",
|
|
969
969
|
name: "Google Images Search",
|
|
970
970
|
description: "Search Google Images via SerpApi",
|
|
971
971
|
input: z.object({
|
|
@@ -995,7 +995,7 @@ const googleImagesTool = googleImages;
|
|
|
995
995
|
//#endregion
|
|
996
996
|
//#region src/google/images-light.ts
|
|
997
997
|
const googleImagesLight = serpApiOperation({
|
|
998
|
-
id: "
|
|
998
|
+
id: "serpapi.google-images-light",
|
|
999
999
|
name: "Google Images Light Search",
|
|
1000
1000
|
description: "Search Google Images Light via SerpApi",
|
|
1001
1001
|
input: z.object({
|
|
@@ -1020,7 +1020,7 @@ const googleImagesLightTool = googleImagesLight;
|
|
|
1020
1020
|
//#endregion
|
|
1021
1021
|
//#region src/google/images-related.ts
|
|
1022
1022
|
const googleImagesRelated = serpApiOperation({
|
|
1023
|
-
id: "
|
|
1023
|
+
id: "serpapi.google-images-related",
|
|
1024
1024
|
name: "Google Images Related Content",
|
|
1025
1025
|
description: "Search Google Images Related Content via SerpApi",
|
|
1026
1026
|
input: z.object({
|
|
@@ -1043,7 +1043,7 @@ const googleImagesRelatedTool = googleImagesRelated;
|
|
|
1043
1043
|
//#endregion
|
|
1044
1044
|
//#region src/google/immersive-product.ts
|
|
1045
1045
|
const googleImmersiveProduct = serpApiOperation({
|
|
1046
|
-
id: "
|
|
1046
|
+
id: "serpapi.google-immersive-product",
|
|
1047
1047
|
name: "Google Immersive Product",
|
|
1048
1048
|
description: "Get Google Immersive Product details via SerpApi",
|
|
1049
1049
|
input: z.object({
|
|
@@ -1066,7 +1066,7 @@ const googleImmersiveProductTool = googleImmersiveProduct;
|
|
|
1066
1066
|
//#endregion
|
|
1067
1067
|
//#region src/google/jobs.ts
|
|
1068
1068
|
const googleJobs = serpApiOperation({
|
|
1069
|
-
id: "
|
|
1069
|
+
id: "serpapi.google-jobs",
|
|
1070
1070
|
name: "Google Jobs Search",
|
|
1071
1071
|
description: "Search Google Jobs via SerpApi",
|
|
1072
1072
|
input: z.object({
|
|
@@ -1094,7 +1094,7 @@ const googleJobsTool = googleJobs;
|
|
|
1094
1094
|
//#endregion
|
|
1095
1095
|
//#region src/google/jobs-listing.ts
|
|
1096
1096
|
const googleJobsListing = serpApiOperation({
|
|
1097
|
-
id: "
|
|
1097
|
+
id: "serpapi.google-jobs-listing",
|
|
1098
1098
|
name: "Google Jobs Listing",
|
|
1099
1099
|
description: "Get Google Jobs listing details via SerpApi",
|
|
1100
1100
|
input: z.object({
|
|
@@ -1116,7 +1116,7 @@ const googleJobsListingTool = googleJobsListing;
|
|
|
1116
1116
|
//#endregion
|
|
1117
1117
|
//#region src/google/lens.ts
|
|
1118
1118
|
const googleLens = serpApiOperation({
|
|
1119
|
-
id: "
|
|
1119
|
+
id: "serpapi.google-lens",
|
|
1120
1120
|
name: "Google Lens Search",
|
|
1121
1121
|
description: "Search Google Lens via SerpApi",
|
|
1122
1122
|
input: z.object({
|
|
@@ -1142,7 +1142,7 @@ const googleLensTool = googleLens;
|
|
|
1142
1142
|
//#endregion
|
|
1143
1143
|
//#region src/google/light.ts
|
|
1144
1144
|
const googleLightSearch = serpApiOperation({
|
|
1145
|
-
id: "
|
|
1145
|
+
id: "serpapi.google-light-search",
|
|
1146
1146
|
name: "Google Light Search",
|
|
1147
1147
|
description: "Search Google Light via SerpApi",
|
|
1148
1148
|
input: z.object({
|
|
@@ -1176,7 +1176,7 @@ const googleLightSearchTool = googleLightSearch;
|
|
|
1176
1176
|
//#endregion
|
|
1177
1177
|
//#region src/google/local.ts
|
|
1178
1178
|
const googleLocal = serpApiOperation({
|
|
1179
|
-
id: "
|
|
1179
|
+
id: "serpapi.google-local",
|
|
1180
1180
|
name: "Google Local Search",
|
|
1181
1181
|
description: "Search Google Local via SerpApi",
|
|
1182
1182
|
input: z.object({
|
|
@@ -1203,7 +1203,7 @@ const googleLocalTool = googleLocal;
|
|
|
1203
1203
|
//#endregion
|
|
1204
1204
|
//#region src/google/local-services.ts
|
|
1205
1205
|
const googleLocalServices = serpApiOperation({
|
|
1206
|
-
id: "
|
|
1206
|
+
id: "serpapi.google-local-services",
|
|
1207
1207
|
name: "Google Local Services Search",
|
|
1208
1208
|
description: "Search Google Local Services via SerpApi",
|
|
1209
1209
|
input: z.object({
|
|
@@ -1228,7 +1228,7 @@ const googleLocalServicesTool = googleLocalServices;
|
|
|
1228
1228
|
//#endregion
|
|
1229
1229
|
//#region src/google/maps.ts
|
|
1230
1230
|
const googleMaps = serpApiOperation({
|
|
1231
|
-
id: "
|
|
1231
|
+
id: "serpapi.google-maps",
|
|
1232
1232
|
name: "Google Maps Search",
|
|
1233
1233
|
description: "Search Google Maps via SerpApi",
|
|
1234
1234
|
input: z.object({
|
|
@@ -1256,7 +1256,7 @@ const googleMapsTool = googleMaps;
|
|
|
1256
1256
|
//#endregion
|
|
1257
1257
|
//#region src/google/maps-autocomplete.ts
|
|
1258
1258
|
const googleMapsAutocomplete = serpApiOperation({
|
|
1259
|
-
id: "
|
|
1259
|
+
id: "serpapi.google-maps-autocomplete",
|
|
1260
1260
|
name: "Google Maps Autocomplete",
|
|
1261
1261
|
description: "Search Google Maps Autocomplete via SerpApi",
|
|
1262
1262
|
input: z.object({
|
|
@@ -1279,7 +1279,7 @@ const googleMapsAutocompleteTool = googleMapsAutocomplete;
|
|
|
1279
1279
|
//#endregion
|
|
1280
1280
|
//#region src/google/maps-contributor-reviews.ts
|
|
1281
1281
|
const googleMapsContributorReviews = serpApiOperation({
|
|
1282
|
-
id: "
|
|
1282
|
+
id: "serpapi.google-maps-contributor-reviews",
|
|
1283
1283
|
name: "Google Maps Contributor Reviews",
|
|
1284
1284
|
description: "Get Google Maps contributor reviews via SerpApi",
|
|
1285
1285
|
input: z.object({
|
|
@@ -1302,7 +1302,7 @@ const googleMapsContributorReviewsTool = googleMapsContributorReviews;
|
|
|
1302
1302
|
//#endregion
|
|
1303
1303
|
//#region src/google/maps-directions.ts
|
|
1304
1304
|
const googleMapsDirections = serpApiOperation({
|
|
1305
|
-
id: "
|
|
1305
|
+
id: "serpapi.google-maps-directions",
|
|
1306
1306
|
name: "Google Maps Directions",
|
|
1307
1307
|
description: "Get Google Maps directions via SerpApi",
|
|
1308
1308
|
input: z.object({
|
|
@@ -1331,7 +1331,7 @@ const googleMapsDirectionsTool = googleMapsDirections;
|
|
|
1331
1331
|
//#endregion
|
|
1332
1332
|
//#region src/google/maps-photo-meta.ts
|
|
1333
1333
|
const googleMapsPhotoMeta = serpApiOperation({
|
|
1334
|
-
id: "
|
|
1334
|
+
id: "serpapi.google-maps-photo-meta",
|
|
1335
1335
|
name: "Google Maps Photo Meta",
|
|
1336
1336
|
description: "Get Google Maps photo metadata via SerpApi",
|
|
1337
1337
|
input: z.object({
|
|
@@ -1353,7 +1353,7 @@ const googleMapsPhotoMetaTool = googleMapsPhotoMeta;
|
|
|
1353
1353
|
//#endregion
|
|
1354
1354
|
//#region src/google/maps-photos.ts
|
|
1355
1355
|
const googleMapsPhotos = serpApiOperation({
|
|
1356
|
-
id: "
|
|
1356
|
+
id: "serpapi.google-maps-photos",
|
|
1357
1357
|
name: "Google Maps Photos",
|
|
1358
1358
|
description: "Get Google Maps photos via SerpApi",
|
|
1359
1359
|
input: z.object({
|
|
@@ -1377,7 +1377,7 @@ const googleMapsPhotosTool = googleMapsPhotos;
|
|
|
1377
1377
|
//#endregion
|
|
1378
1378
|
//#region src/google/maps-posts.ts
|
|
1379
1379
|
const googleMapsPosts = serpApiOperation({
|
|
1380
|
-
id: "
|
|
1380
|
+
id: "serpapi.google-maps-posts",
|
|
1381
1381
|
name: "Google Maps Posts",
|
|
1382
1382
|
description: "Get Google Maps posts via SerpApi",
|
|
1383
1383
|
input: z.object({
|
|
@@ -1400,7 +1400,7 @@ const googleMapsPostsTool = googleMapsPosts;
|
|
|
1400
1400
|
//#endregion
|
|
1401
1401
|
//#region src/google/maps-reviews.ts
|
|
1402
1402
|
const googleMapsReviews = serpApiOperation({
|
|
1403
|
-
id: "
|
|
1403
|
+
id: "serpapi.google-maps-reviews",
|
|
1404
1404
|
name: "Google Maps Reviews",
|
|
1405
1405
|
description: "Get Google Maps reviews via SerpApi",
|
|
1406
1406
|
input: z.object({
|
|
@@ -1427,7 +1427,7 @@ const googleMapsReviewsTool = googleMapsReviews;
|
|
|
1427
1427
|
//#endregion
|
|
1428
1428
|
//#region src/google/news.ts
|
|
1429
1429
|
const googleNews = serpApiOperation({
|
|
1430
|
-
id: "
|
|
1430
|
+
id: "serpapi.google-news",
|
|
1431
1431
|
name: "Google News Search",
|
|
1432
1432
|
description: "Search Google News via SerpApi",
|
|
1433
1433
|
input: z.object({
|
|
@@ -1451,7 +1451,7 @@ const googleNewsTool = googleNews;
|
|
|
1451
1451
|
//#endregion
|
|
1452
1452
|
//#region src/google/news-light.ts
|
|
1453
1453
|
const googleNewsLight = serpApiOperation({
|
|
1454
|
-
id: "
|
|
1454
|
+
id: "serpapi.google-news-light",
|
|
1455
1455
|
name: "Google News Light Search",
|
|
1456
1456
|
description: "Search Google News Light via SerpApi",
|
|
1457
1457
|
input: z.object({
|
|
@@ -1474,7 +1474,7 @@ const googleNewsLightTool = googleNewsLight;
|
|
|
1474
1474
|
//#endregion
|
|
1475
1475
|
//#region src/google/patents.ts
|
|
1476
1476
|
const googlePatents = serpApiOperation({
|
|
1477
|
-
id: "
|
|
1477
|
+
id: "serpapi.google-patents",
|
|
1478
1478
|
name: "Google Patents Search",
|
|
1479
1479
|
description: "Search Google Patents via SerpApi",
|
|
1480
1480
|
input: z.object({
|
|
@@ -1505,7 +1505,7 @@ const googlePatentsTool = googlePatents;
|
|
|
1505
1505
|
//#endregion
|
|
1506
1506
|
//#region src/google/patents-details.ts
|
|
1507
1507
|
const googlePatentsDetails = serpApiOperation({
|
|
1508
|
-
id: "
|
|
1508
|
+
id: "serpapi.google-patents-details",
|
|
1509
1509
|
name: "Google Patents Details",
|
|
1510
1510
|
description: "Get Google Patents details via SerpApi",
|
|
1511
1511
|
input: z.object({ patent_id: z.string() }),
|
|
@@ -1523,7 +1523,7 @@ const googlePatentsDetailsTool = googlePatentsDetails;
|
|
|
1523
1523
|
//#endregion
|
|
1524
1524
|
//#region src/google/play.ts
|
|
1525
1525
|
const googlePlay = serpApiOperation({
|
|
1526
|
-
id: "
|
|
1526
|
+
id: "serpapi.google-play",
|
|
1527
1527
|
name: "Google Play Search",
|
|
1528
1528
|
description: "Search Google Play via SerpApi",
|
|
1529
1529
|
input: z.object({
|
|
@@ -1555,7 +1555,7 @@ const googlePlayTool = googlePlay;
|
|
|
1555
1555
|
//#endregion
|
|
1556
1556
|
//#region src/google/play-books.ts
|
|
1557
1557
|
const googlePlayBooks = serpApiOperation({
|
|
1558
|
-
id: "
|
|
1558
|
+
id: "serpapi.google-play-books",
|
|
1559
1559
|
name: "Google Play Books Search",
|
|
1560
1560
|
description: "Search Google Play Books via SerpApi",
|
|
1561
1561
|
input: z.object({
|
|
@@ -1577,7 +1577,7 @@ const googlePlayBooksTool = googlePlayBooks;
|
|
|
1577
1577
|
//#endregion
|
|
1578
1578
|
//#region src/google/play-games.ts
|
|
1579
1579
|
const googlePlayGames = serpApiOperation({
|
|
1580
|
-
id: "
|
|
1580
|
+
id: "serpapi.google-play-games",
|
|
1581
1581
|
name: "Google Play Games Search",
|
|
1582
1582
|
description: "Search Google Play Games via SerpApi",
|
|
1583
1583
|
input: z.object({
|
|
@@ -1599,7 +1599,7 @@ const googlePlayGamesTool = googlePlayGames;
|
|
|
1599
1599
|
//#endregion
|
|
1600
1600
|
//#region src/google/play-movies.ts
|
|
1601
1601
|
const googlePlayMovies = serpApiOperation({
|
|
1602
|
-
id: "
|
|
1602
|
+
id: "serpapi.google-play-movies",
|
|
1603
1603
|
name: "Google Play Movies Search",
|
|
1604
1604
|
description: "Search Google Play Movies via SerpApi",
|
|
1605
1605
|
input: z.object({
|
|
@@ -1621,7 +1621,7 @@ const googlePlayMoviesTool = googlePlayMovies;
|
|
|
1621
1621
|
//#endregion
|
|
1622
1622
|
//#region src/google/play-product.ts
|
|
1623
1623
|
const googlePlayProduct = serpApiOperation({
|
|
1624
|
-
id: "
|
|
1624
|
+
id: "serpapi.google-play-product",
|
|
1625
1625
|
name: "Google Play Product",
|
|
1626
1626
|
description: "Get Google Play product details via SerpApi",
|
|
1627
1627
|
input: z.object({
|
|
@@ -1649,7 +1649,7 @@ const googlePlayProductTool = googlePlayProduct;
|
|
|
1649
1649
|
//#endregion
|
|
1650
1650
|
//#region src/google/related-questions.ts
|
|
1651
1651
|
const googleRelatedQuestions = serpApiOperation({
|
|
1652
|
-
id: "
|
|
1652
|
+
id: "serpapi.google-related-questions",
|
|
1653
1653
|
name: "Google Related Questions",
|
|
1654
1654
|
description: "Search Google Related Questions via SerpApi",
|
|
1655
1655
|
input: z.object({
|
|
@@ -1672,7 +1672,7 @@ const googleRelatedQuestionsTool = googleRelatedQuestions;
|
|
|
1672
1672
|
//#endregion
|
|
1673
1673
|
//#region src/google/reverse-image.ts
|
|
1674
1674
|
const googleReverseImage = serpApiOperation({
|
|
1675
|
-
id: "
|
|
1675
|
+
id: "serpapi.google-reverse-image",
|
|
1676
1676
|
name: "Google Reverse Image Search",
|
|
1677
1677
|
description: "Search Google Reverse Image via SerpApi",
|
|
1678
1678
|
input: z.object({
|
|
@@ -1696,7 +1696,7 @@ const googleReverseImageTool = googleReverseImage;
|
|
|
1696
1696
|
//#endregion
|
|
1697
1697
|
//#region src/google/scholar.ts
|
|
1698
1698
|
const googleScholar = serpApiOperation({
|
|
1699
|
-
id: "
|
|
1699
|
+
id: "serpapi.google-scholar",
|
|
1700
1700
|
name: "Google Scholar Search",
|
|
1701
1701
|
description: "Search Google Scholar via SerpApi",
|
|
1702
1702
|
input: z.object({
|
|
@@ -1728,7 +1728,7 @@ const googleScholarTool = googleScholar;
|
|
|
1728
1728
|
//#endregion
|
|
1729
1729
|
//#region src/google/scholar-author.ts
|
|
1730
1730
|
const googleScholarAuthor = serpApiOperation({
|
|
1731
|
-
id: "
|
|
1731
|
+
id: "serpapi.google-scholar-author",
|
|
1732
1732
|
name: "Google Scholar Author",
|
|
1733
1733
|
description: "Get Google Scholar author details via SerpApi",
|
|
1734
1734
|
input: z.object({
|
|
@@ -1754,7 +1754,7 @@ const googleScholarAuthorTool = googleScholarAuthor;
|
|
|
1754
1754
|
//#endregion
|
|
1755
1755
|
//#region src/google/scholar-cite.ts
|
|
1756
1756
|
const googleScholarCite = serpApiOperation({
|
|
1757
|
-
id: "
|
|
1757
|
+
id: "serpapi.google-scholar-cite",
|
|
1758
1758
|
name: "Google Scholar Cite",
|
|
1759
1759
|
description: "Get Google Scholar citation details via SerpApi",
|
|
1760
1760
|
input: z.object({
|
|
@@ -1776,7 +1776,7 @@ const googleScholarCiteTool = googleScholarCite;
|
|
|
1776
1776
|
//#endregion
|
|
1777
1777
|
//#region src/google/scholar-profiles.ts
|
|
1778
1778
|
const googleScholarProfiles = serpApiOperation({
|
|
1779
|
-
id: "
|
|
1779
|
+
id: "serpapi.google-scholar-profiles",
|
|
1780
1780
|
name: "Google Scholar Profiles Search",
|
|
1781
1781
|
description: "Search Google Scholar Profiles via SerpApi",
|
|
1782
1782
|
input: z.object({
|
|
@@ -1799,7 +1799,7 @@ const googleScholarProfilesTool = googleScholarProfiles;
|
|
|
1799
1799
|
//#endregion
|
|
1800
1800
|
//#region src/google/search.ts
|
|
1801
1801
|
const googleSearch = serpApiOperation({
|
|
1802
|
-
id: "
|
|
1802
|
+
id: "serpapi.google-search",
|
|
1803
1803
|
name: "Google Search",
|
|
1804
1804
|
description: "Search Google via SerpApi",
|
|
1805
1805
|
input: z.object({
|
|
@@ -1847,7 +1847,7 @@ const googleSearchTool = googleSearch;
|
|
|
1847
1847
|
//#endregion
|
|
1848
1848
|
//#region src/google/shopping.ts
|
|
1849
1849
|
const googleShopping = serpApiOperation({
|
|
1850
|
-
id: "
|
|
1850
|
+
id: "serpapi.google-shopping",
|
|
1851
1851
|
name: "Google Shopping Search",
|
|
1852
1852
|
description: "Search Google Shopping via SerpApi",
|
|
1853
1853
|
input: z.object({
|
|
@@ -1874,7 +1874,7 @@ const googleShoppingTool = googleShopping;
|
|
|
1874
1874
|
//#endregion
|
|
1875
1875
|
//#region src/google/shopping-light.ts
|
|
1876
1876
|
const googleShoppingLight = serpApiOperation({
|
|
1877
|
-
id: "
|
|
1877
|
+
id: "serpapi.google-shopping-light",
|
|
1878
1878
|
name: "Google Shopping Light Search",
|
|
1879
1879
|
description: "Search Google Shopping Light via SerpApi",
|
|
1880
1880
|
input: z.object({
|
|
@@ -1898,7 +1898,7 @@ const googleShoppingLightTool = googleShoppingLight;
|
|
|
1898
1898
|
//#endregion
|
|
1899
1899
|
//#region src/google/short-videos.ts
|
|
1900
1900
|
const googleShortVideos = serpApiOperation({
|
|
1901
|
-
id: "
|
|
1901
|
+
id: "serpapi.google-short-videos",
|
|
1902
1902
|
name: "Google Short Videos Search",
|
|
1903
1903
|
description: "Search Google Short Videos via SerpApi",
|
|
1904
1904
|
input: z.object({
|
|
@@ -1921,7 +1921,7 @@ const googleShortVideosTool = googleShortVideos;
|
|
|
1921
1921
|
//#endregion
|
|
1922
1922
|
//#region src/google/travel-explore.ts
|
|
1923
1923
|
const googleTravelExplore = serpApiOperation({
|
|
1924
|
-
id: "
|
|
1924
|
+
id: "serpapi.google-travel-explore",
|
|
1925
1925
|
name: "Google Travel Explore",
|
|
1926
1926
|
description: "Explore Google Travel destinations via SerpApi",
|
|
1927
1927
|
input: z.object({
|
|
@@ -1945,7 +1945,7 @@ const googleTravelExploreTool = googleTravelExplore;
|
|
|
1945
1945
|
//#endregion
|
|
1946
1946
|
//#region src/google/trends.ts
|
|
1947
1947
|
const googleTrends = serpApiOperation({
|
|
1948
|
-
id: "
|
|
1948
|
+
id: "serpapi.google-trends",
|
|
1949
1949
|
name: "Google Trends Search",
|
|
1950
1950
|
description: "Search Google Trends via SerpApi",
|
|
1951
1951
|
input: z.object({
|
|
@@ -1980,7 +1980,7 @@ const googleTrendsTool = googleTrends;
|
|
|
1980
1980
|
//#endregion
|
|
1981
1981
|
//#region src/google/trends-autocomplete.ts
|
|
1982
1982
|
const googleTrendsAutocomplete = serpApiOperation({
|
|
1983
|
-
id: "
|
|
1983
|
+
id: "serpapi.google-trends-autocomplete",
|
|
1984
1984
|
name: "Google Trends Autocomplete",
|
|
1985
1985
|
description: "Search Google Trends Autocomplete via SerpApi",
|
|
1986
1986
|
input: z.object({
|
|
@@ -2001,7 +2001,7 @@ const googleTrendsAutocompleteTool = googleTrendsAutocomplete;
|
|
|
2001
2001
|
//#endregion
|
|
2002
2002
|
//#region src/google/trends-news.ts
|
|
2003
2003
|
const googleTrendsNews = serpApiOperation({
|
|
2004
|
-
id: "
|
|
2004
|
+
id: "serpapi.google-trends-news",
|
|
2005
2005
|
name: "Google Trends News",
|
|
2006
2006
|
description: "Get Google Trends news via SerpApi",
|
|
2007
2007
|
input: z.object({
|
|
@@ -2024,7 +2024,7 @@ const googleTrendsNewsTool = googleTrendsNews;
|
|
|
2024
2024
|
//#endregion
|
|
2025
2025
|
//#region src/google/trends-trending-now.ts
|
|
2026
2026
|
const googleTrendsTrendingNow = serpApiOperation({
|
|
2027
|
-
id: "
|
|
2027
|
+
id: "serpapi.google-trends-trending-now",
|
|
2028
2028
|
name: "Google Trends Trending Now",
|
|
2029
2029
|
description: "Get Google Trends trending searches via SerpApi",
|
|
2030
2030
|
input: z.object({
|
|
@@ -2046,7 +2046,7 @@ const googleTrendsTrendingNowTool = googleTrendsTrendingNow;
|
|
|
2046
2046
|
//#endregion
|
|
2047
2047
|
//#region src/google/videos.ts
|
|
2048
2048
|
const googleVideos = serpApiOperation({
|
|
2049
|
-
id: "
|
|
2049
|
+
id: "serpapi.google-videos",
|
|
2050
2050
|
name: "Google Videos Search",
|
|
2051
2051
|
description: "Search Google Videos via SerpApi",
|
|
2052
2052
|
input: z.object({
|
|
@@ -2071,7 +2071,7 @@ const googleVideosTool = googleVideos;
|
|
|
2071
2071
|
//#endregion
|
|
2072
2072
|
//#region src/google/videos-light.ts
|
|
2073
2073
|
const googleVideosLight = serpApiOperation({
|
|
2074
|
-
id: "
|
|
2074
|
+
id: "serpapi.google-videos-light",
|
|
2075
2075
|
name: "Google Videos Light Search",
|
|
2076
2076
|
description: "Search Google Videos Light via SerpApi",
|
|
2077
2077
|
input: z.object({
|
|
@@ -2094,7 +2094,7 @@ const googleVideosLightTool = googleVideosLight;
|
|
|
2094
2094
|
//#endregion
|
|
2095
2095
|
//#region src/home-depot/product.ts
|
|
2096
2096
|
const homeDepotProduct = serpApiOperation({
|
|
2097
|
-
id: "
|
|
2097
|
+
id: "serpapi.home-depot-product",
|
|
2098
2098
|
name: "Home Depot Product",
|
|
2099
2099
|
description: "Get Home Depot product details via SerpApi",
|
|
2100
2100
|
input: z.object({ product_id: z.string() }),
|
|
@@ -2112,7 +2112,7 @@ const homeDepotProductTool = homeDepotProduct;
|
|
|
2112
2112
|
//#endregion
|
|
2113
2113
|
//#region src/home-depot/product-reviews.ts
|
|
2114
2114
|
const homeDepotProductReviews = serpApiOperation({
|
|
2115
|
-
id: "
|
|
2115
|
+
id: "serpapi.home-depot-product-reviews",
|
|
2116
2116
|
name: "Home Depot Product Reviews",
|
|
2117
2117
|
description: "Get Home Depot product reviews via SerpApi",
|
|
2118
2118
|
input: z.object({
|
|
@@ -2134,7 +2134,7 @@ const homeDepotProductReviewsTool = homeDepotProductReviews;
|
|
|
2134
2134
|
//#endregion
|
|
2135
2135
|
//#region src/home-depot/search.ts
|
|
2136
2136
|
const homeDepotSearch = serpApiOperation({
|
|
2137
|
-
id: "
|
|
2137
|
+
id: "serpapi.home-depot-search",
|
|
2138
2138
|
name: "Home Depot Search",
|
|
2139
2139
|
description: "Search Home Depot via SerpApi",
|
|
2140
2140
|
input: z.object({
|
|
@@ -2161,7 +2161,7 @@ const homeDepotSearchTool = homeDepotSearch;
|
|
|
2161
2161
|
//#endregion
|
|
2162
2162
|
//#region src/naver/ai-overview.ts
|
|
2163
2163
|
const naverAiOverview = serpApiOperation({
|
|
2164
|
-
id: "
|
|
2164
|
+
id: "serpapi.naver-ai-overview",
|
|
2165
2165
|
name: "Naver AI Overview",
|
|
2166
2166
|
description: "Get Naver AI Overview via SerpApi",
|
|
2167
2167
|
input: z.object({ q: z.string() }),
|
|
@@ -2179,7 +2179,7 @@ const naverAiOverviewTool = naverAiOverview;
|
|
|
2179
2179
|
//#endregion
|
|
2180
2180
|
//#region src/naver/search.ts
|
|
2181
2181
|
const naverSearch = serpApiOperation({
|
|
2182
|
-
id: "
|
|
2182
|
+
id: "serpapi.naver-search",
|
|
2183
2183
|
name: "Naver Search",
|
|
2184
2184
|
description: "Search Naver via SerpApi",
|
|
2185
2185
|
input: z.object({
|
|
@@ -2205,7 +2205,7 @@ const naverSearchTool = naverSearch;
|
|
|
2205
2205
|
//#endregion
|
|
2206
2206
|
//#region src/opentable/reviews.ts
|
|
2207
2207
|
const opentableReviews = serpApiOperation({
|
|
2208
|
-
id: "
|
|
2208
|
+
id: "serpapi.opentable-reviews",
|
|
2209
2209
|
name: "OpenTable Reviews",
|
|
2210
2210
|
description: "Get OpenTable restaurant reviews via SerpApi",
|
|
2211
2211
|
input: z.object({
|
|
@@ -2227,7 +2227,7 @@ const opentableReviewsTool = opentableReviews;
|
|
|
2227
2227
|
//#endregion
|
|
2228
2228
|
//#region src/serpapi/search-index.ts
|
|
2229
2229
|
const serpApiSearchIndex = serpApiOperation({
|
|
2230
|
-
id: "
|
|
2230
|
+
id: "serpapi.search-index",
|
|
2231
2231
|
name: "SerpApi Search Index",
|
|
2232
2232
|
description: "Search across SerpApi search index",
|
|
2233
2233
|
input: z.object({ q: z.string() }),
|
|
@@ -2245,7 +2245,7 @@ const serpApiSearchIndexTool = serpApiSearchIndex;
|
|
|
2245
2245
|
//#endregion
|
|
2246
2246
|
//#region src/tripadvisor/place.ts
|
|
2247
2247
|
const tripadvisorPlace = serpApiOperation({
|
|
2248
|
-
id: "
|
|
2248
|
+
id: "serpapi.tripadvisor-place",
|
|
2249
2249
|
name: "TripAdvisor Place",
|
|
2250
2250
|
description: "Get TripAdvisor place details via SerpApi",
|
|
2251
2251
|
input: z.object({
|
|
@@ -2266,7 +2266,7 @@ const tripadvisorPlaceTool = tripadvisorPlace;
|
|
|
2266
2266
|
//#endregion
|
|
2267
2267
|
//#region src/tripadvisor/reviews.ts
|
|
2268
2268
|
const tripadvisorReviews = serpApiOperation({
|
|
2269
|
-
id: "
|
|
2269
|
+
id: "serpapi.tripadvisor-reviews",
|
|
2270
2270
|
name: "TripAdvisor Reviews",
|
|
2271
2271
|
description: "Get TripAdvisor place reviews via SerpApi",
|
|
2272
2272
|
input: z.object({
|
|
@@ -2289,7 +2289,7 @@ const tripadvisorReviewsTool = tripadvisorReviews;
|
|
|
2289
2289
|
//#endregion
|
|
2290
2290
|
//#region src/tripadvisor/search.ts
|
|
2291
2291
|
const tripadvisorSearch = serpApiOperation({
|
|
2292
|
-
id: "
|
|
2292
|
+
id: "serpapi.tripadvisor-search",
|
|
2293
2293
|
name: "TripAdvisor Search",
|
|
2294
2294
|
description: "Search TripAdvisor via SerpApi",
|
|
2295
2295
|
input: z.object({
|
|
@@ -2311,7 +2311,7 @@ const tripadvisorSearchTool = tripadvisorSearch;
|
|
|
2311
2311
|
//#endregion
|
|
2312
2312
|
//#region src/utility/account.ts
|
|
2313
2313
|
const serpApiAccount = serpApiOperation({
|
|
2314
|
-
id: "
|
|
2314
|
+
id: "serpapi.account",
|
|
2315
2315
|
name: "SerpApi Account",
|
|
2316
2316
|
description: "Get SerpApi account information",
|
|
2317
2317
|
input: z.object({}),
|
|
@@ -2331,7 +2331,7 @@ const serpApiAccountTool = serpApiAccount;
|
|
|
2331
2331
|
//#endregion
|
|
2332
2332
|
//#region src/utility/locations.ts
|
|
2333
2333
|
const serpApiLocations = serpApiOperation({
|
|
2334
|
-
id: "
|
|
2334
|
+
id: "serpapi.locations",
|
|
2335
2335
|
name: "SerpApi Locations",
|
|
2336
2336
|
description: "Get supported SerpApi locations",
|
|
2337
2337
|
input: z.object({
|
|
@@ -2348,7 +2348,7 @@ const serpApiLocationsTool = serpApiLocations;
|
|
|
2348
2348
|
//#endregion
|
|
2349
2349
|
//#region src/utility/search-archive.ts
|
|
2350
2350
|
const serpApiSearchArchive = serpApiOperation({
|
|
2351
|
-
id: "
|
|
2351
|
+
id: "serpapi.search-archive",
|
|
2352
2352
|
name: "SerpApi Search Archive",
|
|
2353
2353
|
description: "Retrieve archived SerpApi search results by ID",
|
|
2354
2354
|
input: z.object({ search_id: z.string() }),
|
|
@@ -2362,7 +2362,7 @@ const serpApiSearchArchiveTool = serpApiSearchArchive;
|
|
|
2362
2362
|
//#endregion
|
|
2363
2363
|
//#region src/walmart/product.ts
|
|
2364
2364
|
const walmartProduct = serpApiOperation({
|
|
2365
|
-
id: "
|
|
2365
|
+
id: "serpapi.walmart-product",
|
|
2366
2366
|
name: "Walmart Product",
|
|
2367
2367
|
description: "Get Walmart product details via SerpApi",
|
|
2368
2368
|
input: z.object({ product_id: z.string() }),
|
|
@@ -2380,7 +2380,7 @@ const walmartProductTool = walmartProduct;
|
|
|
2380
2380
|
//#endregion
|
|
2381
2381
|
//#region src/walmart/product-reviews.ts
|
|
2382
2382
|
const walmartProductReviews = serpApiOperation({
|
|
2383
|
-
id: "
|
|
2383
|
+
id: "serpapi.walmart-product-reviews",
|
|
2384
2384
|
name: "Walmart Product Reviews",
|
|
2385
2385
|
description: "Get Walmart product reviews via SerpApi",
|
|
2386
2386
|
input: z.object({
|
|
@@ -2402,7 +2402,7 @@ const walmartProductReviewsTool = walmartProductReviews;
|
|
|
2402
2402
|
//#endregion
|
|
2403
2403
|
//#region src/walmart/product-sellers.ts
|
|
2404
2404
|
const walmartProductSellers = serpApiOperation({
|
|
2405
|
-
id: "
|
|
2405
|
+
id: "serpapi.walmart-product-sellers",
|
|
2406
2406
|
name: "Walmart Product Sellers",
|
|
2407
2407
|
description: "Get Walmart product sellers via SerpApi",
|
|
2408
2408
|
input: z.object({
|
|
@@ -2423,7 +2423,7 @@ const walmartProductSellersTool = walmartProductSellers;
|
|
|
2423
2423
|
//#endregion
|
|
2424
2424
|
//#region src/walmart/search.ts
|
|
2425
2425
|
const walmartSearch = serpApiOperation({
|
|
2426
|
-
id: "
|
|
2426
|
+
id: "serpapi.walmart-search",
|
|
2427
2427
|
name: "Walmart Search",
|
|
2428
2428
|
description: "Search Walmart via SerpApi",
|
|
2429
2429
|
input: z.object({
|
|
@@ -2455,7 +2455,7 @@ const walmartSearchTool = walmartSearch;
|
|
|
2455
2455
|
//#endregion
|
|
2456
2456
|
//#region src/yahoo/images.ts
|
|
2457
2457
|
const yahooImages = serpApiOperation({
|
|
2458
|
-
id: "
|
|
2458
|
+
id: "serpapi.yahoo-images",
|
|
2459
2459
|
name: "Yahoo Images Search",
|
|
2460
2460
|
description: "Search Yahoo Images via SerpApi",
|
|
2461
2461
|
input: z.object({
|
|
@@ -2478,7 +2478,7 @@ const yahooImagesTool = yahooImages;
|
|
|
2478
2478
|
//#endregion
|
|
2479
2479
|
//#region src/yahoo/search.ts
|
|
2480
2480
|
const yahooSearch = serpApiOperation({
|
|
2481
|
-
id: "
|
|
2481
|
+
id: "serpapi.yahoo-search",
|
|
2482
2482
|
name: "Yahoo Search",
|
|
2483
2483
|
description: "Search Yahoo via SerpApi",
|
|
2484
2484
|
input: z.object({
|
|
@@ -2508,7 +2508,7 @@ const yahooSearchTool = yahooSearch;
|
|
|
2508
2508
|
//#endregion
|
|
2509
2509
|
//#region src/yahoo/shopping.ts
|
|
2510
2510
|
const yahooShopping = serpApiOperation({
|
|
2511
|
-
id: "
|
|
2511
|
+
id: "serpapi.yahoo-shopping",
|
|
2512
2512
|
name: "Yahoo Shopping Search",
|
|
2513
2513
|
description: "Search Yahoo Shopping via SerpApi",
|
|
2514
2514
|
input: z.object({
|
|
@@ -2531,7 +2531,7 @@ const yahooShoppingTool = yahooShopping;
|
|
|
2531
2531
|
//#endregion
|
|
2532
2532
|
//#region src/yahoo/videos.ts
|
|
2533
2533
|
const yahooVideos = serpApiOperation({
|
|
2534
|
-
id: "
|
|
2534
|
+
id: "serpapi.yahoo-videos",
|
|
2535
2535
|
name: "Yahoo Videos Search",
|
|
2536
2536
|
description: "Search Yahoo Videos via SerpApi",
|
|
2537
2537
|
input: z.object({
|
|
@@ -2554,7 +2554,7 @@ const yahooVideosTool = yahooVideos;
|
|
|
2554
2554
|
//#endregion
|
|
2555
2555
|
//#region src/yandex/images.ts
|
|
2556
2556
|
const yandexImages = serpApiOperation({
|
|
2557
|
-
id: "
|
|
2557
|
+
id: "serpapi.yandex-images",
|
|
2558
2558
|
name: "Yandex Images Search",
|
|
2559
2559
|
description: "Search Yandex Images via SerpApi",
|
|
2560
2560
|
input: z.object({
|
|
@@ -2578,7 +2578,7 @@ const yandexImagesTool = yandexImages;
|
|
|
2578
2578
|
//#endregion
|
|
2579
2579
|
//#region src/yandex/search.ts
|
|
2580
2580
|
const yandexSearch = serpApiOperation({
|
|
2581
|
-
id: "
|
|
2581
|
+
id: "serpapi.yandex-search",
|
|
2582
2582
|
name: "Yandex Search",
|
|
2583
2583
|
description: "Search Yandex via SerpApi",
|
|
2584
2584
|
input: z.object({
|
|
@@ -2604,7 +2604,7 @@ const yandexSearchTool = yandexSearch;
|
|
|
2604
2604
|
//#endregion
|
|
2605
2605
|
//#region src/yandex/videos.ts
|
|
2606
2606
|
const yandexVideos = serpApiOperation({
|
|
2607
|
-
id: "
|
|
2607
|
+
id: "serpapi.yandex-videos",
|
|
2608
2608
|
name: "Yandex Videos Search",
|
|
2609
2609
|
description: "Search Yandex Videos via SerpApi",
|
|
2610
2610
|
input: z.object({
|
|
@@ -2628,7 +2628,7 @@ const yandexVideosTool = yandexVideos;
|
|
|
2628
2628
|
//#endregion
|
|
2629
2629
|
//#region src/yelp/place.ts
|
|
2630
2630
|
const yelpPlace = serpApiOperation({
|
|
2631
|
-
id: "
|
|
2631
|
+
id: "serpapi.yelp-place",
|
|
2632
2632
|
name: "Yelp Place",
|
|
2633
2633
|
description: "Get Yelp place details via SerpApi",
|
|
2634
2634
|
input: z.object({ place_id: z.string() }),
|
|
@@ -2646,7 +2646,7 @@ const yelpPlaceTool = yelpPlace;
|
|
|
2646
2646
|
//#endregion
|
|
2647
2647
|
//#region src/yelp/reviews.ts
|
|
2648
2648
|
const yelpReviews = serpApiOperation({
|
|
2649
|
-
id: "
|
|
2649
|
+
id: "serpapi.yelp-reviews",
|
|
2650
2650
|
name: "Yelp Reviews",
|
|
2651
2651
|
description: "Get Yelp place reviews via SerpApi",
|
|
2652
2652
|
input: z.object({
|
|
@@ -2668,7 +2668,7 @@ const yelpReviewsTool = yelpReviews;
|
|
|
2668
2668
|
//#endregion
|
|
2669
2669
|
//#region src/yelp/search.ts
|
|
2670
2670
|
const yelpSearch = serpApiOperation({
|
|
2671
|
-
id: "
|
|
2671
|
+
id: "serpapi.yelp-search",
|
|
2672
2672
|
name: "Yelp Search",
|
|
2673
2673
|
description: "Search Yelp via SerpApi",
|
|
2674
2674
|
input: z.object({
|
|
@@ -2695,7 +2695,7 @@ const yelpSearchTool = yelpSearch;
|
|
|
2695
2695
|
//#endregion
|
|
2696
2696
|
//#region src/youtube/search.ts
|
|
2697
2697
|
const youtubeSearch = serpApiOperation({
|
|
2698
|
-
id: "
|
|
2698
|
+
id: "serpapi.youtube-search",
|
|
2699
2699
|
name: "YouTube Search",
|
|
2700
2700
|
description: "Search YouTube via SerpApi",
|
|
2701
2701
|
input: z.object({
|
|
@@ -2722,7 +2722,7 @@ const youtubeSearchTool = youtubeSearch;
|
|
|
2722
2722
|
//#endregion
|
|
2723
2723
|
//#region src/youtube/video.ts
|
|
2724
2724
|
const youtubeVideo = serpApiOperation({
|
|
2725
|
-
id: "
|
|
2725
|
+
id: "serpapi.youtube-video",
|
|
2726
2726
|
name: "YouTube Video",
|
|
2727
2727
|
description: "Get YouTube video details via SerpApi",
|
|
2728
2728
|
input: z.object({
|
|
@@ -2745,7 +2745,7 @@ const youtubeVideoTool = youtubeVideo;
|
|
|
2745
2745
|
//#endregion
|
|
2746
2746
|
//#region src/youtube/video-transcript.ts
|
|
2747
2747
|
const youtubeVideoTranscript = serpApiOperation({
|
|
2748
|
-
id: "
|
|
2748
|
+
id: "serpapi.youtube-video-transcript",
|
|
2749
2749
|
name: "YouTube Video Transcript",
|
|
2750
2750
|
description: "Get YouTube video transcript via SerpApi",
|
|
2751
2751
|
input: z.object({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/serpapi",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"LICENSE"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@keystrokehq/integration-authoring": "^0.0.
|
|
23
|
+
"@keystrokehq/integration-authoring": "^0.0.8",
|
|
24
24
|
"serpapi": "^2.2.1",
|
|
25
25
|
"zod": "^4.3.6"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@keystrokehq/core": ">=0.0.
|
|
28
|
+
"@keystrokehq/core": ">=0.0.8 <0.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.19.11",
|
|
32
32
|
"tsdown": "^0.20.3",
|
|
33
33
|
"typescript": "^5.9.3",
|
|
34
34
|
"vitest": "^4.0.18",
|
|
35
|
-
"@keystrokehq/core": "^0.0.
|
|
35
|
+
"@keystrokehq/core": "^0.0.8",
|
|
36
36
|
"@keystrokehq/test-utils": "0.0.0",
|
|
37
37
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
38
38
|
},
|