@keystrokehq/serpapi 0.0.16 → 0.1.2
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/README.md +14 -2
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/baidu-search.cjs +41 -0
- package/dist/actions/baidu-search.cjs.map +1 -0
- package/dist/actions/baidu-search.d.cts +49 -0
- package/dist/actions/baidu-search.d.cts.map +1 -0
- package/dist/actions/baidu-search.d.mts +49 -0
- package/dist/actions/baidu-search.d.mts.map +1 -0
- package/dist/actions/baidu-search.mjs +38 -0
- package/dist/actions/baidu-search.mjs.map +1 -0
- package/dist/actions/bing-maps.cjs +135 -0
- package/dist/actions/bing-maps.cjs.map +1 -0
- package/dist/actions/bing-maps.d.cts +128 -0
- package/dist/actions/bing-maps.d.cts.map +1 -0
- package/dist/actions/bing-maps.d.mts +128 -0
- package/dist/actions/bing-maps.d.mts.map +1 -0
- package/dist/actions/bing-maps.mjs +134 -0
- package/dist/actions/bing-maps.mjs.map +1 -0
- package/dist/actions/bing-search.cjs +32 -0
- package/dist/actions/bing-search.cjs.map +1 -0
- package/dist/actions/bing-search.d.cts +34 -0
- package/dist/actions/bing-search.d.cts.map +1 -0
- package/dist/actions/bing-search.d.mts +34 -0
- package/dist/actions/bing-search.d.mts.map +1 -0
- package/dist/actions/bing-search.mjs +29 -0
- package/dist/actions/bing-search.mjs.map +1 -0
- package/dist/actions/duck-duck-go-light-search.cjs +72 -0
- package/dist/actions/duck-duck-go-light-search.cjs.map +1 -0
- package/dist/actions/duck-duck-go-light-search.d.cts +70 -0
- package/dist/actions/duck-duck-go-light-search.d.cts.map +1 -0
- package/dist/actions/duck-duck-go-light-search.d.mts +70 -0
- package/dist/actions/duck-duck-go-light-search.d.mts.map +1 -0
- package/dist/actions/duck-duck-go-light-search.mjs +71 -0
- package/dist/actions/duck-duck-go-light-search.mjs.map +1 -0
- package/dist/actions/duck-duck-go-maps.cjs +93 -0
- package/dist/actions/duck-duck-go-maps.cjs.map +1 -0
- package/dist/actions/duck-duck-go-maps.d.cts +84 -0
- package/dist/actions/duck-duck-go-maps.d.cts.map +1 -0
- package/dist/actions/duck-duck-go-maps.d.mts +84 -0
- package/dist/actions/duck-duck-go-maps.d.mts.map +1 -0
- package/dist/actions/duck-duck-go-maps.mjs +92 -0
- package/dist/actions/duck-duck-go-maps.mjs.map +1 -0
- package/dist/actions/duck-duck-go-search.cjs +116 -0
- package/dist/actions/duck-duck-go-search.cjs.map +1 -0
- package/dist/actions/duck-duck-go-search.d.cts +107 -0
- package/dist/actions/duck-duck-go-search.d.cts.map +1 -0
- package/dist/actions/duck-duck-go-search.d.mts +107 -0
- package/dist/actions/duck-duck-go-search.d.mts.map +1 -0
- package/dist/actions/duck-duck-go-search.mjs +115 -0
- package/dist/actions/duck-duck-go-search.mjs.map +1 -0
- package/dist/actions/ebay-search.cjs +108 -0
- package/dist/actions/ebay-search.cjs.map +1 -0
- package/dist/actions/ebay-search.d.cts +105 -0
- package/dist/actions/ebay-search.d.cts.map +1 -0
- package/dist/actions/ebay-search.d.mts +105 -0
- package/dist/actions/ebay-search.d.mts.map +1 -0
- package/dist/actions/ebay-search.mjs +107 -0
- package/dist/actions/ebay-search.mjs.map +1 -0
- package/dist/actions/event-search.cjs +83 -0
- package/dist/actions/event-search.cjs.map +1 -0
- package/dist/actions/event-search.d.cts +71 -0
- package/dist/actions/event-search.d.cts.map +1 -0
- package/dist/actions/event-search.d.mts +71 -0
- package/dist/actions/event-search.d.mts.map +1 -0
- package/dist/actions/event-search.mjs +82 -0
- package/dist/actions/event-search.mjs.map +1 -0
- package/dist/actions/finance-search.cjs +193 -0
- package/dist/actions/finance-search.cjs.map +1 -0
- package/dist/actions/finance-search.d.cts +254 -0
- package/dist/actions/finance-search.d.cts.map +1 -0
- package/dist/actions/finance-search.d.mts +254 -0
- package/dist/actions/finance-search.d.mts.map +1 -0
- package/dist/actions/finance-search.mjs +192 -0
- package/dist/actions/finance-search.mjs.map +1 -0
- package/dist/actions/get-available-location-options-for-google-searches.cjs +31 -0
- package/dist/actions/get-available-location-options-for-google-searches.cjs.map +1 -0
- package/dist/actions/get-available-location-options-for-google-searches.d.cts +28 -0
- package/dist/actions/get-available-location-options-for-google-searches.d.cts.map +1 -0
- package/dist/actions/get-available-location-options-for-google-searches.d.mts +28 -0
- package/dist/actions/get-available-location-options-for-google-searches.d.mts.map +1 -0
- package/dist/actions/get-available-location-options-for-google-searches.mjs +30 -0
- package/dist/actions/get-available-location-options-for-google-searches.mjs.map +1 -0
- package/dist/actions/get-facebook-profile.cjs +108 -0
- package/dist/actions/get-facebook-profile.cjs.map +1 -0
- package/dist/actions/get-facebook-profile.d.cts +94 -0
- package/dist/actions/get-facebook-profile.d.cts.map +1 -0
- package/dist/actions/get-facebook-profile.d.mts +94 -0
- package/dist/actions/get-facebook-profile.d.mts.map +1 -0
- package/dist/actions/get-facebook-profile.mjs +107 -0
- package/dist/actions/get-facebook-profile.mjs.map +1 -0
- package/dist/actions/get-google-about-this-result.cjs +115 -0
- package/dist/actions/get-google-about-this-result.cjs.map +1 -0
- package/dist/actions/get-google-about-this-result.d.cts +102 -0
- package/dist/actions/get-google-about-this-result.d.cts.map +1 -0
- package/dist/actions/get-google-about-this-result.d.mts +102 -0
- package/dist/actions/get-google-about-this-result.d.mts.map +1 -0
- package/dist/actions/get-google-about-this-result.mjs +114 -0
- package/dist/actions/get-google-about-this-result.mjs.map +1 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.cjs +51 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.cjs.map +1 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.d.cts +48 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.d.cts.map +1 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.d.mts +48 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.d.mts.map +1 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.mjs +50 -0
- package/dist/actions/get-google-hotels-autocomplete-suggestions.mjs.map +1 -0
- package/dist/actions/get-google-images-related-content.cjs +64 -0
- package/dist/actions/get-google-images-related-content.cjs.map +1 -0
- package/dist/actions/get-google-images-related-content.d.cts +61 -0
- package/dist/actions/get-google-images-related-content.d.cts.map +1 -0
- package/dist/actions/get-google-images-related-content.d.mts +61 -0
- package/dist/actions/get-google-images-related-content.d.mts.map +1 -0
- package/dist/actions/get-google-images-related-content.mjs +63 -0
- package/dist/actions/get-google-images-related-content.mjs.map +1 -0
- package/dist/actions/get-google-patent-details.cjs +107 -0
- package/dist/actions/get-google-patent-details.cjs.map +1 -0
- package/dist/actions/get-google-patent-details.d.cts +100 -0
- package/dist/actions/get-google-patent-details.d.cts.map +1 -0
- package/dist/actions/get-google-patent-details.d.mts +100 -0
- package/dist/actions/get-google-patent-details.d.mts.map +1 -0
- package/dist/actions/get-google-patent-details.mjs +106 -0
- package/dist/actions/get-google-patent-details.mjs.map +1 -0
- package/dist/actions/get-search-archive.cjs +85 -0
- package/dist/actions/get-search-archive.cjs.map +1 -0
- package/dist/actions/get-search-archive.d.cts +73 -0
- package/dist/actions/get-search-archive.d.cts.map +1 -0
- package/dist/actions/get-search-archive.d.mts +73 -0
- package/dist/actions/get-search-archive.d.mts.map +1 -0
- package/dist/actions/get-search-archive.mjs +84 -0
- package/dist/actions/get-search-archive.mjs.map +1 -0
- package/dist/actions/google-domains-list.cjs +24 -0
- package/dist/actions/google-domains-list.cjs.map +1 -0
- package/dist/actions/google-domains-list.d.cts +18 -0
- package/dist/actions/google-domains-list.d.cts.map +1 -0
- package/dist/actions/google-domains-list.d.mts +18 -0
- package/dist/actions/google-domains-list.d.mts.map +1 -0
- package/dist/actions/google-domains-list.mjs +23 -0
- package/dist/actions/google-domains-list.mjs.map +1 -0
- package/dist/actions/google-forums-search.cjs +132 -0
- package/dist/actions/google-forums-search.cjs.map +1 -0
- package/dist/actions/google-forums-search.d.cts +129 -0
- package/dist/actions/google-forums-search.d.cts.map +1 -0
- package/dist/actions/google-forums-search.d.mts +129 -0
- package/dist/actions/google-forums-search.d.mts.map +1 -0
- package/dist/actions/google-forums-search.mjs +131 -0
- package/dist/actions/google-forums-search.mjs.map +1 -0
- package/dist/actions/google-jobs-search.cjs +107 -0
- package/dist/actions/google-jobs-search.cjs.map +1 -0
- package/dist/actions/google-jobs-search.d.cts +110 -0
- package/dist/actions/google-jobs-search.d.cts.map +1 -0
- package/dist/actions/google-jobs-search.d.mts +110 -0
- package/dist/actions/google-jobs-search.d.mts.map +1 -0
- package/dist/actions/google-jobs-search.mjs +106 -0
- package/dist/actions/google-jobs-search.mjs.map +1 -0
- package/dist/actions/google-lens-search.cjs +75 -0
- package/dist/actions/google-lens-search.cjs.map +1 -0
- package/dist/actions/google-lens-search.d.cts +69 -0
- package/dist/actions/google-lens-search.d.cts.map +1 -0
- package/dist/actions/google-lens-search.d.mts +69 -0
- package/dist/actions/google-lens-search.d.mts.map +1 -0
- package/dist/actions/google-lens-search.mjs +74 -0
- package/dist/actions/google-lens-search.mjs.map +1 -0
- package/dist/actions/google-light-search.cjs +92 -0
- package/dist/actions/google-light-search.cjs.map +1 -0
- package/dist/actions/google-light-search.d.cts +97 -0
- package/dist/actions/google-light-search.d.cts.map +1 -0
- package/dist/actions/google-light-search.d.mts +97 -0
- package/dist/actions/google-light-search.d.mts.map +1 -0
- package/dist/actions/google-light-search.mjs +91 -0
- package/dist/actions/google-light-search.mjs.map +1 -0
- package/dist/actions/google-maps-posts.cjs +62 -0
- package/dist/actions/google-maps-posts.cjs.map +1 -0
- package/dist/actions/google-maps-posts.d.cts +55 -0
- package/dist/actions/google-maps-posts.d.cts.map +1 -0
- package/dist/actions/google-maps-posts.d.mts +55 -0
- package/dist/actions/google-maps-posts.d.mts.map +1 -0
- package/dist/actions/google-maps-posts.mjs +61 -0
- package/dist/actions/google-maps-posts.mjs.map +1 -0
- package/dist/actions/google-maps-search.cjs +135 -0
- package/dist/actions/google-maps-search.cjs.map +1 -0
- package/dist/actions/google-maps-search.d.cts +128 -0
- package/dist/actions/google-maps-search.d.cts.map +1 -0
- package/dist/actions/google-maps-search.d.mts +128 -0
- package/dist/actions/google-maps-search.d.mts.map +1 -0
- package/dist/actions/google-maps-search.mjs +134 -0
- package/dist/actions/google-maps-search.mjs.map +1 -0
- package/dist/actions/google-play-product.cjs +184 -0
- package/dist/actions/google-play-product.cjs.map +1 -0
- package/dist/actions/google-play-product.d.cts +169 -0
- package/dist/actions/google-play-product.d.cts.map +1 -0
- package/dist/actions/google-play-product.d.mts +169 -0
- package/dist/actions/google-play-product.d.mts.map +1 -0
- package/dist/actions/google-play-product.mjs +183 -0
- package/dist/actions/google-play-product.mjs.map +1 -0
- package/dist/actions/google-scholar-author.cjs +90 -0
- package/dist/actions/google-scholar-author.cjs.map +1 -0
- package/dist/actions/google-scholar-author.d.cts +88 -0
- package/dist/actions/google-scholar-author.d.cts.map +1 -0
- package/dist/actions/google-scholar-author.d.mts +88 -0
- package/dist/actions/google-scholar-author.d.mts.map +1 -0
- package/dist/actions/google-scholar-author.mjs +89 -0
- package/dist/actions/google-scholar-author.mjs.map +1 -0
- package/dist/actions/google-scholar-cite.cjs +44 -0
- package/dist/actions/google-scholar-cite.cjs.map +1 -0
- package/dist/actions/google-scholar-cite.d.cts +38 -0
- package/dist/actions/google-scholar-cite.d.cts.map +1 -0
- package/dist/actions/google-scholar-cite.d.mts +38 -0
- package/dist/actions/google-scholar-cite.d.mts.map +1 -0
- package/dist/actions/google-scholar-cite.mjs +43 -0
- package/dist/actions/google-scholar-cite.mjs.map +1 -0
- package/dist/actions/google-videos-light.cjs +71 -0
- package/dist/actions/google-videos-light.cjs.map +1 -0
- package/dist/actions/google-videos-light.d.cts +85 -0
- package/dist/actions/google-videos-light.d.cts.map +1 -0
- package/dist/actions/google-videos-light.d.mts +85 -0
- package/dist/actions/google-videos-light.d.mts.map +1 -0
- package/dist/actions/google-videos-light.mjs +70 -0
- package/dist/actions/google-videos-light.mjs.map +1 -0
- package/dist/actions/hotel-search.cjs +50 -0
- package/dist/actions/hotel-search.cjs.map +1 -0
- package/dist/actions/hotel-search.d.cts +71 -0
- package/dist/actions/hotel-search.d.cts.map +1 -0
- package/dist/actions/hotel-search.d.mts +71 -0
- package/dist/actions/hotel-search.d.mts.map +1 -0
- package/dist/actions/hotel-search.mjs +47 -0
- package/dist/actions/hotel-search.mjs.map +1 -0
- package/dist/actions/image-search.cjs +19 -0
- package/dist/actions/image-search.cjs.map +1 -0
- package/dist/actions/image-search.d.cts +17 -0
- package/dist/actions/image-search.d.cts.map +1 -0
- package/dist/actions/image-search.d.mts +17 -0
- package/dist/actions/image-search.d.mts.map +1 -0
- package/dist/actions/image-search.mjs +16 -0
- package/dist/actions/image-search.mjs.map +1 -0
- package/dist/actions/index.cjs +97 -0
- package/dist/actions/index.d.cts +49 -0
- package/dist/actions/index.d.mts +49 -0
- package/dist/actions/index.mjs +49 -0
- package/dist/actions/naver-search.cjs +174 -0
- package/dist/actions/naver-search.cjs.map +1 -0
- package/dist/actions/naver-search.d.cts +164 -0
- package/dist/actions/naver-search.d.cts.map +1 -0
- package/dist/actions/naver-search.d.mts +164 -0
- package/dist/actions/naver-search.d.mts.map +1 -0
- package/dist/actions/naver-search.mjs +173 -0
- package/dist/actions/naver-search.mjs.map +1 -0
- package/dist/actions/news-search.cjs +20 -0
- package/dist/actions/news-search.cjs.map +1 -0
- package/dist/actions/news-search.d.cts +19 -0
- package/dist/actions/news-search.d.cts.map +1 -0
- package/dist/actions/news-search.d.mts +19 -0
- package/dist/actions/news-search.d.mts.map +1 -0
- package/dist/actions/news-search.mjs +17 -0
- package/dist/actions/news-search.mjs.map +1 -0
- package/dist/actions/open-table-reviews.cjs +118 -0
- package/dist/actions/open-table-reviews.cjs.map +1 -0
- package/dist/actions/open-table-reviews.d.cts +109 -0
- package/dist/actions/open-table-reviews.d.cts.map +1 -0
- package/dist/actions/open-table-reviews.d.mts +109 -0
- package/dist/actions/open-table-reviews.d.mts.map +1 -0
- package/dist/actions/open-table-reviews.mjs +117 -0
- package/dist/actions/open-table-reviews.mjs.map +1 -0
- package/dist/actions/play-search.cjs +37 -0
- package/dist/actions/play-search.cjs.map +1 -0
- package/dist/actions/play-search.d.cts +45 -0
- package/dist/actions/play-search.d.cts.map +1 -0
- package/dist/actions/play-search.d.mts +45 -0
- package/dist/actions/play-search.d.mts.map +1 -0
- package/dist/actions/play-search.mjs +34 -0
- package/dist/actions/play-search.mjs.map +1 -0
- package/dist/actions/scholar-search.cjs +20 -0
- package/dist/actions/scholar-search.cjs.map +1 -0
- package/dist/actions/scholar-search.d.cts +19 -0
- package/dist/actions/scholar-search.d.cts.map +1 -0
- package/dist/actions/scholar-search.d.mts +19 -0
- package/dist/actions/scholar-search.d.mts.map +1 -0
- package/dist/actions/scholar-search.mjs +17 -0
- package/dist/actions/scholar-search.mjs.map +1 -0
- package/dist/actions/search-apple-app-store.cjs +72 -0
- package/dist/actions/search-apple-app-store.cjs.map +1 -0
- package/dist/actions/search-apple-app-store.d.cts +69 -0
- package/dist/actions/search-apple-app-store.d.cts.map +1 -0
- package/dist/actions/search-apple-app-store.d.mts +69 -0
- package/dist/actions/search-apple-app-store.d.mts.map +1 -0
- package/dist/actions/search-apple-app-store.mjs +71 -0
- package/dist/actions/search-apple-app-store.mjs.map +1 -0
- package/dist/actions/search-google-images-light.cjs +81 -0
- package/dist/actions/search-google-images-light.cjs.map +1 -0
- package/dist/actions/search-google-images-light.d.cts +87 -0
- package/dist/actions/search-google-images-light.d.cts.map +1 -0
- package/dist/actions/search-google-images-light.d.mts +87 -0
- package/dist/actions/search-google-images-light.d.mts.map +1 -0
- package/dist/actions/search-google-images-light.mjs +80 -0
- package/dist/actions/search-google-images-light.mjs.map +1 -0
- package/dist/actions/search-google-local-services.cjs +59 -0
- package/dist/actions/search-google-local-services.cjs.map +1 -0
- package/dist/actions/search-google-local-services.d.cts +63 -0
- package/dist/actions/search-google-local-services.d.cts.map +1 -0
- package/dist/actions/search-google-local-services.d.mts +63 -0
- package/dist/actions/search-google-local-services.d.mts.map +1 -0
- package/dist/actions/search-google-local-services.mjs +58 -0
- package/dist/actions/search-google-local-services.mjs.map +1 -0
- package/dist/actions/search-yelp.cjs +47 -0
- package/dist/actions/search-yelp.cjs.map +1 -0
- package/dist/actions/search-yelp.d.cts +47 -0
- package/dist/actions/search-yelp.d.cts.map +1 -0
- package/dist/actions/search-yelp.d.mts +47 -0
- package/dist/actions/search-yelp.d.mts.map +1 -0
- package/dist/actions/search-yelp.mjs +46 -0
- package/dist/actions/search-yelp.mjs.map +1 -0
- package/dist/actions/search.cjs +22 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +21 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +21 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +21 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/shopping-search.cjs +20 -0
- package/dist/actions/shopping-search.cjs.map +1 -0
- package/dist/actions/shopping-search.d.cts +19 -0
- package/dist/actions/shopping-search.d.cts.map +1 -0
- package/dist/actions/shopping-search.d.mts +19 -0
- package/dist/actions/shopping-search.d.mts.map +1 -0
- package/dist/actions/shopping-search.mjs +17 -0
- package/dist/actions/shopping-search.mjs.map +1 -0
- package/dist/actions/trends-search.cjs +114 -0
- package/dist/actions/trends-search.cjs.map +1 -0
- package/dist/actions/trends-search.d.cts +112 -0
- package/dist/actions/trends-search.d.cts.map +1 -0
- package/dist/actions/trends-search.d.mts +112 -0
- package/dist/actions/trends-search.d.mts.map +1 -0
- package/dist/actions/trends-search.mjs +113 -0
- package/dist/actions/trends-search.mjs.map +1 -0
- package/dist/actions/walmart-product-reviews.cjs +105 -0
- package/dist/actions/walmart-product-reviews.cjs.map +1 -0
- package/dist/actions/walmart-product-reviews.d.cts +115 -0
- package/dist/actions/walmart-product-reviews.d.cts.map +1 -0
- package/dist/actions/walmart-product-reviews.d.mts +115 -0
- package/dist/actions/walmart-product-reviews.d.mts.map +1 -0
- package/dist/actions/walmart-product-reviews.mjs +104 -0
- package/dist/actions/walmart-product-reviews.mjs.map +1 -0
- package/dist/actions/walmart-search.cjs +32 -0
- package/dist/actions/walmart-search.cjs.map +1 -0
- package/dist/actions/walmart-search.d.cts +35 -0
- package/dist/actions/walmart-search.d.cts.map +1 -0
- package/dist/actions/walmart-search.d.mts +35 -0
- package/dist/actions/walmart-search.d.mts.map +1 -0
- package/dist/actions/walmart-search.mjs +29 -0
- package/dist/actions/walmart-search.mjs.map +1 -0
- package/dist/actions/yahoo-search.cjs +42 -0
- package/dist/actions/yahoo-search.cjs.map +1 -0
- package/dist/actions/yahoo-search.d.cts +50 -0
- package/dist/actions/yahoo-search.d.cts.map +1 -0
- package/dist/actions/yahoo-search.d.mts +50 -0
- package/dist/actions/yahoo-search.d.mts.map +1 -0
- package/dist/actions/yahoo-search.mjs +39 -0
- package/dist/actions/yahoo-search.mjs.map +1 -0
- package/dist/actions/yahoo-videos.cjs +94 -0
- package/dist/actions/yahoo-videos.cjs.map +1 -0
- package/dist/actions/yahoo-videos.d.cts +93 -0
- package/dist/actions/yahoo-videos.d.cts.map +1 -0
- package/dist/actions/yahoo-videos.d.mts +93 -0
- package/dist/actions/yahoo-videos.d.mts.map +1 -0
- package/dist/actions/yahoo-videos.mjs +93 -0
- package/dist/actions/yahoo-videos.mjs.map +1 -0
- package/dist/actions/yandex-images-search.cjs +97 -0
- package/dist/actions/yandex-images-search.cjs.map +1 -0
- package/dist/actions/yandex-images-search.d.cts +103 -0
- package/dist/actions/yandex-images-search.d.cts.map +1 -0
- package/dist/actions/yandex-images-search.d.mts +103 -0
- package/dist/actions/yandex-images-search.d.mts.map +1 -0
- package/dist/actions/yandex-images-search.mjs +96 -0
- package/dist/actions/yandex-images-search.mjs.map +1 -0
- package/dist/actions/yandex-search.cjs +30 -0
- package/dist/actions/yandex-search.cjs.map +1 -0
- package/dist/actions/yandex-search.d.cts +30 -0
- package/dist/actions/yandex-search.d.cts.map +1 -0
- package/dist/actions/yandex-search.d.mts +30 -0
- package/dist/actions/yandex-search.d.mts.map +1 -0
- package/dist/actions/yandex-search.mjs +27 -0
- package/dist/actions/yandex-search.mjs.map +1 -0
- package/dist/actions/you-tube-search.cjs +38 -0
- package/dist/actions/you-tube-search.cjs.map +1 -0
- package/dist/actions/you-tube-search.d.cts +40 -0
- package/dist/actions/you-tube-search.d.cts.map +1 -0
- package/dist/actions/you-tube-search.d.mts +40 -0
- package/dist/actions/you-tube-search.d.mts.map +1 -0
- package/dist/actions/you-tube-search.mjs +35 -0
- package/dist/actions/you-tube-search.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +21 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +22 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +22 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +21 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +102 -0
- package/dist/index.d.cts +51 -0
- package/dist/index.d.mts +51 -3
- package/dist/index.mjs +52 -4
- package/package.json +31 -55
- package/LICENSE +0 -21
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -3
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/schemas/index.d.mts +0 -1
- package/dist/schemas/index.mjs +0 -1
- package/dist/serpapi.credential-set-5iG6pd3Y.d.mts +0 -14
- package/dist/serpapi.credential-set-CuEBudaA.mjs +0 -15
- package/dist/youtube-video-transcript.operation-BoQHn90s.mjs +0 -2763
- package/dist/youtube-video-transcript.operation-IqJOT2iH.d.mts +0 -1988
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const serpapiCatalog: {
|
|
4
|
+
readonly slug: "serpapi";
|
|
5
|
+
readonly name: "SerpApi";
|
|
6
|
+
readonly description: "SerpApi provides a real-time API for structured search engine results, allowing developers to scrape, parse, and analyze SERP data for SEO and research";
|
|
7
|
+
readonly category: "Analytics";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/serpapi";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
readonly credentialFields: {
|
|
12
|
+
readonly apikey: {
|
|
13
|
+
readonly label: "API Key";
|
|
14
|
+
readonly secret: true;
|
|
15
|
+
readonly description: "Your SerpApi private API key, a 64-character string. Sign in and copy it from your Dashboard under 'Your Private API Key' at serpapi.com/manage-api-key.";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
readonly credentialScheme: "API_KEY";
|
|
19
|
+
};
|
|
20
|
+
//#endregion
|
|
21
|
+
export { serpapiCatalog };
|
|
22
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const serpapiCatalog = {
|
|
4
|
+
"slug": "serpapi",
|
|
5
|
+
"name": "SerpApi",
|
|
6
|
+
"description": "SerpApi provides a real-time API for structured search engine results, allowing developers to scrape, parse, and analyze SERP data for SEO and research",
|
|
7
|
+
"category": "Analytics",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/serpapi",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialFields": { "apikey": {
|
|
12
|
+
"label": "API Key",
|
|
13
|
+
"secret": true,
|
|
14
|
+
"description": "Your SerpApi private API key, a 64-character string. Sign in and copy it from your Dashboard under 'Your Private API Key' at serpapi.com/manage-api-key."
|
|
15
|
+
} },
|
|
16
|
+
"credentialScheme": "API_KEY"
|
|
17
|
+
};
|
|
18
|
+
//#endregion
|
|
19
|
+
export { serpapiCatalog };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serpapiCatalog = {\n \"slug\": \"serpapi\",\n \"name\": \"SerpApi\",\n \"description\": \"SerpApi provides a real-time API for structured search engine results, allowing developers to scrape, parse, and analyze SERP data for SEO and research\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/serpapi\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"apikey\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your SerpApi private API key, a 64-character string. Sign in and copy it from your Dashboard under 'Your Private API Key' at serpapi.com/manage-api-key.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,UAAU;EACR,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "serpapi";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260623_00";
|
|
6
|
+
async function executeSerpapiTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeSerpapiTool = executeSerpapiTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"serpapi\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260623_00\";\n\nexport async function executeSerpapiTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "serpapi";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260623_00";
|
|
6
|
+
async function executeSerpapiTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeSerpapiTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"serpapi\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260623_00\";\n\nexport async function executeSerpapiTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_baidu_search = require("./actions/baidu-search.cjs");
|
|
5
|
+
const require_bing_maps = require("./actions/bing-maps.cjs");
|
|
6
|
+
const require_bing_search = require("./actions/bing-search.cjs");
|
|
7
|
+
const require_duck_duck_go_light_search = require("./actions/duck-duck-go-light-search.cjs");
|
|
8
|
+
const require_duck_duck_go_maps = require("./actions/duck-duck-go-maps.cjs");
|
|
9
|
+
const require_duck_duck_go_search = require("./actions/duck-duck-go-search.cjs");
|
|
10
|
+
const require_ebay_search = require("./actions/ebay-search.cjs");
|
|
11
|
+
const require_event_search = require("./actions/event-search.cjs");
|
|
12
|
+
const require_finance_search = require("./actions/finance-search.cjs");
|
|
13
|
+
const require_get_available_location_options_for_google_searches = require("./actions/get-available-location-options-for-google-searches.cjs");
|
|
14
|
+
const require_get_facebook_profile = require("./actions/get-facebook-profile.cjs");
|
|
15
|
+
const require_get_google_about_this_result = require("./actions/get-google-about-this-result.cjs");
|
|
16
|
+
const require_get_google_hotels_autocomplete_suggestions = require("./actions/get-google-hotels-autocomplete-suggestions.cjs");
|
|
17
|
+
const require_get_google_images_related_content = require("./actions/get-google-images-related-content.cjs");
|
|
18
|
+
const require_get_google_patent_details = require("./actions/get-google-patent-details.cjs");
|
|
19
|
+
const require_get_search_archive = require("./actions/get-search-archive.cjs");
|
|
20
|
+
const require_google_domains_list = require("./actions/google-domains-list.cjs");
|
|
21
|
+
const require_google_forums_search = require("./actions/google-forums-search.cjs");
|
|
22
|
+
const require_google_jobs_search = require("./actions/google-jobs-search.cjs");
|
|
23
|
+
const require_google_lens_search = require("./actions/google-lens-search.cjs");
|
|
24
|
+
const require_google_light_search = require("./actions/google-light-search.cjs");
|
|
25
|
+
const require_google_maps_posts = require("./actions/google-maps-posts.cjs");
|
|
26
|
+
const require_google_maps_search = require("./actions/google-maps-search.cjs");
|
|
27
|
+
const require_google_play_product = require("./actions/google-play-product.cjs");
|
|
28
|
+
const require_google_scholar_author = require("./actions/google-scholar-author.cjs");
|
|
29
|
+
const require_google_scholar_cite = require("./actions/google-scholar-cite.cjs");
|
|
30
|
+
const require_google_videos_light = require("./actions/google-videos-light.cjs");
|
|
31
|
+
const require_hotel_search = require("./actions/hotel-search.cjs");
|
|
32
|
+
const require_image_search = require("./actions/image-search.cjs");
|
|
33
|
+
const require_naver_search = require("./actions/naver-search.cjs");
|
|
34
|
+
const require_news_search = require("./actions/news-search.cjs");
|
|
35
|
+
const require_open_table_reviews = require("./actions/open-table-reviews.cjs");
|
|
36
|
+
const require_play_search = require("./actions/play-search.cjs");
|
|
37
|
+
const require_scholar_search = require("./actions/scholar-search.cjs");
|
|
38
|
+
const require_search = require("./actions/search.cjs");
|
|
39
|
+
const require_search_apple_app_store = require("./actions/search-apple-app-store.cjs");
|
|
40
|
+
const require_search_google_images_light = require("./actions/search-google-images-light.cjs");
|
|
41
|
+
const require_search_google_local_services = require("./actions/search-google-local-services.cjs");
|
|
42
|
+
const require_search_yelp = require("./actions/search-yelp.cjs");
|
|
43
|
+
const require_shopping_search = require("./actions/shopping-search.cjs");
|
|
44
|
+
const require_trends_search = require("./actions/trends-search.cjs");
|
|
45
|
+
const require_walmart_product_reviews = require("./actions/walmart-product-reviews.cjs");
|
|
46
|
+
const require_walmart_search = require("./actions/walmart-search.cjs");
|
|
47
|
+
const require_yahoo_search = require("./actions/yahoo-search.cjs");
|
|
48
|
+
const require_yahoo_videos = require("./actions/yahoo-videos.cjs");
|
|
49
|
+
const require_yandex_images_search = require("./actions/yandex-images-search.cjs");
|
|
50
|
+
const require_yandex_search = require("./actions/yandex-search.cjs");
|
|
51
|
+
const require_you_tube_search = require("./actions/you-tube-search.cjs");
|
|
52
|
+
require("./actions/index.cjs");
|
|
53
|
+
exports.serpapi = require_app.serpapi;
|
|
54
|
+
exports.serpapiBaiduSearch = require_baidu_search.serpapiBaiduSearch;
|
|
55
|
+
exports.serpapiBingMaps = require_bing_maps.serpapiBingMaps;
|
|
56
|
+
exports.serpapiBingSearch = require_bing_search.serpapiBingSearch;
|
|
57
|
+
exports.serpapiCatalog = require_catalog.serpapiCatalog;
|
|
58
|
+
exports.serpapiDuckDuckGoLightSearch = require_duck_duck_go_light_search.serpapiDuckDuckGoLightSearch;
|
|
59
|
+
exports.serpapiDuckDuckGoMaps = require_duck_duck_go_maps.serpapiDuckDuckGoMaps;
|
|
60
|
+
exports.serpapiDuckDuckGoSearch = require_duck_duck_go_search.serpapiDuckDuckGoSearch;
|
|
61
|
+
exports.serpapiEbaySearch = require_ebay_search.serpapiEbaySearch;
|
|
62
|
+
exports.serpapiEventSearch = require_event_search.serpapiEventSearch;
|
|
63
|
+
exports.serpapiFinanceSearch = require_finance_search.serpapiFinanceSearch;
|
|
64
|
+
exports.serpapiGetAvailableLocationOptionsForGoogleSearches = require_get_available_location_options_for_google_searches.serpapiGetAvailableLocationOptionsForGoogleSearches;
|
|
65
|
+
exports.serpapiGetFacebookProfile = require_get_facebook_profile.serpapiGetFacebookProfile;
|
|
66
|
+
exports.serpapiGetGoogleAboutThisResult = require_get_google_about_this_result.serpapiGetGoogleAboutThisResult;
|
|
67
|
+
exports.serpapiGetGoogleHotelsAutocompleteSuggestions = require_get_google_hotels_autocomplete_suggestions.serpapiGetGoogleHotelsAutocompleteSuggestions;
|
|
68
|
+
exports.serpapiGetGoogleImagesRelatedContent = require_get_google_images_related_content.serpapiGetGoogleImagesRelatedContent;
|
|
69
|
+
exports.serpapiGetGooglePatentDetails = require_get_google_patent_details.serpapiGetGooglePatentDetails;
|
|
70
|
+
exports.serpapiGetSearchArchive = require_get_search_archive.serpapiGetSearchArchive;
|
|
71
|
+
exports.serpapiGoogleDomainsList = require_google_domains_list.serpapiGoogleDomainsList;
|
|
72
|
+
exports.serpapiGoogleForumsSearch = require_google_forums_search.serpapiGoogleForumsSearch;
|
|
73
|
+
exports.serpapiGoogleJobsSearch = require_google_jobs_search.serpapiGoogleJobsSearch;
|
|
74
|
+
exports.serpapiGoogleLensSearch = require_google_lens_search.serpapiGoogleLensSearch;
|
|
75
|
+
exports.serpapiGoogleLightSearch = require_google_light_search.serpapiGoogleLightSearch;
|
|
76
|
+
exports.serpapiGoogleMapsPosts = require_google_maps_posts.serpapiGoogleMapsPosts;
|
|
77
|
+
exports.serpapiGoogleMapsSearch = require_google_maps_search.serpapiGoogleMapsSearch;
|
|
78
|
+
exports.serpapiGooglePlayProduct = require_google_play_product.serpapiGooglePlayProduct;
|
|
79
|
+
exports.serpapiGoogleScholarAuthor = require_google_scholar_author.serpapiGoogleScholarAuthor;
|
|
80
|
+
exports.serpapiGoogleScholarCite = require_google_scholar_cite.serpapiGoogleScholarCite;
|
|
81
|
+
exports.serpapiGoogleVideosLight = require_google_videos_light.serpapiGoogleVideosLight;
|
|
82
|
+
exports.serpapiHotelSearch = require_hotel_search.serpapiHotelSearch;
|
|
83
|
+
exports.serpapiImageSearch = require_image_search.serpapiImageSearch;
|
|
84
|
+
exports.serpapiNaverSearch = require_naver_search.serpapiNaverSearch;
|
|
85
|
+
exports.serpapiNewsSearch = require_news_search.serpapiNewsSearch;
|
|
86
|
+
exports.serpapiOpenTableReviews = require_open_table_reviews.serpapiOpenTableReviews;
|
|
87
|
+
exports.serpapiPlaySearch = require_play_search.serpapiPlaySearch;
|
|
88
|
+
exports.serpapiScholarSearch = require_scholar_search.serpapiScholarSearch;
|
|
89
|
+
exports.serpapiSearch = require_search.serpapiSearch;
|
|
90
|
+
exports.serpapiSearchAppleAppStore = require_search_apple_app_store.serpapiSearchAppleAppStore;
|
|
91
|
+
exports.serpapiSearchGoogleImagesLight = require_search_google_images_light.serpapiSearchGoogleImagesLight;
|
|
92
|
+
exports.serpapiSearchGoogleLocalServices = require_search_google_local_services.serpapiSearchGoogleLocalServices;
|
|
93
|
+
exports.serpapiSearchYelp = require_search_yelp.serpapiSearchYelp;
|
|
94
|
+
exports.serpapiShoppingSearch = require_shopping_search.serpapiShoppingSearch;
|
|
95
|
+
exports.serpapiTrendsSearch = require_trends_search.serpapiTrendsSearch;
|
|
96
|
+
exports.serpapiWalmartProductReviews = require_walmart_product_reviews.serpapiWalmartProductReviews;
|
|
97
|
+
exports.serpapiWalmartSearch = require_walmart_search.serpapiWalmartSearch;
|
|
98
|
+
exports.serpapiYahooSearch = require_yahoo_search.serpapiYahooSearch;
|
|
99
|
+
exports.serpapiYahooVideos = require_yahoo_videos.serpapiYahooVideos;
|
|
100
|
+
exports.serpapiYandexImagesSearch = require_yandex_images_search.serpapiYandexImagesSearch;
|
|
101
|
+
exports.serpapiYandexSearch = require_yandex_search.serpapiYandexSearch;
|
|
102
|
+
exports.serpapiYouTubeSearch = require_you_tube_search.serpapiYouTubeSearch;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { serpapiBaiduSearch } from "./actions/baidu-search.cjs";
|
|
2
|
+
import { serpapiBingMaps } from "./actions/bing-maps.cjs";
|
|
3
|
+
import { serpapiBingSearch } from "./actions/bing-search.cjs";
|
|
4
|
+
import { serpapiDuckDuckGoLightSearch } from "./actions/duck-duck-go-light-search.cjs";
|
|
5
|
+
import { serpapiDuckDuckGoMaps } from "./actions/duck-duck-go-maps.cjs";
|
|
6
|
+
import { serpapiDuckDuckGoSearch } from "./actions/duck-duck-go-search.cjs";
|
|
7
|
+
import { serpapiEbaySearch } from "./actions/ebay-search.cjs";
|
|
8
|
+
import { serpapiEventSearch } from "./actions/event-search.cjs";
|
|
9
|
+
import { serpapiFinanceSearch } from "./actions/finance-search.cjs";
|
|
10
|
+
import { serpapiGetAvailableLocationOptionsForGoogleSearches } from "./actions/get-available-location-options-for-google-searches.cjs";
|
|
11
|
+
import { serpapiGetFacebookProfile } from "./actions/get-facebook-profile.cjs";
|
|
12
|
+
import { serpapiGetGoogleAboutThisResult } from "./actions/get-google-about-this-result.cjs";
|
|
13
|
+
import { serpapiGetGoogleHotelsAutocompleteSuggestions } from "./actions/get-google-hotels-autocomplete-suggestions.cjs";
|
|
14
|
+
import { serpapiGetGoogleImagesRelatedContent } from "./actions/get-google-images-related-content.cjs";
|
|
15
|
+
import { serpapiGetGooglePatentDetails } from "./actions/get-google-patent-details.cjs";
|
|
16
|
+
import { serpapiGetSearchArchive } from "./actions/get-search-archive.cjs";
|
|
17
|
+
import { serpapiGoogleDomainsList } from "./actions/google-domains-list.cjs";
|
|
18
|
+
import { serpapiGoogleForumsSearch } from "./actions/google-forums-search.cjs";
|
|
19
|
+
import { serpapiGoogleJobsSearch } from "./actions/google-jobs-search.cjs";
|
|
20
|
+
import { serpapiGoogleLensSearch } from "./actions/google-lens-search.cjs";
|
|
21
|
+
import { serpapiGoogleLightSearch } from "./actions/google-light-search.cjs";
|
|
22
|
+
import { serpapiGoogleMapsPosts } from "./actions/google-maps-posts.cjs";
|
|
23
|
+
import { serpapiGoogleMapsSearch } from "./actions/google-maps-search.cjs";
|
|
24
|
+
import { serpapiGooglePlayProduct } from "./actions/google-play-product.cjs";
|
|
25
|
+
import { serpapiGoogleScholarAuthor } from "./actions/google-scholar-author.cjs";
|
|
26
|
+
import { serpapiGoogleScholarCite } from "./actions/google-scholar-cite.cjs";
|
|
27
|
+
import { serpapiGoogleVideosLight } from "./actions/google-videos-light.cjs";
|
|
28
|
+
import { serpapiHotelSearch } from "./actions/hotel-search.cjs";
|
|
29
|
+
import { serpapiImageSearch } from "./actions/image-search.cjs";
|
|
30
|
+
import { serpapiNaverSearch } from "./actions/naver-search.cjs";
|
|
31
|
+
import { serpapiNewsSearch } from "./actions/news-search.cjs";
|
|
32
|
+
import { serpapiOpenTableReviews } from "./actions/open-table-reviews.cjs";
|
|
33
|
+
import { serpapiPlaySearch } from "./actions/play-search.cjs";
|
|
34
|
+
import { serpapiScholarSearch } from "./actions/scholar-search.cjs";
|
|
35
|
+
import { serpapiSearch } from "./actions/search.cjs";
|
|
36
|
+
import { serpapiSearchAppleAppStore } from "./actions/search-apple-app-store.cjs";
|
|
37
|
+
import { serpapiSearchGoogleImagesLight } from "./actions/search-google-images-light.cjs";
|
|
38
|
+
import { serpapiSearchGoogleLocalServices } from "./actions/search-google-local-services.cjs";
|
|
39
|
+
import { serpapiSearchYelp } from "./actions/search-yelp.cjs";
|
|
40
|
+
import { serpapiShoppingSearch } from "./actions/shopping-search.cjs";
|
|
41
|
+
import { serpapiTrendsSearch } from "./actions/trends-search.cjs";
|
|
42
|
+
import { serpapiWalmartProductReviews } from "./actions/walmart-product-reviews.cjs";
|
|
43
|
+
import { serpapiWalmartSearch } from "./actions/walmart-search.cjs";
|
|
44
|
+
import { serpapiYahooSearch } from "./actions/yahoo-search.cjs";
|
|
45
|
+
import { serpapiYahooVideos } from "./actions/yahoo-videos.cjs";
|
|
46
|
+
import { serpapiYandexImagesSearch } from "./actions/yandex-images-search.cjs";
|
|
47
|
+
import { serpapiYandexSearch } from "./actions/yandex-search.cjs";
|
|
48
|
+
import { serpapiYouTubeSearch } from "./actions/you-tube-search.cjs";
|
|
49
|
+
import { serpapi } from "./app.cjs";
|
|
50
|
+
import { serpapiCatalog } from "./catalog.cjs";
|
|
51
|
+
export { serpapi, serpapiBaiduSearch, serpapiBingMaps, serpapiBingSearch, serpapiCatalog, serpapiDuckDuckGoLightSearch, serpapiDuckDuckGoMaps, serpapiDuckDuckGoSearch, serpapiEbaySearch, serpapiEventSearch, serpapiFinanceSearch, serpapiGetAvailableLocationOptionsForGoogleSearches, serpapiGetFacebookProfile, serpapiGetGoogleAboutThisResult, serpapiGetGoogleHotelsAutocompleteSuggestions, serpapiGetGoogleImagesRelatedContent, serpapiGetGooglePatentDetails, serpapiGetSearchArchive, serpapiGoogleDomainsList, serpapiGoogleForumsSearch, serpapiGoogleJobsSearch, serpapiGoogleLensSearch, serpapiGoogleLightSearch, serpapiGoogleMapsPosts, serpapiGoogleMapsSearch, serpapiGooglePlayProduct, serpapiGoogleScholarAuthor, serpapiGoogleScholarCite, serpapiGoogleVideosLight, serpapiHotelSearch, serpapiImageSearch, serpapiNaverSearch, serpapiNewsSearch, serpapiOpenTableReviews, serpapiPlaySearch, serpapiScholarSearch, serpapiSearch, serpapiSearchAppleAppStore, serpapiSearchGoogleImagesLight, serpapiSearchGoogleLocalServices, serpapiSearchYelp, serpapiShoppingSearch, serpapiTrendsSearch, serpapiWalmartProductReviews, serpapiWalmartSearch, serpapiYahooSearch, serpapiYahooVideos, serpapiYandexImagesSearch, serpapiYandexSearch, serpapiYouTubeSearch };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,3 +1,51 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { serpapiBaiduSearch } from "./actions/baidu-search.mjs";
|
|
2
|
+
import { serpapiBingMaps } from "./actions/bing-maps.mjs";
|
|
3
|
+
import { serpapiBingSearch } from "./actions/bing-search.mjs";
|
|
4
|
+
import { serpapiDuckDuckGoLightSearch } from "./actions/duck-duck-go-light-search.mjs";
|
|
5
|
+
import { serpapiDuckDuckGoMaps } from "./actions/duck-duck-go-maps.mjs";
|
|
6
|
+
import { serpapiDuckDuckGoSearch } from "./actions/duck-duck-go-search.mjs";
|
|
7
|
+
import { serpapiEbaySearch } from "./actions/ebay-search.mjs";
|
|
8
|
+
import { serpapiEventSearch } from "./actions/event-search.mjs";
|
|
9
|
+
import { serpapiFinanceSearch } from "./actions/finance-search.mjs";
|
|
10
|
+
import { serpapiGetAvailableLocationOptionsForGoogleSearches } from "./actions/get-available-location-options-for-google-searches.mjs";
|
|
11
|
+
import { serpapiGetFacebookProfile } from "./actions/get-facebook-profile.mjs";
|
|
12
|
+
import { serpapiGetGoogleAboutThisResult } from "./actions/get-google-about-this-result.mjs";
|
|
13
|
+
import { serpapiGetGoogleHotelsAutocompleteSuggestions } from "./actions/get-google-hotels-autocomplete-suggestions.mjs";
|
|
14
|
+
import { serpapiGetGoogleImagesRelatedContent } from "./actions/get-google-images-related-content.mjs";
|
|
15
|
+
import { serpapiGetGooglePatentDetails } from "./actions/get-google-patent-details.mjs";
|
|
16
|
+
import { serpapiGetSearchArchive } from "./actions/get-search-archive.mjs";
|
|
17
|
+
import { serpapiGoogleDomainsList } from "./actions/google-domains-list.mjs";
|
|
18
|
+
import { serpapiGoogleForumsSearch } from "./actions/google-forums-search.mjs";
|
|
19
|
+
import { serpapiGoogleJobsSearch } from "./actions/google-jobs-search.mjs";
|
|
20
|
+
import { serpapiGoogleLensSearch } from "./actions/google-lens-search.mjs";
|
|
21
|
+
import { serpapiGoogleLightSearch } from "./actions/google-light-search.mjs";
|
|
22
|
+
import { serpapiGoogleMapsPosts } from "./actions/google-maps-posts.mjs";
|
|
23
|
+
import { serpapiGoogleMapsSearch } from "./actions/google-maps-search.mjs";
|
|
24
|
+
import { serpapiGooglePlayProduct } from "./actions/google-play-product.mjs";
|
|
25
|
+
import { serpapiGoogleScholarAuthor } from "./actions/google-scholar-author.mjs";
|
|
26
|
+
import { serpapiGoogleScholarCite } from "./actions/google-scholar-cite.mjs";
|
|
27
|
+
import { serpapiGoogleVideosLight } from "./actions/google-videos-light.mjs";
|
|
28
|
+
import { serpapiHotelSearch } from "./actions/hotel-search.mjs";
|
|
29
|
+
import { serpapiImageSearch } from "./actions/image-search.mjs";
|
|
30
|
+
import { serpapiNaverSearch } from "./actions/naver-search.mjs";
|
|
31
|
+
import { serpapiNewsSearch } from "./actions/news-search.mjs";
|
|
32
|
+
import { serpapiOpenTableReviews } from "./actions/open-table-reviews.mjs";
|
|
33
|
+
import { serpapiPlaySearch } from "./actions/play-search.mjs";
|
|
34
|
+
import { serpapiScholarSearch } from "./actions/scholar-search.mjs";
|
|
35
|
+
import { serpapiSearch } from "./actions/search.mjs";
|
|
36
|
+
import { serpapiSearchAppleAppStore } from "./actions/search-apple-app-store.mjs";
|
|
37
|
+
import { serpapiSearchGoogleImagesLight } from "./actions/search-google-images-light.mjs";
|
|
38
|
+
import { serpapiSearchGoogleLocalServices } from "./actions/search-google-local-services.mjs";
|
|
39
|
+
import { serpapiSearchYelp } from "./actions/search-yelp.mjs";
|
|
40
|
+
import { serpapiShoppingSearch } from "./actions/shopping-search.mjs";
|
|
41
|
+
import { serpapiTrendsSearch } from "./actions/trends-search.mjs";
|
|
42
|
+
import { serpapiWalmartProductReviews } from "./actions/walmart-product-reviews.mjs";
|
|
43
|
+
import { serpapiWalmartSearch } from "./actions/walmart-search.mjs";
|
|
44
|
+
import { serpapiYahooSearch } from "./actions/yahoo-search.mjs";
|
|
45
|
+
import { serpapiYahooVideos } from "./actions/yahoo-videos.mjs";
|
|
46
|
+
import { serpapiYandexImagesSearch } from "./actions/yandex-images-search.mjs";
|
|
47
|
+
import { serpapiYandexSearch } from "./actions/yandex-search.mjs";
|
|
48
|
+
import { serpapiYouTubeSearch } from "./actions/you-tube-search.mjs";
|
|
49
|
+
import { serpapi } from "./app.mjs";
|
|
50
|
+
import { serpapiCatalog } from "./catalog.mjs";
|
|
51
|
+
export { serpapi, serpapiBaiduSearch, serpapiBingMaps, serpapiBingSearch, serpapiCatalog, serpapiDuckDuckGoLightSearch, serpapiDuckDuckGoMaps, serpapiDuckDuckGoSearch, serpapiEbaySearch, serpapiEventSearch, serpapiFinanceSearch, serpapiGetAvailableLocationOptionsForGoogleSearches, serpapiGetFacebookProfile, serpapiGetGoogleAboutThisResult, serpapiGetGoogleHotelsAutocompleteSuggestions, serpapiGetGoogleImagesRelatedContent, serpapiGetGooglePatentDetails, serpapiGetSearchArchive, serpapiGoogleDomainsList, serpapiGoogleForumsSearch, serpapiGoogleJobsSearch, serpapiGoogleLensSearch, serpapiGoogleLightSearch, serpapiGoogleMapsPosts, serpapiGoogleMapsSearch, serpapiGooglePlayProduct, serpapiGoogleScholarAuthor, serpapiGoogleScholarCite, serpapiGoogleVideosLight, serpapiHotelSearch, serpapiImageSearch, serpapiNaverSearch, serpapiNewsSearch, serpapiOpenTableReviews, serpapiPlaySearch, serpapiScholarSearch, serpapiSearch, serpapiSearchAppleAppStore, serpapiSearchGoogleImagesLight, serpapiSearchGoogleLocalServices, serpapiSearchYelp, serpapiShoppingSearch, serpapiTrendsSearch, serpapiWalmartProductReviews, serpapiWalmartSearch, serpapiYahooSearch, serpapiYahooVideos, serpapiYandexImagesSearch, serpapiYandexSearch, serpapiYouTubeSearch };
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,52 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { serpapi } from "./app.mjs";
|
|
2
|
+
import { serpapiCatalog } from "./catalog.mjs";
|
|
3
|
+
import { serpapiBaiduSearch } from "./actions/baidu-search.mjs";
|
|
4
|
+
import { serpapiBingMaps } from "./actions/bing-maps.mjs";
|
|
5
|
+
import { serpapiBingSearch } from "./actions/bing-search.mjs";
|
|
6
|
+
import { serpapiDuckDuckGoLightSearch } from "./actions/duck-duck-go-light-search.mjs";
|
|
7
|
+
import { serpapiDuckDuckGoMaps } from "./actions/duck-duck-go-maps.mjs";
|
|
8
|
+
import { serpapiDuckDuckGoSearch } from "./actions/duck-duck-go-search.mjs";
|
|
9
|
+
import { serpapiEbaySearch } from "./actions/ebay-search.mjs";
|
|
10
|
+
import { serpapiEventSearch } from "./actions/event-search.mjs";
|
|
11
|
+
import { serpapiFinanceSearch } from "./actions/finance-search.mjs";
|
|
12
|
+
import { serpapiGetAvailableLocationOptionsForGoogleSearches } from "./actions/get-available-location-options-for-google-searches.mjs";
|
|
13
|
+
import { serpapiGetFacebookProfile } from "./actions/get-facebook-profile.mjs";
|
|
14
|
+
import { serpapiGetGoogleAboutThisResult } from "./actions/get-google-about-this-result.mjs";
|
|
15
|
+
import { serpapiGetGoogleHotelsAutocompleteSuggestions } from "./actions/get-google-hotels-autocomplete-suggestions.mjs";
|
|
16
|
+
import { serpapiGetGoogleImagesRelatedContent } from "./actions/get-google-images-related-content.mjs";
|
|
17
|
+
import { serpapiGetGooglePatentDetails } from "./actions/get-google-patent-details.mjs";
|
|
18
|
+
import { serpapiGetSearchArchive } from "./actions/get-search-archive.mjs";
|
|
19
|
+
import { serpapiGoogleDomainsList } from "./actions/google-domains-list.mjs";
|
|
20
|
+
import { serpapiGoogleForumsSearch } from "./actions/google-forums-search.mjs";
|
|
21
|
+
import { serpapiGoogleJobsSearch } from "./actions/google-jobs-search.mjs";
|
|
22
|
+
import { serpapiGoogleLensSearch } from "./actions/google-lens-search.mjs";
|
|
23
|
+
import { serpapiGoogleLightSearch } from "./actions/google-light-search.mjs";
|
|
24
|
+
import { serpapiGoogleMapsPosts } from "./actions/google-maps-posts.mjs";
|
|
25
|
+
import { serpapiGoogleMapsSearch } from "./actions/google-maps-search.mjs";
|
|
26
|
+
import { serpapiGooglePlayProduct } from "./actions/google-play-product.mjs";
|
|
27
|
+
import { serpapiGoogleScholarAuthor } from "./actions/google-scholar-author.mjs";
|
|
28
|
+
import { serpapiGoogleScholarCite } from "./actions/google-scholar-cite.mjs";
|
|
29
|
+
import { serpapiGoogleVideosLight } from "./actions/google-videos-light.mjs";
|
|
30
|
+
import { serpapiHotelSearch } from "./actions/hotel-search.mjs";
|
|
31
|
+
import { serpapiImageSearch } from "./actions/image-search.mjs";
|
|
32
|
+
import { serpapiNaverSearch } from "./actions/naver-search.mjs";
|
|
33
|
+
import { serpapiNewsSearch } from "./actions/news-search.mjs";
|
|
34
|
+
import { serpapiOpenTableReviews } from "./actions/open-table-reviews.mjs";
|
|
35
|
+
import { serpapiPlaySearch } from "./actions/play-search.mjs";
|
|
36
|
+
import { serpapiScholarSearch } from "./actions/scholar-search.mjs";
|
|
37
|
+
import { serpapiSearch } from "./actions/search.mjs";
|
|
38
|
+
import { serpapiSearchAppleAppStore } from "./actions/search-apple-app-store.mjs";
|
|
39
|
+
import { serpapiSearchGoogleImagesLight } from "./actions/search-google-images-light.mjs";
|
|
40
|
+
import { serpapiSearchGoogleLocalServices } from "./actions/search-google-local-services.mjs";
|
|
41
|
+
import { serpapiSearchYelp } from "./actions/search-yelp.mjs";
|
|
42
|
+
import { serpapiShoppingSearch } from "./actions/shopping-search.mjs";
|
|
43
|
+
import { serpapiTrendsSearch } from "./actions/trends-search.mjs";
|
|
44
|
+
import { serpapiWalmartProductReviews } from "./actions/walmart-product-reviews.mjs";
|
|
45
|
+
import { serpapiWalmartSearch } from "./actions/walmart-search.mjs";
|
|
46
|
+
import { serpapiYahooSearch } from "./actions/yahoo-search.mjs";
|
|
47
|
+
import { serpapiYahooVideos } from "./actions/yahoo-videos.mjs";
|
|
48
|
+
import { serpapiYandexImagesSearch } from "./actions/yandex-images-search.mjs";
|
|
49
|
+
import { serpapiYandexSearch } from "./actions/yandex-search.mjs";
|
|
50
|
+
import { serpapiYouTubeSearch } from "./actions/you-tube-search.mjs";
|
|
51
|
+
import "./actions/index.mjs";
|
|
52
|
+
export { serpapi, serpapiBaiduSearch, serpapiBingMaps, serpapiBingSearch, serpapiCatalog, serpapiDuckDuckGoLightSearch, serpapiDuckDuckGoMaps, serpapiDuckDuckGoSearch, serpapiEbaySearch, serpapiEventSearch, serpapiFinanceSearch, serpapiGetAvailableLocationOptionsForGoogleSearches, serpapiGetFacebookProfile, serpapiGetGoogleAboutThisResult, serpapiGetGoogleHotelsAutocompleteSuggestions, serpapiGetGoogleImagesRelatedContent, serpapiGetGooglePatentDetails, serpapiGetSearchArchive, serpapiGoogleDomainsList, serpapiGoogleForumsSearch, serpapiGoogleJobsSearch, serpapiGoogleLensSearch, serpapiGoogleLightSearch, serpapiGoogleMapsPosts, serpapiGoogleMapsSearch, serpapiGooglePlayProduct, serpapiGoogleScholarAuthor, serpapiGoogleScholarCite, serpapiGoogleVideosLight, serpapiHotelSearch, serpapiImageSearch, serpapiNaverSearch, serpapiNewsSearch, serpapiOpenTableReviews, serpapiPlaySearch, serpapiScholarSearch, serpapiSearch, serpapiSearchAppleAppStore, serpapiSearchGoogleImagesLight, serpapiSearchGoogleLocalServices, serpapiSearchYelp, serpapiShoppingSearch, serpapiTrendsSearch, serpapiWalmartProductReviews, serpapiWalmartSearch, serpapiYahooSearch, serpapiYahooVideos, serpapiYandexImagesSearch, serpapiYandexSearch, serpapiYouTubeSearch };
|
package/package.json
CHANGED
|
@@ -1,73 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/serpapi",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/serpapi"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
5
16
|
"sideEffects": false,
|
|
6
17
|
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
7
21
|
"exports": {
|
|
8
22
|
".": {
|
|
9
23
|
"types": "./dist/index.d.mts",
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
"./credential-sets": {
|
|
13
|
-
"types": "./dist/credential-sets/index.d.mts",
|
|
14
|
-
"default": "./dist/credential-sets/index.mjs"
|
|
15
|
-
},
|
|
16
|
-
"./operations": {
|
|
17
|
-
"types": "./dist/operations/index.d.mts",
|
|
18
|
-
"default": "./dist/operations/index.mjs"
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
19
26
|
},
|
|
20
|
-
"./
|
|
21
|
-
"types": "./dist/
|
|
22
|
-
"
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
23
31
|
}
|
|
24
32
|
},
|
|
25
|
-
"files": [
|
|
26
|
-
"dist",
|
|
27
|
-
"README.md",
|
|
28
|
-
"LICENSE"
|
|
29
|
-
],
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"serpapi": "^2.2.1",
|
|
32
|
-
"zod": "^4.3.6"
|
|
33
|
-
},
|
|
34
33
|
"peerDependencies": {
|
|
35
|
-
"@keystrokehq/
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"@keystrokehq/test-utils": "0.0.0",
|
|
44
|
-
"@keystrokehq/typescript-config": "0.0.0",
|
|
45
|
-
"@keystrokehq/integration-authoring": "0.0.9"
|
|
46
|
-
},
|
|
47
|
-
"keywords": [
|
|
48
|
-
"serpapi",
|
|
49
|
-
"web-search",
|
|
50
|
-
"google",
|
|
51
|
-
"bing",
|
|
52
|
-
"keystroke",
|
|
53
|
-
"integration"
|
|
54
|
-
],
|
|
55
|
-
"repository": {
|
|
56
|
-
"type": "git",
|
|
57
|
-
"url": "https://github.com/keystrokehq/integrations",
|
|
58
|
-
"directory": "integrations/serpapi"
|
|
59
|
-
},
|
|
60
|
-
"license": "MIT",
|
|
61
|
-
"publishConfig": {
|
|
62
|
-
"access": "public",
|
|
63
|
-
"registry": "https://registry.npmjs.org/"
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
64
43
|
},
|
|
65
44
|
"scripts": {
|
|
66
45
|
"build": "tsdown",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"lint:fix": "biome check --write .",
|
|
70
|
-
"test:unit": "vitest run --passWithNoTests --project unit",
|
|
71
|
-
"test:int": "vitest run --passWithNoTests --project int"
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
72
48
|
}
|
|
73
49
|
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Buster
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { $ as googlePatentsOperation, $t as appleProductOperation, A as googleVideosLightOperation, At as googleAutocompleteOperation, B as googleSearchOperation, Bt as duckduckgoMapsOperation, C as opentableReviewsOperation, Ct as googleHotelsOperation, D as homeDepotSearchOperation, Dt as googleFinanceMarketsOperation, E as serpApiLocationsOperation, Et as googleFlightsOperation, F as googleTrendsOperation, Ft as ebaySearchOperation, G as googleReverseImageOperation, Gt as bingSearchOperation, H as googleScholarCiteOperation, Ht as braveAiModeOperation, I as googleTravelExploreOperation, It as ebayProductOperation, J as googlePlayMoviesOperation, Jt as bingMapsOperation, K as googleRelatedQuestionsOperation, Kt as bingReverseImageOperation, L as googleShortVideosOperation, Lt as duckduckgoSearchAssistOperation, M as googleTrendsTrendingNowOperation, Mt as googleAiModeOperation, N as googleTrendsNewsOperation, Nt as googleAdsTransparencyOperation, O as homeDepotProductReviewsOperation, Ot as googleFinanceOperation, P as googleTrendsAutocompleteOperation, Pt as facebookProfileOperation, Q as googlePatentsDetailsOperation, Qt as appleReviewsOperation, R as googleShoppingLightOperation, Rt as duckduckgoSearchOperation, S as serpApiSearchArchiveOperation, St as googleHotelsAutocompleteOperation, T as naverAiOverviewOperation, Tt as googleFlightsAutocompleteOperation, U as googleScholarAuthorOperation, Ut as bingVideosOperation, V as googleScholarProfilesOperation, Vt as duckduckgoLightOperation, W as googleScholarOperation, Wt as bingShoppingOperation, X as googlePlayBooksOperation, Xt as bingCopilotOperation, Y as googlePlayGamesOperation, Yt as bingImagesOperation, Z as googlePlayOperation, Zt as baiduSearchOperation, _ as walmartProductOperation, _t as googleImagesRelatedOperation, a as yelpReviewsOperation, at as googleMapsPhotoMetaOperation, b as tripadvisorPlaceOperation, bt as googleHotelsReviewsOperation, c as yandexSearchOperation, ct as googleMapsAutocompleteOperation, d as yahooShoppingOperation, dt as googleLocalOperation, en as appleAppStoreOperation, et as googleNewsLightOperation, f as yahooSearchOperation, ft as googleLightSearchOperation, g as walmartProductReviewsOperation, gt as googleImmersiveProductOperation, h as walmartProductSellersOperation, ht as googleJobsOperation, i as yelpSearchOperation, it as googleMapsPhotosOperation, j as googleVideosOperation, jt as googleAiOverviewOperation, k as homeDepotProductOperation, kt as googleEventsOperation, l as yandexImagesOperation, lt as googleMapsOperation, m as walmartSearchOperation, mt as googleJobsListingOperation, n as youtubeVideoOperation, nn as amazonProductOperation, nt as googleMapsReviewsOperation, o as yelpPlaceOperation, ot as googleMapsDirectionsOperation, p as yahooImagesOperation, pt as googleLensOperation, q as googlePlayProductOperation, qt as bingNewsOperation, r as youtubeSearchOperation, rn as serpApiAccountOperation, rt as googleMapsPostsOperation, s as yandexVideosOperation, st as googleMapsContributorReviewsOperation, t as youtubeVideoTranscriptOperation, tn as amazonSearchOperation, tt as googleNewsOperation, u as yahooVideosOperation, ut as googleLocalServicesOperation, v as tripadvisorSearchOperation, vt as googleImagesLightOperation, w as naverSearchOperation, wt as googleForumsOperation, x as serpApiSearchIndexOperation, xt as googleHotelsPhotosOperation, y as tripadvisorReviewsOperation, yt as googleImagesOperation, z as googleShoppingOperation, zt as duckduckgoNewsOperation } from "../youtube-video-transcript.operation-IqJOT2iH.mjs";
|
|
2
|
-
export { amazonProductOperation, amazonProductOperation as amazonProductTool, amazonSearchOperation, amazonSearchOperation as amazonSearchTool, appleAppStoreOperation, appleAppStoreOperation as appleAppStoreTool, appleProductOperation, appleProductOperation as appleProductTool, appleReviewsOperation, appleReviewsOperation as appleReviewsTool, baiduSearchOperation, baiduSearchOperation as baiduSearchTool, bingCopilotOperation, bingCopilotOperation as bingCopilotTool, bingImagesOperation, bingImagesOperation as bingImagesTool, bingMapsOperation, bingMapsOperation as bingMapsTool, bingNewsOperation, bingNewsOperation as bingNewsTool, bingReverseImageOperation, bingReverseImageOperation as bingReverseImageTool, bingSearchOperation, bingSearchOperation as bingSearchTool, bingShoppingOperation, bingShoppingOperation as bingShoppingTool, bingVideosOperation, bingVideosOperation as bingVideosTool, braveAiModeOperation, braveAiModeOperation as braveAiModeTool, duckduckgoLightOperation, duckduckgoLightOperation as duckduckgoLightTool, duckduckgoMapsOperation, duckduckgoMapsOperation as duckduckgoMapsTool, duckduckgoNewsOperation, duckduckgoNewsOperation as duckduckgoNewsTool, duckduckgoSearchAssistOperation, duckduckgoSearchAssistOperation as duckduckgoSearchAssistTool, duckduckgoSearchOperation, duckduckgoSearchOperation as duckduckgoSearchTool, ebayProductOperation, ebayProductOperation as ebayProductTool, ebaySearchOperation, ebaySearchOperation as ebaySearchTool, facebookProfileOperation, facebookProfileOperation as facebookProfileTool, googleAdsTransparencyOperation, googleAdsTransparencyOperation as googleAdsTransparencyTool, googleAiModeOperation, googleAiModeOperation as googleAiModeTool, googleAiOverviewOperation, googleAiOverviewOperation as googleAiOverviewTool, googleAutocompleteOperation, googleAutocompleteOperation as googleAutocompleteTool, googleEventsOperation, googleEventsOperation as googleEventsTool, googleFinanceMarketsOperation, googleFinanceMarketsOperation as googleFinanceMarketsTool, googleFinanceOperation, googleFinanceOperation as googleFinanceTool, googleFlightsAutocompleteOperation, googleFlightsAutocompleteOperation as googleFlightsAutocompleteTool, googleFlightsOperation, googleFlightsOperation as googleFlightsTool, googleForumsOperation, googleForumsOperation as googleForumsTool, googleHotelsAutocompleteOperation, googleHotelsAutocompleteOperation as googleHotelsAutocompleteTool, googleHotelsOperation, googleHotelsOperation as googleHotelsTool, googleHotelsPhotosOperation, googleHotelsPhotosOperation as googleHotelsPhotosTool, googleHotelsReviewsOperation, googleHotelsReviewsOperation as googleHotelsReviewsTool, googleImagesLightOperation, googleImagesLightOperation as googleImagesLightTool, googleImagesOperation, googleImagesOperation as googleImagesTool, googleImagesRelatedOperation, googleImagesRelatedOperation as googleImagesRelatedTool, googleImmersiveProductOperation, googleImmersiveProductOperation as googleImmersiveProductTool, googleJobsListingOperation, googleJobsListingOperation as googleJobsListingTool, googleJobsOperation, googleJobsOperation as googleJobsTool, googleLensOperation, googleLensOperation as googleLensTool, googleLightSearchOperation, googleLightSearchOperation as googleLightSearchTool, googleLocalOperation, googleLocalOperation as googleLocalTool, googleLocalServicesOperation, googleLocalServicesOperation as googleLocalServicesTool, googleMapsAutocompleteOperation, googleMapsAutocompleteOperation as googleMapsAutocompleteTool, googleMapsContributorReviewsOperation, googleMapsContributorReviewsOperation as googleMapsContributorReviewsTool, googleMapsDirectionsOperation, googleMapsDirectionsOperation as googleMapsDirectionsTool, googleMapsOperation, googleMapsOperation as googleMapsTool, googleMapsPhotoMetaOperation, googleMapsPhotoMetaOperation as googleMapsPhotoMetaTool, googleMapsPhotosOperation, googleMapsPhotosOperation as googleMapsPhotosTool, googleMapsPostsOperation, googleMapsPostsOperation as googleMapsPostsTool, googleMapsReviewsOperation, googleMapsReviewsOperation as googleMapsReviewsTool, googleNewsLightOperation, googleNewsLightOperation as googleNewsLightTool, googleNewsOperation, googleNewsOperation as googleNewsTool, googlePatentsDetailsOperation, googlePatentsDetailsOperation as googlePatentsDetailsTool, googlePatentsOperation, googlePatentsOperation as googlePatentsTool, googlePlayBooksOperation, googlePlayBooksOperation as googlePlayBooksTool, googlePlayGamesOperation, googlePlayGamesOperation as googlePlayGamesTool, googlePlayMoviesOperation, googlePlayMoviesOperation as googlePlayMoviesTool, googlePlayOperation, googlePlayOperation as googlePlayTool, googlePlayProductOperation, googlePlayProductOperation as googlePlayProductTool, googleRelatedQuestionsOperation, googleRelatedQuestionsOperation as googleRelatedQuestionsTool, googleReverseImageOperation, googleReverseImageOperation as googleReverseImageTool, googleScholarAuthorOperation, googleScholarAuthorOperation as googleScholarAuthorTool, googleScholarCiteOperation, googleScholarCiteOperation as googleScholarCiteTool, googleScholarOperation, googleScholarOperation as googleScholarTool, googleScholarProfilesOperation, googleScholarProfilesOperation as googleScholarProfilesTool, googleSearchOperation, googleSearchOperation as googleSearchTool, googleShoppingLightOperation, googleShoppingLightOperation as googleShoppingLightTool, googleShoppingOperation, googleShoppingOperation as googleShoppingTool, googleShortVideosOperation, googleShortVideosOperation as googleShortVideosTool, googleTravelExploreOperation, googleTravelExploreOperation as googleTravelExploreTool, googleTrendsAutocompleteOperation, googleTrendsAutocompleteOperation as googleTrendsAutocompleteTool, googleTrendsNewsOperation, googleTrendsNewsOperation as googleTrendsNewsTool, googleTrendsOperation, googleTrendsOperation as googleTrendsTool, googleTrendsTrendingNowOperation, googleTrendsTrendingNowOperation as googleTrendsTrendingNowTool, googleVideosLightOperation, googleVideosLightOperation as googleVideosLightTool, googleVideosOperation, googleVideosOperation as googleVideosTool, homeDepotProductOperation, homeDepotProductOperation as homeDepotProductTool, homeDepotProductReviewsOperation, homeDepotProductReviewsOperation as homeDepotProductReviewsTool, homeDepotSearchOperation, homeDepotSearchOperation as homeDepotSearchTool, naverAiOverviewOperation, naverAiOverviewOperation as naverAiOverviewTool, naverSearchOperation, naverSearchOperation as naverSearchTool, opentableReviewsOperation, opentableReviewsOperation as opentableReviewsTool, serpApiAccountOperation, serpApiAccountOperation as serpApiAccountTool, serpApiLocationsOperation, serpApiLocationsOperation as serpApiLocationsTool, serpApiSearchArchiveOperation, serpApiSearchArchiveOperation as serpApiSearchArchiveTool, serpApiSearchIndexOperation, serpApiSearchIndexOperation as serpApiSearchIndexTool, tripadvisorPlaceOperation, tripadvisorPlaceOperation as tripadvisorPlaceTool, tripadvisorReviewsOperation, tripadvisorReviewsOperation as tripadvisorReviewsTool, tripadvisorSearchOperation, tripadvisorSearchOperation as tripadvisorSearchTool, walmartProductOperation, walmartProductOperation as walmartProductTool, walmartProductReviewsOperation, walmartProductReviewsOperation as walmartProductReviewsTool, walmartProductSellersOperation, walmartProductSellersOperation as walmartProductSellersTool, walmartSearchOperation, walmartSearchOperation as walmartSearchTool, yahooImagesOperation, yahooImagesOperation as yahooImagesTool, yahooSearchOperation, yahooSearchOperation as yahooSearchTool, yahooShoppingOperation, yahooShoppingOperation as yahooShoppingTool, yahooVideosOperation, yahooVideosOperation as yahooVideosTool, yandexImagesOperation, yandexImagesOperation as yandexImagesTool, yandexSearchOperation, yandexSearchOperation as yandexSearchTool, yandexVideosOperation, yandexVideosOperation as yandexVideosTool, yelpPlaceOperation, yelpPlaceOperation as yelpPlaceTool, yelpReviewsOperation, yelpReviewsOperation as yelpReviewsTool, yelpSearchOperation, yelpSearchOperation as yelpSearchTool, youtubeSearchOperation, youtubeSearchOperation as youtubeSearchTool, youtubeVideoOperation, youtubeVideoOperation as youtubeVideoTool, youtubeVideoTranscriptOperation, youtubeVideoTranscriptOperation as youtubeVideoTranscriptTool };
|