Releases: serpapi/serpapi-search-tools-python
Release list
Release v0.2.0
Changelog
-
Added
result_limitto every search tool. It limits each top-level result list independently in compact and full modes. The limit is applied after SerpApi returns the response, so it does not change the number of results requested from the engine. Setresult_limit=Noneto retain every returned result. -
Previously, compact mode had a non-configurable result limit for all tools and engines. This is now configurable via
result_limitargument of all search tools. -
Defaults:
Tool Default result_limitweb_search10news_search20maps_search10images_search50shopping_search60videos_search10hotels_search20flights_search10per flight listtravel_explore_search50 -
Refined compact responses to reduce context usage and keep tool output lightweight by removing redundant fields while preserving useful result data, including product links and Amazon alternative-offer links.
-
Expanded compact mode to retain engine-specific results such as Bing Copilot answers and all YouTube result types. Multi-list responses are limited independently without truncating nested data such as flight legs, hotel amenities, or product offers.
Release v0.1.1
What's Changed
- Improved tool descriptions and argument descriptions in travel-related tools
Release v0.1.0
- Initial release of
serpapi-search-toolsPython package