@@ -50,11 +50,18 @@ Alternatively, you can search:
5050- Bing using BingSearch class
5151- Baidu using BaiduSearch class
5252- Yahoo using YahooSearch class
53+ - duckduckgo using DuckDuckGoSearch class
5354- Ebay using EbaySearch class
5455- Yandex using YandexSearch class
5556- HomeDepot using HomeDepotSearch class
5657- GoogleScholar using GoogleScholarSearch class
5758
59+ - youtube using YoutubeSearch class
60+ - walmart using WalmartSearch
61+ - apple_app_store using AppleAppStoreSearch class
62+ - naver using NaverSearch class
63+
64+
5865See the [ playground to generate your code.] ( https://serpapi.com/playground )
5966
6067## Summary
@@ -546,34 +553,56 @@ In some case, there is more details availabel in the data object.
546553If it's client error, then a SerpApiClientException is raised.
547554
548555## Change log
556+ 2021-12-22 @ 2.5.1
557+ - add more search engine
558+ - youtube
559+ - walmart
560+ - apple_app_store
561+ - naver
562+
563+ 2021-09-12 @ 2.5.0
564+ - Fix pagination to support all search engine
565+ - Add duckduckgo support
566+ - Move constant to one file
567+
5495682021-09-01 @ 2.4.1
550569 - raise SerpApiClientException instead of raw string in order to follow Python guideline 3.5+
551570 - add more unit error tests for serp_api_client
571+
5525722021-07-26 @ 2.4.0
553573 - add page size support using num parameter
554574 - add youtube search engine
575+
5555762021-06-05 @ 2.3.0
556577 - add pagination support
578+
5575792021-04-28 @ 2.2.0
558580 - add get_response method to provide raw requests.Response object
581+
5595822021-04-04 @ 2.1.0
560583 - Add home depot search engine
561584 - get_object() returns dynamic Python object
585+
5625862020-10-26 @ 2.0.0
563587 - Reduce class name to <engine >Search
564588 - Add get_raw_json
589+
5655902020-06-30 @ 1.8.3
566591 - simplify import
567592 - improve package for python 3.5+
568593 - add support for python 3.5 and 3.6
594+
5695952020-03-25 @ 1.8
570596 - add support for Yandex, Yahoo, Ebay
571597 - clean-up test
598+
5725992019-11-10 @ 1.7.1
573600 - increase engine parameter priority over engine value set in the class
601+
5746022019-09-12 @ 1.7
575603 - Change namespace "from lib." instead: "from serpapi import GoogleSearch"
576604 - Support for Bing and Baidu
605+
5776062019-06-25 @ 1.6
578607 - New search engine supported: Baidu and Bing
579608
0 commit comments