@@ -67,8 +67,7 @@ results = client.search({
6767 ' q' : ' coffee' ,
6868})
6969```
70- - test: [ tests/example_search_bing_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_bing_test.py )
71- - see: [ serpapi.com/bing-search-api] ( https://serpapi.com/bing-search-api )
70+ - API Documentation: [ serpapi.com/bing-search-api] ( https://serpapi.com/bing-search-api )
7271
7372### Search Baidu
7473``` python
@@ -81,8 +80,7 @@ results = client.search({
8180 ' q' : ' coffee' ,
8281})
8382```
84- - test: [ tests/example_search_baidu_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_baidu_test.py )
85- - see: [ serpapi.com/baidu-search-api] ( https://serpapi.com/baidu-search-api )
83+ - API Documentation: [ serpapi.com/baidu-search-api] ( https://serpapi.com/baidu-search-api )
8684
8785### Search Yahoo
8886``` python
@@ -95,8 +93,7 @@ results = client.search({
9593 ' p' : ' coffee' ,
9694})
9795```
98- - test: [ tests/example_search_yahoo_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_yahoo_test.py )
99- - see: [ serpapi.com/yahoo-search-api] ( https://serpapi.com/yahoo-search-api )
96+ - API Documentation: [ serpapi.com/yahoo-search-api] ( https://serpapi.com/yahoo-search-api )
10097
10198### Search YouTube
10299``` python
@@ -109,8 +106,7 @@ results = client.search({
109106 ' search_query' : ' coffee' ,
110107})
111108```
112- - test: [ tests/example_search_youtube_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_youtube_test.py )
113- - see: [ serpapi.com/youtube-search-api] ( https://serpapi.com/youtube-search-api )
109+ - API Documentation: [ serpapi.com/youtube-search-api] ( https://serpapi.com/youtube-search-api )
114110
115111### Search Walmart
116112``` python
@@ -123,8 +119,7 @@ results = client.search({
123119 ' query' : ' coffee' ,
124120})
125121```
126- - test: [ tests/example_search_walmart_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_walmart_test.py )
127- - see: [ serpapi.com/walmart-search-api] ( https://serpapi.com/walmart-search-api )
122+ - API Documentation: [ serpapi.com/walmart-search-api] ( https://serpapi.com/walmart-search-api )
128123
129124### Search eBay
130125``` python
@@ -137,8 +132,7 @@ results = client.search({
137132 ' _nkw' : ' coffee' ,
138133})
139134```
140- - test: [ tests/example_search_ebay_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_ebay_test.py )
141- - see: [ serpapi.com/ebay-search-api] ( https://serpapi.com/ebay-search-api )
135+ - API Documentation: [ serpapi.com/ebay-search-api] ( https://serpapi.com/ebay-search-api )
142136
143137### Search Naver
144138``` python
@@ -151,8 +145,7 @@ results = client.search({
151145 ' query' : ' coffee' ,
152146})
153147```
154- - test: [ tests/example_search_naver_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_naver_test.py )
155- - see: [ serpapi.com/naver-search-api] ( https://serpapi.com/naver-search-api )
148+ - API Documentation: [ serpapi.com/naver-search-api] ( https://serpapi.com/naver-search-api )
156149
157150### Search Home Depot
158151``` python
@@ -165,8 +158,7 @@ results = client.search({
165158 ' q' : ' table' ,
166159})
167160```
168- - test: [ tests/example_search_home_depot_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_home_depot_test.py )
169- - see: [ serpapi.com/home-depot-search-api] ( https://serpapi.com/home-depot-search-api )
161+ - API Documentation: [ serpapi.com/home-depot-search-api] ( https://serpapi.com/home-depot-search-api )
170162
171163### Search Apple App Store
172164``` python
@@ -179,8 +171,7 @@ results = client.search({
179171 ' term' : ' coffee' ,
180172})
181173```
182- - test: [ tests/example_search_apple_app_store_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_apple_app_store_test.py )
183- - see: [ serpapi.com/apple-app-store] ( https://serpapi.com/apple-app-store )
174+ - API Documentation: [ serpapi.com/apple-app-store] ( https://serpapi.com/apple-app-store )
184175
185176### Search DuckDuckGo
186177``` python
@@ -193,8 +184,7 @@ results = client.search({
193184 ' q' : ' coffee' ,
194185})
195186```
196- - test: [ tests/example_search_duckduckgo_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_duckduckgo_test.py )
197- - see: [ serpapi.com/duckduckgo-search-api] ( https://serpapi.com/duckduckgo-search-api )
187+ - API Documentation: [ serpapi.com/duckduckgo-search-api] ( https://serpapi.com/duckduckgo-search-api )
198188
199189### Search Google
200190``` python
@@ -208,8 +198,7 @@ results = client.search({
208198 ' engine' : ' google' ,
209199})
210200```
211- - test: [ tests/example_search_google_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_test.py )
212- - see: [ serpapi.com/search-api] ( https://serpapi.com/search-api )
201+ - API Documentation: [ serpapi.com/search-api] ( https://serpapi.com/search-api )
213202
214203### Search Google Scholar
215204``` python
@@ -222,8 +211,7 @@ results = client.search({
222211 ' q' : ' coffee' ,
223212})
224213```
225- - test: [ tests/example_search_google_scholar_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_scholar_test.py )
226- - see: [ serpapi.com/google-scholar-api] ( https://serpapi.com/google-scholar-api )
214+ - API Documentation: [ serpapi.com/google-scholar-api] ( https://serpapi.com/google-scholar-api )
227215
228216### Search Google Autocomplete
229217``` python
@@ -236,8 +224,7 @@ results = client.search({
236224 ' q' : ' coffee' ,
237225})
238226```
239- - test: [ tests/example_search_google_autocomplete_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_autocomplete_test.py )
240- - see: [ serpapi.com/google-autocomplete-api] ( https://serpapi.com/google-autocomplete-api )
227+ - API Documentation: [ serpapi.com/google-autocomplete-api] ( https://serpapi.com/google-autocomplete-api )
241228
242229### Search Google Product
243230``` python
@@ -251,8 +238,7 @@ results = client.search({
251238 ' product_id' : ' 4887235756540435899' ,
252239})
253240```
254- - test: [ tests/example_search_google_product_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_product_test.py )
255- - ee: [ serpapi.com/google-product-api] ( https://serpapi.com/google-product-api )
241+ - API Documentation: [ serpapi.com/google-product-api] ( https://serpapi.com/google-product-api )
256242
257243### Search Google Reverse Image
258244``` python
@@ -266,8 +252,7 @@ results = client.search({
266252 ' max_results' : ' 1' ,
267253})
268254```
269- - test: [ tests/example_search_google_reverse_image_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_reverse_image_test.py )
270- - see: [ serpapi.com/google-reverse-image] ( https://serpapi.com/google-reverse-image )
255+ - API Documentation: [ serpapi.com/google-reverse-image] ( https://serpapi.com/google-reverse-image )
271256
272257### Search Google Events
273258``` python
@@ -280,8 +265,7 @@ results = client.search({
280265 ' q' : ' coffee' ,
281266})
282267```
283- - test: [ tests/example_search_google_events_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_events_test.py )
284- - see: [ serpapi.com/google-events-api] ( https://serpapi.com/google-events-api )
268+ - API Documentation: [ serpapi.com/google-events-api] ( https://serpapi.com/google-events-api )
285269
286270### Search Google Local Services
287271``` python
@@ -295,8 +279,7 @@ results = client.search({
295279 ' data_cid' : ' 6745062158417646970' ,
296280})
297281```
298- - test: [ tests/example_search_google_local_services_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_local_services_test.py )
299- - see: [ serpapi.com/google-local-services-api] ( https://serpapi.com/google-local-services-api )
282+ - API Documentation: [ serpapi.com/google-local-services-api] ( https://serpapi.com/google-local-services-api )
300283
301284### Search Google Maps
302285``` python
@@ -312,8 +295,7 @@ results = client.search({
312295 ' type' : ' search' ,
313296})
314297```
315- - test: [ tests/example_search_google_maps_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_maps_test.py )
316- - see: [ serpapi.com/google-maps-api] ( https://serpapi.com/google-maps-api )
298+ - API Documentation: [ serpapi.com/google-maps-api] ( https://serpapi.com/google-maps-api )
317299
318300### Search Google Jobs
319301``` python
@@ -327,8 +309,7 @@ results = client.search({
327309 ' q' : ' coffee' ,
328310})
329311```
330- - test: [ tests/example_search_google_jobs_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_jobs_test.py )
331- - see: [ serpapi.com/google-jobs-api] ( https://serpapi.com/google-jobs-api )
312+ - API Documentation: [ serpapi.com/google-jobs-api] ( https://serpapi.com/google-jobs-api )
332313
333314### Search Google Play
334315``` python
@@ -343,8 +324,7 @@ results = client.search({
343324 ' max_results' : ' 2' ,
344325})
345326```
346- - test: [ tests/example_search_google_play_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_play_test.py )
347- - see: [ serpapi.com/google-play-api] ( https://serpapi.com/google-play-api )
327+ - API Documentation: [ serpapi.com/google-play-api] ( https://serpapi.com/google-play-api )
348328
349329### Search Google Images
350330``` python
@@ -359,8 +339,7 @@ results = client.search({
359339 ' q' : ' coffee' ,
360340})
361341```
362- - test: [ tests/example_search_google_images_test.py] ( https://github.com/serpapi/serpapi-python/blob/master/tests/example_search_google_images_test.py )
363- - see: [ serpapi.com/images-results] ( https://serpapi.com/images-results )
342+ - API Documentation: [ serpapi.com/images-results] ( https://serpapi.com/images-results )
364343
365344
366345## License
0 commit comments